[V1] tests/short_live: optimize script
Checks
Context |
Check |
Description |
ci/Intel-dts-format-test |
success
|
Testing OK
|
ci/Intel-dts-pylama-test |
success
|
Testing OK
|
ci/Intel-dts-suite-test |
success
|
Testing OK
|
Commit Message
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(+)
Comments
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
@@ -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):
"""