diff options
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r-- | testcases/config_functest.yaml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 78f4403e..2e9f3bdc 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -4,7 +4,7 @@ general: dir_vping: testcases/vPing/CI/libraries/ dir_odl: testcases/Controllers/ODL/CI/ dir_rally: testcases/VIM/OpenStack/CI/libraries/ - dir_rally_scn: testcases/VIM/OpenStack/CI/suites/ + dir_rally_scn: testcases/VIM/OpenStack/CI/rally_cert/ dir_vIMS: testcases/vIMS/CI/ dir_onos: testcases/Controllers/ONOS/Teston/CI/ @@ -66,6 +66,7 @@ vping: vm_flavor: m1.small #adapt to your environment vm_name_1: opnfv-vping-1 vm_name_2: opnfv-vping-2 + image_name: functest-vping vping_private_net_name: vping-net vping_private_subnet_name: vping-subnet vping_private_subnet_cidr: 192.168.130.0/24 @@ -249,11 +250,6 @@ test-dependencies: policy-test: scenario: 'odl' sdnvpn: - odl-vpnservice: - installer: 'fuel' - scenario: 'bgpvpn' - # this execute the tests: - # /home/opnfv/repos/odl_integration/test/csit/suites/vpnservice bgpvpn: installer: 'fuel' scenario: 'bgpvpn' |