GitHub user wilderrodrigues opened a pull request:
https://github.com/apache/cloudstack/pull/1221
CLOUDSTACK-9135 - As a Developer I want the test_internal_lb.py to test
Redundant VPCs
This 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 .
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ekholabs/cloudstack
improve/test-internal-lb-CLOUDSTACK-9135
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1221.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1221
----
commit 632ee18ab709f0d0255796e50198ec8fd97e968a
Author: Wilder Rodrigues <[email protected]>
Date: 2015-12-10T12:27:53Z
CLOUDSTACK-9135 - Moves test into smoke directory
- Missed this test when moved the other 5 ones.
commit 590af145b0c703f9c957c6f81ef450856dc2c407
Author: Wilder Rodrigues <[email protected]>
Date: 2015-12-11T14:02:55Z
CLOUDSTACK-9135 - Makes possible to add multiple providers per service
- Same is done in the Java side. Check the createVpcOffering() method in
the VpcManagerImpl class
commit 43ce049d43ce7aa0e4d25b0630cbcd1c423156b9
Author: Wilder Rodrigues <[email protected]>
Date: 2015-12-11T14:03:50Z
CLOUDSTACK-9135 - Makes test compliant with Redundant VPCs
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---