VPP-1508 python3 tests: use six.iteritems 67/16167/3
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Sun, 25 Nov 2018 16:36:47 +0000 (08:36 -0800)
committerOle Trøan <otroan@employees.org>
Tue, 27 Nov 2018 09:02:02 +0000 (09:02 +0000)
commitf1f2aa6bf999b833bce20a54c1759893f92d91da
tree06f3efde1741746c7992ad30700f6c808bd70225
parent6e4c6ad92e59045f0babf5af5093cb8402ec37fb
VPP-1508 python3 tests: use six.iteritems

This replaces dictionary.iteritems() on Python 2 and dictionary.items() on Python 3.

Change-Id: I58a3ded7d284c59e28d484b0c285aac435bfc229
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/remote_test.py
test/test_reassembly.py