diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-08 19:41:53 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-08 19:42:25 +0900 |
commit | f91f448317ea36ce5c790bcac345dfdcefbe1fb7 (patch) | |
tree | 6da99ec60588b374428e7bc57167f27609c2f7c8 | |
parent | 03b83a550137b8a69b953c574f90513f5034204c (diff) |
enable doctor test scenario
Change-Id: If0e050e979d886fff436daa384a97a651a56aaa5
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
-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)' |