From 657bdf781ae876c945ca034e52cf25cccb09f71e Mon Sep 17 00:00:00 2001 From: Pratikshya Prasai Date: Thu, 18 Aug 2022 11:09:38 -0400 Subject: tests: initial asf framework refactoring for 'make test' Type: refactor Change-Id: I41455b759a5d302ad5c4247c13634c471e7d49a8 Signed-off-by: Pratikshya Prasai Signed-off-by: Saima Yunus Signed-off-by: Dave Wallace --- test/test_memif.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_memif.py') 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 -- cgit 1.2.3-korg