update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b second try
[osm/SO.git] / rwlaunchpad / ra / racfg / pingpong_accounts_systest.racfg
1 {
2   "test_name":"TC_PINGPONG_ACCOUNTS_OPENSTACK",
3   "license": "Apache 2.0",
4   "commandline":"./pingpong_accounts_systest --test-name 'TC_PINGPONG_ACCOUNTS_OPENSTACK' --cloud-type 'openstack' --cloud-host={cloud_host} --sysinfo  --user={user} {tenants} --netconf --restconf",
5   "test_description":"System test testing vim/ro instantiation (Openstack)",
6   "allow_production_launchpad": true,
7   "allow_rpm_install": true,
8   "run_as_root": true,
9   "status":"broken",
10   "keywords":["ci","nightly","smoke","MANO","openstack","docker"],
11   "timelimit": 2600,
12   "networks":[],
13   "vms":[
14     {
15       "name": "rift_auto_launchpad",
16       "memory": 4096,
17       "cpus": 2
18     },
19     {
20         "name": "openmano-1",
21         "type": "container",
22         "image":"{registry}/ub16:openmano-v2.0",
23         "modes":[]
24     },
25     {
26         "name": "openmano-2",
27         "type": "container",
28         "image":"{registry}/ub16:openmano-v2.0",
29         "modes":[]
30     }
31   ]
32 }
33