From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B2092A0547; Sun, 26 Sep 2021 09:30:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7554E4003D; Sun, 26 Sep 2021 09:30:00 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id E5B0C4003C for ; Sun, 26 Sep 2021 09:29:58 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10118"; a="246802615" X-IronPort-AV: E=Sophos;i="5.85,323,1624345200"; d="scan'208";a="246802615" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Sep 2021 00:29:45 -0700 X-IronPort-AV: E=Sophos;i="5.85,323,1624345200"; d="scan'208";a="552385415" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Sep 2021 00:29:44 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Date: Sun, 26 Sep 2021 15:22:48 +0800 Message-Id: <20210926072248.3413437-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 0/2] delete test plan and test suite X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" Delete test plan and test suite because this testplan and testsuite is include by pvp_multi_paths_performance. Wei Ling (2): test_plans/perf_virtio_user_pvp_test_plan: delete test plan tests/perf_virtio_user_pvp: delete test suite test_plans/perf_virtio_user_pvp_test_plan.rst | 191 --------- tests/TestSuite_perf_virtio_user_pvp.py | 389 ------------------ 2 files changed, 580 deletions(-) delete mode 100644 test_plans/perf_virtio_user_pvp_test_plan.rst delete mode 100644 tests/TestSuite_perf_virtio_user_pvp.py -- 2.25.1