X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fra%2Fracfg%2Fha_nsr_systest.racfg;fp=rwlaunchpad%2Fra%2Fracfg%2Fha_nsr_systest.racfg;h=da226bb79cd117a233cc97830beff0db1c727e8b;hb=4870d0ee29789b859931e4e2c73e13dcb29537d5;hp=0000000000000000000000000000000000000000;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwlaunchpad/ra/racfg/ha_nsr_systest.racfg b/rwlaunchpad/ra/racfg/ha_nsr_systest.racfg new file mode 100644 index 00000000..da226bb7 --- /dev/null +++ b/rwlaunchpad/ra/racfg/ha_nsr_systest.racfg @@ -0,0 +1,25 @@ +{ + "test_name":"TC_HA_NSR_TEST", + "commandline":"./ha_basics_systest --test-name 'TC_HA_NSR_TEST' --cloud-type 'openstack' --cloud-host={cloud_host} --sysinfo --user={user} {tenants} --netconf --nsr-test", + "test_description":"System test to validate HA failover between active, standby systems when NSRs are instantiated across different projects", + "run_as_root": true, + "allow_production_launchpad": true, + "status":"working", + "keywords":["nightly","ci","MANO","openstack"], + "timelimit": 3000, + "networks":[], + "target_vm":"lp_active", + "vms":[ + { + "name": "lp_active", + "type": "container", + "modes":[] + }, + { + "name": "lp_standby", + "type": "container", + "modes":[] + } + ] +} +