test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Liu, Yong" <yong.liu@intel.com>
To: "Wang, FeiX Y" <feix.y.wang@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Wang, FeiX Y" <feix.y.wang@intel.com>
Subject: Re: [dts] [PATCH V2] framework/tester.py for next branch: add TREX	support in DTS framework
Date: Tue, 9 Jan 2018 05:53:49 +0000	[thread overview]
Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62F426E3@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <1513769717-31654-1-git-send-email-feix.y.wang@intel.com>

Fei,
One comment below.

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of wang fei
> Sent: Wednesday, December 20, 2017 7:35 PM
> To: dts@dpdk.org
> Cc: Wang, FeiX Y <feix.y.wang@intel.com>
> Subject: [dts] [PATCH V2] framework/tester.py for next branch: add TREX
> support in DTS framework
> 
> Signed-off-by: wang fei <feix.y.wang@intel.com>
> ---
>  framework/tester.py | 27 ++++++++++++++++++++++++++-
>  1 file changed, 26 insertions(+), 1 deletion(-)
> 
> diff --git a/framework/tester.py b/framework/tester.py
> index 1c854d7..d09305c 100644
> --- a/framework/tester.py
> +++ b/framework/tester.py
> @@ -45,8 +45,9 @@ import random
>  from utils import GREEN, convert_int2ip, convert_ip2int
>  from exception import ParameterInvalidException
>  from multiprocessing import Process
> +from uuid import uuid4
> 
> -
> +from pktgen import getPacketGenerator
>  class Tester(Crb):
> 
>      """
> @@ -79,6 +80,21 @@ class Tester(Crb):
>              self.ixia_packet_gen = IxiaPacketGenerator(self)
>          self.packet_gen = SoftwarePacketGenerator(self)
> 
>      def set_re_run(self, re_run_time):
>          """
>          set failed case re-run time
> @@ -139,6 +155,7 @@ class Tester(Crb):
>          self.pci_devices_information()
>          self.restore_interfaces()
>          self.scan_ports()
> +        self.pktgen_init()
> 
>      def get_local_port(self, remotePort):
>          """
> @@ -379,6 +396,14 @@ class Tester(Crb):
>                                      'mac': macaddr,
>                                      'ipv6': ipv6})
> 
> +    def pktgen_init(self):
> +        # should load pktgen type from configuration, now just try
> +        pktgen_type = "TREX"

Packet generator type should loaded from configuration file, not hardcoded here.

> +        # init packet generator instance
> +        self.pktgen = getPacketGenerator(self, pktgen_type)
> +        # prepare running environment
> +        self.pktgen.prepare_generator()
> +
>      def send_ping(self, localPort, ipv4, mac):
>          """
>          Send ping6 packet from local port with destination ipv4 address.
> --
> 2.7.4

      reply	other threads:[~2018-01-09  5:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-20 11:35 wang fei
2018-01-09  5:53 ` Liu, Yong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86228AFD5BCD8E4EBFD2B90117B5E81E62F426E3@SHSMSX103.ccr.corp.intel.com \
    --to=yong.liu@intel.com \
    --cc=dts@dpdk.org \
    --cc=feix.y.wang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).