diff options
author | blsaws <bryan.sullivan@att.com> | 2016-07-19 21:15:23 -0700 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-07-21 08:56:45 +0000 |
commit | 85cb44adbb5aa7b230f5c918ba593a1137304e3a (patch) | |
tree | 4a7f3e275ae19f34e86ba5666d77f52e0be5d610 /testcases/features | |
parent | b885491e3c2d5a1bd947631afd96ed8006ef8771 (diff) |
Add cd to test directory
JIRA: COPPER-4
Fix pendantic formatting issue
Change-Id: Iaab44a990fc04addd4c66dc8432bc9428bb5a52f
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'testcases/features')
-rwxr-xr-x | testcases/features/copper.py | 3 |
1 files changed, 2 insertions, 1 deletions
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)
|