[dts] [PATCH V1] tests/short_live: align RTE_ETH_EVENT_INTR_LSC changes with dpdk

Lijuan Tu lijuan.tu at intel.com
Mon Nov 5 11:39:35 CET 2018


Applied, thanks


On 2018年11月01日 18:10, wenjieli wrote:
> Since dpdk commit 97b5d8b54511 changes RTE_ETH_EVENT_INTR_LSC to
> "link state change", test cases should be aligned with dpdk.
>
> Signed-off-by: wenjieli <wenjiex.a.li at intel.com>
> ---
>   tests/TestSuite_short_live.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_short_live.py b/tests/TestSuite_short_live.py
> index 238e3ab..ca3643f 100644
> --- a/tests/TestSuite_short_live.py
> +++ b/tests/TestSuite_short_live.py
> @@ -151,7 +151,7 @@ class TestShortLiveApp(TestCase):
>           for i in range(repeat_time):
>               #dpdk start
>               print "clean_up_with_signal_testpmd round %d" % (i + 1)
> -            self.dut.send_expect("./%s/app/testpmd -c 0xf -n 4 -- -i --portmask=0x3" % self.target, "LSC event", 120)
> +            self.dut.send_expect("./%s/app/testpmd -c 0xf -n 4 -- -i --portmask=0x3" % self.target, "link state change event", 120)
>               self.dut.send_expect("set fwd mac", "testpmd>")
>               self.dut.send_expect("set promisc all off", "testpmd>")
>               self.dut.send_expect("start", "testpmd>")



More information about the dts mailing list