mirror of https://github.com/apache/cloudstack.git
added missing comma in test_data.py
This commit is contained in:
parent
ada8cdce70
commit
d552eb42b5
|
|
@ -1517,7 +1517,7 @@ test_data = {
|
|||
"ldapPassword": ""
|
||||
},
|
||||
"systemVmDelay": 120,
|
||||
"setUsageConfigurationThroughTestCase": True
|
||||
"setUsageConfigurationThroughTestCase": True,
|
||||
"vmware_cluster" : {
|
||||
"hypervisor": 'VMware',
|
||||
"clustertype": 'ExternalManaged',
|
||||
|
|
|
|||
Loading…
Reference in New Issue