From patchwork Tue Apr 7 15:56:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oksana Vohchana X-Patchwork-Id: 1267488 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=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=VRKmXjFU; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48xXKT2Njpz9sR4 for ; Wed, 8 Apr 2020 02:04:29 +1000 (AEST) Received: from localhost ([::1]:50026 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLqiB-0005Ha-0A for incoming@patchwork.ozlabs.org; Tue, 07 Apr 2020 12:04:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44825) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLqas-0004oX-Tm for qemu-devel@nongnu.org; Tue, 07 Apr 2020 11:56:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLqar-0002Ke-NK for qemu-devel@nongnu.org; Tue, 07 Apr 2020 11:56:54 -0400 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:36091 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jLqar-0002KH-JW for qemu-devel@nongnu.org; Tue, 07 Apr 2020 11:56:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1586275013; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pIAxnqLbBPi8HGVHGPcFX+gvFTpwFK4hEINmy/jM51U=; b=VRKmXjFUr3McsPaVwmTdvr6faGeDnQEV58SiroDA3WU3KO0KBXei3vxidQo3VkYnhqyBJw tLoyq9WuxQ8VJCcroRUtGSV05iz3ME9haD3Sy8DX8nRDgIFClp+6lcSSv30rE2LVveaT3F g1sZI9RLB88DhWJdS3YpyoCUG3vkoeY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-297-2UmsZt7YOr2JgfZ8BVY1SA-1; Tue, 07 Apr 2020 11:56:51 -0400 X-MC-Unique: 2UmsZt7YOr2JgfZ8BVY1SA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 62EB5800D50 for ; Tue, 7 Apr 2020 15:56:50 +0000 (UTC) Received: from kh066.redhat.com (ovpn-114-200.ams2.redhat.com [10.36.114.200]) by smtp.corp.redhat.com (Postfix) with ESMTP id CC6BE5DA7B; Tue, 7 Apr 2020 15:56:48 +0000 (UTC) From: Oksana Vohchana To: qemu-devel@nongnu.org Subject: [PATCH v5 1/3] Acceptance test: adds param 'address' in _get_free_port Date: Tue, 7 Apr 2020 18:56:40 +0300 Message-Id: <20200407155642.10716-2-ovoshcha@redhat.com> In-Reply-To: <20200407155642.10716-1-ovoshcha@redhat.com> References: <20200407155642.10716-1-ovoshcha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 207.211.31.81 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: ovoshcha@redhat.com, philmd@redhat.com, wainersm@redhat.com, crosa@redhat.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" In the migration test function _get_free_port works only for localhost, but in the case to use migration through an RDMA we need to get a free port on the configured network RDMA-interface. This patch is the start for another migration option Signed-off-by: Oksana Vohchana Reviewed-by: Willian Rampazzo --- tests/acceptance/migration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/migration.py b/tests/acceptance/migration.py index a8367ca023..e4c39b85a1 100644 --- a/tests/acceptance/migration.py +++ b/tests/acceptance/migration.py @@ -52,8 +52,8 @@ class Migration(Test): source_vm.qmp('migrate', uri=src_uri) self.assert_migration(source_vm, dest_vm) - def _get_free_port(self): - port = network.find_free_port() + def _get_free_port(self, address='localhost'): + port = network.find_free_port(address=address) if port is None: self.cancel('Failed to find a free port') return port From patchwork Tue Apr 7 15:56:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oksana Vohchana X-Patchwork-Id: 1267490 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=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=bi3H38ze; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48xXMf1VdZz9sSq for ; Wed, 8 Apr 2020 02:06:22 +1000 (AEST) Received: from localhost ([::1]:50071 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLqk0-0007o5-62 for incoming@patchwork.ozlabs.org; Tue, 07 Apr 2020 12:06:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44891) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLqb0-0004zs-Lh for qemu-devel@nongnu.org; Tue, 07 Apr 2020 11:57:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLqat-0002Ly-Ay for qemu-devel@nongnu.org; Tue, 07 Apr 2020 11:57:01 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:34204 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jLqat-0002Le-7k for qemu-devel@nongnu.org; Tue, 07 Apr 2020 11:56:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1586275014; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aXzluHzsPxunzb4ZMnygfPekmc8HBAlxXCColyKm/6Y=; b=bi3H38zeJPFuf1ZkMvOPC+UqHQEXT1smZt+rntQnuMSkCvypJCKNRsBfDCfmVWNMmHC7m/ +zxg0YVytx/xBAz1go2oVdYuwss8fS6Fh0wDOPkCRVZkB37vHqm8h/kNvnwUm4doZ6gs4+ k9mkOU44QrbTydWaLGcmquhbD8+lYtY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-371-kTpm-eDPNeCM4Zphk2KyDQ-1; Tue, 07 Apr 2020 11:56:53 -0400 X-MC-Unique: kTpm-eDPNeCM4Zphk2KyDQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6D693DB60 for ; Tue, 7 Apr 2020 15:56:52 +0000 (UTC) Received: from kh066.redhat.com (ovpn-114-200.ams2.redhat.com [10.36.114.200]) by smtp.corp.redhat.com (Postfix) with ESMTP id D8A485DA7B; Tue, 7 Apr 2020 15:56:50 +0000 (UTC) From: Oksana Vohchana To: qemu-devel@nongnu.org Subject: [PATCH v5 2/3] Acceptance test: provides new functions Date: Tue, 7 Apr 2020 18:56:41 +0300 Message-Id: <20200407155642.10716-3-ovoshcha@redhat.com> In-Reply-To: <20200407155642.10716-1-ovoshcha@redhat.com> References: <20200407155642.10716-1-ovoshcha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 207.211.31.120 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: ovoshcha@redhat.com, philmd@redhat.com, wainersm@redhat.com, crosa@redhat.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Provides new functions related to the rdma migration test Adds functions to check if service RDMA is enabled and gets the ip address on the interface where it was configured Signed-off-by: Oksana Vohchana Reviewed-by: Willian Rampazzo --- tests/acceptance/migration.py | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/tests/acceptance/migration.py b/tests/acceptance/migration.py index e4c39b85a1..1c3a684395 100644 --- a/tests/acceptance/migration.py +++ b/tests/acceptance/migration.py @@ -11,12 +11,57 @@ import tempfile +import json from avocado_qemu import Test from avocado import skipUnless from avocado.utils import network from avocado.utils import wait from avocado.utils.path import find_command +from avocado.utils.network.interfaces import NetworkInterface +from avocado.utils.network.hosts import LocalHost +from avocado.utils import service +from avocado.utils import process + + +def get_rdma_status(): + """Verify the status of RDMA service. + + return: True if rdma service is enabled, False otherwise. + """ + rdma_stat = service.ServiceManager() + return bool(rdma_stat.status('rdma')) + +def get_interface_rdma(): + """Get the interface name where RDMA is configured. + + return: The interface name or False if none is found + """ + cmd = 'rdma link show -j' + out = json.loads(process.getoutput(cmd)) + try: + for i in out: + if i['state'] == 'ACTIVE': + return i['netdev'] + except KeyError: + pass + return False + +def get_ip_rdma(interface): + """Get the IP address on a specific interface. + + :param interface: Network interface name + :return: IP addresses as a list, otherwise will return False + """ + local = LocalHost() + network_in = NetworkInterface(interface, local) + try: + ip = network_in.get_ipaddrs() + if ip: + return ip + except: + pass + return False class Migration(Test): From patchwork Tue Apr 7 15:56:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oksana Vohchana X-Patchwork-Id: 1267489 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=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=Sj+iXLV6; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48xXMb3j2Pz9sSq for ; Wed, 8 Apr 2020 02:06:19 +1000 (AEST) Received: from localhost ([::1]:50064 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLqjx-0007kz-AJ for incoming@patchwork.ozlabs.org; Tue, 07 Apr 2020 12:06:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44875) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLqax-0004vt-8y for qemu-devel@nongnu.org; Tue, 07 Apr 2020 11:57:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLqaw-0002RR-9Y for qemu-devel@nongnu.org; Tue, 07 Apr 2020 11:56:59 -0400 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:47243 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jLqaw-0002QM-1K for qemu-devel@nongnu.org; Tue, 07 Apr 2020 11:56:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1586275017; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OM2TK08DprDmua1hryjviamFXGvjxXVAx44sc++ybd4=; b=Sj+iXLV6AipBFk2U+56NL5UhBa+uiMflT0kAZf/cWAsDHvX8hQGXADChroXbm+pEYI98gD Mhji4VuHkWtZ21oGZY8OCG481/erYpfMMNKyA11TcsP7xPnKjKvD2hWRj2uR+ExY2ruyD4 seGBl4XMxMq2T69h78iWnEnJDbFYYgY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-329-owTViyVuNkmvPDOnxE8zZQ-1; Tue, 07 Apr 2020 11:56:55 -0400 X-MC-Unique: owTViyVuNkmvPDOnxE8zZQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6035A1902EA0 for ; Tue, 7 Apr 2020 15:56:54 +0000 (UTC) Received: from kh066.redhat.com (ovpn-114-200.ams2.redhat.com [10.36.114.200]) by smtp.corp.redhat.com (Postfix) with ESMTP id C59A75DA7B; Tue, 7 Apr 2020 15:56:52 +0000 (UTC) From: Oksana Vohchana To: qemu-devel@nongnu.org Subject: [PATCH v5 3/3] Acceptance test: provides to use RDMA transport for migration test Date: Tue, 7 Apr 2020 18:56:42 +0300 Message-Id: <20200407155642.10716-4-ovoshcha@redhat.com> In-Reply-To: <20200407155642.10716-1-ovoshcha@redhat.com> References: <20200407155642.10716-1-ovoshcha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 207.211.31.81 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: ovoshcha@redhat.com, philmd@redhat.com, wainersm@redhat.com, crosa@redhat.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Adds test for RDMA migration check Signed-off-by: Oksana Vohchana Reviewed-by: Willian Rampazzo --- tests/acceptance/migration.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/acceptance/migration.py b/tests/acceptance/migration.py index 1c3a684395..99563ae850 100644 --- a/tests/acceptance/migration.py +++ b/tests/acceptance/migration.py @@ -120,3 +120,15 @@ class Migration(Test): """ free_port = self._get_free_port() dest_uri = 'exec:nc -l localhost %u' % free_port + + @skipUnless(get_rdma_status(), 'RDMA service is disabled or not installed') + @skipUnless(get_interface_rdma(), 'RDMA interface not configured') + def test_migration_with_rdma_localhost(self): + iface = get_interface_rdma() + ip = get_ip_rdma(iface) + if ip: + free_port = self._get_free_port(address=ip[0]) + else: + self.cancel("Ip address doesn't configured properly on interface:%s" % iface) + dest_uri = 'rdma:%s:%u' % (ip, free_port) + self.do_migrate(dest_uri)