aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
authorhelenyao <yaohelan@huawei.com>2016-12-19 02:06:21 -0500
committerhelenyao <yaohelan@huawei.com>2016-12-19 02:06:21 -0500
commita94d54c49ae64b6ac74e5b8e0195414a1a2f4fff (patch)
treeb5a7903c3cd0fee0ccf0fb1c41efd53db3a067fe /functest/ci
parent400f4de365067cb635a3a8749a4dd27e0ed9fc7b (diff)
Bug-Fix: No module named feature.copper
JIRA: FUNCTEST-667 Fix the wrong module path for copper. Bug is introduced by https://gerrit.opnfv.org/gerrit/#/c/24907 Change-Id: I65cb405cb477d155d4f4cdff493615ec1571f75f Signed-off-by: helenyao <yaohelan@huawei.com>
Diffstat (limited to 'functest/ci')
-rwxr-xr-xfunctest/ci/testcases.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 1e305b82..dadfa2ad 100755
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -222,7 +222,7 @@ tiers:
installer: '(apex)|(joid)'
scenario: '^((?!fdio|lxd).)*$'
run:
- module: 'functest.opnfv_tests.feature.copper'
+ module: 'functest.opnfv_tests.features.copper'
class: 'Copper'
-