| commit | 0e4186c7cd788b09bff3ce164d9c55eba42f2048 | [log] [tgz] |
|---|---|---|
| author | kasar <pkasar@vmware.com> | Wed Aug 16 23:40:41 2017 -0700 |
| committer | kasar <pkasar@vmware.com> | Wed Aug 16 23:40:54 2017 -0700 |
| tree | 762768e8005ad31a43d27ead3cf79786abc068d6 | |
| parent | add4cda9e088712bbb04834a0d6111a5bb55a396 [diff] [blame] |
System test framework : 1-Added pytests VMware fixture. 2- Added vmware vim test in test_vim.py Signed-off-by: kasar <pkasar@vmware.com>
diff --git a/systest/testcases/conftest.py b/systest/testcases/conftest.py index 9f8be17..481ce91 100644 --- a/systest/testcases/conftest.py +++ b/systest/testcases/conftest.py
@@ -16,4 +16,5 @@ from lib.osm.fixtures import osm from lib.openstack.fixtures import openstack +from lib.vmware.fixtures import vmware from lib.vim.fixtures import vim