This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 45967cf  marvin: Use deploy as is for Vmware tests in test_data (#5557)
45967cf is described below

commit 45967cffb2324b9a8ac94bcc595a0f049559184f
Author: Nicolas Vazquez <[email protected]>
AuthorDate: Fri Oct 8 04:29:49 2021 -0300

    marvin: Use deploy as is for Vmware tests in test_data (#5557)
    
    This PR updates the test data after fixes for Vmware 7 smoke tests issues
---
 tools/marvin/marvin/config/test_data.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/marvin/marvin/config/test_data.py 
b/tools/marvin/marvin/config/test_data.py
index 9a53c41..c7dcdd2 100644
--- a/tools/marvin/marvin/config/test_data.py
+++ b/tools/marvin/marvin/config/test_data.py
@@ -1015,7 +1015,8 @@ test_data = {
             "ostype": "Other Linux (64-bit)",
             "url": 
"http://dl.openvm.eu/cloudstack/macchinina/x86_64/macchinina-vmware.ova";,
             "requireshvm": "True",
-            "ispublic": "True"
+            "ispublic": "True",
+            "deployasis": "True"
         }
     },
     "test_ovf_templates": [

Reply via email to