Python API: Change from cPython to CFFI.
Change-Id: I03e52466fb3f909ae52b8fba601168f3eadbd972 Signed-off-by: Ole Troan <ot@cisco.com>
This commit is contained in:
@ -55,7 +55,7 @@ class VppPapiProvider(object):
|
||||
for filename in fnmatch.filter(filenames, '*.api.json'):
|
||||
jsonfiles.append(os.path.join(root, filename))
|
||||
|
||||
self.vpp = VPP(jsonfiles)
|
||||
self.vpp = VPP(jsonfiles, logger=test_class.logger)
|
||||
self._events = deque()
|
||||
|
||||
def __enter__(self):
|
||||
|
Reference in New Issue
Block a user