test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] pmd_rssreta test not creating table
@ 2016-06-27 11:55 Ashish Kumar
  0 siblings, 0 replies; only message in thread
From: Ashish Kumar @ 2016-06-27 11:55 UTC (permalink / raw)
  To: dts

Hi,

This is regarding "pmd_rssresta" test case where table is not getting created after running the test.

I have identified the problem:

Replace lines 108-109

        out = self.dut.send_expect("stop", "testpmd>")
        lines = out.split("\r\n")

With the following lines:
                out = self.dut.get_session_output(timeout=1)
self.dut.send_expect("stop", "testpmd>")
lines = out.split("\r\n")


Regards,
Ashish

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-27 11:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-27 11:55 [dts] pmd_rssreta test not creating table Ashish Kumar

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