From 85cb44adbb5aa7b230f5c918ba593a1137304e3a Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 19 Jul 2016 21:15:23 -0700 Subject: Add cd to test directory JIRA: COPPER-4 Fix pendantic formatting issue Change-Id: Iaab44a990fc04addd4c66dc8432bc9428bb5a52f Signed-off-by: blsaws --- testcases/features/copper.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testcases/features') diff --git a/testcases/features/copper.py b/testcases/features/copper.py index 54136a877..7ab4e78aa 100755 --- a/testcases/features/copper.py +++ b/testcases/features/copper.py @@ -34,7 +34,8 @@ logger = ft_logger.Logger("copper").getLogger() def main(): - cmd = ('%s/tests/run.sh' % COPPER_REPO) + cmd = "%s/tests/run.sh %s/tests" % (COPPER_REPO, COPPER_REPO) + start_time = time.time() ret = functest_utils.execute_command(cmd, logger, exit_on_error=False) -- cgit 1.2.3-korg