Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1413#issuecomment-183715170 Manual Tests: * Master Router ``` root@r-23-VM:~# ip addr | grep eth3 | grep state | awk '{print $9;}' UP root@r-23-VM:~# ip addr | grep link/ether | awk '{print $2;}' | sed -n 4p 06:fd:7a:00:00:6e root@r-23-VM:~# ``` * Backup Router ``` root@r-24-VM:~# ip addr | grep link/ether | awk '{print $2;}' | sed -n 4p 06:e6:12:00:00:6e root@r-24-VM:~# ip addr | grep eth3 | grep state | awk '{print $9;}' DOWN root@r-24-VM:~# ``` * New integration test ``` [root@cs2 integration]# less /tmp//MarvinLogs/test_privategw_acl_99S5RY/results.txt test_05_rvpc_privategw_check_interface (integration.smoke.test_privategw_acl.TestPrivateGwACL) ... === TestName: test_05_rvpc_privategw_check_interface | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 1 test in 905.904s OK /tmp//MarvinLogs/test_privategw_acl_99S5RY/results.txt (END) ``` I commented out the other 4 tests in the test_privategw_acl.py in order to get the new test running quicker. Ping @remibergsma @bhaisaab @wido @runseb @DaanHoogland @borisroman @resmo @NuxRo Please, run other integration tests in order to check agains this PR. Cheers, Wilder
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---