http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ba08229f/tools/marvin/marvin/config/test_data.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/config/test_data.py 
b/tools/marvin/marvin/config/test_data.py
index e8365ed..80e0abd 100644
--- a/tools/marvin/marvin/config/test_data.py
+++ b/tools/marvin/marvin/config/test_data.py
@@ -1471,8 +1471,29 @@ test_data = {
         "upload_volume": {
             "diskname": "UploadVol",
             "format": "VHD",
-            "url": "",
+            
"url":"http://download.cloud.com/releases/2.0.0/UbuntuServer-10-04-64bit.vhd.bz2";,
             "checksum": "",
         },
+        "bootableIso":
+                {
+                    "displaytext": "Test ISO",
+                    "name": "testISO",
+                    "bootable": True,
+                    "ispublic": False,
+                    "kvm": {
+                            "url": ""
+                           },
+                    "vmware": {
+                            "url": ""
+                           },
+                    "xenserver": {
+                            "url": ""
+                           },
+                    "hyperv": {
+                               "url": ""
+                           },
+                    "ostype": 'CentOS 5.3 (64-bit)',
+                    "mode": 'HTTP_DOWNLOAD'
+        }
     }
 }

Reply via email to