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:
Gaurav Aradhye 2015-02-18 03:15:33 -08:00 committed by SrikanteswaraRao Talluri
parent 43a39d1eb0
commit 7629000ffe
1 changed files with 6 additions and 7 deletions

View File

@ -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": "",
},
}
}