Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b885491
)
Add cd to test directory
85/17185/3
author
blsaws
<bryan.sullivan@att.com>
Wed, 20 Jul 2016 04:15:23 +0000
(21:15 -0700)
committer
Jose Lausuch
<jose.lausuch@ericsson.com>
Thu, 21 Jul 2016 08:56:45 +0000
(08:56 +0000)
JIRA: COPPER-4
Fix pendantic formatting issue
Change-Id: Iaab44a990fc04addd4c66dc8432bc9428bb5a52f
Signed-off-by: blsaws <bryan.sullivan@att.com>
testcases/features/copper.py
patch
|
blob
|
history
diff --git
a/testcases/features/copper.py
b/testcases/features/copper.py
index
54136a8
..
7ab4e78
100755
(executable)
--- a/
testcases/features/copper.py
+++ b/
testcases/features/copper.py
@@
-34,7
+34,8
@@
logger = ft_logger.Logger("copper").getLogger()
\r
\r
def main():
\r
- cmd = ('%s/tests/run.sh' % COPPER_REPO)
\r
+ cmd = "%s/tests/run.sh %s/tests" % (COPPER_REPO, COPPER_REPO)
\r
+
\r
start_time = time.time()
\r
\r
ret = functest_utils.execute_command(cmd, logger, exit_on_error=False)
\r