distcloud/distributedcloud/dcmanager/tests/unit/orchestrator/states/software
Hugo Brito 9e42f10470 Clean software orchestration states
The VIM orchestration will handle the following commands
for USM:
- software deploy precheck
- software deploy start <release>
- software deploy host <hostname>
- every lock/unlock/swact needed
- software deploy activate
- software deploy complete

Now, the DC orchestration doesn't need the states to handle
the operations above. This commit deletes all unneeded states.

Test Plan:
PASS: Execute the software orchestration successfully:
- Enable the USM orchestration (set use_usm parameter to True)
  - dcorch configuration file
  - dcmanager configuration file
- Create and apply an upgrade-strategy
  - Check that 5 states were executed
PASS. Tox test successful.

Story: 2010676
Task: 49555

Change-Id: I67db35b6807f9ddcedab7c9742816c782daecd68
Signed-off-by: Hugo Brito <hugo.brito@windriver.com>
2024-02-14 15:11:39 -03:00
..
__init__.py Create USM dummy states and tests 2023-10-11 14:15:48 +00:00
test_apply_vim_software_strategy.py Clean software orchestration states 2024-02-14 15:11:39 -03:00
test_base.py Clean software orchestration states 2024-02-14 15:11:39 -03:00
test_create_vim_software_strategy.py Clean software orchestration states 2024-02-14 15:11:39 -03:00
test_finish_strategy.py Clean software orchestration states 2024-02-14 15:11:39 -03:00
test_install_license.py Clean software orchestration states 2024-02-14 15:11:39 -03:00
test_pre_check.py Clean software orchestration states 2024-02-14 15:11:39 -03:00