You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Girish Shilamkar <gi...@clogeny.com> on 2013/10/03 16:33:01 UTC

Review Request 14469: CLOUDSTACK-4637: Fix failures in test_egress_fw_rules.py

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14469/
-----------------------------------------------------------

Review request for cloudstack, Harikrishna Patnala and venkata swamy babu  budumuru.


Bugs: CLOUDSTACK-4637


Repository: cloudstack-git


Description
-------

Add logic to wait for router to boot.


Diffs
-----

  test/integration/component/test_egress_fw_rules.py 5c18f9c 

Diff: https://reviews.apache.org/r/14469/diff/


Testing
-------


Thanks,

Girish Shilamkar


Re: Review Request 14469: CLOUDSTACK-4637: Fix failures in test_egress_fw_rules.py

Posted by Girish Shilamkar <gi...@clogeny.com>.

> On Oct. 8, 2013, 12:26 a.m., sangeetha hariharan wrote:
> > 1.Can you see make sure that introducing a delay of 3 minutes is actually resulting in all failed test cases to succeed ? There are multiple test cases in this test suite that have failed with the same exception.
> > 
> > 2. I see that there are no validation checks done yet for the following tests that are being reported as success:
> > test_05_egress_fr5
> > test_05_1_egress_fr5
> > test_08_egress_fr8
> > test_08_1_egress_fr8
> > 
> > 3. For test_03_1_egress_fr3 , expected_result param value is changed from "100" to "0" for exec_script_on_user_vm. In this case documentation says "deploy VM using network offering with egress policy false" , but Vm is deployed with egress_policy=True which is the default. create_vm() should be called with egress_policy=False , to match the changes that is done for expected_result.

>>1.
Well on the setup on which I worked on it succeeded with just 30 secs wait. So 3 minutes timeout should be good enough ? I will add the run logs. 

>>2.
Yes, some are also marked as TODO. I think we should just skip them for now. And we get back to them once regression pass rate is 100%.

>>3.
Good catch. I have fixed the testcase where vm is created with egress_policy is False and expected_result value remains same i.e. 100.


- Girish


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14469/#review26761
-----------------------------------------------------------


On Oct. 3, 2013, 2:33 p.m., Girish Shilamkar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/14469/
> -----------------------------------------------------------
> 
> (Updated Oct. 3, 2013, 2:33 p.m.)
> 
> 
> Review request for cloudstack, Harikrishna Patnala and venkata swamy babu  budumuru.
> 
> 
> Bugs: CLOUDSTACK-4637
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> -------
> 
> Add logic to wait for router to boot.
> 
> 
> Diffs
> -----
> 
>   test/integration/component/test_egress_fw_rules.py 5c18f9c 
> 
> Diff: https://reviews.apache.org/r/14469/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Girish Shilamkar
> 
>


Re: Review Request 14469: CLOUDSTACK-4637: Fix failures in test_egress_fw_rules.py

Posted by sangeetha hariharan <sa...@citrix.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14469/#review26761
-----------------------------------------------------------


1.Can you see make sure that introducing a delay of 3 minutes is actually resulting in all failed test cases to succeed ? There are multiple test cases in this test suite that have failed with the same exception.

2. I see that there are no validation checks done yet for the following tests that are being reported as success:
test_05_egress_fr5
test_05_1_egress_fr5
test_08_egress_fr8
test_08_1_egress_fr8

3. For test_03_1_egress_fr3 , expected_result param value is changed from "100" to "0" for exec_script_on_user_vm. In this case documentation says "deploy VM using network offering with egress policy false" , but Vm is deployed with egress_policy=True which is the default. create_vm() should be called with egress_policy=False , to match the changes that is done for expected_result.

- sangeetha hariharan


On Oct. 3, 2013, 2:33 p.m., Girish Shilamkar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/14469/
> -----------------------------------------------------------
> 
> (Updated Oct. 3, 2013, 2:33 p.m.)
> 
> 
> Review request for cloudstack, Harikrishna Patnala and venkata swamy babu  budumuru.
> 
> 
> Bugs: CLOUDSTACK-4637
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> -------
> 
> Add logic to wait for router to boot.
> 
> 
> Diffs
> -----
> 
>   test/integration/component/test_egress_fw_rules.py 5c18f9c 
> 
> Diff: https://reviews.apache.org/r/14469/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Girish Shilamkar
> 
>


Re: Review Request 14469: CLOUDSTACK-4637: Fix failures in test_egress_fw_rules.py

Posted by sangeetha hariharan <sa...@citrix.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14469/#review27163
-----------------------------------------------------------

