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:
400f4de
)
Bug-Fix: No module named feature.copper
11/26211/1
author
helenyao
<yaohelan@huawei.com>
Mon, 19 Dec 2016 07:06:21 +0000
(
02:06
-0500)
committer
helenyao
<yaohelan@huawei.com>
Mon, 19 Dec 2016 07:06:21 +0000
(
02:06
-0500)
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>
functest/ci/testcases.yaml
patch
|
blob
|
history
diff --git
a/functest/ci/testcases.yaml
b/functest/ci/testcases.yaml
index
1e305b8
..
dadfa2a
100755
(executable)
--- 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.feature
s
.copper'
class: 'Copper'
-