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 DD5A7A052B; Fri, 31 Jul 2020 10:31:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CCAEB1C002; Fri, 31 Jul 2020 10:31:20 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 152201C023 for ; Fri, 31 Jul 2020 10:31:19 +0200 (CEST) IronPort-SDR: 6dRGDgORmYxkGVeC4cL9XYQGdnf1fl7iFcJXXPHJ+0OBxv3ed6CZG7XBndyfeUgjyizICB0K0v b+TUKssp6rYw== X-IronPort-AV: E=McAfee;i="6000,8403,9698"; a="139307996" X-IronPort-AV: E=Sophos;i="5.75,417,1589266800"; d="scan'208";a="139307996" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2020 01:31:19 -0700 IronPort-SDR: ao4eV/Xjv6NNrsgPiEd8Lz/VxaeHvtFUTzmFAc3p8vdihvmLfuUKs4HgvuVzoQDxXfpi8Rwqj/ s4rdHlmwVobA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,417,1589266800"; d="scan'208";a="365441544" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by orsmga001.jf.intel.com with ESMTP; 31 Jul 2020 01:31:18 -0700 From: Xu hailin To: dts@dpdk.org Cc: "Xu,Hailin" Date: Fri, 31 Jul 2020 16:19:19 +0800 Message-Id: <1596183559-247699-3-git-send-email-hailinx.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1596183559-247699-1-git-send-email-hailinx.xu@intel.com> References: <1596183559-247699-1-git-send-email-hailinx.xu@intel.com> Subject: [dts] [PATCH V1 0/2] test_plans: adds, tests: adds 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" add cvl dcf new suite Xu,Hailin (2): test_plans/cvl_dcf_date_path:add new test plan tests/TestSuite_cvl_dcf_date_path:add new suite test_plans/cvl_dcf_date_path_test_plan.rst | 203 ++++++++++++++++++++ tests/TestSuite_cvl_dcf_date_path.py | 206 +++++++++++++++++++++ 2 files changed, 409 insertions(+) create mode 100755 test_plans/cvl_dcf_date_path_test_plan.rst create mode 100755 tests/TestSuite_cvl_dcf_date_path.py -- 2.17.1