X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=systest%2Flib%2Fvim%2Ffixtures.py;h=6b4404d0b12cfe4f59fdff85e9ee2bd6f9904030;hb=12aa2cf9b6f165943bf1411f4da9c5c69b9ff904;hp=e552bbc81ce5d2dde555252cf33fe9a402d516d5;hpb=08f042835a504f0bafe1cb83fc8f5008502ade78;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)