diff options
author | Naveen Joy <najoy@cisco.com> | 2023-07-28 16:33:30 -0700 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-12-21 00:53:44 +0000 |
commit | 70335e8e50e004f0ab111a5607becf0438d806bc (patch) | |
tree | f1c87cf4b77530d1dd792d332d54fead3dd85b84 /test/asf/asfframework.py | |
parent | 00c59e4965c72d1d1ab77590fe57ee7f890546a8 (diff) |
tests: memif interface tests using libmemif
Type: test
Change-Id: I711dfe65ad542a45acd484f0b4e3e6ade9576f66
Signed-off-by: Naveen Joy <najoy@cisco.com>
Diffstat (limited to 'test/asf/asfframework.py')
-rw-r--r-- | test/asf/asfframework.py | 4 |
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 |