Skip to content

Commit 2af9611

Browse files
committed
Merge pull request apache#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>
2 parents 5f61041 + d39c6a0 commit 2af9611

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

setup/dev/basic.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@
168168
{
169169
"name": "check.pod.cidrs",
170170
"value": "true"
171+
},
172+
{
173+
"name": "enable.dynamic.scale.vm",
174+
"value": "true"
171175
}
172176
],
173177
"mgtSvr": [

0 commit comments

Comments
 (0)