From: helenyao Date: Mon, 19 Dec 2016 07:06:21 +0000 (-0500) Subject: Bug-Fix: No module named feature.copper X-Git-Tag: 0.2~1008 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a94d54c49ae64b6ac74e5b8e0195414a1a2f4fff;p=functest-xtesting.git 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 --- 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' -