X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fra%2Fracfg%2Fns_instantiate_memory_check.racfg;fp=rwlaunchpad%2Fra%2Fracfg%2Fns_instantiate_memory_check.racfg;h=09f80593cafea302b777426477d9a58367c38d87;hb=4870d0ee29789b859931e4e2c73e13dcb29537d5;hp=0000000000000000000000000000000000000000;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwlaunchpad/ra/racfg/ns_instantiate_memory_check.racfg b/rwlaunchpad/ra/racfg/ns_instantiate_memory_check.racfg new file mode 100644 index 00000000..09f80593 --- /dev/null +++ b/rwlaunchpad/ra/racfg/ns_instantiate_memory_check.racfg @@ -0,0 +1,17 @@ +{ + "test_name":"TC_NS_INSTANTIATE_MEMORY_CHECK", + "commandline":"./ns_instantiate_memory_check_systest --test-name 'TC_NS_INSTANTIATE_MEMORY_CHECK' --cloud-type 'openstack' --cloud-host={cloud_host} --sysinfo --user={user} {tenants} --netconf --multiple-ns-instantiate 50,4", + "test_description":"instantiates and deletes VNFs while tracking memory utilization", + "run_as_root": true, + "status":"broken", + "keywords":["nightly","smoke","MANO","openstack"], + "timelimit": 21000, + "networks":[], + "vms":[ + { + "name": "rift_auto_launchpad", + "memory": 4096, + "cpus": 2 + } + ] +}