From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 359FCA00C2; Fri, 24 Apr 2020 11:00:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 05CB01C1F2; Fri, 24 Apr 2020 11:00:02 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0CB301C1E5 for ; Fri, 24 Apr 2020 10:59:59 +0200 (CEST) IronPort-SDR: XggMBhbJ8gelRRAz62g+/MMDSip2SCBNO1w9agJ99y36SzUERQ9NMSiNH9QkELrEllydagxheR 5Nqru878r9jg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2020 01:59:58 -0700 IronPort-SDR: Z8PapqxU/UWob1yT1B23cbYMZsn+COftnWCazAsk2B7jzjW2ObxC7c2GkWfEfBKNZRTvpjUOaU pOv7WZj6bJhw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,311,1583222400"; d="scan'208";a="291498135" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 24 Apr 2020 01:59:57 -0700 From: "Xu, Hailin" To: dts@dpdk.org Cc: "xu,hailin" Date: Fri, 24 Apr 2020 16:52:30 +0800 Message-Id: <1587718350-96542-1-git-send-email-hailinx.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH v1] tests/TestSuite_vm_hotplug:add nic carlsville X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" From: "xu,hailin" carlsville driver is i40e, so the nic support the suite. Signed-off-by: xu,hailin --- tests/TestSuite_vm_hotplug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_vm_hotplug.py b/tests/TestSuite_vm_hotplug.py index 35c3bb1..45cfc89 100644 --- a/tests/TestSuite_vm_hotplug.py +++ b/tests/TestSuite_vm_hotplug.py @@ -292,7 +292,7 @@ class TestVmHotplug(TestCase): time.sleep(1) sign = 'Connection' lis1 = ['fortville_spirit', 'fortville_eagle', 'sagepond', 'twinpond', 'sageville'] - lis2 = ['fortpark_TLV', 'fortville_25g',"fortpark_BASE-T"] + lis2 = ['fortpark_TLV', 'fortville_25g',"fortpark_BASE-T", "carlsville"] if self.nic in lis1: sign = 'Ethernet' elif self.nic in lis2: -- 1.8.3.1