You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/12/12 11:31:31 UTC

[4/4] git commit: updated refs/heads/master to 7fa62a5

Merge pull request #1221 from ekholabs/improve/test-internal-lb-CLOUDSTACK-9135

CLOUDSTACK-9135 - As a Developer I want the test_internal_lb.py to test Redundant VPCsThis PR refactors the existing tests and adds tests to cover internal LB with Redundant VPCs.

In order to make it possible I had to change the base.py, allowing multiple providers per service. This change requires the changes in the Java side which were dealt with PR #1215 .

* pr/1221:
  CLOUDSTACK-9135 - Makes test compliant with Redundant VPCs
  CLOUDSTACK-9135 - Makes possible to add multiple providers per service
  CLOUDSTACK-9135 - Moves test into smoke directory

Signed-off-by: Remi Bergsma <gi...@remi.nl>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7fa62a57
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7fa62a57
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7fa62a57

Branch: refs/heads/master
Commit: 7fa62a576523ad7740563d7626b4caec6c040735
Parents: 2071a9e 43ce049
Author: Remi Bergsma <gi...@remi.nl>
Authored: Sat Dec 12 11:29:28 2015 +0100
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Sat Dec 12 11:29:29 2015 +0100

----------------------------------------------------------------------
 .../component/test_password_server.py           | 351 -------------------
 test/integration/smoke/test_internal_lb.py      | 146 ++++++--
 test/integration/smoke/test_password_server.py  | 351 +++++++++++++++++++
 tools/marvin/marvin/lib/base.py                 |  18 +-
 4 files changed, 482 insertions(+), 384 deletions(-)
----------------------------------------------------------------------