update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b second try
[osm/SO.git] / rwlaunchpad / ra / racfg / ha_nsr_systest.racfg
1 {
2   "test_name":"TC_HA_NSR_TEST",
3   "commandline":"./ha_basics_systest --test-name 'TC_HA_NSR_TEST' --cloud-type 'openstack' --cloud-host={cloud_host} --sysinfo  --user={user} {tenants} --netconf --nsr-test",
4   "test_description":"System test to validate HA failover between active, standby systems when NSRs are instantiated across different projects",
5   "run_as_root": true,
6   "allow_production_launchpad": true,
7   "status":"working",
8   "keywords":["nightly","ci","MANO","openstack"],
9   "timelimit": 3000,
10   "networks":[],
11   "target_vm":"lp_active",
12   "vms":[
13     {
14       "name": "lp_active",
15       "type": "container",
16       "modes":[]
17     },
18     {
19       "name": "lp_standby",
20       "type": "container",
21       "modes":[]
22     }
23   ]
24 }
25