diff options
author | Klement Sekera <ksekera@cisco.com> | 2017-01-02 10:18:34 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-01-02 22:55:09 +0000 |
commit | a913534837441c59e3f7717089f57fdbcda476b9 (patch) | |
tree | 93a19255b0af1158c9da23496a497f0c9c38fc1b /test/test_flowperpkt.py | |
parent | c86fa02201750a4770d7dab07b2294a5072fc1b9 (diff) |
make test: rotate capture files after consuming arp/ndp
Change-Id: I512dc07638b4539d4a75e2ac40d3acee77f0bba6
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/test_flowperpkt.py')
-rw-r--r-- | test/test_flowperpkt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_flowperpkt.py b/test/test_flowperpkt.py index 16fe2a3e259..29b3353b199 100644 --- a/test/test_flowperpkt.py +++ b/test/test_flowperpkt.py @@ -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) |