diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-04-27 15:59:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-27 15:59:03 +0000 |
commit | 5506086371536397dc532f2da7ae2bf420c260d6 (patch) | |
tree | ebca197f7bf345293e80d416b309b1e0e68a7235 /docs/userguide/runfunctest.rst | |
parent | 9c13968cdb32806da738dc520d45270e019f0ad3 (diff) | |
parent | 385be28ce7c48928361d1ec70c54cb2c73450f9e (diff) |
Merge "Prepare Brahmaputra 3.0 release"
Diffstat (limited to 'docs/userguide/runfunctest.rst')
-rw-r--r-- | docs/userguide/runfunctest.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/userguide/runfunctest.rst b/docs/userguide/runfunctest.rst index 7777e4fde..b7bdda282 100644 --- a/docs/userguide/runfunctest.rst +++ b/docs/userguide/runfunctest.rst @@ -37,7 +37,7 @@ several options:: -s|--serial run tests in one thread -t|--test run specific set of tests <test_name> one or more of the following separated by comma: - vping_ssh,vping_userdata,odl,onos,tempest,rally,vims,promise,doctor + vping_ssh,vping_userdata,odl,onos,tempest,rally,vims,promise,doctor,bgpvpn examples: run_tests.sh @@ -55,7 +55,7 @@ by default Functest will launch all the test suites in the following order: 1) vPing test cases 2) Tempest suite 3) SDN controller suites - 4) Feature project tests cases (Promise, Doctor, ...) + 4) Feature project tests cases (Promise, Doctor, SDNVPN) 5) vIMS suite 6) Rally suite @@ -127,7 +127,7 @@ variables: * The scenario [controller]-[feature]-[mode], stored in DEPLOY_SCENARIO with * controller = (odl|onos|ocl|nosdn) - * feature = (ovs(dpdk)|kvm) + * feature = (ovs(dpdk)|kvm|sfc|bgpvpn) * mode = (ha|noha) The constraints per test case are defined in the Functest configuration file @@ -169,7 +169,7 @@ The order of execution is also described in the Functest configuration file:: 8: promise 9: odl-vpnservice 10: bgpvpn - 11: openstack-neutron-bgpvpn-api-extension-tests + #11: openstack-neutron-bgpvpn-api-extension-tests 12: vims 13: rally @@ -178,7 +178,7 @@ The tests are executed in the following order: 1) vPing test cases 2) Tempest suite 3) SDN controller suites - 4) Feature project tests cases (Promise, Doctor, ...) + 4) Feature project tests cases (Promise, Doctor, BGPVPN...) 5) vIMS suite 6) Rally suite |