bugfix: fix bugs for running 'teststory run'
[bottlenecks.git] / cli / bottlenecks_cli.py
index ebbf05d..01144cf 100644 (file)
@@ -46,9 +46,6 @@ def testcase_run(testname, noclean):
     _testcase.run('-c ' + testname, noclean)
 
 
-_teststory = Testcase()
-
-
 @main.group()
 @click.pass_context
 def teststory(ctx):
@@ -62,4 +59,4 @@ def teststory(ctx):
               help='Openstack resources created by the test'
               'will not be cleaned after the teststory execution.')
 def teststory_run(testname, noclean):
-    _testcase.run('-s ' + testname, noclean)
\ No newline at end of file
+    _testcase.run('-s ' + testname, noclean)