X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=systest%2Ftestcases%2Fvim%2Ftest_vim.py;h=519380115c8bda725e1238425c7ff06d1d5ecdc5;hb=d41f54803c11db28d7e34a48f591b5703bc0c5e5;hp=2769fd05981f8a65e67221846c492f195e140073;hpb=9054244cd2a7451f75157d7fa3ec5d2ff88176be;p=osm%2Fdevops.git diff --git a/systest/testcases/vim/test_vim.py b/systest/testcases/vim/test_vim.py index 2769fd05..51938011 100644 --- a/systest/testcases/vim/test_vim.py +++ b/systest/testcases/vim/test_vim.py @@ -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'} ]