Ship it!


Ship It!

- sangeetha hariharan


On Oct. 16, 2013, 2:27 p.m., Girish Shilamkar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/14469/
> -----------------------------------------------------------
> 
> (Updated Oct. 16, 2013, 2:27 p.m.)
> 
> 
> Review request for cloudstack, Harikrishna Patnala and venkata swamy babu  budumuru.
> 
> 
> Bugs: CLOUDSTACK-4637
>     https://issues.apache.org/jira/browse/CLOUDSTACK-4637
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> -------
> 
> Add logic to wait for router to boot.
> 
> 
> Diffs
> -----
> 
>   test/integration/component/test_egress_fw_rules.py 5c18f9c 
> 
> Diff: https://reviews.apache.org/r/14469/diff/
> 
> 
> Testing
> -------
> 
> test_01_1_egress_fr1 (test_egress_fw_rules.TestEgressFWRules)
> Test By-default the communication from guest n/w to public n/w is NOT allowed. ... ok
> test_01_egress_fr1 (test_egress_fw_rules.TestEgressFWRules)
> Test By-default the communication from guest n/w to public n/w is allowed. ... ok
> test_02_1_egress_fr2 (test_egress_fw_rules.TestEgressFWRules)
> Test Allow Communication using Egress rule with CIDR + Port Range + Protocol. ... ok
> test_02_egress_fr2 (test_egress_fw_rules.TestEgressFWRules)
> Test Allow Communication using Egress rule with CIDR + Port Range + Protocol. ... ok
> test_03_1_egress_fr3 (test_egress_fw_rules.TestEgressFWRules)
> Test Communication blocked with network that is other than specified ... ok
> test_03_egress_fr3 (test_egress_fw_rules.TestEgressFWRules)
> Test Communication blocked with network that is other than specified ... ok
> test_04_1_egress_fr4 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule and check the Firewall_Rules DB table ... ok
> test_04_egress_fr4 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule and check the Firewall_Rules DB table ... ok
> test_05_1_egress_fr5 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule and check the IP tables ... ok
> test_05_egress_fr5 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule and check the IP tables ... ok
> test_06_1_egress_fr6 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule without CIDR ... ok
> test_06_egress_fr6 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule without CIDR ... ok
> test_07_1_egress_fr7 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule without End Port ... ok
> test_07_egress_fr7 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule without End Port ... ok
> test_08_1_egress_fr8 (test_egress_fw_rules.TestEgressFWRules)
> Test Port Forwarding and Egress Conflict ... ok
> test_08_egress_fr8 (test_egress_fw_rules.TestEgressFWRules)
> Test Port Forwarding and Egress Conflict ... ok
> test_09_1_egress_fr9 (test_egress_fw_rules.TestEgressFWRules)
> Test Delete Egress rule ... ok
> test_09_egress_fr9 (test_egress_fw_rules.TestEgressFWRules)
> Test Delete Egress rule ... ok
> test_10_1_egress_fr10 (test_egress_fw_rules.TestEgressFWRules)
> Test Invalid CIDR and Invalid Port ranges ... ok
> test_10_egress_fr10 (test_egress_fw_rules.TestEgressFWRules)
> Test Invalid CIDR and Invalid Port ranges ... ok
> test_11_1_egress_fr11 (test_egress_fw_rules.TestEgressFWRules)
> Test Regression on Firewall + PF + LB + SNAT ... ok
> test_11_egress_fr11 (test_egress_fw_rules.TestEgressFWRules)
> Test Regression on Firewall + PF + LB + SNAT ... ok
> test_12_1_egress_fr12 (test_egress_fw_rules.TestEgressFWRules)
> Test Reboot Router ... ok
> test_13_1_egress_fr13 (test_egress_fw_rules.TestEgressFWRules)
> Test Redundant Router : Master failover ... ok
> test_13_egress_fr13 (test_egress_fw_rules.TestEgressFWRules)
> Test Redundant Router : Master failover ... ok
> 
> ----------------------------------------------------------------------
> Ran 26 tests in 15127.540s
> 
> OK
> 
> 
> Thanks,
> 
> Girish Shilamkar
> 
>


Re: Review Request 14469: CLOUDSTACK-4637: Fix failures in test_egress_fw_rules.py

Posted by ASF Subversion and Git Services <as...@urd.zones.apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14469/#review27160
-----------------------------------------------------------


Commit 833229c416cfee3e3dec3762d2e9c8e734696f90 in branch refs/heads/4.2 from Gaurav Aradhye
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=833229c ]

