diff options
Diffstat (limited to 'test/test_memif.py')
-rw-r--r-- | test/test_memif.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_memif.py b/test/test_memif.py index f0b60214442..30819d99493 100644 --- a/test/test_memif.py +++ b/test/test_memif.py @@ -6,7 +6,7 @@ from scapy.layers.inet import IP, ICMP from framework import VppTestCase, VppTestRunner from framework import tag_run_solo, tag_fixme_debian11, is_distro_debian11 -from remote_test import RemoteClass, RemoteVppTestCase +from asf.remote_test import RemoteClass, RemoteVppTestCase from vpp_memif import remove_all_memif_vpp_config, VppSocketFilename, VppMemif from vpp_ip_route import VppIpRoute, VppRoutePath from vpp_papi import VppEnum |