From patchwork Thu Aug 27 10:24:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xiao, QimaiX" X-Patchwork-Id: 76084 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E9DE5A04B1; Thu, 27 Aug 2020 12:44:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 95C211C1B3; Thu, 27 Aug 2020 12:44:22 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 832961C1A7 for ; Thu, 27 Aug 2020 12:44:20 +0200 (CEST) IronPort-SDR: QO4NJbqIo7n/3u+unRBUQmz8w0eLFUPjDrEBBMbVAwOpqAQlbjsAKobeaAy814eusnyWNVhmKj +tSWGBsM8XHg== X-IronPort-AV: E=McAfee;i="6000,8403,9725"; a="220710933" X-IronPort-AV: E=Sophos;i="5.76,359,1592895600"; d="scan'208";a="220710933" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Aug 2020 03:44:19 -0700 IronPort-SDR: hfl08oBkUbcc+q+tuiLHCWEky4U4z3S2sloeCx2a1mb3Yg4KM5GfLHuiJPOkQYtOpPNY6uZo38 NG9hEqJP+stg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,359,1592895600"; d="scan'208";a="313190145" Received: from unknown (HELO localhost.localdomain) ([10.240.183.52]) by orsmga002.jf.intel.com with ESMTP; 27 Aug 2020 03:44:18 -0700 From: Xiao Qimai To: dts@dpdk.org Cc: Xiao Qimai Date: Thu, 27 Aug 2020 10:24:44 +0000 Message-Id: <20200827102444.111529-1-qimaix.xiao@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1] rename testsuite since testplan renamed 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" *. testplan test_plans/vhost_enqueue_interrupt_test_plan has been replaced by test_plans/vhost_user_interrupt_test_plan.rst, so rename testsuite Signed-off-by: Xiao Qimai Tested-by: Xiao Qimai --- ...t_enqueue_interrupt.py => TestSuite_vhost_user_interrupt.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/{TestSuite_vhost_enqueue_interrupt.py => TestSuite_vhost_user_interrupt.py} (99%) diff --git a/tests/TestSuite_vhost_enqueue_interrupt.py b/tests/TestSuite_vhost_user_interrupt.py similarity index 99% rename from tests/TestSuite_vhost_enqueue_interrupt.py rename to tests/TestSuite_vhost_user_interrupt.py index 55207821..cc8fba70 100644 --- a/tests/TestSuite_vhost_enqueue_interrupt.py +++ b/tests/TestSuite_vhost_user_interrupt.py @@ -39,7 +39,7 @@ import time from test_case import TestCase -class TestVhostEnqueueInterrupt(TestCase): +class TestVhostUserInterrupt(TestCase): def set_up_all(self): """