CLOUDSTACK-4637: Fix failures in test_egress_fw_rules.py

Removed log_test_exceptions which did not add any value.
Skipped few tests which are incomplete. Added timeout logic
and to wait for router to boot.
(cherry picked from commit a65f1ebefca7b22512762faf1832291153782f58)

Signed-off-by: Sangeetha <sa...@citrix.com>


- ASF Subversion and Git Services


On Oct. 16, 2013, 2:27 p.m., Girish Shilamkar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/14469/
> -----------------------------------------------------------
> 
> (Updated Oct. 16, 2013, 2:27 p.m.)
> 
> 
> Review request for cloudstack, Harikrishna Patnala and venkata swamy babu  budumuru.
> 
> 
> Bugs: CLOUDSTACK-4637
>     https://issues.apache.org/jira/browse/CLOUDSTACK-4637
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> -------
> 
> Add logic to wait for router to boot.
> 
> 
> Diffs
> -----
> 
>   test/integration/component/test_egress_fw_rules.py 5c18f9c 
> 
> Diff: https://reviews.apache.org/r/14469/diff/
> 
> 
> Testing
> -------
> 
> test_01_1_egress_fr1 (test_egress_fw_rules.TestEgressFWRules)
> Test By-default the communication from guest n/w to public n/w is NOT allowed. ... ok
> test_01_egress_fr1 (test_egress_fw_rules.TestEgressFWRules)
> Test By-default the communication from guest n/w to public n/w is allowed. ... ok
> test_02_1_egress_fr2 (test_egress_fw_rules.TestEgressFWRules)
> Test Allow Communication using Egress rule with CIDR + Port Range + Protocol. ... ok
> test_02_egress_fr2 (test_egress_fw_rules.TestEgressFWRules)
> Test Allow Communication using Egress rule with CIDR + Port Range + Protocol. ... ok
> test_03_1_egress_fr3 (test_egress_fw_rules.TestEgressFWRules)
> Test Communication blocked with network that is other than specified ... ok
> test_03_egress_fr3 (test_egress_fw_rules.TestEgressFWRules)
> Test Communication blocked with network that is other than specified ... ok
> test_04_1_egress_fr4 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule and check the Firewall_Rules DB table ... ok
> test_04_egress_fr4 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule and check the Firewall_Rules DB table ... ok
> test_05_1_egress_fr5 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule and check the IP tables ... ok
> test_05_egress_fr5 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule and check the IP tables ... ok
> test_06_1_egress_fr6 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule without CIDR ... ok
> test_06_egress_fr6 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule without CIDR ... ok
> test_07_1_egress_fr7 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule without End Port ... ok
> test_07_egress_fr7 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule without End Port ... ok
> test_08_1_egress_fr8 (test_egress_fw_rules.TestEgressFWRules)
> Test Port Forwarding and Egress Conflict ... ok
> test_08_egress_fr8 (test_egress_fw_rules.TestEgressFWRules)
> Test Port Forwarding and Egress Conflict ... ok
> test_09_1_egress_fr9 (test_egress_fw_rules.TestEgressFWRules)
> Test Delete Egress rule ... ok
> test_09_egress_fr9 (test_egress_fw_rules.TestEgressFWRules)
> Test Delete Egress rule ... ok
> test_10_1_egress_fr10 (test_egress_fw_rules.TestEgressFWRules)
> Test Invalid CIDR and Invalid Port ranges ... ok
> test_10_egress_fr10 (test_egress_fw_rules.TestEgressFWRules)
> Test Invalid CIDR and Invalid Port ranges ... ok
> test_11_1_egress_fr11 (test_egress_fw_rules.TestEgressFWRules)
> Test Regression on Firewall + PF + LB + SNAT ... ok
> test_11_egress_fr11 (test_egress_fw_rules.TestEgressFWRules)
> Test Regression on Firewall + PF + LB + SNAT ... ok
> test_12_1_egress_fr12 (test_egress_fw_rules.TestEgressFWRules)
> Test Reboot Router ... ok
> test_13_1_egress_fr13 (test_egress_fw_rules.TestEgressFWRules)
> Test Redundant Router : Master failover ... ok
> test_13_egress_fr13 (test_egress_fw_rules.TestEgressFWRules)
> Test Redundant Router : Master failover ... ok
> 
> ----------------------------------------------------------------------
> Ran 26 tests in 15127.540s
> 
> OK
> 
> 
> Thanks,
> 
> Girish Shilamkar
> 
>


Re: Review Request 14469: CLOUDSTACK-4637: Fix failures in test_egress_fw_rules.py

