X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=systest%2Flib%2Fvim%2Fvim.py;h=f3d175399e8ce3baa080823cb2306724d744accd;hb=647737739a8e18290c9380035f00eac10d6367d5;hp=98bda387301bf072f2630aa705b631ad708b54aa;hpb=9829cae3e6c071bde28a69d5411bb895d967f010;p=osm%2Fdevops.git diff --git a/systest/lib/vim/vim.py b/systest/lib/vim/vim.py index 98bda387..f3d17539 100644 --- a/systest/lib/vim/vim.py +++ b/systest/lib/vim/vim.py @@ -18,7 +18,7 @@ from osmclient.common.exceptions import ClientException class Vim(): - def __init__(self,osm,openstack): + def __init__(self,osm,openstack,vmware): self.vim_name='pytest' try: osm.get_api().vim.get(self.vim_name)