summaryrefslogtreecommitdiffstats
path: root/test/asf/asfframework.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/asf/asfframework.py')
-rw-r--r--test/asf/asfframework.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/asf/asfframework.py b/test/asf/asfframework.py
index 5bcbfccd269..24880044cec 100644
--- a/test/asf/asfframework.py
+++ b/test/asf/asfframework.py
@@ -583,6 +583,10 @@ class VppAsfTestCase(CPUInterface, unittest.TestCase):
return "%s/api.sock" % cls.tempdir
@classmethod
+ def get_memif_sock_path(cls):
+ return "%s/memif.sock" % cls.tempdir
+
+ @classmethod
def get_api_segment_prefix(cls):
return os.path.basename(cls.tempdir) # Only used for VAPI