[dts] pmd_rssreta test not creating table

Ashish Kumar Ashish.Kumar at qlogic.com
Mon Jun 27 13:55:13 CEST 2016


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



More information about the dts mailing list