test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Zhang, XiX" <xix.zhang@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Zhang, XiX" <xix.zhang@intel.com>
Subject: Re: [dts] [PATCH V1] tests/TestSuite_cbdma:fixed-session-error
Date: Mon, 12 Oct 2020 08:37:02 +0000	[thread overview]
Message-ID: <d20870b0ccdb4b72aec9625932c54cac@intel.com> (raw)
In-Reply-To: <1601174391-7559-1-git-send-email-xix.zhang@intel.com>

> fixed:session error
> 
> Signed-off-by: xizhan4x <xix.zhang@intel.com>
...
> +        self.send_session = self.dut.new_session("new_session")

Destroy your session when it finished his tasks, else it's running till dts quit.
It's bad to see resource waste.

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of xizhan4x
> Sent: 2020年9月27日 10:40
> To: dts@dpdk.org
> Cc: Zhang, XiX <xix.zhang@intel.com>
> Subject: [dts] [PATCH V1] tests/TestSuite_cbdma:fixed-session-error
> 
> ---
>  tests/TestSuite_cbdma.py | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/tests/TestSuite_cbdma.py b/tests/TestSuite_cbdma.py index
> 14611f0..9c5fc3a 100644
> --- a/tests/TestSuite_cbdma.py
> +++ b/tests/TestSuite_cbdma.py
> @@ -71,6 +71,7 @@ class TestCBDMA(TestCase):
>          self.table_header.append("Updating MAC")
>          self.table_header.append("% linerate")
>          self.result_table_create(self.table_header)
> +        self.send_session = self.dut.new_session("new_session")
> 
>      def get_core_list(self):
>          """
> @@ -140,7 +141,6 @@ class TestCBDMA(TestCase):
>          num is 2
>          '''
>          # flush other output
> -        self.send_session=self.dut.new_session("new_session")
>          target = self.app_path.split("/")
>          self.send_session.send_expect(f"cd  {'/'.join(target[0:-1])} ", '# ')
>          self.send_session.get_session_before(timeout=1)
> @@ -310,7 +310,7 @@ class TestCBDMA(TestCase):
>                                          ports=dev_info, prefix='cbdma')
>              self.launch_ioatfwd_app(eal_params)
>              self.send_and_verify_throughput(check_channel=True)
> -            self.dut.send_expect('^c', '# ')
> +            self.send_session.send_expect('^c', '# ')
>          self.result_table_print()
> 
>      def test_perf_cbdma_with_diff_update_mac(self):
> @@ -330,7 +330,7 @@ class TestCBDMA(TestCase):
>          self.launch_ioatfwd_app(eal_params)
>          self.send_and_verify_throughput(check_channel=False)
> 
> -        self.dut.send_expect('^c', '# ')
> +        self.send_session.send_expect('^c', '# ')
>          self.cbdma_updating_mac = 'disable'
>          self.launch_ioatfwd_app(eal_params)
>          self.send_and_verify_throughput(check_channel=False)
> @@ -353,7 +353,7 @@ class TestCBDMA(TestCase):
>          self.launch_ioatfwd_app(eal_params)
>          self.send_and_verify_throughput(check_channel=False)
> 
> -        self.dut.send_expect('^c', '# ')
> +        self.send_session.send_expect('^c', '# ')
>          self.cbdma_copy_mode = 'sw'
>          self.launch_ioatfwd_app(eal_params)
>          self.send_and_verify_throughput(check_channel=False)
> @@ -363,7 +363,7 @@ class TestCBDMA(TestCase):
>          """
>          Run after each test case.
>          """
> -        self.dut.send_expect('^c', '# ')
> +        self.send_session.send_expect('^c', '# ')
>          self.dut.kill_all()
> 
>      def tear_down_all(self):
> --
> 1.8.3.1


      parent reply	other threads:[~2020-10-12  8:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-27  2:39 xizhan4x
2020-09-27  2:39 ` Zhang, XiX
2020-10-12  8:37 ` Tu, Lijuan [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=d20870b0ccdb4b72aec9625932c54cac@intel.com \
    --to=lijuan.tu@intel.com \
    --cc=dts@dpdk.org \
    --cc=xix.zhang@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).