X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_srv6.py;h=ec2fb6d43695fe6440ff56575532881f7d299068;hb=16ce09db9e3d7cf588037c80138438095a0ac200;hp=449ad59ac60ddc60171e0294b804641c17a92f9e;hpb=8eeb851d6f9a92911cf0e7f209d9aa31c707d26e;p=vpp.git diff --git a/test/test_srv6.py b/test/test_srv6.py index 449ad59ac60..ec2fb6d4369 100644 --- a/test/test_srv6.py +++ b/test/test_srv6.py @@ -699,7 +699,7 @@ class TestSRv6(VppTestCase): self.compare_rx_tx_packet_End) # assert nothing was received on the other interface (pg2) - self.pg2.assert_nothing_captured("mis-directed packet(s)") + self.pg2.assert_nothing_captured(remark="mis-directed packet(s)") # log the localsid counters self.logger.info(self.vapi.cli("show sr localsid")) @@ -774,7 +774,7 @@ class TestSRv6(VppTestCase): self.compare_rx_tx_packet_End_PSP) # assert nothing was received on the other interface (pg2) - self.pg2.assert_nothing_captured("mis-directed packet(s)") + self.pg2.assert_nothing_captured(remark="mis-directed packet(s)") # log the localsid counters self.logger.info(self.vapi.cli("show sr localsid")) @@ -922,7 +922,7 @@ class TestSRv6(VppTestCase): self.compare_rx_tx_packet_End_DX6) # assert nothing was received on the other interface (pg2) - self.pg1.assert_nothing_captured("mis-directed packet(s)") + self.pg1.assert_nothing_captured(remark="mis-directed packet(s)") # log the localsid counters self.logger.info(self.vapi.cli("show sr localsid")) @@ -1073,7 +1073,7 @@ class TestSRv6(VppTestCase): self.compare_rx_tx_packet_End_DX4) # assert nothing was received on the other interface (pg2) - self.pg1.assert_nothing_captured("mis-directed packet(s)") + self.pg1.assert_nothing_captured(remark="mis-directed packet(s)") # log the localsid counters self.logger.info(self.vapi.cli("show sr localsid"))