X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=systest%2Flib%2Fvim%2Fvim.py;fp=systest%2Flib%2Fvim%2Fvim.py;h=f3d175399e8ce3baa080823cb2306724d744accd;hb=12aa2cf9b6f165943bf1411f4da9c5c69b9ff904;hp=98bda387301bf072f2630aa705b631ad708b54aa;hpb=5eab1c04b9145e62d491112e2f5fcd3e4287f0dc;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)