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 53356A00C3; Thu, 14 May 2020 10:11:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 150C71D674; Thu, 14 May 2020 10:11:25 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 17E631BF7B for ; Thu, 14 May 2020 10:11:23 +0200 (CEST) IronPort-SDR: u6/Np8vI5x6eP/Kz0TfTuUR3fqFRBMuiVvXRIVw4T56MwaN+wd7ifcynsPBEvjKwNKgVBLv57D wFX2KuMf4M0A== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 May 2020 01:11:21 -0700 IronPort-SDR: EB/SF3Kwe8u69GKKlz7bWBfrlzackb62b06FHE4CNKe8PTLEo6wXRJO7pN7hRrmdccxb6neLhi 8hCfrrvOQ8yA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,390,1583222400"; d="scan'208";a="266166015" Received: from dpdk-yinan-purley.sh.intel.com ([10.67.116.150]) by orsmga006.jf.intel.com with ESMTP; 14 May 2020 01:11:20 -0700 From: Yinan To: dts@dpdk.org Cc: Wang Yinan Date: Thu, 14 May 2020 01:05:11 +0000 Message-Id: <20200514010511.88496-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH v1] tests: fix typo issue in TestSuite_vm2vm_virtio_pmd.py 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: Wang Yinan Signed-off-by: Wang Yinan --- tests/TestSuite_vm2vm_virtio_pmd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TestSuite_vm2vm_virtio_pmd.py b/tests/TestSuite_vm2vm_virtio_pmd.py index d1fce80..d4ffdc7 100644 --- a/tests/TestSuite_vm2vm_virtio_pmd.py +++ b/tests/TestSuite_vm2vm_virtio_pmd.py @@ -1,4 +1,3 @@ -710703wyn # BSD LICENSE # # Copyright(c) <2019> Intel Corporation. -- 2.17.1