From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 11FE7A0679 for ; Mon, 29 Apr 2019 05:25:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C7F4A1B1EC; Mon, 29 Apr 2019 05:25:09 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2D9A71B12B for ; Mon, 29 Apr 2019 05:25:07 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Apr 2019 20:25:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,408,1549958400"; d="scan'208";a="165775860" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 28 Apr 2019 20:25:06 -0700 From: Peng Yuan To: dts@dpdk.org Cc: Peng Yuan Date: Mon, 29 Apr 2019 11:29:28 +0800 Message-Id: <1556508568-18308-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH] tests: Correct the class name 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" Correct the class name of floating VEB Signed-off-by: Peng Yuan diff --git a/tests/TestSuite_floating_veb.py b/tests/TestSuite_floating_veb.py index f20b378..40b0ce2 100644 --- a/tests/TestSuite_floating_veb.py +++ b/tests/TestSuite_floating_veb.py @@ -32,7 +32,7 @@ """ DPDK Test suite. -Test VEB Switch and floating VEB Features by Poll Mode Drivers. +Test Floating VEB Features by Poll Mode Drivers. """ import re @@ -48,7 +48,7 @@ from packet import Packet from utils import RED -class TestVEBSwitching(TestCase): +class TestFloatingVEBSwitching(TestCase): def VEB_get_stats(self, vf0_vf1, portid, rx_tx): """ -- 2.14.3