diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-01-18 02:16:36 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-01-18 02:16:36 +0000 |
commit | 6808d09c82dfddaa2d9f7859887d0dfbaadd2a8b (patch) | |
tree | 21060ffa5b0801cd2a785234b53a47afd8df18b7 /functest/opnfv_tests | |
parent | 810387a6ce1d20ba85af9480e21710c9f2909fc2 (diff) |
Bugfix: fix the execution way in copper
JIRA: FUNCTEST-691
Change-Id: I35371133619fb2cc6b42f3b0bd49c4473058d353
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest/opnfv_tests')
-rwxr-xr-x | functest/opnfv_tests/features/copper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/features/copper.py b/functest/opnfv_tests/features/copper.py index 204fa337..a10364e2 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 = 'cd %s/tests && ./run.sh' % self.repo + self.cmd = 'bash %s/tests/run.sh' % self.repo |