aboutsummaryrefslogtreecommitdiffstats
path: root/lib/auto/testcase/resiliency/AutoResilMain.py
diff options
context:
space:
mode:
authorGerard Damm <gerard.damm@wipro.com>2018-03-27 16:03:16 -0500
committerGerard Damm <gerard.damm@wipro.com>2018-04-26 02:14:20 +0000
commitfb6e6ae319f8e9f36aa12f59fb0e19c2b79f1d5c (patch)
tree7f2f250e45b3d7561634d16d58affaa99a234e5c /lib/auto/testcase/resiliency/AutoResilMain.py
parent5c8112dd4434e726da1325b0a699b9839f2f3d6b (diff)
UC2 update with Openstack SDK interface and common test logic
JIRA: AUTO-13 1) Openstack SDK usage for VM suspend/resume actions, using clouds.yaml, tested on hpe16 pod 2) common test logic (creation of test execution instances, measurement of recovery time, calling of per-use case indexed functions, saving results to CSV files) Change-Id: If84d2a0e44618d476a028d4ac4a2897da9cd5532 Signed-off-by: Gerard Damm <gerard.damm@wipro.com> (cherry picked from commit a5ff1317e4b3be39aaaec22716b438c6c12c5652)
Diffstat (limited to 'lib/auto/testcase/resiliency/AutoResilMain.py')
-rw-r--r--lib/auto/testcase/resiliency/AutoResilMain.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/auto/testcase/resiliency/AutoResilMain.py b/lib/auto/testcase/resiliency/AutoResilMain.py
index 2f67bdf..1d21f6a 100644
--- a/lib/auto/testcase/resiliency/AutoResilMain.py
+++ b/lib/auto/testcase/resiliency/AutoResilMain.py
@@ -164,7 +164,6 @@ def main():
print("Problem with test definition: empty")
sys.exit() # stop entire program, because test definition MUST be correct
else:
- # TODO run test: call selected test definition run_test_code() method
test_def = get_indexed_item_from_list(selected_test_def_ID, AutoResilGlobal.test_definition_list)
if test_def != None:
test_def.run_test_code()