From c65dad47ebba8337b2016997b4685230111902a9 Mon Sep 17 00:00:00 2001 From: sailajamada Date: Wed, 4 Mar 2015 09:52:11 +0530 Subject: [PATCH] Added Browser Based Upload Volume Test configurations into Testdata file --- tools/marvin/marvin/config/test_data.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index 2f97d5f6d99..a9f1959fb87 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -860,6 +860,27 @@ test_data = { "http://10.147.28.7/templates/393d3550-05ef-330f-9b8c-745b0e699759.vhd", "checksum": "", }, + "browser_upload_volume": { + "VHD": { + "diskname": "XenUploadVol", + "url": "http://10.147.28.7/templates/rajani-thin-volume.vhd", + "checksum": "", + }, + "OVA": { + "diskname": "VMwareUploadVol", + "url": "http://10.147.28.7/templates/Autoscale_Template/CentOS5.5(64bit)-vmware-autoscale.ova", + "checksum": "", + }, + "QCOW2": { + "diskname": "KVMUploadVol", + "url": "http://10.147.28.7/templates/rajani-thin-volume.qcow2", + "checksum": "", + }, + 'browser_resized_disk_offering': { + "displaytext": "Resizeddisk", + "name": "Resizeddisk", + "disksize": 3 + }, "recurring_snapshot": { "maxsnaps": 2, "timezone": "US/Arizona",