| commit | 12aa2cf9b6f165943bf1411f4da9c5c69b9ff904 | [log] [tgz] |
|---|---|---|
| author | kasar <pkasar@vmware.com> | Fri Feb 02 02:51:07 2018 -0800 |
| committer | marchettim <mmarchetti@sandvine.com> | Wed Mar 28 15:12:54 2018 +0100 |
| tree | 5e124b5f75c2be2ecf169972e184896b8e06d300 | |
| parent | 5eab1c04b9145e62d491112e2f5fcd3e4287f0dc [diff] [blame] |
Makefile code changes for cirros test for VMware vCD connector Change-Id: If04f5d78de0435405403344d9ab17710cb355f6d Signed-off-by: kasar <pkasar@vmware.com>
diff --git a/systest/lib/vim/vim.py b/systest/lib/vim/vim.py index 98bda38..f3d1753 100644 --- a/systest/lib/vim/vim.py +++ b/systest/lib/vim/vim.py
@@ -18,7 +18,7 @@ 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)