tests: Remove the unrequired VPP IP address/prefix class wrappers
[vpp.git] / src / plugins / dns / test / test_dns.py
index 55923e2..fb8958c 100644 (file)
@@ -4,7 +4,6 @@ import unittest
 
 from framework import VppTestCase, VppTestRunner
 from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath
-from vpp_ip import VppIpPrefix
 from ipaddress import *
 
 import scapy.compat
@@ -88,7 +87,7 @@ class TestDns(VppTestCase):
         # Configure 127.0.0.1/8 on the pg interface
         self.vapi.sw_interface_add_del_address(
             sw_if_index=self.pg0.sw_if_index,
-            prefix=VppIpPrefix("127.0.0.1", 8).encode())
+            prefix="127.0.0.1/8")
 
         # Send a couple of DNS request packets, one for bozo.clown.org
         # and one for no.clown.org which won't resolve