Merge pull request #1689 from mike-tutkowski/use_sf_python_sdk Switched to the official SolidFire SDK for PythonSolidFire has recently released an official SDK for Python.
I have converted all of the SolidFire integration tests over to making use of this new SDK. For testing, I re-ran each test and observed success. https://pypi.python.org/pypi/solidfire-sdk-python/1.1.0.92 * pr/1689: Switched to the official SolidFire SDK for Python Signed-off-by: Rajani Karuturi <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c34531f9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c34531f9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c34531f9 Branch: refs/heads/master Commit: c34531f9e08ada2d2066c2f1b39efe8ac82dc194 Parents: 3a82636 d4ae1ab Author: Rajani Karuturi <[email protected]> Authored: Wed Sep 28 14:57:09 2016 +0530 Committer: Rajani Karuturi <[email protected]> Committed: Wed Sep 28 14:57:09 2016 +0530 ---------------------------------------------------------------------- requirements.txt | 3 + .../plugins/solidfire/TestAddRemoveHosts.py | 27 +- .../plugins/solidfire/TestManagedSystemVMs.py | 588 +++++++++++++++++++ .../plugins/solidfire/TestSnapshots.py | 201 +++---- .../solidfire/TestVMMigrationWithStorage.py | 54 +- .../plugins/solidfire/TestVMSnapshots.py | 18 +- .../plugins/solidfire/TestVolumes.py | 41 +- .../plugins/solidfire/util/sf_util.py | 42 +- 8 files changed, 787 insertions(+), 187 deletions(-) ----------------------------------------------------------------------
