Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A83AA200C01 for ; Thu, 19 Jan 2017 17:38:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A6E77160B54; Thu, 19 Jan 2017 16:38:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CC447160B3A for ; Thu, 19 Jan 2017 17:38:34 +0100 (CET) Received: (qmail 82806 invoked by uid 500); 19 Jan 2017 16:38:34 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 82790 invoked by uid 99); 19 Jan 2017 16:38:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2017 16:38:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7256CDFB86; Thu, 19 Jan 2017 16:38:33 +0000 (UTC) From: swill To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack issue #1741: Updated StrongSwan VPN Implementation Content-Type: text/plain Message-Id: <20170119163833.7256CDFB86@git1-us-west.apache.org> Date: Thu, 19 Jan 2017 16:38:33 +0000 (UTC) archived-at: Thu, 19 Jan 2017 16:38:35 -0000 Github user swill commented on the issue: https://github.com/apache/cloudstack/pull/1741 ### CI RESULTS ``` Tests Run: 87 Skipped: 1 Failed: 6 Errors: 0 Duration: 9h 25m 26s ``` **Summary of the problem(s):** ``` FAIL: Test redundant router internals ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_routers_network_ops.py", line 338, 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 64, 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_AZXMBM/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 502, 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 64, 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_AZXMBM/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 693, in test_03_RVR_Network_check_router_state self.fail("No Master or too many master routers found %s" % cnts[vals.index('MASTER')]) AssertionError: No Master or too many master routers found 0 ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_AZXMBM/results.txt ``` ``` FAIL: 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 271, in test_02_vpc_privategw_static_routes self.performVPCTests(vpc_off) File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 362, in performVPCTests self.check_pvt_gw_connectivity(vm1, public_ip_1, [vm2.nic[0].ipaddress, vm1.nic[0].ipaddress]) File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 724, in check_pvt_gw_connectivity "Ping to VM on Network Tier N from VM in Network Tier A should be successful at least for 2 out of 3 VMs" AssertionError: Ping to VM on Network Tier N from VM in Network Tier A should be successful at least for 2 out of 3 VMs ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_AZXMBM/results.txt ``` ``` FAIL: 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 283, in test_03_vpc_privategw_restart_vpc_cleanup self.performVPCTests(vpc_off, restart_with_cleanup = True) File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 362, in performVPCTests self.check_pvt_gw_connectivity(vm1, public_ip_1, [vm2.nic[0].ipaddress, vm1.nic[0].ipaddress]) File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 724, in check_pvt_gw_connectivity "Ping to VM on Network Tier N from VM in Network Tier A should be successful at least for 2 out of 3 VMs" AssertionError: Ping to VM on Network Tier N from VM in Network Tier A should be successful at least for 2 out of 3 VMs ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_AZXMBM/results.txt ``` ``` FAIL: 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 295, in test_04_rvpc_privategw_static_routes self.performVPCTests(vpc_off) File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 362, in performVPCTests self.check_pvt_gw_connectivity(vm1, public_ip_1, [vm2.nic[0].ipaddress, vm1.nic[0].ipaddress]) File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 724, in check_pvt_gw_connectivity "Ping to VM on Network Tier N from VM in Network Tier A should be successful at least for 2 out of 3 VMs" AssertionError: Ping to VM on Network Tier N from VM in Network Tier A should be successful at least for 2 out of 3 VMs ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_AZXMBM/results.txt ``` **Associated Uploads** **`/tmp/MarvinLogs/DeployDataCenter__Jan_18_2017_18_05_38_ZDDNX1:`** * [dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1741/tmp/MarvinLogs/DeployDataCenter__Jan_18_2017_18_05_38_ZDDNX1/dc_entries.obj) * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1741/tmp/MarvinLogs/DeployDataCenter__Jan_18_2017_18_05_38_ZDDNX1/failed_plus_exceptions.txt) * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1741/tmp/MarvinLogs/DeployDataCenter__Jan_18_2017_18_05_38_ZDDNX1/runinfo.txt) **`/tmp/MarvinLogs/test_network_AZXMBM:`** * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1741/tmp/MarvinLogs/test_network_AZXMBM/failed_plus_exceptions.txt) * [results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1741/tmp/MarvinLogs/test_network_AZXMBM/results.txt) * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1741/tmp/MarvinLogs/test_network_AZXMBM/runinfo.txt) **`/tmp/MarvinLogs/test_vpc_routers_YM7LNK:`** * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1741/tmp/MarvinLogs/test_vpc_routers_YM7LNK/failed_plus_exceptions.txt) * [results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1741/tmp/MarvinLogs/test_vpc_routers_YM7LNK/results.txt) * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1741/tmp/MarvinLogs/test_vpc_routers_YM7LNK/runinfo.txt) Uploads will be available until `2017-03-21 01:00:00 +0100 CET` *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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---