From 8d909cfadeb148bac109a787599c84556ef0fa82 Mon Sep 17 00:00:00 2001 From: chenker Date: Sun, 13 Aug 2023 04:20:06 +0000 Subject: [PATCH] fix hacking error Change-Id: I11efc5b65485bdf1f227471d6fed72888686b228 --- test-requirements.txt | 2 +- .../tests/scenario/test_execute_vm_workload_consolidation.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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