mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8029: Remove unused kaypairs from test_data.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
a72b6a7f99
commit
8d5ce97edc
|
|
@ -835,7 +835,6 @@ test_data = {
|
|||
"page": 1,
|
||||
"pagesize": 2,
|
||||
"listall": 'true',
|
||||
"host_password": "password",
|
||||
"advanced_sg": {
|
||||
"zone": {
|
||||
"name": "",
|
||||
|
|
@ -925,13 +924,6 @@ test_data = {
|
|||
"forvirtualnetwork": "true",
|
||||
"customdisksize": 1,
|
||||
"diskname": "Test Volume",
|
||||
"portableIpRange": {
|
||||
"gateway": "10.223.252.195",
|
||||
"netmask": "255.255.255.192",
|
||||
"startip": "10.223.252.196",
|
||||
"endip": "10.223.252.197",
|
||||
"vlan": "1001"
|
||||
},
|
||||
"sparse": {
|
||||
"name": "Sparse Type Disk offering",
|
||||
"displaytext":
|
||||
|
|
|
|||
Loading…
Reference in New Issue