From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 82C512629 for ; Wed, 26 Jul 2017 05:44:10 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2017 20:44:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,413,1496127600"; d="scan'208";a="882875424" Received: from dpdk-test38.sh.intel.com ([10.67.111.97]) by FMSMGA003.fm.intel.com with ESMTP; 25 Jul 2017 20:44:08 -0700 From: Marvin Liu To: dts@dpdk.org Date: Tue, 25 Jul 2017 23:41:59 -0400 Message-Id: <1501040521-43009-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1501037774-40417-1-git-send-email-yong.liu@intel.com> References: <1501037774-40417-1-git-send-email-yong.liu@intel.com> Subject: [dts] [PATCH v2 0/2] support distributor unit and function test 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: , X-List-Received-Date: Wed, 26 Jul 2017 03:44:11 -0000 v2: fix pep8 issue Marvin Liu (2): test_plans: add test plan for distributor library and sample tests: add test suite for distributor library and sample test_plans/distributor_test_plan.rst | 154 +++++++++++++++++++ tests/TestSuite_distributor.py | 283 +++++++++++++++++++++++++++++++++++ 2 files changed, 437 insertions(+) create mode 100644 test_plans/distributor_test_plan.rst create mode 100644 tests/TestSuite_distributor.py -- 1.9.3