From patchwork Fri Nov 1 22:38:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Maximets X-Patchwork-Id: 1188232 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 474cZ22kx9z9sP4 for ; Sat, 2 Nov 2019 09:39:22 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 82826F4C; Fri, 1 Nov 2019 22:38:53 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 29DB6F47 for ; Fri, 1 Nov 2019 22:38:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 892CB14D for ; Fri, 1 Nov 2019 22:38:48 +0000 (UTC) X-Originating-IP: 90.177.210.238 Received: from localhost.localdomain (238.210.broadband10.iol.cz [90.177.210.238]) (Authenticated sender: i.maximets@ovn.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 89D921C0002; Fri, 1 Nov 2019 22:38:46 +0000 (UTC) From: Ilya Maximets To: ovs-dev@openvswitch.org Date: Fri, 1 Nov 2019 23:38:34 +0100 Message-Id: <20191101223835.6232-2-i.maximets@ovn.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191101223835.6232-1-i.maximets@ovn.org> References: <20191101223835.6232-1-i.maximets@ovn.org> X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: Ilya Maximets Subject: [ovs-dev] [PATCH 1/2] travis: Workaround skipping of IPv6 tests. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org IPv6 support disabled in TravisCI images but supported by kernel. So, we could enable it in order to not skip unit tests. We are not trying to communicate over network with IPv6, so this should not make any harm. Related issue: https://github.com/travis-ci/travis-ci/issues/8891 Signed-off-by: Ilya Maximets --- .travis/linux-prepare.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis/linux-prepare.sh b/.travis/linux-prepare.sh index e546d32cb..9e3ac0df7 100755 --- a/.travis/linux-prepare.sh +++ b/.travis/linux-prepare.sh @@ -20,3 +20,8 @@ if [ "$M32" ]; then # This will remove the 64-bit libunwind and install 32-bit version. sudo apt-get install -y libunwind-dev:i386 fi + +# IPv6 is supported by kernel but disabled in TravisCI images: +# https://github.com/travis-ci/travis-ci/issues/8891 +# Enable it to avoid skipping of IPv6 related tests. +sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0 From patchwork Fri Nov 1 22:38:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Maximets X-Patchwork-Id: 1188233 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 474cZq0Sqsz9sP6 for ; Sat, 2 Nov 2019 09:40:03 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 5E436F75; Fri, 1 Nov 2019 22:38:54 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 62EC9F0C for ; Fri, 1 Nov 2019 22:38:52 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id CC21E14D for ; Fri, 1 Nov 2019 22:38:51 +0000 (UTC) X-Originating-IP: 90.177.210.238 Received: from localhost.localdomain (238.210.broadband10.iol.cz [90.177.210.238]) (Authenticated sender: i.maximets@ovn.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id C65371C0004; Fri, 1 Nov 2019 22:38:49 +0000 (UTC) From: Ilya Maximets To: ovs-dev@openvswitch.org Date: Fri, 1 Nov 2019 23:38:35 +0100 Message-Id: <20191101223835.6232-3-i.maximets@ovn.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191101223835.6232-1-i.maximets@ovn.org> References: <20191101223835.6232-1-i.maximets@ovn.org> X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: Ilya Maximets Subject: [ovs-dev] [PATCH 2/2] travis: Fix skipping of python SSL tests. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org After this change we'll have only one windows related skipped test in default build. Signed-off-by: Ilya Maximets --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 84bdb4ba4..482efd2d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ addons: - libjemalloc-dev - libnuma-dev - libpcap-dev + - python3-openssl - python3-sphinx - libelf-dev - selinux-policy-dev