summaryrefslogtreecommitdiffstats
path: root/testcases/OpenStack/rally/run_rally-cert.py
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-07-26 09:17:50 +0800
committerJose Lausuch <jose.lausuch@ericsson.com>2016-07-26 21:27:32 +0000
commitb67e86163bc785b9186cf6ca6af3187726946eb1 (patch)
tree6e4c73cf11f1c0dd33f04a72b0a00fe49a40d09c /testcases/OpenStack/rally/run_rally-cert.py
parent91fc1fc908acf29d3c65058ff8a0570036286fc9 (diff)
delete useless stop_time initialization in run_rally-cert.py
stop_time is assigned twice, delete the first one JIRA:FUNCTEST-384 Change-Id: I380113474e66a73c516f4411d8d7c5832e33921a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testcases/OpenStack/rally/run_rally-cert.py')
-rwxr-xr-xtestcases/OpenStack/rally/run_rally-cert.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/testcases/OpenStack/rally/run_rally-cert.py b/testcases/OpenStack/rally/run_rally-cert.py
index 9f7eecc79..80c13a6c9 100755
--- a/testcases/OpenStack/rally/run_rally-cert.py
+++ b/testcases/OpenStack/rally/run_rally-cert.py
@@ -285,7 +285,6 @@ def run_task(test_name):
global SUMMARY
logger.info('Starting test scenario "{}" ...'.format(test_name))
start_time = time.time()
- stop_time = start_time
task_file = '{}task.yaml'.format(RALLY_DIR)
if not os.path.exists(task_file):
@@ -381,7 +380,6 @@ def main():
cinder_client = os_utils.get_cinder_client()
start_time = time.time()
- stop_time = start_time
# configure script
if not (args.test_name in tests):