VTL: Add **kwargs to VppTestRunner constructor. 96/16796/3
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Mon, 14 Jan 2019 05:32:37 +0000 (21:32 -0800)
committerDamjan Marion <dmarion@me.com>
Mon, 21 Jan 2019 15:32:51 +0000 (15:32 +0000)
commit9889402b79240d679568ba9b3eaa39e631a0b2e5
treef219447425f7cbd05d3fd95099f1d5aa97ce7bcb
parent955ee280280e09b73621119f5753a38ce5173989
VTL: Add **kwargs to VppTestRunner constructor.

        Subclasses should accept **kwargs to ensure compatibility as the
        interface changes.

https://github.com/python/cpython/blob/master/Lib/unittest/runner.py#L133

Change-Id: Ia64ffd88899d207a5422f066700d2f7f9c77622e
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/framework.py