diff --git a/test-requirements.txt b/test-requirements.txt index 04e6c9c..dfc0d47 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=3.2.,<3.3 # Apache-2.0 +hacking>=3.2 stestr>=1.0.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 diff --git a/watcher_tempest_plugin/tests/scenario/test_execute_vm_workload_consolidation.py b/watcher_tempest_plugin/tests/scenario/test_execute_vm_workload_consolidation.py index 4ace335..a4b6999 100644 --- a/watcher_tempest_plugin/tests/scenario/test_execute_vm_workload_consolidation.py +++ b/watcher_tempest_plugin/tests/scenario/test_execute_vm_workload_consolidation.py @@ -55,9 +55,9 @@ class TestExecuteVmWorkloadBalanceStrategy(base.BaseInfraOptimScenarioTest): "skipping multinode tests.") def test_execute_vm_workload_consolidation_action_plan(self): - """Execute an action plan based on the vm_workload_consolidation strategy + """Execute an action plan of vm_workload_consolidation strategy - - create an audit template with the vm_workload_consolidation strategy + - create an audit template with vm_workload_consolidation strategy - run the audit to create an action plan - get the action plan - run the action plan