From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B7DA058D1 for ; Fri, 12 May 2017 10:16:53 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 May 2017 01:16:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,328,1491289200"; d="scan'208";a="1129429653" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by orsmga001.jf.intel.com with ESMTP; 12 May 2017 01:16:51 -0700 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Date: Fri, 12 May 2017 16:18:07 +0800 Message-Id: <1494577095-45103-1-git-send-email-lijuanx.a.tu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1 0/8] sync virtual tests to dpdk1705 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: Fri, 12 May 2017 08:16:54 -0000 *** BLURB HERE *** Lijuan Tu (8): tests/vf_packet_rxtx: remove crc-strip parameter tests/vf_macfilter: remove crc-strip parameter tests/vf_offload: fix variable name typo and remove crc-strip parameter tests/vf_port_start_stop: make adjustment to dpdk1705 test/vf_rss: remove crc-strip parameter, and check RSS config command. test/vf_to_vf_nic_bridge: remove crc-strip parameter and filter misc packets. tests/vm_power_manager: adjust to dpdk1705 tests/vxlan_sample: adjust to dpdk1705 tests/TestSuite_vf_macfilter.py | 10 ++----- tests/TestSuite_vf_offload.py | 21 +++++++------- tests/TestSuite_vf_packet_rxtx.py | 15 +++++++--- tests/TestSuite_vf_port_start_stop.py | 30 ++++++++++++++++++-- tests/TestSuite_vf_rss.py | 13 +++------ tests/TestSuite_vf_to_vf_nic_bridge.py | 15 ++++------ tests/TestSuite_vm_power_manager.py | 14 --------- tests/TestSuite_vxlan.py | 7 ++++- tests/TestSuite_vxlan_sample.py | 52 ++++++++++++++++++++-------------- 9 files changed, 97 insertions(+), 80 deletions(-) -- 1.9.3