From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DF9CF1B40E for ; Wed, 6 Jun 2018 07:35:36 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jun 2018 22:35:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,482,1520924400"; d="scan'208";a="230284038" Received: from shecgisg006.sh.intel.com ([10.239.39.68]) by orsmga005.jf.intel.com with ESMTP; 05 Jun 2018 22:35:35 -0700 Received: from shecgisg006.sh.intel.com (localhost [127.0.0.1]) by shecgisg006.sh.intel.com with ESMTP id w565ZYXc024055; Wed, 6 Jun 2018 13:35:34 +0800 Received: (from yufengmx@localhost) by shecgisg006.sh.intel.com with œ id w565ZY6S024051; Wed, 6 Jun 2018 13:35:34 +0800 From: yufengx.mo@intel.com To: dts@dpdk.org Cc: yufengmx Date: Wed, 6 Jun 2018 13:35:31 +0800 Message-Id: <1528263334-23878-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dts] [PATCH V1 0/3] vm_pw_mgmt_policy: upload test plan and automation script 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, 06 Jun 2018 05:35:37 -0000 From: yufengmx *. extend ixia to send continuous stream *. vm_pw_mgmt_policy test plan *. vm_pw_mgmt_policy automation script yufengmx (3): vm_pw_mgmt_policy: upload test plan vm_pw_mgmt_policy: upload automation script vm_pw_mgmt_policy: framework etgen/ixia conf/vm_pw_mgmt_policy.cfg | 39 ++ framework/etgen.py | 184 +++++- framework/tester.py | 54 +- test_plans/vm_pw_mgmt_policy_test_plan.rst | 266 +++++++++ tests/TestSuite_vm_pw_mgmt_policy.py | 884 +++++++++++++++++++++++++++++ 5 files changed, 1421 insertions(+), 6 deletions(-) create mode 100644 conf/vm_pw_mgmt_policy.cfg mode change 100755 => 100644 framework/tester.py create mode 100644 test_plans/vm_pw_mgmt_policy_test_plan.rst create mode 100644 tests/TestSuite_vm_pw_mgmt_policy.py -- 1.9.3