aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2017-01-11 03:36:01 +0000
committerLinda Wang <wangwulin@huawei.com>2017-01-11 03:48:47 +0000
commitacbc64704c65f3aa5bacdbcd9f4e8a4516a906bf (patch)
treeaa53b631680a528866d679650f046c8ab6fe4d83 /functest
parentb58dd104d03db315df1d8c6607e6e8a2cf19aef5 (diff)
Bugfix: fix the wrong path in copper
JIRA: FUNCTEST-691 Change-Id: Iad8d5aa14642b3b3bf673faf032c7f3ba9dc28d8 Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest')
-rwxr-xr-xfunctest/opnfv_tests/features/copper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/features/copper.py b/functest/opnfv_tests/features/copper.py
index 8d5393c95..204fa3374 100755
--- 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 = "%s/tests/run.sh %s/tests" % (self.repo, self.repo)
+ self.cmd = 'cd %s/tests && ./run.sh' % self.repo