remove vmware test due to pyvcloud failure 17/5817/1
authorMike Marchetti <mmarchetti@sandvine.com>
Tue, 16 Jan 2018 16:25:30 +0000 (11:25 -0500)
committerMike Marchetti <mmarchetti@sandvine.com>
Tue, 16 Jan 2018 16:25:30 +0000 (11:25 -0500)
- pyvcloud issue causing vimconn_vmware.py to
fail on import in RO
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
systest/testcases/vim/test_vim.py

index 2769fd0..5193801 100644 (file)
@@ -59,7 +59,7 @@ class TestClass(object):
         assert not osm.get_api().vim.delete(vim_name)
 
     @pytest.mark.vmware
-    @pytest.mark.smoke
+    #@pytest.mark.smoke
     def test_add_vim_account_vmware(self,osm,vmware,cleanup_test_add_vim_account):
         os_access = {}
         vim_name = 'helloworld-vmware'
@@ -81,7 +81,7 @@ class TestClass(object):
 
         assert not osm.get_api().vim.delete(vim_name)
 
-    @pytest.mark.smoke
+    #@pytest.mark.smoke
     def test_add_multiple_accounts(self,osm,cleanup_test_add_vim_account):
         os_access = {}
         vims = [ {'name': 'testvim1', 'vim-type': 'openstack'}, {'name': 'testvim2','vim-type': 'vmware'} ]