You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by ustcweizhou <gi...@git.apache.org> on 2015/12/09 09:21:26 UTC

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

GitHub user ustcweizhou opened a pull request:

    https://github.com/apache/cloudstack/pull/1197

    [4.7] CLOUDSTACK-9129: list vpc routers by keyword in Infrastructure -> Virtual Routers

    
    and two more changes:
    (1) add network name/vpc name in the listRouters response
    (2) add network name/vpc id, vpc name in the router details page

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ustcweizhou/cloudstack vpc-router-by-keyword

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1197.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 #1197
    
----
commit 5f06c66bbf8d67111a341ffbfe1864a42586d7c3
Author: Wei Zhou <w....@tech.leaseweb.com>
Date:   2015-12-09T08:07:57Z

    CLOUDSTACK-9129: list vpc routers by keyword in Infrastructure -> Virtual Routers
    
    and two more changes:
    (1) add network name/vpc name in the listRouters response
    (2) add network name/vpc id, vpc name in the router details page

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by wilderrodrigues <gi...@git.apache.org>.
Github user wilderrodrigues commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163540517
  
    One of the tests (network_results) says:
    
    Test redundant router internals ... === TestName: test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | Status : FAILED ===
    FAIL
    
    ```
    ======================================================================
    FAIL: Test redundant router internals
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/data/git/cs1/cloudstack/test/integration/component/test_routers_network_ops.py", line 290, in test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true
        "Attempt to retrieve google.com index page should be successful!"
    AssertionError: Attempt to retrieve google.com index page should be successful!
    ```
    
    Was it rebased with latest master before tests?
    
    So, do not merge yet. Unless you redo the failed test manually.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by ustcweizhou <gi...@git.apache.org>.
Github user ustcweizhou commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163896132
  
    @remibergsma @wilderrodrigues @DaanHoogland 
    I guess you tested in the same env, right?
    It might be a network issue, eg DNS or Ipv6 ?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

Deleted projects cannot be billed

Posted by "Jochim, Ingo" <In...@bautzen-it.de>.
Hi all,

does anybody knows how deletion of a project works and why records get deleted or replace by NULL?

A much more detailed description of the issue got posted by Norbert here:
https://issues.apache.org/jira/browse/CLOUDSTACK-9096

Thanks and regards,
Ingo



Teaser:

Deleted projects cannot be billed because usage data is not available any more from the moment of project deletion. If the project is deleted in the middle of the month all usage data of this month is lost:

If you delete a project
1. the database record in cloud.project_view is removed 
2. the name field in the cloud.projects table is set to NULL, thus the original project name is completely lost.
3. the usage records for this project are not available any more via api/cloudmonkey 
(4. the usage records are still in the database and available via vm_name for example)

