VTL: Allow running simple unittest.TestCases. 95/16795/12
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Mon, 14 Jan 2019 00:09:10 +0000 (16:09 -0800)
committerOle Trøan <otroan@employees.org>
Mon, 14 Jan 2019 13:09:08 +0000 (13:09 +0000)
commitdd3c5d250f3cf9712e37e47851ca07401e715f13
tree6fce0938d790736a1392e991bf002c451e976b4d
parent262e064bb6b8498adee8bc4793867b09398ee807
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 <pvinci@vinciconsulting.com>
test/framework.py
test/test_syslog.py
test/test_util.py