test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1] tests/TestSuite_ieee1588:change tester session to new session
  2020-09-17  7:03 [dts] [PATCH V1] tests/TestSuite_ieee1588:change tester session to new session xizhan4x
@ 2020-09-17  7:02 ` Zhang, XiX
       [not found]   ` <BN8PR11MB3715AE86AAF3F3AAEF4204AC9E3B0@BN8PR11MB3715.namprd11.prod.outlook.com>
  2020-09-22  7:26 ` Ma, LihongX
  1 sibling, 1 reply; 4+ messages in thread
From: Zhang, XiX @ 2020-09-17  7:02 UTC (permalink / raw)
  To: dts

[-- Attachment #1: Type: text/plain, Size: 1163 bytes --]

Tested-by: Zhang, XiX <xix.zhang@intel.com>


Regards,
Zhang, Xi




> -----Original Message-----
> From: Zhang, XiX
> Sent: Thursday, September 17, 2020 3:03 PM
> To: dts@dpdk.org
> Cc: Zhang, XiX <xix.zhang@intel.com>
> Subject: [dts][PATCH V1] tests/TestSuite_ieee1588:change tester session to
> new session
> 
> change tester session to new session
> 
> Signed-off-by: xizhan4x <xix.zhang@intel.com>
> ---
>  tests/TestSuite_ieee1588.py | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/tests/TestSuite_ieee1588.py b/tests/TestSuite_ieee1588.py index
> f15f3bd..74bc35d 100644
> --- a/tests/TestSuite_ieee1588.py
> +++ b/tests/TestSuite_ieee1588.py
> @@ -105,9 +105,6 @@ class TestIeee1588(TestCase):
>          out = self.send_session.get_session_before(timeout=20)
>          self.send_session.send_expect("^C", "# ", 20)
>          self.send_session.close()
> -        out = self.send_session.get_session_output(timeout=20)
> -        self.send_session.send_expect("^C", "# ", 20)
> -        self.send_session.close()
> 
> 
>          self.verify("0x88f7" in out, "Ether type is not PTP")
> --
> 1.8.3.1


[-- Attachment #2: TestIeee1588.log --]
[-- Type: application/octet-stream, Size: 893112 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dts] [PATCH V1] tests/TestSuite_ieee1588:change tester session to new session
@ 2020-09-17  7:03 xizhan4x
  2020-09-17  7:02 ` Zhang, XiX
  2020-09-22  7:26 ` Ma, LihongX
  0 siblings, 2 replies; 4+ messages in thread
From: xizhan4x @ 2020-09-17  7:03 UTC (permalink / raw)
  To: dts; +Cc: xizhan4x

change tester session to new session

Signed-off-by: xizhan4x <xix.zhang@intel.com>
---
 tests/TestSuite_ieee1588.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/TestSuite_ieee1588.py b/tests/TestSuite_ieee1588.py
index f15f3bd..74bc35d 100644
--- a/tests/TestSuite_ieee1588.py
+++ b/tests/TestSuite_ieee1588.py
@@ -105,9 +105,6 @@ class TestIeee1588(TestCase):
         out = self.send_session.get_session_before(timeout=20)
         self.send_session.send_expect("^C", "# ", 20)
         self.send_session.close()
-        out = self.send_session.get_session_output(timeout=20)
-        self.send_session.send_expect("^C", "# ", 20)
-        self.send_session.close()
 
 
         self.verify("0x88f7" in out, "Ether type is not PTP")
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dts] [PATCH V1] tests/TestSuite_ieee1588:change tester session to new session
  2020-09-17  7:03 [dts] [PATCH V1] tests/TestSuite_ieee1588:change tester session to new session xizhan4x
  2020-09-17  7:02 ` Zhang, XiX
@ 2020-09-22  7:26 ` Ma, LihongX
  1 sibling, 0 replies; 4+ messages in thread
From: Ma, LihongX @ 2020-09-22  7:26 UTC (permalink / raw)
  To: Zhang, XiX, dts; +Cc: Zhang, XiX

Hi, xi
Can you check this patch ? I can not find the code from latest dts.

Regards,
Ma,lihong

> 
> diff --git a/tests/TestSuite_ieee1588.py b/tests/TestSuite_ieee1588.py
> index f15f3bd..74bc35d 100644
> --- a/tests/TestSuite_ieee1588.py
> +++ b/tests/TestSuite_ieee1588.py
> @@ -105,9 +105,6 @@ class TestIeee1588(TestCase):
>          out = self.send_session.get_session_before(timeout=20)
>          self.send_session.send_expect("^C", "# ", 20)
>          self.send_session.close()
> -        out = self.send_session.get_session_output(timeout=20)
> -        self.send_session.send_expect("^C", "# ", 20)
> -        self.send_session.close()
> 
> 
>          self.verify("0x88f7" in out, "Ether type is not PTP")
> --
> 1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dts] [PATCH V1] tests/TestSuite_ieee1588:change tester session to new session
       [not found]   ` <BN8PR11MB3715AE86AAF3F3AAEF4204AC9E3B0@BN8PR11MB3715.namprd11.prod.outlook.com>
@ 2020-09-22  7:35     ` Zhang, XiX
  0 siblings, 0 replies; 4+ messages in thread
From: Zhang, XiX @ 2020-09-22  7:35 UTC (permalink / raw)
  To: Ma, LihongX, dts

Hi Lihong
  
Please ignore this patch. Lingli has submitted the latest patch

> -----Original Message-----
> From: Ma, LihongX
> Sent: Tuesday, September 22, 2020 3:27 PM
> To: Zhang, XiX <xix.zhang@intel.com>
> Subject: RE: [dts] [PATCH V1] tests/TestSuite_ieee1588:change tester session
> to new session


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-22  7:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17  7:03 [dts] [PATCH V1] tests/TestSuite_ieee1588:change tester session to new session xizhan4x
2020-09-17  7:02 ` Zhang, XiX
     [not found]   ` <BN8PR11MB3715AE86AAF3F3AAEF4204AC9E3B0@BN8PR11MB3715.namprd11.prod.outlook.com>
2020-09-22  7:35     ` Zhang, XiX
2020-09-22  7:26 ` Ma, LihongX

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).