diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-02-08 10:58:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-08 10:58:39 +0000 |
commit | c7c25f675dabd5b1bd3f17a13a76173f66ad277e (patch) | |
tree | b232975d5787cc5daad5721d66086f2bfea7b3b1 | |
parent | fd31912d7e77ff6dffed41d21630fc26748662c9 (diff) | |
parent | f91f448317ea36ce5c790bcac345dfdcefbe1fb7 (diff) |
Merge "enable doctor test scenario"
-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 6d2f4c1b9..c9fb18bf3 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -178,7 +178,7 @@ test_exec_priority: 4: odl 5: onos 6: ovno - #7: doctor + 7: doctor 8: promise 9: odl-vpnservice 10: bgpvpn @@ -233,7 +233,7 @@ test_exec_priority: ####################################################################### test-dependencies: doctor: - installer: '(apex)|(fuel)' + installer: 'apex' functest: vims: scenario: '(ocl)|(odl)|(nosdn)' |