X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_flowperpkt.py;h=f16bfb7eb5bb32a47ef33f38c3243a8bebd44bb4;hb=da505f608e0919c45089dc80f9e3e16330a6551a;hp=16fe2a3e259226c9ad16dcdd79e47004703749f7;hpb=77fabdbcee0123fbdf77060a63515058c1529e66;p=vpp.git diff --git a/test/test_flowperpkt.py b/test/test_flowperpkt.py index 16fe2a3e259..f16bfb7eb5b 100644 --- a/test/test_flowperpkt.py +++ b/test/test_flowperpkt.py @@ -57,8 +57,8 @@ class TestFlowperpkt(VppTestCase): if len(payload) * 2 != len(masked_expected_data): return False - # iterate over pairs: raw byte from payload and ASCII code for that byte - # from masked payload (or XX if masked) + # iterate over pairs: raw byte from payload and ASCII code for that + # byte from masked payload (or XX if masked) for i in range(len(payload)): p = payload[i] m = masked_expected_data[2 * i:2 * i + 2] @@ -164,7 +164,7 @@ class TestFlowperpkt(VppTestCase): # Flush the ipfix collector, so we don't need any # asinine time.sleep(5) action - self.vapi.cli("ipfix flush") # FIXME this should be an API call + self.vapi.cli("ipfix flush") # Make sure the 4 pkts we expect actually showed up self.verify_ipfix(self.pg2)