diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-01-15 16:25:50 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-25 15:03:56 +0000 |
commit | da765e5a2120f14055caa7a04f6ebb41ee630c6d (patch) | |
tree | 7a43ca4e417f9ddd3cc5063eabd9bcde3d8b68ad /testcases/config_functest.yaml | |
parent | 621e47bb25db52e0b8cebb4f2bbee3911c6992d3 (diff) |
Adding BGPVPN and VPNSERVICE testcases
This commit add the testcases to the testcase filter
and makes them run able from run_test.sh
Change-Id: I489687f4f011e77da63e3630b0e70f957b3343c5
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
(cherry picked from commit ea4c222b385c93442a8d3cb4c5cf8747c21efdad)
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r-- | testcases/config_functest.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 6f257d296..729d972f9 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -249,12 +249,12 @@ test-dependencies: policy-test: scenario: 'odl' sdnvpn: - opnfv-yardstick-tc026-sdnvpn: + odl-vpnservice: installer: 'fuel' - scenario: '(ovs)*(nosdn)' - odl-vpn_service-tests: + scenario: 'bgpvpn' + # this execute the tests: + # /home/opnfv/repos/odl_integration/test/csit/suites/vpnservice + bgpvpn: installer: 'fuel' - scenario: '(ovs)*(odl)' - openstack-neutron-bgpvpn-api-extension-tests: - installer: 'fuel' - scenario: '(ovs)*(nosdn)' + scenario: 'bgpvpn' + # this execute the tempest tests of networking-bgpvpn |