X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=cli%2Fbottlenecks_cli.py;fp=cli%2Fbottlenecks_cli.py;h=01144cf2064821994781a010784013952238d793;hb=1760c89637ac71b877a17896e5768640a20360c3;hp=ebbf05dc70948811628a4db2c103b47ea8f85503;hpb=fe83578bd2fe1a09f8334f85e30a0afbb68cc5cc;p=bottlenecks.git diff --git a/cli/bottlenecks_cli.py b/cli/bottlenecks_cli.py index ebbf05dc..01144cf2 100644 --- a/cli/bottlenecks_cli.py +++ b/cli/bottlenecks_cli.py @@ -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)