test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Liu, Yong" <yong.liu@intel.com>
To: Xueqin Lin <xueqin.lin@intel.com>, dts@dpdk.org
Subject: Re: [dts] [PATCH v4] add ddp gtp test suite
Date: Tue, 21 Nov 2017 21:21:20 +0800	[thread overview]
Message-ID: <5A142850.7000409@intel.com> (raw)
In-Reply-To: <1511219198-10009-1-git-send-email-xueqin.lin@intel.com>

Thanks Xueqin. Applied with small change in your patch. Class name is 
modified to TestDdpGtp for unified format.

Regards,
Marvin

On 11/21/2017 07:06 AM, Xueqin Lin wrote:
> ---
>   tests/TestSuite_ddp_gtp.py | 386 +++++++++++++++++++++++++++++++++++++++++++++
>   1 file changed, 386 insertions(+)
>   create mode 100644 tests/TestSuite_ddp_gtp.py
>
> diff --git a/tests/TestSuite_ddp_gtp.py b/tests/TestSuite_ddp_gtp.py
> new file mode 100644
> index 0000000..accf149
> --- /dev/null
> +++ b/tests/TestSuite_ddp_gtp.py
> @@ -0,0 +1,386 @@
> +# <COPYRIGHT_TAG>
> +
> +import time
> +import re
> +import sys
> +import utils
> +from qemu_kvm import QEMUKvm
> +from test_case import TestCase
> +from pmd_output import PmdOutput
> +from settings import get_nic_name
> +import random
> +
> +VM_CORES_MASK = 'all'
> +
> +
> +class TestDDP_gtp(TestCase):

      reply	other threads:[~2017-11-21  5:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-20 23:06 Xueqin Lin
2017-11-21 13:21 ` 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=5A142850.7000409@intel.com \
    --to=yong.liu@intel.com \
    --cc=dts@dpdk.org \
    --cc=xueqin.lin@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).