From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D60265A35 for ; Thu, 21 May 2015 10:30:27 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 21 May 2015 01:30:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,467,1427785200"; d="scan'208";a="574728067" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga003.jf.intel.com with ESMTP; 21 May 2015 01:30:25 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t4L8UNeo007891; Thu, 21 May 2015 16:30:23 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t4L8ULFe012759; Thu, 21 May 2015 16:30:23 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t4L8ULSM012755; Thu, 21 May 2015 16:30:21 +0800 From: huilongx xu To: dts@dpdk.org Date: Thu, 21 May 2015 16:30:15 +0800 Message-Id: <1432197020-12725-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 Cc: jingguox.fu@intel.com Subject: [dts] [dts 0/5] [v2] add dynamic config test and update checksum offload test code 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: Thu, 21 May 2015 08:30:28 -0000 From: huilong xu *** BLURB HERE *** huilong xu (5): add dynamic config test in default test add dynamic config test plan add dynamic config test script update checksum offload test code add fortville nic test config execution.cfg | 3 +- execution_FVL.cfg | 20 +++ test_plans/dynamic_config_test_plan.rst | 199 +++++++++++++++++++++++ tests/TestSuite_checksum_offload.py | 103 +++++-------- tests/TestSuite_dynamic_config.py | 262 +++++++++++++++++++++++++++++++ 5 files changed, 519 insertions(+), 68 deletions(-) create mode 100644 execution_FVL.cfg create mode 100644 test_plans/dynamic_config_test_plan.rst create mode 100644 tests/TestSuite_dynamic_config.py -- 1.7.4.4