Posted by ASF Subversion and Git Services <as...@urd.zones.apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14469/#review27158
-----------------------------------------------------------


Commit a65f1ebefca7b22512762faf1832291153782f58 in branch refs/heads/master from Gaurav Aradhye
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=a65f1eb ]

CLOUDSTACK-4637: Fix failures in test_egress_fw_rules.py

Removed log_test_exceptions which did not add any value.
Skipped few tests which are incomplete. Added timeout logic
and to wait for router to boot.


- ASF Subversion and Git Services


On Oct. 16, 2013, 2:27 p.m., Girish Shilamkar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/14469/
> -----------------------------------------------------------
> 
> (Updated Oct. 16, 2013, 2:27 p.m.)
> 
> 
> Review request for cloudstack, Harikrishna Patnala and venkata swamy babu  budumuru.
> 
> 
> Bugs: CLOUDSTACK-4637
>     https://issues.apache.org/jira/browse/CLOUDSTACK-4637
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> -------
> 
> Add logic to wait for router to boot.
> 
> 
> Diffs
> -----
> 
>   test/integration/component/test_egress_fw_rules.py 5c18f9c 
> 
> Diff: https://reviews.apache.org/r/14469/diff/
> 
> 
> Testing
> -------
> 
> test_01_1_egress_fr1 (test_egress_fw_rules.TestEgressFWRules)
> Test By-default the communication from guest n/w to public n/w is NOT allowed. ... ok
> test_01_egress_fr1 (test_egress_fw_rules.TestEgressFWRules)
> Test By-default the communication from guest n/w to public n/w is allowed. ... ok
> test_02_1_egress_fr2 (test_egress_fw_rules.TestEgressFWRules)
> Test Allow Communication using Egress rule with CIDR + Port Range + Protocol. ... ok
> test_02_egress_fr2 (test_egress_fw_rules.TestEgressFWRules)
> Test Allow Communication using Egress rule with CIDR + Port Range + Protocol. ... ok
> test_03_1_egress_fr3 (test_egress_fw_rules.TestEgressFWRules)
> Test Communication blocked with network that is other than specified ... ok
> test_03_egress_fr3 (test_egress_fw_rules.TestEgressFWRules)
> Test Communication blocked with network that is other than specified ... ok
> test_04_1_egress_fr4 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule and check the Firewall_Rules DB table ... ok
> test_04_egress_fr4 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule and check the Firewall_Rules DB table ... ok
> test_05_1_egress_fr5 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule and check the IP tables ... ok
> test_05_egress_fr5 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule and check the IP tables ... ok
> test_06_1_egress_fr6 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule without CIDR ... ok
> test_06_egress_fr6 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule without CIDR ... ok
> test_07_1_egress_fr7 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule without End Port ... ok
> test_07_egress_fr7 (test_egress_fw_rules.TestEgressFWRules)
> Test Create Egress rule without End Port ... ok
> test_08_1_egress_fr8 (test_egress_fw_rules.TestEgressFWRules)
> Test Port Forwarding and Egress Conflict ... ok
> test_08_egress_fr8 (test_egress_fw_rules.TestEgressFWRules)
> Test Port Forwarding and Egress Conflict ... ok
> test_09_1_egress_fr9 (test_egress_fw_rules.TestEgressFWRules)
> Test Delete Egress rule ... ok
> test_09_egress_fr9 (test_egress_fw_rules.TestEgressFWRules)
> Test Delete Egress rule ... ok
> test_10_1_egress_fr10 (test_egress_fw_rules.TestEgressFWRules)
> Test Invalid CIDR and Invalid Port ranges ... ok
> test_10_egress_fr10 (test_egress_fw_rules.TestEgressFWRules)
> Test Invalid CIDR and Invalid Port ranges ... ok
> test_11_1_egress_fr11 (test_egress_fw_rules.TestEgressFWRules)
> Test Regression on Firewall + PF + LB + SNAT ... ok
> test_11_egress_fr11 (test_egress_fw_rules.TestEgressFWRules)
> Test Regression on Firewall + PF + LB + SNAT ... ok
> test_12_1_egress_fr12 (test_egress_fw_rules.TestEgressFWRules)
> Test Reboot Router ... ok
> test_13_1_egress_fr13 (test_egress_fw_rules.TestEgressFWRules)
> Test Redundant Router : Master failover ... ok
> test_13_egress_fr13 (test_egress_fw_rules.TestEgressFWRules)
> Test Redundant Router : Master failover ... ok
> 
> ----------------------------------------------------------------------
> Ran 26 tests in 15127.540s
> 
> OK
> 
> 
> Thanks,
> 
> Girish Shilamkar
> 
>


