mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8264: Adding missing change in test_data.py caused due to commit 500baea9b6
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
43a39d1eb0
commit
7629000ffe
|
|
@ -877,13 +877,6 @@ test_data = {
|
|||
"customdisksize": 1,
|
||||
"diskname": "Custom disk",
|
||||
},
|
||||
"upload_volume": {
|
||||
"diskname": "UploadVol",
|
||||
"format": "VHD",
|
||||
"url":
|
||||
"http://10.147.28.7/templates/393d3550-05ef-330f-9b8c-745b0e699759.vhd",
|
||||
"checksum": "",
|
||||
},
|
||||
"recurring_snapshot": {
|
||||
"maxsnaps": 2,
|
||||
"timezone": "US/Arizona",
|
||||
|
|
@ -1475,5 +1468,11 @@ test_data = {
|
|||
"url": '',
|
||||
"clustername": 'VMWare Cluster with Space in DC name',
|
||||
},
|
||||
"upload_volume": {
|
||||
"diskname": "UploadVol",
|
||||
"format": "VHD",
|
||||
"url": "",
|
||||
"checksum": "",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue