X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=systest%2Flib%2Fvim%2Ffixtures.py;h=6b4404d0b12cfe4f59fdff85e9ee2bd6f9904030;hb=84fe31f632166d2fbf566968bd25aa9545e96fdc;hp=e552bbc81ce5d2dde555252cf33fe9a402d516d5;hpb=9829cae3e6c071bde28a69d5411bb895d967f010;p=osm%2Fdevops.git diff --git a/systest/lib/vim/fixtures.py b/systest/lib/vim/fixtures.py index e552bbc8..6b4404d0 100644 --- a/systest/lib/vim/fixtures.py +++ b/systest/lib/vim/fixtures.py @@ -22,6 +22,6 @@ def vim_add_options(parser): pass @pytest.fixture -def vim(request,osm,openstack): +def vim(request,osm,openstack,vmware): from lib.vim import vim - return vim.Vim(osm,openstack) + return vim.Vim(osm,openstack,vmware)