....

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by kishankavala <gi...@git.apache.org>.
Github user kishankavala commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163538722
  
    You are right @ustcweizhou . My branch was not up to date. Applied the patch on latest master.
    - Able to see vpcname and vpcid in listRouters response
    - Keyword search with vpc name also worked.
    
    LGTM



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by ustcweizhou <gi...@git.apache.org>.
Github user ustcweizhou commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163541483
  
    @wilderrodrigues yes, it is rebased with latest master.
    going through the files changed in this PR, I think the failure is not related to it.
    This PR does not touch any operation on networks/vpcs, etc


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by wilderrodrigues <gi...@git.apache.org>.
Github user wilderrodrigues commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163604337
  
    That's odd! :(
    
    Same test was executed by @remibergsma and I this week and everything went fine.
    
    But if that was rebased, the test should now be under ```smoke``` instead of ```component```. Although it would not change anything in the test itself.
    
    @remibergsma: could you please put one of you 8 bubble to run the test_network_ops.py ? You have your one-liner! ;)
    
    The MCT-Shared has also changed. The run tests script is getting the tests from smoke instead of component. 
    
    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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cloudstack/pull/1197


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by remibergsma <gi...@git.apache.org>.
Github user remibergsma commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163977752
  
    Not sure what happened, the test passes fine now. LGTM.
    
    ```
    Test redundant router internals ... === TestName: test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | Status : SUCCESS ===
    ok
    ```



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163579922
  
    I reran the test and it failed again:
    ```
    Test redundant router internals ... === TestName: test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | Status : FAILED ===
    FAIL
    Test redundant router internals ... === TestName: test_03_RVR_Network_check_router_state | Status : SUCCESS ===
    ok
    
    ======================================================================
    FAIL: Test redundant router internals
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/data/git/cs1/cloudstack/test/integration/component/test_routers_network_ops.py", line 483, in test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false
        "Attempt to retrieve google.com index page should be successful once rule is added!"
    AssertionError: Attempt to retrieve google.com index page should be successful once rule is added!
    -------------------- >> begin captured logging << --------------------
    ```


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by remibergsma <gi...@git.apache.org>.
Github user remibergsma commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163560328
  
    LGTM Tested the actual feature:
    
    Created a VPC:
    ![screen shot 2015-12-10 at 10 49 05](https://cloud.githubusercontent.com/assets/1630096/11712205/b9f2dfee-9f2b-11e5-9840-9c7c4f991cf8.png)
    
    Tried to search for it:
    ![screen shot 2015-12-10 at 10 53 21](https://cloud.githubusercontent.com/assets/1630096/11712280/474ee108-9f2c-11e5-8aab-560c45cfd0b5.png)
    
    Tried a search that should result noting:
    ![screen shot 2015-12-10 at 10 53 29](https://cloud.githubusercontent.com/assets/1630096/11712285/50efcda8-9f2c-11e5-97b3-efff2d3a2e94.png)
    
    Before merge, be sure all integration tests pass. If you need help, let me know.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by ustcweizhou <gi...@git.apache.org>.
Github user ustcweizhou commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163519772
  
    @kishankavala Thanks for review.
    
    This PR should be able to be applied on master, as I do not see the following eror on this page
    "This branch has conflicts that must be resolved
    Only those with write access to this repository can merge pull requests."
    
    is your codebase up to date ?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163883953
  
    Guys, I think (and hate myself for bringing it up again despite my intentions not to) you are giving an argument to merge MCT-shared#20 I use the merge procedure which is how we accept it (instead of rebasing first).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163554166
  
    @ustcweizhou, @wilderrodrigues is right to ask for a retest anyway, will do


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by remibergsma <gi...@git.apache.org>.
Github user remibergsma commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163865197
  
    @wilderrodrigues @ustcweizhou I can confirm that tests fails for me too, even when I rebased before testing it.
    
    ```
    ======================================================================
    FAIL: Test redundant router internals
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/data/git/cs1/cloudstack/test/integration/component/test_routers_network_ops.py", line 482, in test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false
    AssertionError: Attempt to retrieve google.com index page should be successful once rule is added!
    ```
    
    Full integration test results:
    
    ```
    nosetests --with-marvin --marvin-config=${marvinCfg} -s -a tags=advanced,required_hardware=true \
    component/test_vpc_redundant.py \
    component/test_routers_iptables_default_policy.py \
    component/test_routers_network_ops.py \
    component/test_vpc_router_nics.py \
    smoke/test_loadbalance.py \
    smoke/test_internal_lb.py \
    smoke/test_ssvm.py \
    smoke/test_network.py
    
    ```
    
    Result:
    
    ```
    Create a redundant VPC with two networks with two VMs in each network ... === TestName: test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Status : SUCCESS ===
    ok
    Create a redundant VPC with two networks with two VMs in each network and check default routes ... === TestName: test_02_redundant_VPC_default_routes | Status : SUCCESS ===
    ok
    Create a redundant VPC with two networks with two VMs in each network ... === TestName: test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Status : SUCCESS ===
    ok
    Test iptables default INPUT/FORWARD policy on RouterVM ... === TestName: test_02_routervm_iptables_policies | Status : SUCCESS ===
    ok
    Test iptables default INPUT/FORWARD policies on VPC router ... === TestName: test_01_single_VPC_iptables_policies | Status : SUCCESS ===
    ok
    Test redundant router internals ... === TestName: test_01_isolate_network_FW_PF_default_routes_egress_true | Status : SUCCESS ===
    ok
    Test redundant router internals ... === TestName: test_02_isolate_network_FW_PF_default_routes_egress_false | Status : SUCCESS ===
    ok
    Test redundant router internals ... === TestName: test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | Status : SUCCESS ===
    ok
    Test redundant router internals ... === TestName: test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | Status : FAILED ===
    FAIL
    Create a VPC with two networks with one VM in each network and test nics after destroy ... === TestName: test_01_VPC_nics_after_destroy | Status : SUCCESS ===
    ok
    Create a VPC with two networks with one VM in each network and test default routes ... === TestName: test_02_VPC_default_routes | Status : SUCCESS ===
    ok
    Check the password file in the Router VM ... === TestName: test_isolate_network_password_server | Status : SUCCESS ===
    ok
    Check that the /etc/dhcphosts.txt doesn't contain duplicate IPs ... === TestName: test_router_dhcphosts | Status : SUCCESS ===
    ok
    Test to create Load balancing rule with source NAT ... === TestName: test_01_create_lb_rule_src_nat | Status : SUCCESS ===
    ok
    Test to create Load balancing rule with non source NAT ... === TestName: test_02_create_lb_rule_non_nat | Status : SUCCESS ===
    ok
    Test for assign & removing load balancing rule ... === TestName: test_assign_and_removal_lb | Status : SUCCESS ===
    ok
    Test to verify access to loadbalancer haproxy admin stats page ... === TestName: test02_internallb_haproxy_stats_on_all_interfaces | Status : SUCCESS ===
    ok
    Test create, assign, remove of an Internal LB with roundrobin http traffic to 3 vm's ... === TestName: test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Status : SUCCESS ===
    ok
    Test SSVM Internals ... === TestName: test_03_ssvm_internals | Status : SUCCESS ===
    ok
    Test CPVM Internals ... === TestName: test_04_cpvm_internals | Status : SUCCESS ===
    ok
    Test stop SSVM ... === TestName: test_05_stop_ssvm | Status : SUCCESS ===
    ok
    Test stop CPVM ... === TestName: test_06_stop_cpvm | Status : SUCCESS ===
    ok
    Test reboot SSVM ... === TestName: test_07_reboot_ssvm | Status : SUCCESS ===
    ok
    Test reboot CPVM ... === TestName: test_08_reboot_cpvm | Status : SUCCESS ===
    ok
    Test destroy SSVM ... === TestName: test_09_destroy_ssvm | Status : SUCCESS ===
    ok
    Test destroy CPVM ... === TestName: test_10_destroy_cpvm | Status : SUCCESS ===
    ok
    Test Remote Access VPN in VPC ... === TestName: test_vpc_remote_access_vpn | Status : SUCCESS ===
    ok
    Test VPN in VPC ... === TestName: test_vpc_site2site_vpn | Status : SUCCESS ===
    ok
    test_01_vpc_privategw_acl (integration.smoke.test_privategw_acl.TestPrivateGwACL) ... === TestName: test_01_vpc_privategw_acl | Status : SUCCESS ===
    ok
    test_02_vpc_privategw_static_routes (integration.smoke.test_privategw_acl.TestPrivateGwACL) ... === TestName: test_02_vpc_privategw_static_routes | Status : SUCCESS ===
    ok
    test_03_rvpc_privategw_static_routes (integration.smoke.test_privategw_acl.TestPrivateGwACL) ... === TestName: test_03_rvpc_privategw_static_routes | Status : SUCCESS ===
    ok
    Test for port forwarding on source NAT ... === TestName: test_01_port_fwd_on_src_nat | Status : SUCCESS ===
    ok
    Test for port forwarding on non source NAT ... === TestName: test_02_port_fwd_on_non_src_nat | Status : SUCCESS ===
    ok
    Test for reboot router ... === TestName: test_reboot_router | Status : SUCCESS ===
    ok
    Test for Router rules for network rules on acquired public IP ... === TestName: test_network_rules_acquired_public_ip_1_static_nat_rule | Status : SUCCESS ===
    ok
    Test for Router rules for network rules on acquired public IP ... === TestName: test_network_rules_acquired_public_ip_2_nat_rule | Status : SUCCESS ===
    ok
    Test for Router rules for network rules on acquired public IP ... === TestName: test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | Status : SUCCESS ===
    ok
    
    ======================================================================
    FAIL: Test redundant router internals
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/data/git/cs1/cloudstack/test/integration/component/test_routers_network_ops.py", line 482, in test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false
    AssertionError: Attempt to retrieve google.com index page should be successful once rule is added!
    -------------------- >> begin captured logging << --------------------
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ::::::::::::STARTED : TC: test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false :::::::::::
    TestRedundantIsolateNetworks: DEBUG: Starting test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false...
    TestRedundantIsolateNetworks: DEBUG: Creating network with network offering: d916a481-8669-4b82-a7ba-568023379d7c
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'domainid': u'a3394e5d-9f2c-11e5-b3c7-5254001daa61', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'zoneid': u'9e8e95c1-99ea-4471-a97a-27dafa4c55d6', 'acltype': 'Account', 'displaytext': 'Test Network', 'networkofferingid': u'd916a481-8669-4b82-a7ba-568023379d7c', 'response': 'json', 'account': u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', 'name': 'Test Network', 'command': 'createNetwork', 'signature': 'lynlF5Hc8pdhI2v+sGMI/YRBRPs='}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : createNetwork=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?domainid=a3394e5d-9f2c-11e5-b3c7-5254001daa61&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&zoneid=9e8e95c1-99ea-4471-a97a-27dafa4c55d6&acltype=Account&displaytext=Test+Network&networkofferingid=d916a481-8669-4b82-a7ba-568023379d7c&response=json&account=test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W&name=Test+Network&command=createNetwork&signature=lynlF5Hc8pdhI2v%2BsGMI%2FYRBRPs%3D HTTP/1.1" 200 4705
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {domain : u'ROOT', specifyipranges : False, related : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', zoneid : u'9e8e95c1-99ea-4471-a97a-27dafa4c55d6', domainid : u'a3394e5d-9f2c-11e5-b3c7-5254001daa61', displaytext : u'Test Network', gateway : u'10.1.1.1', canusefordeploy : True, physicalnetworkid : u'c431155a-30e8-48d1-83aa-9eabec118041', networkdomain : u'csacloud', service : [{capability : [{value : u'pptp,l2tp,ipsec', name : u'SupportedVpnTypes', canchooseservicecapability : False}, {value : u'removeaccessvpn', name : u'VpnTypes', canchooseservicecapability : False}], name : u'Vpn'}, {capability : [{value : u'true', name : u'DhcpAccrossMultipleSubnets', canchooseservicecapability : False}], name : u'Dhcp'}, {name : u'PortForwarding'}, {name : u'UserData'}, {capability : [{value : u'true', name : u'RedundantRouter', canchooseservi
 cecapability : False}, {value : u'peraccount', name : u'SupportedSourceNatTypes', canchooseservicecapability : False}], name : u'SourceNat'}, {capability : [{value : u'tcp, udp, tcp-proxy', name : u'SupportedProtocols', canchooseservicecapability : False}, {value : u'roundrobin,leastconn,source', name : u'SupportedLbAlgorithms', canchooseservicecapability : False}, {value : u'[{"methodname":"cpu","paramlist":[]},{"methodname":"memory","paramlist":[]}]', name : u'AutoScaleCounters', canchooseservicecapability : False}, {value : u'Public', name : u'LbSchemes', canchooseservicecapability : False}, {value : u'[{"methodname":"LbCookie","paramlist":[{"paramname":"cookie-name","required":false,"isflag":false,"description":" "},{"paramname":"mode","required":false,"isflag":false,"description":" "},{"paramname":"nocache","required":false,"isflag":true,"description":" "},{"paramname":"indirect","required":false,"isflag":true,"description":" "},{"paramname":"postonly","required":false,"isflag"
 :true,"description":" "},{"paramname":"domain","required":false,"isflag":false,"description":" "}],"description":"This is loadbalancer cookie based stickiness method."},{"methodname":"AppCookie","paramlist":[{"paramname":"cookie-name","required":false,"isflag":false,"description":" "},{"paramname":"length","required":false,"isflag":false,"description":" "},{"paramname":"holdtime","required":false,"isflag":false,"description":" "},{"paramname":"request-learn","required":false,"isflag":true,"description":" "},{"paramname":"prefix","required":false,"isflag":true,"description":" "},{"paramname":"mode","required":false,"isflag":false,"description":" "}],"description":"This is App session based sticky method. Define session stickiness on an existing application cookie. It can be used only for a specific http traffic"},{"methodname":"SourceBased","paramlist":[{"paramname":"tablesize","required":false,"isflag":false,"description":" "},{"paramname":"expire","required":false,"isflag":false,"d
 escription":" "}],"description":"This is source based Stickiness method, it can be used for any type of protocol."}]', name : u'SupportedStickinessMethods', canchooseservicecapability : False}, {value : u'dedicated', name : u'SupportedLBIsolation', canchooseservicecapability : False}], name : u'Lb'}, {capability : [{value : u'true', name : u'AllowDnsSuffixModification', canchooseservicecapability : False}], name : u'Dns'}, {capability : [{value : u'ingress, egress', name : u'SupportedTrafficDirection', canchooseservicecapability : False}, {value : u'tcp,udp,icmp, all', name : u'SupportedEgressProtocols', canchooseservicecapability : False}, {value : u'true', name : u'MultipleIps', canchooseservicecapability : False}, {value : u'tcp,udp,icmp', name : u'SupportedProtocols', canchooseservicecapability : False}, {value : u'per public ip', name : u'TrafficStatistics', canchooseservicecapability : False}], name : u'Firewall'}, {name : u'StaticNat'}], strechedl2subnet : False, id : u'1cca3
 154-9cc9-4e09-af49-2bfdb61a7c81', state : u'Implemented', type : u'Isolated', broadcasturi : u'vlan://105', zonename : u'MCCT-SHARED-1', networkofferingavailability : u'Optional', networkofferingid : u'd916a481-8669-4b82-a7ba-568023379d7c', tags : [], displaynetwork : True, vlan : u'105', networkofferingdisplaytext : u'Network off-RVR services-S5MITT', traffictype : u'Guest', netmask : u'255.255.255.0', cidr : u'10.1.1.0/24', restartrequired : False, broadcastdomaintype : u'Vlan', account : u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', ispersistent : True, name : u'Test Network', dns1 : u'8.8.8.8', networkofferingconservemode : True, acltype : u'Account', networkofferingname : u'Network offering-RVR services-Z1WMYN', issystem : False}
    TestRedundantIsolateNetworks: DEBUG: Created network with ID: 1cca3154-9cc9-4e09-af49-2bfdb61a7c81
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'id': u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', 'response': 'json', 'listall': True, 'command': 'listNetworks', 'signature': 'T/3TWO6i264pJUe42/Ybqpyp8YY='}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : listNetworks=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&id=1cca3154-9cc9-4e09-af49-2bfdb61a7c81&response=json&listall=True&command=listNetworks&signature=T%2F3TWO6i264pJUe42%2FYbqpyp8YY%3D HTTP/1.1" 200 4716
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : [{domain : u'ROOT', specifyipranges : False, related : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', zoneid : u'9e8e95c1-99ea-4471-a97a-27dafa4c55d6', domainid : u'a3394e5d-9f2c-11e5-b3c7-5254001daa61', displaytext : u'Test Network', gateway : u'10.1.1.1', canusefordeploy : True, physicalnetworkid : u'c431155a-30e8-48d1-83aa-9eabec118041', networkdomain : u'csacloud', service : [{capability : [{value : u'pptp,l2tp,ipsec', name : u'SupportedVpnTypes', canchooseservicecapability : False}, {value : u'removeaccessvpn', name : u'VpnTypes', canchooseservicecapability : False}], name : u'Vpn'}, {capability : [{value : u'true', name : u'DhcpAccrossMultipleSubnets', canchooseservicecapability : False}], name : u'Dhcp'}, {name : u'PortForwarding'}, {name : u'UserData'}, {capability : [{value : u'true', name : u'RedundantRouter', canchooseserv
 icecapability : False}, {value : u'peraccount', name : u'SupportedSourceNatTypes', canchooseservicecapability : False}], name : u'SourceNat'}, {capability : [{value : u'tcp, udp, tcp-proxy', name : u'SupportedProtocols', canchooseservicecapability : False}, {value : u'roundrobin,leastconn,source', name : u'SupportedLbAlgorithms', canchooseservicecapability : False}, {value : u'[{"methodname":"cpu","paramlist":[]},{"methodname":"memory","paramlist":[]}]', name : u'AutoScaleCounters', canchooseservicecapability : False}, {value : u'Public', name : u'LbSchemes', canchooseservicecapability : False}, {value : u'[{"methodname":"LbCookie","paramlist":[{"paramname":"cookie-name","required":false,"isflag":false,"description":" "},{"paramname":"mode","required":false,"isflag":false,"description":" "},{"paramname":"nocache","required":false,"isflag":true,"description":" "},{"paramname":"indirect","required":false,"isflag":true,"description":" "},{"paramname":"postonly","required":false,"isflag
 ":true,"description":" "},{"paramname":"domain","required":false,"isflag":false,"description":" "}],"description":"This is loadbalancer cookie based stickiness method."},{"methodname":"AppCookie","paramlist":[{"paramname":"cookie-name","required":false,"isflag":false,"description":" "},{"paramname":"length","required":false,"isflag":false,"description":" "},{"paramname":"holdtime","required":false,"isflag":false,"description":" "},{"paramname":"request-learn","required":false,"isflag":true,"description":" "},{"paramname":"prefix","required":false,"isflag":true,"description":" "},{"paramname":"mode","required":false,"isflag":false,"description":" "}],"description":"This is App session based sticky method. Define session stickiness on an existing application cookie. It can be used only for a specific http traffic"},{"methodname":"SourceBased","paramlist":[{"paramname":"tablesize","required":false,"isflag":false,"description":" "},{"paramname":"expire","required":false,"isflag":false,"
 description":" "}],"description":"This is source based Stickiness method, it can be used for any type of protocol."}]', name : u'SupportedStickinessMethods', canchooseservicecapability : False}, {value : u'dedicated', name : u'SupportedLBIsolation', canchooseservicecapability : False}], name : u'Lb'}, {capability : [{value : u'true', name : u'AllowDnsSuffixModification', canchooseservicecapability : False}], name : u'Dns'}, {capability : [{value : u'ingress, egress', name : u'SupportedTrafficDirection', canchooseservicecapability : False}, {value : u'tcp,udp,icmp, all', name : u'SupportedEgressProtocols', canchooseservicecapability : False}, {value : u'true', name : u'MultipleIps', canchooseservicecapability : False}, {value : u'tcp,udp,icmp', name : u'SupportedProtocols', canchooseservicecapability : False}, {value : u'per public ip', name : u'TrafficStatistics', canchooseservicecapability : False}], name : u'Firewall'}, {name : u'StaticNat'}], strechedl2subnet : False, id : u'1cca
 3154-9cc9-4e09-af49-2bfdb61a7c81', state : u'Implemented', type : u'Isolated', broadcasturi : u'vlan://105', zonename : u'MCCT-SHARED-1', networkofferingavailability : u'Optional', networkofferingid : u'd916a481-8669-4b82-a7ba-568023379d7c', tags : [], displaynetwork : True, vlan : u'105', networkofferingdisplaytext : u'Network off-RVR services-S5MITT', traffictype : u'Guest', netmask : u'255.255.255.0', cidr : u'10.1.1.0/24', restartrequired : False, broadcastdomaintype : u'Vlan', account : u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', ispersistent : True, name : u'Test Network', dns1 : u'8.8.8.8', networkofferingconservemode : True, acltype : u'Account', networkofferingname : u'Network offering-RVR services-Z1WMYN', issystem : False}]
    TestRedundantIsolateNetworks: DEBUG: Deploying VM in account: test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'domainid': u'a3394e5d-9f2c-11e5-b3c7-5254001daa61', 'zoneid': u'9e8e95c1-99ea-4471-a97a-27dafa4c55d6', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'networkids': '1cca3154-9cc9-4e09-af49-2bfdb61a7c81', 'serviceofferingid': u'3ba8180a-38e1-43a1-9972-80278c03c218', 'displayname': 'Test VM', 'templateid': u'a32935c6-9f2c-11e5-b3c7-5254001daa61', 'response': 'json', 'account': u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', 'command': 'deployVirtualMachine', 'signature': 'af0So9i8H9W4St8OGClPjlrVHas='}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : deployVirtualMachine=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?domainid=a3394e5d-9f2c-11e5-b3c7-5254001daa61&zoneid=9e8e95c1-99ea-4471-a97a-27dafa4c55d6&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&networkids=1cca3154-9cc9-4e09-af49-2bfdb61a7c81&serviceofferingid=3ba8180a-38e1-43a1-9972-80278c03c218&displayname=Test+VM&templateid=a32935c6-9f2c-11e5-b3c7-5254001daa61&response=json&account=test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W&command=deployVirtualMachine&signature=af0So9i8H9W4St8OGClPjlrVHas%3D HTTP/1.1" 200 125
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === Jobid: aae7a8b1-389c-4f18-a1c9-3110c51dbcc7 Started ===
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'XdWVMwJs9Y7ryvwfts7CnNT9zvk=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=XdWVMwJs9Y7ryvwfts7CnNT9zvk%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=aae7a8b1-389c-4f18-a1c9-3110c51dbcc7 HTTP/1.1" 200 426
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:11:25+0000', cmd : u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7', jobresultcode : 0, jobinstanceid : u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', jobinstancetype : u'VirtualMachine', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:aae7a8b1-389c-4f18-a1c9-3110c51dbcc7 is Still Processing, Will TimeOut in:3595 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'XdWVMwJs9Y7ryvwfts7CnNT9zvk=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=XdWVMwJs9Y7ryvwfts7CnNT9zvk%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=aae7a8b1-389c-4f18-a1c9-3110c51dbcc7 HTTP/1.1" 200 426
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:11:25+0000', cmd : u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7', jobresultcode : 0, jobinstanceid : u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', jobinstancetype : u'VirtualMachine', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:aae7a8b1-389c-4f18-a1c9-3110c51dbcc7 is Still Processing, Will TimeOut in:3590 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'XdWVMwJs9Y7ryvwfts7CnNT9zvk=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=XdWVMwJs9Y7ryvwfts7CnNT9zvk%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=aae7a8b1-389c-4f18-a1c9-3110c51dbcc7 HTTP/1.1" 200 426
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:11:25+0000', cmd : u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7', jobresultcode : 0, jobinstanceid : u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', jobinstancetype : u'VirtualMachine', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:aae7a8b1-389c-4f18-a1c9-3110c51dbcc7 is Still Processing, Will TimeOut in:3585 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'XdWVMwJs9Y7ryvwfts7CnNT9zvk=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=XdWVMwJs9Y7ryvwfts7CnNT9zvk%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=aae7a8b1-389c-4f18-a1c9-3110c51dbcc7 HTTP/1.1" 200 426
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:11:25+0000', cmd : u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7', jobresultcode : 0, jobinstanceid : u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', jobinstancetype : u'VirtualMachine', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:aae7a8b1-389c-4f18-a1c9-3110c51dbcc7 is Still Processing, Will TimeOut in:3580 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'XdWVMwJs9Y7ryvwfts7CnNT9zvk=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=XdWVMwJs9Y7ryvwfts7CnNT9zvk%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=aae7a8b1-389c-4f18-a1c9-3110c51dbcc7 HTTP/1.1" 200 426
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:11:25+0000', cmd : u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7', jobresultcode : 0, jobinstanceid : u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', jobinstancetype : u'VirtualMachine', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:aae7a8b1-389c-4f18-a1c9-3110c51dbcc7 is Still Processing, Will TimeOut in:3575 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'XdWVMwJs9Y7ryvwfts7CnNT9zvk=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=XdWVMwJs9Y7ryvwfts7CnNT9zvk%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=aae7a8b1-389c-4f18-a1c9-3110c51dbcc7 HTTP/1.1" 200 2094
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:11:25+0000', jobresult : {domain : u'ROOT', domainid : u'a3394e5d-9f2c-11e5-b3c7-5254001daa61', haenable : False, templatename : u'tiny linux kvm', securitygroup : [], zoneid : u'9e8e95c1-99ea-4471-a97a-27dafa4c55d6', cpunumber : 1, ostypeid : 140, passwordenabled : False, instancename : u'i-10-33-VM', id : u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', hostname : u'kvm2', displayvm : True, state : u'Running', guestosid : u'a32dafd5-9f2c-11e5-b3c7-5254001daa61', cpuspeed : 256, serviceofferingid : u'3ba8180a-38e1-43a1-9972-80278c03c218', zonename : u'MCCT-SHARED-1', username : u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', isdynamicallyscalable : False, displayname : u'Test VM', tags : [], nic : [{networkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7
 c81', macaddress : u'02:00:1a:66:00:03', isolationuri : u'vlan://105', type : u'Isolated', broadcasturi : u'vlan://105', traffictype : u'Guest', netmask : u'255.255.255.0', ipaddress : u'10.1.1.170', id : u'4e3be7a1-b66c-4cd5-a0e4-1058b984fa6d', secondaryip : [], networkname : u'Test Network', gateway : u'10.1.1.1', isdefault : True}], memory : 256, jobstatus : 0, templateid : u'a32935c6-9f2c-11e5-b3c7-5254001daa61', affinitygroup : [], account : u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', hostid : u'7afd324f-b56c-4412-ad8d-531de6d78eec', name : u'VM-db107af2-d2a9-4531-bb1a-f46e6963e9cb', created : u'2015-12-10T13:11:25+0000', hypervisor : u'KVM', userid : u'27fd086d-b535-47e0-856a-84faa6743e12', jobid : u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7', rootdevicetype : u'ROOT', rootdeviceid : 0, serviceofferingname : u'Tiny Instance', templatedisplaytext : u'tiny linux kvm'}, cmd : u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmi
 n', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 1, jobid : u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7', jobresultcode : 0, jobinstanceid : u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', jobresulttype : u'object', jobinstancetype : u'VirtualMachine', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ===Jobid:aae7a8b1-389c-4f18-a1c9-3110c51dbcc7 ; StartTime:Thu Dec 10 13:11:25 2015 ; EndTime:Thu Dec 10 13:11:50 2015 ; TotalTime:-25===
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:11:25+0000', jobresult : {domain : u'ROOT', domainid : u'a3394e5d-9f2c-11e5-b3c7-5254001daa61', haenable : False, templatename : u'tiny linux kvm', securitygroup : [], zoneid : u'9e8e95c1-99ea-4471-a97a-27dafa4c55d6', cpunumber : 1, ostypeid : 140, passwordenabled : False, instancename : u'i-10-33-VM', id : u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', hostname : u'kvm2', displayvm : True, state : u'Running', guestosid : u'a32dafd5-9f2c-11e5-b3c7-5254001daa61', cpuspeed : 256, serviceofferingid : u'3ba8180a-38e1-43a1-9972-80278c03c218', zonename : u'MCCT-SHARED-1', username : u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', isdynamicallyscalable : False, displayname : u'Test VM', tags : [], nic : [{networkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7
 c81', macaddress : u'02:00:1a:66:00:03', isolationuri : u'vlan://105', type : u'Isolated', broadcasturi : u'vlan://105', traffictype : u'Guest', netmask : u'255.255.255.0', ipaddress : u'10.1.1.170', id : u'4e3be7a1-b66c-4cd5-a0e4-1058b984fa6d', secondaryip : [], networkname : u'Test Network', gateway : u'10.1.1.1', isdefault : True}], memory : 256, jobstatus : 0, templateid : u'a32935c6-9f2c-11e5-b3c7-5254001daa61', affinitygroup : [], account : u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', hostid : u'7afd324f-b56c-4412-ad8d-531de6d78eec', name : u'VM-db107af2-d2a9-4531-bb1a-f46e6963e9cb', created : u'2015-12-10T13:11:25+0000', hypervisor : u'KVM', userid : u'27fd086d-b535-47e0-856a-84faa6743e12', jobid : u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7', rootdevicetype : u'ROOT', rootdeviceid : 0, serviceofferingname : u'Tiny Instance', templatedisplaytext : u'tiny linux kvm'}, cmd : u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmi
 n', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 1, jobid : u'aae7a8b1-389c-4f18-a1c9-3110c51dbcc7', jobresultcode : 0, jobinstanceid : u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', jobresulttype : u'object', jobinstancetype : u'VirtualMachine', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    TestRedundantIsolateNetworks: DEBUG: Deployed VM in network: 1cca3154-9cc9-4e09-af49-2bfdb61a7c81
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'id': u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', 'response': 'json', 'listall': True, 'command': 'listVirtualMachines', 'signature': 'DcFqYd3Rarbfb0fMqPT5/Y0x+/o='}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : listVirtualMachines=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&id=db107af2-d2a9-4531-bb1a-f46e6963e9cb&response=json&listall=True&command=listVirtualMachines&signature=DcFqYd3Rarbfb0fMqPT5%2FY0x%2B%2Fo%3D HTTP/1.1" 200 1613
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : [{domain : u'ROOT', domainid : u'a3394e5d-9f2c-11e5-b3c7-5254001daa61', haenable : False, templatename : u'tiny linux kvm', securitygroup : [], zoneid : u'9e8e95c1-99ea-4471-a97a-27dafa4c55d6', cpunumber : 1, ostypeid : 140, passwordenabled : False, instancename : u'i-10-33-VM', id : u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', hostname : u'kvm2', displayvm : True, state : u'Running', guestosid : u'a32dafd5-9f2c-11e5-b3c7-5254001daa61', cpuspeed : 256, serviceofferingid : u'3ba8180a-38e1-43a1-9972-80278c03c218', zonename : u'MCCT-SHARED-1', username : u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', isdynamicallyscalable : False, displayname : u'Test VM', tags : [], nic : [{networkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', macaddress : u'02:00:1a:66:00:03', isolationuri : u'vlan://105',
  type : u'Isolated', broadcasturi : u'vlan://105', traffictype : u'Guest', netmask : u'255.255.255.0', ipaddress : u'10.1.1.170', id : u'4e3be7a1-b66c-4cd5-a0e4-1058b984fa6d', secondaryip : [], networkname : u'Test Network', gateway : u'10.1.1.1', isdefault : True}], memory : 256, templateid : u'a32935c6-9f2c-11e5-b3c7-5254001daa61', affinitygroup : [], account : u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', hostid : u'7afd324f-b56c-4412-ad8d-531de6d78eec', name : u'VM-db107af2-d2a9-4531-bb1a-f46e6963e9cb', created : u'2015-12-10T13:11:25+0000', hypervisor : u'KVM', userid : u'27fd086d-b535-47e0-856a-84faa6743e12', rootdevicetype : u'ROOT', rootdeviceid : 0, serviceofferingname : u'Tiny Instance', templatedisplaytext : u'tiny linux kvm'}]
    TestRedundantIsolateNetworks: DEBUG: Listing routers for network: Test Network
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'networkid': u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'listRouters', 'signature': 'uGyvAaN8q53z7RRJTX9rWDKx8us=', 'response': 'json', 'listall': True}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : listRouters=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?networkid=1cca3154-9cc9-4e09-af49-2bfdb61a7c81&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=listRouters&signature=uGyvAaN8q53z7RRJTX9rWDKx8us%3D&response=json&listall=True HTTP/1.1" 200 4520
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : [{domain : u'ROOT', domainid : u'a3394e5d-9f2c-11e5-b3c7-5254001daa61', guestmacaddress : u'02:00:25:07:00:02', linklocalip : u'169.254.3.143', zoneid : u'9e8e95c1-99ea-4471-a97a-27dafa4c55d6', linklocalmacaddress : u'0e:00:a9:fe:03:8f', linklocalnetworkid : u'd3d69f0c-2e07-4ebc-aefc-2d3506a80ee3', linklocalnetmask : u'255.255.0.0', publicmacaddress : u'06:9c:1e:00:00:18', gateway : u'192.168.23.1', networkdomain : u'csacloud', guestnetworkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', hostname : u'kvm1', id : u'6a106d9f-8eed-45dd-b70e-2e2139802002', publicip : u'192.168.23.4', state : u'Running', version : u'4.6.0', role : u'VIRTUAL_ROUTER', podid : u'4b2995ea-c87c-456e-ad74-b1372dc8fe32', serviceofferingid : u'b423c932-c4ab-4203-ba98-d3e8388c0908', zonename : u'MCCT-SHARED-1', name : u'r-32-VM', guestnetworkname : u'Test Netwo
 rk', nic : [{networkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', macaddress : u'02:00:25:07:00:02', isolationuri : u'vlan://105', type : u'Isolated', id : u'c3ec5c62-a563-415a-82d4-8f5bda290323', traffictype : u'Guest', netmask : u'255.255.255.0', ipaddress : u'10.1.1.226', networkname : u'Test Network', broadcasturi : u'vlan://105', isdefault : False}, {networkid : u'd3d69f0c-2e07-4ebc-aefc-2d3506a80ee3', macaddress : u'0e:00:a9:fe:03:8f', id : u'62c9974a-a07b-44b3-9b90-12a2e641f227', traffictype : u'Control', netmask : u'255.255.0.0', ipaddress : u'169.254.3.143', gateway : u'169.254.0.1', isdefault : False}, {networkid : u'a1d72dfb-9331-4793-afa1-9153921c2c36', macaddress : u'06:9c:1e:00:00:18', isolationuri : u'vlan://50', broadcasturi : u'vlan://50', traffictype : u'Public', netmask : u'255.255.255.0', id : u'132785f8-7bfd-463a-8280-abb543dcde79', ipaddress : u'192.168.23.4', gateway : u'192.168.23.1', isdefault : True}], redundantstate : u'BACKUP', templateid : u'25c4b48b-485
 7-4a69-9eb6-492108f473e8', requiresupgrade : False, publicnetmask : u'255.255.255.0', account : u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', hostid : u'0185b55f-fb04-4d09-81a1-cfcec4c3c39d', isredundantrouter : True, created : u'2015-12-10T13:04:36+0000', hypervisor : u'KVM', dns1 : u'8.8.8.8', publicnetworkid : u'a1d72dfb-9331-4793-afa1-9153921c2c36', guestnetmask : u'255.255.255.0', guestipaddress : u'10.1.1.226', serviceofferingname : u'System Offering For Software Router'}, {domain : u'ROOT', domainid : u'a3394e5d-9f2c-11e5-b3c7-5254001daa61', guestmacaddress : u'02:00:66:f8:00:01', linklocalip : u'169.254.2.233', zoneid : u'9e8e95c1-99ea-4471-a97a-27dafa4c55d6', linklocalmacaddress : u'0e:00:a9:fe:02:e9', linklocalnetworkid : u'd3d69f0c-2e07-4ebc-aefc-2d3506a80ee3', linklocalnetmask : u'255.255.0.0', publicmacaddress : u'06:9c:1e:00:00:18', gateway : u'192.168.23.1', networkdomain : u'csacloud', guestnetworkid : u'1cca3154-9cc9-4e0
 9-af49-2bfdb61a7c81', hostname : u'kvm2', id : u'dff6e99e-220f-4492-b8e9-5badec97b8c0', publicip : u'192.168.23.4', state : u'Running', version : u'4.6.0', role : u'VIRTUAL_ROUTER', podid : u'4b2995ea-c87c-456e-ad74-b1372dc8fe32', serviceofferingid : u'b423c932-c4ab-4203-ba98-d3e8388c0908', zonename : u'MCCT-SHARED-1', name : u'r-31-VM', guestnetworkname : u'Test Network', nic : [{networkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', macaddress : u'02:00:66:f8:00:01', isolationuri : u'vlan://105', type : u'Isolated', id : u'2cb6b882-63cf-44fb-8e25-a9a1921b0e67', traffictype : u'Guest', netmask : u'255.255.255.0', ipaddress : u'10.1.1.92', networkname : u'Test Network', broadcasturi : u'vlan://105', isdefault : False}, {networkid : u'd3d69f0c-2e07-4ebc-aefc-2d3506a80ee3', macaddress : u'0e:00:a9:fe:02:e9', id : u'ebf910b2-1764-45f9-a6b5-83e6773781a9', traffictype : u'Control', netmask : u'255.255.0.0', ipaddress : u'169.254.2.233', gateway : u'169.254.0.1', isdefault : False}, {networ
 kid : u'a1d72dfb-9331-4793-afa1-9153921c2c36', macaddress : u'06:9c:1e:00:00:18', isolationuri : u'vlan://50', broadcasturi : u'vlan://50', traffictype : u'Public', netmask : u'255.255.255.0', id : u'2aaf459c-b479-49c5-9484-f30902a7ac41', ipaddress : u'192.168.23.4', gateway : u'192.168.23.1', isdefault : True}], redundantstate : u'MASTER', templateid : u'25c4b48b-4857-4a69-9eb6-492108f473e8', requiresupgrade : False, publicnetmask : u'255.255.255.0', account : u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', hostid : u'7afd324f-b56c-4412-ad8d-531de6d78eec', isredundantrouter : True, created : u'2015-12-10T13:04:36+0000', hypervisor : u'KVM', dns1 : u'8.8.8.8', publicnetworkid : u'a1d72dfb-9331-4793-afa1-9153921c2c36', guestnetmask : u'255.255.255.0', guestipaddress : u'10.1.1.92', serviceofferingname : u'System Offering For Software Router'}]
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'domainid': u'a3394e5d-9f2c-11e5-b3c7-5254001daa61', 'zoneid': u'9e8e95c1-99ea-4471-a97a-27dafa4c55d6', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'response': 'json', 'listall': True, 'account': u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', 'command': 'listPublicIpAddresses', 'signature': 'eQySyvRO+K7w6eDpNWH2DpTQ00s='}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : listPublicIpAddresses=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?domainid=a3394e5d-9f2c-11e5-b3c7-5254001daa61&zoneid=9e8e95c1-99ea-4471-a97a-27dafa4c55d6&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&response=json&listall=True&account=test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W&command=listPublicIpAddresses&signature=eQySyvRO%2BK7w6eDpNWH2DpTQ00s%3D HTTP/1.1" 200 847
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : [{networkid : u'a1d72dfb-9331-4793-afa1-9153921c2c36', domain : u'ROOT', domainid : u'a3394e5d-9f2c-11e5-b3c7-5254001daa61', isstaticnat : False, zoneid : u'9e8e95c1-99ea-4471-a97a-27dafa4c55d6', allocated : u'2015-12-10T13:04:36+0000', id : u'a26e9c33-cfea-4641-8e6e-ae47648563c1', physicalnetworkid : u'c431155a-30e8-48d1-83aa-9eabec118041', fordisplay : True, issourcenat : True, vlanid : u'256c8dcd-70df-41e0-b332-45c60564d798', state : u'Allocated', forvirtualnetwork : True, zonename : u'MCCT-SHARED-1', tags : [], associatednetworkname : u'Test Network', vlanname : u'vlan://50', associatednetworkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', ipaddress : u'192.168.23.4', isportable : False, account : u'test-a-TestRouterRules-test_02_isolate_network_FW_PF_default_routes_egress_false-21XS1W', issystem : False}]
    TestRedundantIsolateNetworks: DEBUG: Creating Firewall rule for VM ID: db107af2-d2a9-4531-bb1a-f46e6963e9cb
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'protocol': 'TCP', 'endport': 22, 'cidrlist': '0.0.0.0/0', 'ipaddressid': u'a26e9c33-cfea-4641-8e6e-ae47648563c1', 'command': 'createFirewallRule', 'signature': 'boJymExwOl4k9osExgWgydjM5/o=', 'startport': 22, 'response': 'json'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : createFirewallRule=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&protocol=TCP&endport=22&cidrlist=0.0.0.0%2F0&ipaddressid=a26e9c33-cfea-4641-8e6e-ae47648563c1&command=createFirewallRule&signature=boJymExwOl4k9osExgWgydjM5%2Fo%3D&startport=22&response=json HTTP/1.1" 200 123
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === Jobid: a9635c43-21a5-40a3-a0c6-63ed608ee7c9 Started ===
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'PGl8xVp4DxJpVvjvFWvggb5SkTA=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'a9635c43-21a5-40a3-a0c6-63ed608ee7c9'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=PGl8xVp4DxJpVvjvFWvggb5SkTA%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=a9635c43-21a5-40a3-a0c6-63ed608ee7c9 HTTP/1.1" 200 432
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:11:50+0000', cmd : u'org.apache.cloudstack.api.command.user.firewall.CreateFirewallRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'a9635c43-21a5-40a3-a0c6-63ed608ee7c9', jobresultcode : 0, jobinstanceid : u'6ca004ce-3f49-45b2-b84e-55a87ddb8f44', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:a9635c43-21a5-40a3-a0c6-63ed608ee7c9 is Still Processing, Will TimeOut in:3595 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'PGl8xVp4DxJpVvjvFWvggb5SkTA=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'a9635c43-21a5-40a3-a0c6-63ed608ee7c9'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=PGl8xVp4DxJpVvjvFWvggb5SkTA%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=a9635c43-21a5-40a3-a0c6-63ed608ee7c9 HTTP/1.1" 200 432
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:11:50+0000', cmd : u'org.apache.cloudstack.api.command.user.firewall.CreateFirewallRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'a9635c43-21a5-40a3-a0c6-63ed608ee7c9', jobresultcode : 0, jobinstanceid : u'6ca004ce-3f49-45b2-b84e-55a87ddb8f44', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:a9635c43-21a5-40a3-a0c6-63ed608ee7c9 is Still Processing, Will TimeOut in:3590 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'PGl8xVp4DxJpVvjvFWvggb5SkTA=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'a9635c43-21a5-40a3-a0c6-63ed608ee7c9'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=PGl8xVp4DxJpVvjvFWvggb5SkTA%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=a9635c43-21a5-40a3-a0c6-63ed608ee7c9 HTTP/1.1" 200 776
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:11:50+0000', jobresult : {networkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', startport : 22, endport : 22, fordisplay : True, cidrlist : u'0.0.0.0/0', tags : [], ipaddressid : u'a26e9c33-cfea-4641-8e6e-ae47648563c1', state : u'Active', protocol : u'tcp', ipaddress : u'192.168.23.4', id : u'6ca004ce-3f49-45b2-b84e-55a87ddb8f44'}, cmd : u'org.apache.cloudstack.api.command.user.firewall.CreateFirewallRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 1, jobid : u'a9635c43-21a5-40a3-a0c6-63ed608ee7c9', jobresultcode : 0, jobinstanceid : u'6ca004ce-3f49-45b2-b84e-55a87ddb8f44', jobresulttype : u'object', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ===Jobid:a9635c43-21a5-40a3-a0c6-63ed608ee7c9 ; StartTime:Thu Dec 10 13:11:50 2015 ; EndTime:Thu Dec 10 13:12:00 2015 ; TotalTime:-10===
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:11:50+0000', jobresult : {networkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', startport : 22, endport : 22, fordisplay : True, cidrlist : u'0.0.0.0/0', tags : [], ipaddressid : u'a26e9c33-cfea-4641-8e6e-ae47648563c1', state : u'Active', protocol : u'tcp', ipaddress : u'192.168.23.4', id : u'6ca004ce-3f49-45b2-b84e-55a87ddb8f44'}, cmd : u'org.apache.cloudstack.api.command.user.firewall.CreateFirewallRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 1, jobid : u'a9635c43-21a5-40a3-a0c6-63ed608ee7c9', jobresultcode : 0, jobinstanceid : u'6ca004ce-3f49-45b2-b84e-55a87ddb8f44', jobresulttype : u'object', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    TestRedundantIsolateNetworks: DEBUG: Creating NAT rule for VM ID: db107af2-d2a9-4531-bb1a-f46e6963e9cb
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'virtualmachineid': u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', 'ipaddressid': u'a26e9c33-cfea-4641-8e6e-ae47648563c1', 'signature': 'eWa+zULjKGm0ioWA8DWmILM/gb4=', 'command': 'createPortForwardingRule', 'privateport': 22, 'protocol': 'TCP', 'publicport': 22, 'response': 'json'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : createPortForwardingRule=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&virtualmachineid=db107af2-d2a9-4531-bb1a-f46e6963e9cb&ipaddressid=a26e9c33-cfea-4641-8e6e-ae47648563c1&signature=eWa%2BzULjKGm0ioWA8DWmILM%2Fgb4%3D&command=createPortForwardingRule&privateport=22&protocol=TCP&publicport=22&response=json HTTP/1.1" 200 129
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === Jobid: 66ac5f6e-1f8c-470a-8d5c-d55775588717 Started ===
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'JIWpEYabQAz+CvgawATisdKs7hs=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'66ac5f6e-1f8c-470a-8d5c-d55775588717'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=JIWpEYabQAz%2BCvgawATisdKs7hs%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=66ac5f6e-1f8c-470a-8d5c-d55775588717 HTTP/1.1" 200 438
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:12:00+0000', cmd : u'org.apache.cloudstack.api.command.user.firewall.CreatePortForwardingRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'66ac5f6e-1f8c-470a-8d5c-d55775588717', jobresultcode : 0, jobinstanceid : u'f44c57b4-9904-44a7-9faf-88c60d185fa2', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:66ac5f6e-1f8c-470a-8d5c-d55775588717 is Still Processing, Will TimeOut in:3595 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'JIWpEYabQAz+CvgawATisdKs7hs=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'66ac5f6e-1f8c-470a-8d5c-d55775588717'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=JIWpEYabQAz%2BCvgawATisdKs7hs%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=66ac5f6e-1f8c-470a-8d5c-d55775588717 HTTP/1.1" 200 438
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:12:00+0000', cmd : u'org.apache.cloudstack.api.command.user.firewall.CreatePortForwardingRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'66ac5f6e-1f8c-470a-8d5c-d55775588717', jobresultcode : 0, jobinstanceid : u'f44c57b4-9904-44a7-9faf-88c60d185fa2', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:66ac5f6e-1f8c-470a-8d5c-d55775588717 is Still Processing, Will TimeOut in:3590 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'JIWpEYabQAz+CvgawATisdKs7hs=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'66ac5f6e-1f8c-470a-8d5c-d55775588717'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=JIWpEYabQAz%2BCvgawATisdKs7hs%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=66ac5f6e-1f8c-470a-8d5c-d55775588717 HTTP/1.1" 200 438
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:12:00+0000', cmd : u'org.apache.cloudstack.api.command.user.firewall.CreatePortForwardingRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'66ac5f6e-1f8c-470a-8d5c-d55775588717', jobresultcode : 0, jobinstanceid : u'f44c57b4-9904-44a7-9faf-88c60d185fa2', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:66ac5f6e-1f8c-470a-8d5c-d55775588717 is Still Processing, Will TimeOut in:3585 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'JIWpEYabQAz+CvgawATisdKs7hs=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'66ac5f6e-1f8c-470a-8d5c-d55775588717'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=JIWpEYabQAz%2BCvgawATisdKs7hs%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=66ac5f6e-1f8c-470a-8d5c-d55775588717 HTTP/1.1" 200 438
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:12:00+0000', cmd : u'org.apache.cloudstack.api.command.user.firewall.CreatePortForwardingRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'66ac5f6e-1f8c-470a-8d5c-d55775588717', jobresultcode : 0, jobinstanceid : u'f44c57b4-9904-44a7-9faf-88c60d185fa2', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:66ac5f6e-1f8c-470a-8d5c-d55775588717 is Still Processing, Will TimeOut in:3580 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'JIWpEYabQAz+CvgawATisdKs7hs=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'66ac5f6e-1f8c-470a-8d5c-d55775588717'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=JIWpEYabQAz%2BCvgawATisdKs7hs%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=66ac5f6e-1f8c-470a-8d5c-d55775588717 HTTP/1.1" 200 1015
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:12:00+0000', jobresult : {networkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', virtualmachinename : u'VM-db107af2-d2a9-4531-bb1a-f46e6963e9cb', protocol : u'tcp', virtualmachineid : u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', publicport : u'22', cidrlist : u'', fordisplay : True, ipaddressid : u'a26e9c33-cfea-4641-8e6e-ae47648563c1', virtualmachinedisplayname : u'Test VM', vmguestip : u'10.1.1.170', state : u'Active', publicendport : u'22', privateport : u'22', privateendport : u'22', ipaddress : u'192.168.23.4', id : u'f44c57b4-9904-44a7-9faf-88c60d185fa2', tags : []}, cmd : u'org.apache.cloudstack.api.command.user.firewall.CreatePortForwardingRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 1, jobid : u'66ac5f6e-1f8c-470a-8d5c-d55775588717', jobresultcode : 0, 
 jobinstanceid : u'f44c57b4-9904-44a7-9faf-88c60d185fa2', jobresulttype : u'object', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ===Jobid:66ac5f6e-1f8c-470a-8d5c-d55775588717 ; StartTime:Thu Dec 10 13:12:00 2015 ; EndTime:Thu Dec 10 13:12:20 2015 ; TotalTime:-20===
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:12:00+0000', jobresult : {networkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', virtualmachinename : u'VM-db107af2-d2a9-4531-bb1a-f46e6963e9cb', protocol : u'tcp', virtualmachineid : u'db107af2-d2a9-4531-bb1a-f46e6963e9cb', publicport : u'22', cidrlist : u'', fordisplay : True, ipaddressid : u'a26e9c33-cfea-4641-8e6e-ae47648563c1', virtualmachinedisplayname : u'Test VM', vmguestip : u'10.1.1.170', state : u'Active', publicendport : u'22', privateport : u'22', privateendport : u'22', ipaddress : u'192.168.23.4', id : u'f44c57b4-9904-44a7-9faf-88c60d185fa2', tags : []}, cmd : u'org.apache.cloudstack.api.command.user.firewall.CreatePortForwardingRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 1, jobid : u'66ac5f6e-1f8c-470a-8d5c-d55775588717', jobresultcode : 0, 
 jobinstanceid : u'f44c57b4-9904-44a7-9faf-88c60d185fa2', jobresulttype : u'object', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    sshClient: DEBUG: ====Trying SSH Connection: Host:192.168.23.4 User:root                                   Port:22 RetryCnt:5===
    sshClient: ERROR: SshClient: Exception under createConnection: ['Traceback (most recent call last):\n', '  File "/usr/lib/python2.7/site-packages/marvin/sshClient.py", line 121, in createConnection\n    timeout=self.timeout)\n', '  File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 311, in connect\n    raise NoValidConnectionsError(errors)\n', 'NoValidConnectionsError: [Errno None] Unable to connect to port 22 on  or 192.168.23.4\n']
    Traceback (most recent call last):
      File "/usr/lib/python2.7/site-packages/marvin/sshClient.py", line 121, in createConnection
        timeout=self.timeout)
      File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 311, in connect
        raise NoValidConnectionsError(errors)
    NoValidConnectionsError: [Errno None] Unable to connect to port 22 on  or 192.168.23.4
    sshClient: DEBUG: ====Trying SSH Connection: Host:192.168.23.4 User:root                                   Port:22 RetryCnt:4===
    sshClient: ERROR: SshClient: Exception under createConnection: ['Traceback (most recent call last):\n', '  File "/usr/lib/python2.7/site-packages/marvin/sshClient.py", line 121, in createConnection\n    timeout=self.timeout)\n', '  File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 292, in connect\n    retry_on_signal(lambda: sock.connect(addr))\n', '  File "/usr/lib/python2.7/site-packages/paramiko/util.py", line 270, in retry_on_signal\n    return function()\n', '  File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 292, in <lambda>\n    retry_on_signal(lambda: sock.connect(addr))\n', '  File "/usr/lib64/python2.7/socket.py", line 224, in meth\n    return getattr(self._sock,name)(*args)\n', 'timeout: timed out\n']
    Traceback (most recent call last):
      File "/usr/lib/python2.7/site-packages/marvin/sshClient.py", line 121, in createConnection
        timeout=self.timeout)
      File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 292, in connect
        retry_on_signal(lambda: sock.connect(addr))
      File "/usr/lib/python2.7/site-packages/paramiko/util.py", line 270, in retry_on_signal
        return function()
      File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 292, in <lambda>
        retry_on_signal(lambda: sock.connect(addr))
      File "/usr/lib64/python2.7/socket.py", line 224, in meth
        return getattr(self._sock,name)(*args)
    timeout: timed out
    sshClient: DEBUG: ====Trying SSH Connection: Host:192.168.23.4 User:root                                   Port:22 RetryCnt:3===
    paramiko.transport: DEBUG: starting thread (client mode): 0x29dd390L
    paramiko.transport: DEBUG: Local version/idstring: SSH-2.0-paramiko_1.16.0
    paramiko.transport: DEBUG: Remote version/idstring: SSH-2.0-dropbear_2014.66
    paramiko.transport: INFO: Connected (version 2.0, client dropbear_2014.66)
    paramiko.transport: DEBUG: kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group1-sha1', u'diffie-hellman-group14-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'3des-ctr', u'aes256-ctr', u'aes128-cbc', u'3des-cbc', u'aes256-cbc', u'twofish256-cbc', u'twofish-cbc', u'twofish128-cbc'] server encrypt:[u'aes128-ctr', u'3des-ctr', u'aes256-ctr', u'aes128-cbc', u'3des-cbc', u'aes256-cbc', u'twofish256-cbc', u'twofish-cbc', u'twofish128-cbc'] client mac:[u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False
    paramiko.transport: DEBUG: Kex agreed: diffie-hellman-group1-sha1
    paramiko.transport: DEBUG: Cipher agreed: aes128-ctr
    paramiko.transport: DEBUG: MAC agreed: hmac-md5
    paramiko.transport: DEBUG: Compression agreed: none
    paramiko.transport: DEBUG: kex engine KexGroup1 specified hash_algo <built-in function openssl_sha1>
    paramiko.transport: DEBUG: Switch to new keys ...
    paramiko.transport: DEBUG: Adding ssh-rsa host key for 192.168.23.4: 855a24436fd549c5d649e42b75acb6d5
    paramiko.transport: DEBUG: userauth is OK
    paramiko.transport: INFO: Authentication (password) successful!
    sshClient: DEBUG: ===SSH to Host 192.168.23.4 port : 22 SUCCESSFUL===
    paramiko.transport: DEBUG: [chan 0] Max packet in: 32768 bytes
    paramiko.transport: DEBUG: [chan 0] Max packet out: 32759 bytes
    paramiko.transport: DEBUG: Secsh channel 0 opened.
    paramiko.transport: DEBUG: [chan 0] Sesch channel 0 request ok
    paramiko.transport: DEBUG: [chan 0] EOF received (0)
    paramiko.transport: DEBUG: [chan 0] EOF sent (0)
    sshClient: DEBUG: {Cmd: ping -c 3 8.8.8.8 via Host: 192.168.23.4} {returns: [u'PING 8.8.8.8 (8.8.8.8): 56 data bytes', u'', u'--- 8.8.8.8 ping statistics ---', u'3 packets transmitted, 0 packets received, 100% packet loss']}
    root: DEBUG: Result from SSH into the Virtual Machine: [u'PING 8.8.8.8 (8.8.8.8): 56 data bytes', u'', u'--- 8.8.8.8 ping statistics ---', u'3 packets transmitted, 0 packets received, 100% packet loss']
    paramiko.transport: DEBUG: [chan 1] Max packet in: 32768 bytes
    paramiko.transport: DEBUG: [chan 1] Max packet out: 32759 bytes
    paramiko.transport: DEBUG: Secsh channel 1 opened.
    paramiko.transport: DEBUG: [chan 1] Sesch channel 1 request ok
    paramiko.transport: DEBUG: [chan 1] EOF received (1)
    paramiko.transport: DEBUG: [chan 1] EOF sent (1)
    sshClient: DEBUG: {Cmd: wget -t 1 -T 1 www.google.com via Host: 192.168.23.4} {returns: [u'--2015-12-10 13:13:45--  http://www.google.com/', u'Resolving www.google.com... 2a00:1450:4013:c00::68, 173.194.65.103, 173.194.65.99, ...', u'Connecting to www.google.com|2a00:1450:4013:c00::68|:80... failed: Network is unreachable.', u'Connecting to www.google.com|173.194.65.103|:80... failed: Connection timed out.', u'Connecting to www.google.com|173.194.65.99|:80... failed: Connection timed out.', u'Connecting to www.google.com|173.194.65.104|:80... failed: Connection timed out.', u'Connecting to www.google.com|173.194.65.105|:80... failed: Connection timed out.', u'Connecting to www.google.com|173.194.65.147|:80... failed: Connection timed out.', u'Connecting to www.google.com|173.194.65.106|:80... failed: Connection timed out.', u'Giving up.', u'']}
    root: DEBUG: Result from SSH into the Virtual Machine: [u'--2015-12-10 13:13:45--  http://www.google.com/', u'Resolving www.google.com... 2a00:1450:4013:c00::68, 173.194.65.103, 173.194.65.99, ...', u'Connecting to www.google.com|2a00:1450:4013:c00::68|:80... failed: Network is unreachable.', u'Connecting to www.google.com|173.194.65.103|:80... failed: Connection timed out.', u'Connecting to www.google.com|173.194.65.99|:80... failed: Connection timed out.', u'Connecting to www.google.com|173.194.65.104|:80... failed: Connection timed out.', u'Connecting to www.google.com|173.194.65.105|:80... failed: Connection timed out.', u'Connecting to www.google.com|173.194.65.147|:80... failed: Connection timed out.', u'Connecting to www.google.com|173.194.65.106|:80... failed: Connection timed out.', u'Giving up.', u'']
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'networkid': u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'protocol': 'TCP', 'endport': 80, 'cidrlist': '0.0.0.0/0', 'command': 'createEgressFirewallRule', 'signature': 'OcQkPDUO13MnyFiIjUvnuqS+cEI=', 'startport': 80, 'response': 'json'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : createEgressFirewallRule=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?networkid=1cca3154-9cc9-4e09-af49-2bfdb61a7c81&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&protocol=TCP&endport=80&cidrlist=0.0.0.0%2F0&command=createEgressFirewallRule&signature=OcQkPDUO13MnyFiIjUvnuqS%2BcEI%3D&startport=80&response=json HTTP/1.1" 200 129
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === Jobid: 3f210f54-eb82-4155-af7a-b5dc443c258e Started ===
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'uA9n//SLGCCCAVE2mwVEwgrsrc4=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'3f210f54-eb82-4155-af7a-b5dc443c258e'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=uA9n%2F%2FSLGCCCAVE2mwVEwgrsrc4%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=3f210f54-eb82-4155-af7a-b5dc443c258e HTTP/1.1" 200 438
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:13:52+0000', cmd : u'org.apache.cloudstack.api.command.user.firewall.CreateEgressFirewallRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'3f210f54-eb82-4155-af7a-b5dc443c258e', jobresultcode : 0, jobinstanceid : u'b8b674f2-c67e-4df6-8606-c73e36b418e9', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:3f210f54-eb82-4155-af7a-b5dc443c258e is Still Processing, Will TimeOut in:3595 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'uA9n//SLGCCCAVE2mwVEwgrsrc4=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'3f210f54-eb82-4155-af7a-b5dc443c258e'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=uA9n%2F%2FSLGCCCAVE2mwVEwgrsrc4%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=3f210f54-eb82-4155-af7a-b5dc443c258e HTTP/1.1" 200 438
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:13:52+0000', cmd : u'org.apache.cloudstack.api.command.user.firewall.CreateEgressFirewallRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'3f210f54-eb82-4155-af7a-b5dc443c258e', jobresultcode : 0, jobinstanceid : u'b8b674f2-c67e-4df6-8606-c73e36b418e9', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:3f210f54-eb82-4155-af7a-b5dc443c258e is Still Processing, Will TimeOut in:3590 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'uA9n//SLGCCCAVE2mwVEwgrsrc4=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'3f210f54-eb82-4155-af7a-b5dc443c258e'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=uA9n%2F%2FSLGCCCAVE2mwVEwgrsrc4%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=3f210f54-eb82-4155-af7a-b5dc443c258e HTTP/1.1" 200 702
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:13:52+0000', jobresult : {networkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', startport : 80, endport : 80, fordisplay : True, cidrlist : u'0.0.0.0/0', tags : [], state : u'Active', protocol : u'tcp', id : u'b8b674f2-c67e-4df6-8606-c73e36b418e9'}, cmd : u'org.apache.cloudstack.api.command.user.firewall.CreateEgressFirewallRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 1, jobid : u'3f210f54-eb82-4155-af7a-b5dc443c258e', jobresultcode : 0, jobinstanceid : u'b8b674f2-c67e-4df6-8606-c73e36b418e9', jobresulttype : u'object', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ===Jobid:3f210f54-eb82-4155-af7a-b5dc443c258e ; StartTime:Thu Dec 10 13:13:52 2015 ; EndTime:Thu Dec 10 13:14:02 2015 ; TotalTime:-10===
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:13:52+0000', jobresult : {networkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', startport : 80, endport : 80, fordisplay : True, cidrlist : u'0.0.0.0/0', tags : [], state : u'Active', protocol : u'tcp', id : u'b8b674f2-c67e-4df6-8606-c73e36b418e9'}, cmd : u'org.apache.cloudstack.api.command.user.firewall.CreateEgressFirewallRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 1, jobid : u'3f210f54-eb82-4155-af7a-b5dc443c258e', jobresultcode : 0, jobinstanceid : u'b8b674f2-c67e-4df6-8606-c73e36b418e9', jobresulttype : u'object', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'networkid': u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'protocol': 'UDP', 'endport': 53, 'cidrlist': '0.0.0.0/0', 'command': 'createEgressFirewallRule', 'signature': 'mqQP9kOp+znJB31IukEY+gTCiew=', 'startport': 53, 'response': 'json'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : createEgressFirewallRule=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?networkid=1cca3154-9cc9-4e09-af49-2bfdb61a7c81&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&protocol=UDP&endport=53&cidrlist=0.0.0.0%2F0&command=createEgressFirewallRule&signature=mqQP9kOp%2BznJB31IukEY%2BgTCiew%3D&startport=53&response=json HTTP/1.1" 200 129
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === Jobid: f7b51ec3-4747-407c-827a-7a3583538e71 Started ===
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'FeWbO3g85xErLp3KsZQRxBemOrk=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'f7b51ec3-4747-407c-827a-7a3583538e71'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=FeWbO3g85xErLp3KsZQRxBemOrk%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=f7b51ec3-4747-407c-827a-7a3583538e71 HTTP/1.1" 200 438
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:14:02+0000', cmd : u'org.apache.cloudstack.api.command.user.firewall.CreateEgressFirewallRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'f7b51ec3-4747-407c-827a-7a3583538e71', jobresultcode : 0, jobinstanceid : u'7e916174-60fa-4690-8915-548da4202422', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:f7b51ec3-4747-407c-827a-7a3583538e71 is Still Processing, Will TimeOut in:3595 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'FeWbO3g85xErLp3KsZQRxBemOrk=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'f7b51ec3-4747-407c-827a-7a3583538e71'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=FeWbO3g85xErLp3KsZQRxBemOrk%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=f7b51ec3-4747-407c-827a-7a3583538e71 HTTP/1.1" 200 438
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:14:02+0000', cmd : u'org.apache.cloudstack.api.command.user.firewall.CreateEgressFirewallRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 0, jobid : u'f7b51ec3-4747-407c-827a-7a3583538e71', jobresultcode : 0, jobinstanceid : u'7e916174-60fa-4690-8915-548da4202422', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: === JobId:f7b51ec3-4747-407c-827a-7a3583538e71 is Still Processing, Will TimeOut in:3590 ====
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Payload: {'signature': 'FeWbO3g85xErLp3KsZQRxBemOrk=', 'apiKey': u'r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA', 'command': 'queryAsyncJobResult', 'response': 'json', 'jobid': u'f7b51ec3-4747-407c-827a-7a3583538e71'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ========Sending GET Cmd : queryAsyncJobResult=======
    requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
    requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?signature=FeWbO3g85xErLp3KsZQRxBemOrk%3D&apiKey=r4l_lEeE8QDu78g15UBS1v2UfXAuGyK5h3aqhiNzEXOKlCpUXtswYkMZd4jvvj1U0fmsyTqCxDmOramD2G4sYA&command=queryAsyncJobResult&response=json&jobid=f7b51ec3-4747-407c-827a-7a3583538e71 HTTP/1.1" 200 702
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:14:02+0000', jobresult : {networkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', startport : 53, endport : 53, fordisplay : True, cidrlist : u'0.0.0.0/0', tags : [], state : u'Active', protocol : u'udp', id : u'7e916174-60fa-4690-8915-548da4202422'}, cmd : u'org.apache.cloudstack.api.command.user.firewall.CreateEgressFirewallRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 1, jobid : u'f7b51ec3-4747-407c-827a-7a3583538e71', jobresultcode : 0, jobinstanceid : u'7e916174-60fa-4690-8915-548da4202422', jobresulttype : u'object', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: ===Jobid:f7b51ec3-4747-407c-827a-7a3583538e71 ; StartTime:Thu Dec 10 13:14:02 2015 ; EndTime:Thu Dec 10 13:14:12 2015 ; TotalTime:-10===
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): DEBUG: Response : {jobprocstatus : 0, created : u'2015-12-10T13:14:02+0000', jobresult : {networkid : u'1cca3154-9cc9-4e09-af49-2bfdb61a7c81', startport : 53, endport : 53, fordisplay : True, cidrlist : u'0.0.0.0/0', tags : [], state : u'Active', protocol : u'udp', id : u'7e916174-60fa-4690-8915-548da4202422'}, cmd : u'org.apache.cloudstack.api.command.user.firewall.CreateEgressFirewallRuleCmd', userid : u'a3397323-9f2c-11e5-b3c7-5254001daa61', jobstatus : 1, jobid : u'f7b51ec3-4747-407c-827a-7a3583538e71', jobresultcode : 0, jobinstanceid : u'7e916174-60fa-4690-8915-548da4202422', jobresulttype : u'object', jobinstancetype : u'FirewallRule', accountid : u'a3395f62-9f2c-11e5-b3c7-5254001daa61'}
    paramiko.transport: DEBUG: [chan 2] Max packet in: 32768 bytes
    paramiko.transport: DEBUG: [chan 2] Max packet out: 32759 bytes
    paramiko.transport: DEBUG: Secsh channel 2 opened.
    paramiko.transport: DEBUG: [chan 2] Sesch channel 2 request ok
    paramiko.transport: DEBUG: [chan 2] EOF received (2)
    paramiko.transport: DEBUG: [chan 2] EOF sent (2)
    sshClient: DEBUG: {Cmd: wget -t 1 -T 5 www.google.com via Host: 192.168.23.4} {returns: [u'--2015-12-10 13:14:12--  http://www.google.com/', u'Resolving www.google.com... 2a00:1450:4013:c00::93, 173.194.65.106, 173.194.65.105, ...', u'Connecting to www.google.com|2a00:1450:4013:c00::93|:80... failed: Network is unreachable.', u'Connecting to www.google.com|173.194.65.106|:80... connected.', u'HTTP request sent, awaiting response... 302 Found', u'Location: http://www.google.nl/?gfe_rd=cr&ei=pHppVtbmJ4vmPNWZqqAN [following]', u'--2015-12-10 13:14:12--  http://www.google.nl/?gfe_rd=cr&ei=pHppVtbmJ4vmPNWZqqAN', u'Resolving www.google.nl... failed: Connection timed out.', u"wget: unable to resolve host address 'www.google.nl'"]}
    root: DEBUG: Result from SSH into the Virtual Machine: [u'--2015-12-10 13:14:12--  http://www.google.com/', u'Resolving www.google.com... 2a00:1450:4013:c00::93, 173.194.65.106, 173.194.65.105, ...', u'Connecting to www.google.com|2a00:1450:4013:c00::93|:80... failed: Network is unreachable.', u'Connecting to www.google.com|173.194.65.106|:80... connected.', u'HTTP request sent, awaiting response... 302 Found', u'Location: http://www.google.nl/?gfe_rd=cr&ei=pHppVtbmJ4vmPNWZqqAN [following]', u'--2015-12-10 13:14:12--  http://www.google.nl/?gfe_rd=cr&ei=pHppVtbmJ4vmPNWZqqAN', u'Resolving www.google.nl... failed: Connection timed out.', u"wget: unable to resolve host address 'www.google.nl'"]
    test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false (integration.component.test_routers_network_ops.TestRedundantIsolateNetworks): CRITICAL: FAILED: test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false: ['Traceback (most recent call last):\n', '  File "/usr/lib64/python2.7/unittest/case.py", line 369, in run\n    testMethod()\n', '  File "/data/git/cs1/cloudstack/test/integration/component/test_routers_network_ops.py", line 482, in test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false\n', '  File "/usr/lib64/python2.7/unittest/case.py", line 553, in assertEqual\n    assertion_func(first, second, msg=msg)\n', '  File "/usr/lib64/python2.7/unittest/case.py", line 546, in _baseAssertEqual\n    raise self.failureException(msg)\n', 'AssertionError: Attempt to retrieve google.com index page should be successful once rule is added!\n']
    --------------------- >> end captured logging << ---------------------
    
    ----------------------------------------------------------------------
    Ran 37 tests in 19083.300s
    
    FAILED (failures=1)
    ```
    
    
    And:
    
    ```
    nosetests --with-marvin --marvin-config=${marvinCfg} -s -a tags=advanced,required_hardware=false \
    smoke/test_routers.py \
    smoke/test_network_acl.py \
    smoke/test_privategw_acl.py \
    smoke/test_reset_vm_on_reboot.py \
    smoke/test_vm_life_cycle.py \
    smoke/test_vpc_vpn.py \
    smoke/test_service_offerings.py \
    component/test_vpc_offerings.py \
    component/test_vpc_routers.py
    ```
    
    Result:
    
    ```
    Test router internal advanced zone ... === TestName: test_02_router_internal_adv | Status : SUCCESS ===
    ok
    Test restart network ... === TestName: test_03_restart_network_cleanup | Status : SUCCESS ===
    ok
    Test router basic setup ... === TestName: test_05_router_basic | Status : SUCCESS ===
    ok
    Test router advanced setup ... === TestName: test_06_router_advanced | Status : SUCCESS ===
    ok
    Test stop router ... === TestName: test_07_stop_router | Status : SUCCESS ===
    ok
    Test start router ... === TestName: test_08_start_router | Status : SUCCESS ===
    ok
    Test reboot router ... === TestName: test_09_reboot_router | Status : SUCCESS ===
    ok
    Test reset virtual machine on reboot ... === TestName: test_01_reset_vm_on_reboot | Status : SUCCESS ===
    ok
    Test advanced zone virtual router ... === TestName: test_advZoneVirtualRouter | Status : SUCCESS ===
    ok
    Test Deploy Virtual Machine ... === TestName: test_deploy_vm | Status : SUCCESS ===
    ok
    Test Multiple Deploy Virtual Machine ... === TestName: test_deploy_vm_multiple | Status : SUCCESS ===
    ok
    Test Stop Virtual Machine ... === TestName: test_01_stop_vm | Status : SUCCESS ===
    ok
    Test Start Virtual Machine ... === TestName: test_02_start_vm | Status : SUCCESS ===
    ok
    Test Reboot Virtual Machine ... === TestName: test_03_reboot_vm | Status : SUCCESS ===
    ok
    Test destroy Virtual Machine ... === TestName: test_06_destroy_vm | Status : SUCCESS ===
    ok
    Test recover Virtual Machine ... === TestName: test_07_restore_vm | Status : SUCCESS ===
    ok
    Test migrate VM ... === TestName: test_08_migrate_vm | Status : SUCCESS ===
    ok
    Test destroy(expunge) Virtual Machine ... === TestName: test_09_expunge_vm | Status : SUCCESS ===
    ok
    Test to create service offering ... === TestName: test_01_create_service_offering | Status : SUCCESS ===
    ok
    Test to update existing service offering ... === TestName: test_02_edit_service_offering | Status : SUCCESS ===
    ok
    Test to delete service offering ... === TestName: test_03_delete_service_offering | Status : SUCCESS ===
    ok
    Test for delete account ... === TestName: test_delete_account | Status : SUCCESS ===
    ok
    Test for Associate/Disassociate public IP address for admin account ... === TestName: test_public_ip_admin_account | Status : SUCCESS ===
    ok
    Test for Associate/Disassociate public IP address for user account ... === TestName: test_public_ip_user_account | Status : SUCCESS ===
    ok
    Test for release public IP address ... === TestName: test_releaseIP | Status : SUCCESS ===
    ok
    Test create VPC offering ... === TestName: test_01_create_vpc_offering | Status : SUCCESS ===
    ok
    Test VPC offering without load balancing service ... === TestName: test_03_vpc_off_without_lb | Status : SUCCESS ===
    ok
    Test VPC offering without static NAT service ... === TestName: test_04_vpc_off_without_static_nat | Status : SUCCESS ===
    ok
    Test VPC offering without port forwarding service ... === TestName: test_05_vpc_off_without_pf | Status : SUCCESS ===
    ok
    Test VPC offering with invalid services ... === TestName: test_06_vpc_off_invalid_services | Status : SUCCESS ===
    ok
    Test update VPC offering ... === TestName: test_07_update_vpc_off | Status : SUCCESS ===
    ok
    Test list VPC offering ... === TestName: test_08_list_vpc_off | Status : SUCCESS ===
    ok
    test_09_create_redundant_vpc_offering (integration.component.test_vpc_offerings.TestVPCOffering) ... === TestName: test_09_create_redundant_vpc_offering | Status : SUCCESS ===
    ok
    Test start/stop of router after addition of one guest network ... === TestName: test_01_start_stop_router_after_addition_of_one_guest_network | Status : SUCCESS ===
    ok
    Test reboot of router after addition of one guest network ... === TestName: test_02_reboot_router_after_addition_of_one_guest_network | Status : SUCCESS ===
    ok
    Test to change service offering of router after addition of one guest network ... === TestName: test_04_chg_srv_off_router_after_addition_of_one_guest_network | Status : SUCCESS ===
    ok
    Test destroy of router after addition of one guest network ... === TestName: test_05_destroy_router_after_addition_of_one_guest_network | Status : SUCCESS ===
    ok
    Test to stop and start router after creation of VPC ... === TestName: test_01_stop_start_router_after_creating_vpc | Status : SUCCESS ===
    ok
    Test to reboot the router after creating a VPC ... === TestName: test_02_reboot_router_after_creating_vpc | Status : SUCCESS ===
    ok
    Tests to change service offering of the Router after ... === TestName: test_04_change_service_offerring_vpc | Status : SUCCESS ===
    ok
    Test to destroy the router after creating a VPC ... === TestName: test_05_destroy_router_after_creating_vpc | Status : SUCCESS ===
    ok
    
    ----------------------------------------------------------------------
    Ran 41 tests in 8651.706s
    
    OK
    ```


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by kishankavala <gi...@git.apache.org>.
Github user kishankavala commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163492909
  
    @ustcweizhou Changes look good to me. But I could not actually test them, patch doesn't apply on latest master


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163539316
  
    Did the regression tests:
    [1197.network.results.txt](https://github.com/apache/cloudstack/files/57825/1197.network.results.txt)
    [1197.vpc.results.txt](https://github.com/apache/cloudstack/files/57826/1197.vpc.results.txt)
    and a review: LGTM


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-9129: list vpc routers b...

Posted by wilderrodrigues <gi...@git.apache.org>.
Github user wilderrodrigues commented on the pull request:

    https://github.com/apache/cloudstack/pull/1197#issuecomment-163967401
  
    We used separate environment, but provided by the same infra.
    
    What I don't get is why the tests are being executed from ```/data/git/cs1/cloudstack/test/integration/component/test_routers_network_ops.py```, whilst I moved them to ```smoke``` directory a couple of days ago.
    
    I'm running the same tests - for KVM - a some changes I'm about to create a PR for. Those changes are only tests related, so no code has changed. In addition, I have rebased with latest master before creating my branch and the result from the same test I get is:
    
    ```
    Test redundant router internals ... === TestName: test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | Status : SUCCESS ===
    ok
    ```
    
    I think you are running from the component directory, which does not contain the test but might contain the ```pyc``` file. Just a thought. 
    
    I don't see why this PR would break 1 test only. It happened with 2 people, but both of them were running tests that might not even exist anymore...?
    
    @ustcweizhou @remibergsma @DaanHoogland I give my LGTM for this. If we find out some weird stuff, we just revert it.
    
    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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---