diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-08 19:41:53 +0900 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-02-08 10:58:51 +0000 |
commit | 3ef73d5c6823f5a04547a2376523d1f4ff624ce4 (patch) | |
tree | 6da99ec60588b374428e7bc57167f27609c2f7c8 | |
parent | 6263827c7f0db5b5f55ed0b0e5a9ed11b4d8dd0b (diff) |
enable doctor test scenario
Change-Id: If0e050e979d886fff436daa384a97a651a56aaa5
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
(cherry picked from commit f91f448317ea36ce5c790bcac345dfdcefbe1fb7)
-rw-r--r-- | testcases/config_functest.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 28455a3ba..102ed1a71 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -176,7 +176,7 @@ test_exec_priority: 4: odl 5: onos 6: ovno - #7: doctor + 7: doctor 8: promise 9: odl-vpnservice 10: bgpvpn @@ -231,7 +231,7 @@ test_exec_priority: ####################################################################### test-dependencies: doctor: - installer: '(apex)|(fuel)' + installer: 'apex' functest: vims: scenario: '(ocl)|(odl)|(nosdn)' |