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:
810387a
)
Bugfix: fix the execution way in copper
31/27131/1
author
Linda Wang
<wangwulin@huawei.com>
Wed, 18 Jan 2017 02:16:36 +0000
(
02:16
+0000)
committer
Linda Wang
<wangwulin@huawei.com>
Wed, 18 Jan 2017 02:16:36 +0000
(
02:16
+0000)
JIRA: FUNCTEST-691
Change-Id: I35371133619fb2cc6b42f3b0bd49c4473058d353
Signed-off-by: Linda Wang <wangwulin@huawei.com>
functest/opnfv_tests/features/copper.py
patch
|
blob
|
history
diff --git
a/functest/opnfv_tests/features/copper.py
b/functest/opnfv_tests/features/copper.py
index
204fa33
..
a10364e
100755
(executable)
--- a/
functest/opnfv_tests/features/copper.py
+++ b/
functest/opnfv_tests/features/copper.py
@@
-22,4
+22,4
@@
class Copper(base.FeatureBase):
super(Copper, self).__init__(project='copper',
case='copper-notification',
repo='dir_repo_copper')
- self.cmd = '
cd %s/tests && .
/run.sh' % self.repo
+ self.cmd = '
bash %s/tests
/run.sh' % self.repo