tests: remove use of python 2.7 compatibility module 'six' 57/41457/5
authorDave Wallace <[email protected]>
Tue, 20 Aug 2024 19:15:22 +0000 (15:15 -0400)
committerOle Tr�an <[email protected]>
Wed, 27 Nov 2024 07:42:00 +0000 (07:42 +0000)
commit1beb88ed3ba28b5e51b1a8d8d5573645c048031a
tree75465df9b527b267a920acd53adaadc6e9e7058f
parent75c67ac5db4af343b33da02ecd74a55684f961b0
tests: remove use of python 2.7 compatibility module 'six'

- python 2.7 is no longer supported, clean up technical
  debt with use of 'six' module in test code

Type: test

Change-Id: I70e737920a6048c5e9caa20fece5ee21b91bb353
Signed-off-by: Dave Wallace <[email protected]>
test/test_dhcp.py
test/test_ip4.py
test/test_ip6.py
test/vpp_papi_provider.py