tests: run vapi tests by default

Type: fix

Change-Id: I7b190507446fca745fc4bc6abbdeed48f55abdb9
Signed-off-by: Klement Sekera <ksekera@cisco.com>
This commit is contained in:
Klement Sekera
2019-09-02 15:19:41 +00:00
committed by Ole Trøan
parent 3a350702ec
commit be2c2a82d8
3 changed files with 6 additions and 6 deletions

View File

@ -4,11 +4,9 @@
import unittest
import os
import signal
from framework import VppTestCase, running_extended_tests, \
running_on_centos, VppTestRunner, Worker
from framework import VppTestCase, running_on_centos, VppTestRunner, Worker
@unittest.skipUnless(running_extended_tests, "part of extended tests")
class VAPITestCase(VppTestCase):
""" VAPI test """