tests: rename stream name in tests 39/20339/4
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Wed, 26 Jun 2019 00:51:31 +0000 (20:51 -0400)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Thu, 27 Jun 2019 15:45:15 +0000 (15:45 +0000)
commit44b0b07bc18555ecdf11b2b4c184bb88a9fa118f
treee830c8db94fd7c615c222efe9992cdc1615ede3d
parent08b8ce1d6cd4ad7d285e1febaa9810185906b027
tests: rename stream name in tests

PacketGenerator streams were named based on their sw_if_index but without
knowing that, it looked like it was paired with the interface instance value.

Reencode the name to encode the data in a clearer way.

20:48:12,859 CLI: packet-generator new pcap
  /tmp/vpp-unittest-TestClassifierPBR-6DVQW2/pg0_in.pcap
  source pg0 name pcap0-sw_if_index-1

Change-Id: I5b82193943fee0cf060900d73aaaaecca1247105
Type: style
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/vpp_pg_interface.py