From dd3c5d250f3cf9712e37e47851ca07401e715f13 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Sun, 13 Jan 2019 16:09:10 -0800 Subject: VTL: Allow running simple unittest.TestCases. It came to my attention that Ole added a simple test in: https://gerrit.fd.io/r/#/c/16381/ and the framework forced him to launch an instance of VPP to test the formatting of a mac address. This change allows the test framework to run standard unittest.TestCases without the need to spawn a VPP instance. Change-Id: I56651ab27c4c6bf920081a526f168a743d643201 Signed-off-by: Paul Vinciguerra --- test/test_syslog.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_syslog.py') diff --git a/test/test_syslog.py b/test/test_syslog.py index 9b328be3ad0..b407bdf6a55 100644 --- a/test/test_syslog.py +++ b/test/test_syslog.py @@ -1,5 +1,6 @@ #!/usr/bin/env python +import unittest from framework import VppTestCase, VppTestRunner from util import ppp from scapy.packet import Raw -- cgit 1.2.3-korg