* [dts] [PATCH V1] tests/short_live: optimize script
@ 2023-03-13 11:03 Jiale Song
2023-03-28 0:59 ` lijuan.tu
0 siblings, 1 reply; 2+ messages in thread
From: Jiale Song @ 2023-03-13 11:03 UTC (permalink / raw)
To: dts; +Cc: Jiale Song
ensure that dpdk testpmd exits normally.
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
tests/TestSuite_short_live.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/TestSuite_short_live.py b/tests/TestSuite_short_live.py
index 518d168c..7a7810d5 100644
--- a/tests/TestSuite_short_live.py
+++ b/tests/TestSuite_short_live.py
@@ -153,6 +153,7 @@ class TestShortLiveApp(TestCase):
self.verify(res is True, "there have port link is down")
self.check_forwarding([0, 1], self.nic)
+ self.dut.send_expect("quit", "# ")
def test_start_up_time(self):
"""
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dts] [PATCH V1] tests/short_live: optimize script
2023-03-13 11:03 [dts] [PATCH V1] tests/short_live: optimize script Jiale Song
@ 2023-03-28 0:59 ` lijuan.tu
0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2023-03-28 0:59 UTC (permalink / raw)
To: dts, Jiale Song; +Cc: Jiale Song
On Mon, 13 Mar 2023 11:03:12 +0000, Jiale Song <songx.jiale@intel.com> wrote:
> ensure that dpdk testpmd exits normally.
>
> Signed-off-by: Jiale Song <songx.jiale@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-28 0:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-13 11:03 [dts] [PATCH V1] tests/short_live: optimize script Jiale Song
2023-03-28 0:59 ` lijuan.tu
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).