Merge branch 'feature_drs' of https://bitbucket.mcp-services.net/scm/devops/libcloud into dynamic
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/82afeb4d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/82afeb4d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/82afeb4d Branch: refs/heads/trunk Commit: 82afeb4d2b49485525bafc408c87dc2a9e0785f6 Parents: 81d5736 88daff6 Author: mitch <[email protected]> Authored: Tue Oct 30 16:12:30 2018 -0400 Committer: mitch <[email protected]> Committed: Tue Oct 30 16:12:30 2018 -0400 ---------------------------------------------------------------------- .gitignore | 2 +- libcloud/drs/drivers/nttcis.py | 41 ++++ libcloud/utils/xml.py | 14 -- tests/conftest.py | 40 ++++ tests/lib_create_test.py | 262 +++++++++++++++++++++ tests/lib_edit_test.py | 457 ++++++++++++++++++++++++++++++++++++ tests/lib_list_test.py | 393 +++++++++++++++++++++++++++++++ tests/lib_misc_test.py | 10 + tests/test_lib_list.py | 344 --------------------------- 9 files changed, 1204 insertions(+), 359 deletions(-) ----------------------------------------------------------------------
