Github user swill commented on the pull request:
https://github.com/apache/cloudstack/pull/1470#issuecomment-218578631
### CI RESULTS
```
Tests Run: 85
Skipped: 0
Failed: 24
Errors: 10
Duration: 10h 46m 24s
```
**Summary of the problem(s):**
```
ERROR: Create a redundant VPC with 1 Tier, 1 VM, 1 ACL, 1 PF and test
Network GC Nics
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
281, in tearDown
raise Exception("Warning: Exception during cleanup : %s" % e)
Exception: Warning: Exception during cleanup : Execute cmd:
deletenetworkoffering failed, due to: errorCode: 431, errorText:Can't delete
network offering 22 as its used by 1 networks. To make the network offering
unavaiable, disable it
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
ERROR: Test iptables default INPUT/FORWARD policies on VPC router
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_routers_iptables_default_policy.py",
line 302, in test_01_single_VPC_iptables_policies
self.entity_manager.do_vpc_test()
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_routers_iptables_default_policy.py",
line 490, in do_vpc_test
self.check_ssh_into_vm(vm.get_vm(), vm.get_ip())
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_routers_iptables_default_policy.py",
line 525, in check_ssh_into_vm
raise Exception("Failed to SSH into VM - %s" %
(public_ip.ipaddress.ipaddress))
Exception: Failed to SSH into VM - 192.168.23.9
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
ERROR: test suite for <class
'integration.smoke.test_router_dhcphosts.TestRouterDHCPHosts'>
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
228, in run
self.tearDown()
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
351, in tearDown
self.teardownContext(ancestor)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
367, in teardownContext
try_run(context, names)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471,
in try_run
return func()
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_router_dhcphosts.py",
line 169, in tearDownClass
raise Exception("Warning: Exception during cleanup : %s" % e)
Exception: Warning: Exception during cleanup : Job failed: {jobprocstatus :
0, created : u'2016-05-11T10:18:25+0200', jobresult : {errorcode : 530,
errortext : u'Failed to delete network'}, cmd :
u'org.apache.cloudstack.api.command.user.network.DeleteNetworkCmd', userid :
u'c8508137-1732-11e6-923a-5254001daa61', jobstatus : 2, jobid :
u'5b50924d-00dc-44dc-b23a-70d11c529b6a', jobresultcode : 530, jobresulttype :
u'object', jobinstancetype : u'Network', accountid :
u'c8506953-1732-11e6-923a-5254001daa61'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
ERROR: Test to verify access to loadbalancer haproxy admin stats page
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line
763, in test_03_vpc_internallb_haproxy_stats_on_all_interfaces
self.execute_internallb_haproxy_tests(vpc_offering)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line
838, in execute_internallb_haproxy_tests
applb.sourceipaddress, self.get_ssh_client(vm, 5), settings)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line
497, in get_ssh_client
self.fail("Unable to create ssh connection: " % e)
TypeError: not all arguments converted during string formatting
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
ERROR: Test to verify access to loadbalancer haproxy admin stats page
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line
784, in test_04_rvpc_internallb_haproxy_stats_on_all_interfaces
self.execute_internallb_haproxy_tests(redundant_vpc_offering)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line
838, in execute_internallb_haproxy_tests
applb.sourceipaddress, self.get_ssh_client(vm, 5), settings)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line
497, in get_ssh_client
self.fail("Unable to create ssh connection: " % e)
TypeError: not all arguments converted during string formatting
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
ERROR: Test Site 2 Site VPN Across redundant VPCs
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py",
line 1154, in test_01_redundant_vpc_site2site_vpn
ssh_client = self._get_ssh_client(vm2, self.services, 10)
File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py",
line 898, in _get_ssh_client
self.fail("Unable to create ssh connection: " % e)
TypeError: not all arguments converted during string formatting
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
ERROR: Test Site 2 Site VPN Across VPCs
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py",
line 787, in test_01_vpc_site2site_vpn
ssh_client = self._get_ssh_client(vm2, self.services, 10)
File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py",
line 497, in _get_ssh_client
self.fail("Unable to create ssh connection: " % e)
TypeError: not all arguments converted during string formatting
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
ERROR: test_02_vpc_privategw_static_routes
(integration.smoke.test_privategw_acl.TestPrivateGwACL)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line
253, in test_02_vpc_privategw_static_routes
self.performVPCTests(vpc_off)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line
324, in performVPCTests
self.check_pvt_gw_connectivity(vm1, public_ip_1, vm2.nic[0].ipaddress)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line
553, in check_pvt_gw_connectivity
(vmObj.get_ip(), e)
NameError: global name 'vmObj' is not defined
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
ERROR: test_03_vpc_privategw_restart_vpc_cleanup
(integration.smoke.test_privategw_acl.TestPrivateGwACL)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line
265, in test_03_vpc_privategw_restart_vpc_cleanup
self.performVPCTests(vpc_off, True)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line
324, in performVPCTests
self.check_pvt_gw_connectivity(vm1, public_ip_1, vm2.nic[0].ipaddress)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line
553, in check_pvt_gw_connectivity
(vmObj.get_ip(), e)
NameError: global name 'vmObj' is not defined
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
ERROR: test_04_rvpc_privategw_static_routes
(integration.smoke.test_privategw_acl.TestPrivateGwACL)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line
277, in test_04_rvpc_privategw_static_routes
self.performVPCTests(vpc_off)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line
324, in performVPCTests
self.check_pvt_gw_connectivity(vm1, public_ip_1, vm2.nic[0].ipaddress)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line
553, in check_pvt_gw_connectivity
(vmObj.get_ip(), e)
NameError: global name 'vmObj' is not defined
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Check the password file in the Router VM
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_password_server.py", line
345, in test_isolate_network_password_server
self.test_ssh_command(self.vm_1, nat_rule1, "natrule1")
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_password_server.py", line
186, in test_ssh_command
self.fail("Failed to SSH into VM - %s" % (nat_rule.ipaddress))
AssertionError: Failed to SSH into VM - 192.168.23.4
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Create a redundant VPC with two networks with two VMs in each network
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
534, in test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL
self.do_vpc_test(False)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
679, in do_vpc_test
self.check_ssh_into_vm(vm.get_vm(), vm.get_ip(), expectFail=expectFail,
retries=retries)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
523, in check_ssh_into_vm
self.fail("Failed to SSH into VM - %s" %
(public_ip.ipaddress.ipaddress))
AssertionError: Failed to SSH into VM - 192.168.23.5
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Create a redundant VPC with two networks with two VMs in each network
and check default routes
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
559, in test_02_redundant_VPC_default_routes
self.do_default_routes_test()
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
701, in do_default_routes_test
(vmObj.get_ip(), e)
AssertionError: SSH Access failed for <marvin.lib.base.PublicIPAddress
instance at 0x2f8c7e8>: SSH connection has Failed. Waited 600s. Error is SSH
Connection Failed
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Create a redundant VPC with two networks with two VMs in each network
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
569, in test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers
self.do_vpc_test(False)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
679, in do_vpc_test
self.check_ssh_into_vm(vm.get_vm(), vm.get_ip(), expectFail=expectFail,
retries=retries)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
523, in check_ssh_into_vm
self.fail("Failed to SSH into VM - %s" %
(public_ip.ipaddress.ipaddress))
AssertionError: Failed to SSH into VM - 192.168.23.5
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Create a redundant VPC with 1 Tier, 1 VM, 1 ACL, 1 PF and test
Network GC Nics
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
587, in test_04_rvpc_network_garbage_collector_nics
self.do_vpc_test(False)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
679, in do_vpc_test
self.check_ssh_into_vm(vm.get_vm(), vm.get_ip(), expectFail=expectFail,
retries=retries)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
523, in check_ssh_into_vm
self.fail("Failed to SSH into VM - %s" %
(public_ip.ipaddress.ipaddress))
AssertionError: Failed to SSH into VM - 192.168.23.5
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Create a redundant VPC with 1 Tier, 1 VM, 1 ACL, 1 PF and test
Network GC Nics
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
622, in test_05_rvpc_multi_tiers
self.do_vpc_test(False)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
679, in do_vpc_test
self.check_ssh_into_vm(vm.get_vm(), vm.get_ip(), expectFail=expectFail,
retries=retries)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
523, in check_ssh_into_vm
self.fail("Failed to SSH into VM - %s" %
(public_ip.ipaddress.ipaddress))
AssertionError: Failed to SSH into VM - 192.168.23.5
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test redundant router internals
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_routers_network_ops.py",
line 826, in test_01_isolate_network_FW_PF_default_routes_egress_true
result = check_router_command(virtual_machine, nat_rule.ipaddress,
ssh_command, check_string, self)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_routers_network_ops.py",
line 61, in check_router_command
test_case.fail("Failed to SSH into the Virtual Machine: %s" % e)
AssertionError: Failed to SSH into the Virtual Machine: SSH connection has
Failed. Waited 150s. Error is SSH Connection Failed
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test redundant router internals
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_routers_network_ops.py",
line 981, in test_02_isolate_network_FW_PF_default_routes_egress_false
result = check_router_command(virtual_machine, nat_rule.ipaddress,
ssh_command, check_string, self)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_routers_network_ops.py",
line 61, in check_router_command
test_case.fail("Failed to SSH into the Virtual Machine: %s" % e)
AssertionError: Failed to SSH into the Virtual Machine: SSH connection has
Failed. Waited 150s. Error is SSH Connection Failed
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test redundant router internals
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_routers_network_ops.py",
line 274, in test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true
result = check_router_command(virtual_machine, nat_rule.ipaddress,
ssh_command, check_string, self)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_routers_network_ops.py",
line 61, in check_router_command
test_case.fail("Failed to SSH into the Virtual Machine: %s" % e)
AssertionError: Failed to SSH into the Virtual Machine: SSH connection has
Failed. Waited 150s. Error is SSH Connection Failed
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test redundant router internals
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_routers_network_ops.py",
line 438, in test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false
result = check_router_command(virtual_machine, nat_rule.ipaddress,
ssh_command, check_string, self)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_routers_network_ops.py",
line 61, in check_router_command
test_case.fail("Failed to SSH into the Virtual Machine: %s" % e)
AssertionError: Failed to SSH into the Virtual Machine: SSH connection has
Failed. Waited 150s. Error is SSH Connection Failed
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Create a VPC with two networks with one VM in each network and test
nics after destroy
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_router_nics.py", line
390, in test_01_VPC_nics_after_destroy
self.check_ssh_into_vm()
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_router_nics.py", line
448, in check_ssh_into_vm
self.fail("Failed to SSH into VM - %s" %
(public_ip.ipaddress.ipaddress))
AssertionError: Failed to SSH into VM - 192.168.23.9
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Create a VPC with two networks with one VM in each network and test
default routes
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_router_nics.py", line
414, in test_02_VPC_default_routes
self.do_default_routes_test()
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_router_nics.py", line
470, in do_default_routes_test
(vmObj.get_ip(), e)
AssertionError: SSH Access failed for <marvin.lib.base.PublicIPAddress
instance at 0x3338368>: SSH connection has Failed. Waited 600s. Error is SSH
Connection Failed
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Check that the /etc/dhcphosts.txt doesn't contain duplicate IPs
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_router_dhcphosts.py",
line 355, in test_router_dhcphosts
self.test_ssh_command(self.vm_1, nat_rule1, "natrule1")
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_router_dhcphosts.py",
line 195, in test_ssh_command
self.fail("Failed to SSH into VM - %s" % (nat_rule.ipaddress))
AssertionError: Failed to SSH into VM - 192.168.23.8
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test to create Load balancing rule with source NAT
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_loadbalance.py", line
259, in test_01_create_lb_rule_src_nat
self.try_ssh(src_nat_ip_addr.ipaddress, unameResults)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_loadbalance.py", line
143, in try_ssh
(e, ip_addr))
AssertionError: SSH Connection Failed: SSH failed for VM with IP Address:
192.168.23.9
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test to create Load balancing rule with non source NAT
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_loadbalance.py", line
413, in test_02_create_lb_rule_non_nat
(e, self.non_src_nat_ip.ipaddress.ipaddress))
AssertionError: SSH Connection Failed: SSH failed for VM with IP Address:
192.168.23.10: SSH failed for VM with IP Address: 192.168.23.10
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test for assign & removing load balancing rule
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_loadbalance.py", line
471, in test_assign_and_removal_lb
self.try_ssh(self.non_src_nat_ip.ipaddress.ipaddress, unameResults)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_loadbalance.py", line
143, in try_ssh
(e, ip_addr))
AssertionError: SSH Connection Failed: SSH failed for VM with IP Address:
192.168.23.10
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test create, assign, remove of an Internal LB with roundrobin http
traffic to 3 vm's in a Single VPC
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line
599, in test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80
self.execute_internallb_roundrobin_tests(vpc_offering)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line
668, in execute_internallb_roundrobin_tests
self.setup_http_daemon(vm)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line
519, in setup_http_daemon
self.fail("Failed to ssh into vm: %s due to %s" % (vm, e))
AssertionError: Failed to ssh into vm: <marvin.lib.base.VirtualMachine
instance at 0x3119290> due to not all arguments converted during string
formatting
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test create, assign, remove of an Internal LB with roundrobin http
traffic to 3 vm's in a Redundant VPC
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line
617, in test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80
self.execute_internallb_roundrobin_tests(redundant_vpc_offering)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line
668, in execute_internallb_roundrobin_tests
self.setup_http_daemon(vm)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line
519, in setup_http_daemon
self.fail("Failed to ssh into vm: %s due to %s" % (vm, e))
AssertionError: Failed to ssh into vm: <marvin.lib.base.VirtualMachine
instance at 0x3868b90> due to not all arguments converted during string
formatting
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test for port forwarding on source NAT
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/git/cs1/cloudstack/test/integration/smoke/test_network.py",
line 417, in test_01_port_fwd_on_src_nat
(self.virtual_machine.ipaddress, e)
AssertionError: SSH Access failed for 10.1.1.2: SSH connection has Failed.
Waited 600s. Error is SSH Connection Failed
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test for port forwarding on non source NAT
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/git/cs1/cloudstack/test/integration/smoke/test_network.py",
line 535, in test_02_port_fwd_on_non_src_nat
(self.virtual_machine.ipaddress, e)
AssertionError: SSH Access failed for 10.1.1.2: SSH connection has Failed.
Waited 600s. Error is SSH Connection Failed
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test for reboot router
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/git/cs1/cloudstack/test/integration/smoke/test_network.py",
line 742, in test_reboot_router
(self.public_ip.ipaddress.ipaddress, e))
AssertionError: SSH Access failed for 192.168.23.10: SSH Connection Failed
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test for Router rules for network rules on acquired public IP
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ddt.py", line 122, in wrapper
return func(self, *args, **kwargs)
File "/data/git/cs1/cloudstack/test/integration/smoke/test_network.py",
line 1243, in test_network_rules_acquired_public_ip
(self.virtual_machine.ipaddress, e)
AssertionError: SSH Access failed for 10.1.1.176: SSH connection has
Failed. Waited 600s. Error is SSH Connection Failed
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test for Router rules for network rules on acquired public IP
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ddt.py", line 122, in wrapper
return func(self, *args, **kwargs)
File "/data/git/cs1/cloudstack/test/integration/smoke/test_network.py",
line 1243, in test_network_rules_acquired_public_ip
(self.virtual_machine.ipaddress, e)
AssertionError: SSH Access failed for 10.1.1.176: SSH connection has
Failed. Waited 600s. Error is SSH Connection Failed
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
```
FAIL: Test for Router rules for network rules on acquired public IP
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ddt.py", line 122, in wrapper
return func(self, *args, **kwargs)
File "/data/git/cs1/cloudstack/test/integration/smoke/test_network.py",
line 1243, in test_network_rules_acquired_public_ip
(self.virtual_machine.ipaddress, e)
AssertionError: SSH Access failed for 10.1.1.176: SSH connection has
Failed. Waited 600s. Error is SSH Connection Failed
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_JPKNVA/results.txt
```
**Associated Uploads**
**`/tmp/MarvinLogs/DeployDataCenter__May_11_2016_06_44_57_9M01AI:`**
*
[dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/DeployDataCenter__May_11_2016_06_44_57_9M01AI/dc_entries.obj)
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/DeployDataCenter__May_11_2016_06_44_57_9M01AI/failed_plus_exceptions.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/DeployDataCenter__May_11_2016_06_44_57_9M01AI/runinfo.txt)
**`/tmp/MarvinLogs/test_network_JPKNVA:`**
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/test_network_JPKNVA/failed_plus_exceptions.txt)
*
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/test_network_JPKNVA/results.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/test_network_JPKNVA/runinfo.txt)
**`/tmp/MarvinLogs/test_vpc_routers_4WOEUW:`**
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/test_vpc_routers_4WOEUW/failed_plus_exceptions.txt)
*
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/test_vpc_routers_4WOEUW/results.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/test_vpc_routers_4WOEUW/runinfo.txt)
Uploads will be available until `2016-07-11 02:00:00 +0200 CEST`
*Comment created by [`upr comment`](https://github.com/cloudops/upr).*
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---