_testcase.run('-c ' + testname, noclean)
 
 
-_teststory = Testcase()
-
-
 @main.group()
 @click.pass_context
 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)
 
 #!/bin/bash
 ##############################################################################
-# Copyright (c) 2016 Huawei Technologies Co.,Ltd and others.
+# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
 #
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Apache License, Version 2.0
 
 bash ${BASEDIR}/docker/docker_cleanup.sh -d elasticsearch --debug
 bash ${BASEDIR}/docker/docker_cleanup.sh -d influxdb --debug
 
-exit 0
-
 #run tests
 if [ "${teststory}" != "" ]; then
     test_level="teststory"
 
         with open(story_dir) as file:
             story_parser = yaml.load(file)
         for case_name in story_parser['testcase']:
-            Parser.testcase_read(cls, testcase, case_name)
+            Parser.testcase_read(testcase, case_name)
 
         return cls.bottlenecks_test