mirror of https://github.com/apache/cloudstack.git
Merge pull request #902 from sanju1010/simulator
CLOUDSTACK-8924: Enable dynamic scaling to run test_scale_vm.py test on simulatorSimulator setup uses the config file from following location: tools/marvin/marvin/config/setup.cfg Added global setting parameter "enable.dynamic.scale.vm" to above config file, so that dynamic scale vm tests can be run on simulator. * pr/902: CLOUDSTACK-8924: Made changes based on the comments from @pvr9711 Signed-off-by: Remi Bergsma <github@remi.nl>
This commit is contained in:
commit
2af9611c20
|
|
@ -168,6 +168,10 @@
|
|||
{
|
||||
"name": "check.pod.cidrs",
|
||||
"value": "true"
|
||||
},
|
||||
{
|
||||
"name": "enable.dynamic.scale.vm",
|
||||
"value": "true"
|
||||
}
|
||||
],
|
||||
"mgtSvr": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue