-
Notifications
You must be signed in to change notification settings - Fork 1.2k
VPC Inline LB - CLOUDSTACK-9282 #2010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Validation: Added Marvin test code PEP8 and PyFlakes compliance: CloudStack$ Added Marvin test results: => Native ACS Environment: nosetests --with-marvin --marvin-config=nuage.cfg test/integration/component/test_vpcinlinelbvm.py Test VpcInlineLbVm basic functionality ... === TestName: test_01_vpcinlinelbvm | Status : SUCCESS === FAILED (errors=2) failed_plus_exceptions.txt => ACS + Nuage VSP Environment: nosetests --with-marvin --marvin-config=nuage.cfg test/integration/plugins/nuagevsp/test_nuage_vpc_vpcinlinelb.py Test Nuage VSP VpcInlineLbVm basic functionality ... === TestName: test_01_nuage_vpcinlinelbvm | Status : SUCCESS === Ran 7 tests in 12476.607s FAILED (errors=1, failures=1) failed_plus_exceptions.txt => Concurrency tests Thread Count: 15 nosetests --with-marvin --marvin-config=nuage.cfg test/integration/plugins/nuagevsp/test_nuage_vpc_vpcinlinelb.py Test Nuage VSP VPC Network Public Load Balancing Rules Concurrency ... === TestName: test_01_nuage_vpc_network_public_lb_rules_concurrency | Status : SUCCESS === Ran 1 test in 1606.907s OK Note: The above test failures are due to the bug: https://issues.apache.org/jira/browse/CLOUDSTACK-9837 |
b88ec4b
to
e347d82
Compare
e347d82
to
6bf3f68
Compare
8b66232
to
3a5664b
Compare
0f158b6
to
634b34f
Compare
634b34f
to
992dc37
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reran same tests, with same results as before, so approving this PR.
Test Nuage VSP VpcInlineLbVm basic functionality ... === TestName: test_01_nuage_vpcinlinelbvm | Status : SUCCESS ===
ok
Test Nuage VSP VpcInlineLbVm basic functionality with traffic ... === TestName: test_02_nuage_vpcinlinelbvm_with_traffic | Status : SUCCESS ===
ok
Test Nuage VSP VpcInlineLbVm functionality with multiple public IP ... === TestName: test_03_nuage_vpcinlinelbvm_with_multiple_public_ips_traffic | Status : SUCCESS ===
ok
Test Nuage VSP VpcInlineLbVm functionality with lb rule events by ... === TestName: test_04_nuage_vpcinlinelbvm_with_lb_rule_events_traffic | Status : SUCCESS ===
ok
Test Nuage VSP VpcInlineLbVm functionality with different LB ... === TestName: test_05_nuage_vpcinlinelbvm_with_algorithms_traffic | Status : SUCCESS ===
ok
Test Nuage VSP VpcInlineLbVm functionality with VpcInlineLbVm ... === TestName: test_06_nuage_vpcinlinelbvm_appliance_operations_traffic | Status : EXCEPTION ===
ERROR
Test Nuage VSP VpcInlineLbVm functionality with network reboots and ... === TestName: test_07_nuage_vpcinlinelbvm_with_network_restarts_and_reboots | Status : SUCCESS ===
ok
Test Nuage VSP VPC Network Public Load Balancing Rules Concurrency ... === TestName: test_01_nuage_vpc_network_public_lb_rules_concurrency | Status : SUCCESS ===
ok
Ran 1 test in 1431.866s
OK
8fc60b4
to
233ebcd
Compare
Co-Authored-By: Frank Maximus <frank.maximus@nuagenetworks.net> Co-Authored-By: Prashanth Manthena <prashanth.manthena@nuagenetworks.net> Bug: https://issues.apache.org/jira/browse/CLOUDSTACK-9282 Design-Doc: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61340894
233ebcd
to
1feb599
Compare
@urvis please rebase and re-open if still relevant |
BUG-ID: CLOUDSTACK-9282
Design-Doc: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61340894