deb-oslo.vmware/tests
Radoslav Gerganov 1dc80c7f85 Refactor the PBM support
Having a Pbm class that inherits from Vim is a design mistake that we
need to fix before start using Pbm features in other projects like Nova.

This patch introduces a new base class 'Service' which provides common
functionality for invoking vSphere APIs and both Vim and Pbm inherit
from it. That will allow to further evolve our APIs and add features
which are specific to only Vim or Pbm.

Existing clients which use the Vim object through VMwareAPISession are
not impacted by this change. The interface of VMwareAPISession is
unchanged.

Change-Id: Icf54e3d0305b30c73d0ff7d9c85da1893392c3aa
2014-07-11 10:23:40 +03:00
..
__init__.py remove definitions of Python Source Code Encoding 2014-06-08 18:44:02 +02:00
base.py remove definitions of Python Source Code Encoding 2014-06-08 18:44:02 +02:00
test_api.py Refactor the PBM support 2014-07-11 10:23:40 +03:00
test_image_transfer.py Support for IPv6 and Non-standard ports 2014-05-07 07:19:46 -04:00
test_pbm.py Fix vim25:InvalidRequest when no profiles exist 2014-04-03 18:21:45 -07:00
test_rw_handles.py Fix wrong usage of assertRaises 2014-07-07 13:15:56 +05:30
test_service.py Refactor the PBM support 2014-07-11 10:23:40 +03:00
test_vim_util.py Refactor the PBM support 2014-07-11 10:23:40 +03:00
test_vim.py Refactor the PBM support 2014-07-11 10:23:40 +03:00
test_vmware.py remove definitions of Python Source Code Encoding 2014-06-08 18:44:02 +02:00