Re: Review Request 14469: CLOUDSTACK-4637: Fix failures in test_egress_fw_rules.py

Posted by Girish Shilamkar <gi...@clogeny.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14469/
-----------------------------------------------------------

(Updated Oct. 16, 2013, 2:27 p.m.)


Review request for cloudstack, Harikrishna Patnala and venkata swamy babu  budumuru.


Changes
-------

Updated the patches as per the review.


Bugs: CLOUDSTACK-4637


Repository: cloudstack-git


Description
-------

Add logic to wait for router to boot.


Diffs (updated)
-----

  test/integration/component/test_egress_fw_rules.py 5c18f9c 

Diff: https://reviews.apache.org/r/14469/diff/


Testing (updated)
-------

test_01_1_egress_fr1 (test_egress_fw_rules.TestEgressFWRules)
Test By-default the communication from guest n/w to public n/w is NOT allowed. ... ok
test_01_egress_fr1 (test_egress_fw_rules.TestEgressFWRules)
Test By-default the communication from guest n/w to public n/w is allowed. ... ok
test_02_1_egress_fr2 (test_egress_fw_rules.TestEgressFWRules)
Test Allow Communication using Egress rule with CIDR + Port Range + Protocol. ... ok
test_02_egress_fr2 (test_egress_fw_rules.TestEgressFWRules)
Test Allow Communication using Egress rule with CIDR + Port Range + Protocol. ... ok
test_03_1_egress_fr3 (test_egress_fw_rules.TestEgressFWRules)
Test Communication blocked with network that is other than specified ... ok
test_03_egress_fr3 (test_egress_fw_rules.TestEgressFWRules)
Test Communication blocked with network that is other than specified ... ok
test_04_1_egress_fr4 (test_egress_fw_rules.TestEgressFWRules)
Test Create Egress rule and check the Firewall_Rules DB table ... ok
test_04_egress_fr4 (test_egress_fw_rules.TestEgressFWRules)
Test Create Egress rule and check the Firewall_Rules DB table ... ok
test_05_1_egress_fr5 (test_egress_fw_rules.TestEgressFWRules)
Test Create Egress rule and check the IP tables ... ok
test_05_egress_fr5 (test_egress_fw_rules.TestEgressFWRules)
Test Create Egress rule and check the IP tables ... ok
test_06_1_egress_fr6 (test_egress_fw_rules.TestEgressFWRules)
Test Create Egress rule without CIDR ... ok
test_06_egress_fr6 (test_egress_fw_rules.TestEgressFWRules)
Test Create Egress rule without CIDR ... ok
test_07_1_egress_fr7 (test_egress_fw_rules.TestEgressFWRules)
Test Create Egress rule without End Port ... ok
test_07_egress_fr7 (test_egress_fw_rules.TestEgressFWRules)
Test Create Egress rule without End Port ... ok
test_08_1_egress_fr8 (test_egress_fw_rules.TestEgressFWRules)
Test Port Forwarding and Egress Conflict ... ok
test_08_egress_fr8 (test_egress_fw_rules.TestEgressFWRules)
Test Port Forwarding and Egress Conflict ... ok
test_09_1_egress_fr9 (test_egress_fw_rules.TestEgressFWRules)
Test Delete Egress rule ... ok
test_09_egress_fr9 (test_egress_fw_rules.TestEgressFWRules)
Test Delete Egress rule ... ok
test_10_1_egress_fr10 (test_egress_fw_rules.TestEgressFWRules)
Test Invalid CIDR and Invalid Port ranges ... ok
test_10_egress_fr10 (test_egress_fw_rules.TestEgressFWRules)
Test Invalid CIDR and Invalid Port ranges ... ok
test_11_1_egress_fr11 (test_egress_fw_rules.TestEgressFWRules)
Test Regression on Firewall + PF + LB + SNAT ... ok
test_11_egress_fr11 (test_egress_fw_rules.TestEgressFWRules)
Test Regression on Firewall + PF + LB + SNAT ... ok
test_12_1_egress_fr12 (test_egress_fw_rules.TestEgressFWRules)
Test Reboot Router ... ok
test_13_1_egress_fr13 (test_egress_fw_rules.TestEgressFWRules)
Test Redundant Router : Master failover ... ok
test_13_egress_fr13 (test_egress_fw_rules.TestEgressFWRules)
Test Redundant Router : Master failover ... ok

----------------------------------------------------------------------
Ran 26 tests in 15127.540s

OK


Thanks,

Girish Shilamkar