From 7629000ffe96afdbe83d268e9be38b7fdb2ba300 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Wed, 18 Feb 2015 03:15:33 -0800 Subject: [PATCH] CLOUDSTACK-8264: Adding missing change in test_data.py caused due to commit 500baea9b6c816caae93ab2f8d0ba31f99c3f8fc Signed-off-by: SrikanteswaraRao Talluri --- tools/marvin/marvin/config/test_data.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index f8cadf5e2e9..e8365edfd9e 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -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": "", + }, } }