mirror of https://github.com/apache/cloudstack.git
Merge branch '4.5'
* 4.5: CLOUDSTACK-7355 - test_netscaler_configs.py uses hardcoded NetScaler credentials
This commit is contained in:
commit
44663a868b
File diff suppressed because it is too large
Load Diff
|
|
@ -304,9 +304,13 @@ test_data = {
|
|||
"lbdevicecapacity": 2,
|
||||
"port": 22
|
||||
},
|
||||
"network_without_acl": {
|
||||
"name": "TestNetwork",
|
||||
"displaytext": "TestNetwork",
|
||||
"netscaler_network": {
|
||||
"name": "Netscaler",
|
||||
"displaytext": "Netscaler",
|
||||
},
|
||||
"network_without_acl": {
|
||||
"name": "TestNetwork",
|
||||
"displaytext": "TestNetwork",
|
||||
},
|
||||
"virtual_machine": {
|
||||
"displayname": "Test VM",
|
||||
|
|
|
|||
Loading…
Reference in New Issue