From 70335e8e50e004f0ab111a5607becf0438d806bc Mon Sep 17 00:00:00 2001 From: Naveen Joy Date: Fri, 28 Jul 2023 16:33:30 -0700 Subject: tests: memif interface tests using libmemif Type: test Change-Id: I711dfe65ad542a45acd484f0b4e3e6ade9576f66 Signed-off-by: Naveen Joy --- test/asf/asfframework.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/asf') 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 @@ -582,6 +582,10 @@ class VppAsfTestCase(CPUInterface, unittest.TestCase): def get_api_sock_path(cls): 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 -- cgit 1.2.3-korg