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)
This replaces dictionary.iteritems() on Python 2 and dictionary.items() on Python 3.

Change-Id: I58a3ded7d284c59e28d484b0c285aac435bfc229
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>

No differences found