mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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",
|
"name": "check.pod.cidrs",
|
||||||
"value": "true"
|
"value": "true"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "enable.dynamic.scale.vm",
|
||||||
|
"value": "true"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"mgtSvr": [
|
"mgtSvr": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user