From ef62824e0471d07a4a3a40c401fc433070d961c6 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 20 Apr 2016 16:03:44 +0200 Subject: Fix Flake8 Violations in the Functest scripts JIRA: FUNCTEST-213 Change-Id: I66c02dd6ff12ffb9798ebe44a4cfe7bfc73e76c3 Signed-off-by: jose.lausuch --- docker/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 8e1e733e..f18f1d74 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -184,7 +184,7 @@ bgpvpn = True" >> /etc/tempest/tempest.conf "promise") info "Running PROMISE test case..." python ${FUNCTEST_REPO_DIR}/testcases/features/promise.py $debug $report - sleep 10 #to let the instances terminate + sleep 10 # to let the instances terminate clean_openstack ;; "doctor") -- cgit 1.2.3-korg