diff options
author | Klement Sekera <ksekera@cisco.com> | 2019-09-02 15:19:41 +0000 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-09-30 12:13:04 +0000 |
commit | b0888636deaece4bec4e93c4faea9f9d4e7d2ea3 (patch) | |
tree | 248127c75b9b3489eb6e41d5dd90206113bd124a /test/test_vapi.py | |
parent | c90f4363aaf6e3fe5e7fa52272b65aca9c10d501 (diff) |
tests: run vapi tests by default
Type: fix
Change-Id: I7b190507446fca745fc4bc6abbdeed48f55abdb9
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'test/test_vapi.py')
-rw-r--r-- | test/test_vapi.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_vapi.py b/test/test_vapi.py index 7bb815d77f3..e010415fe01 100644 --- a/test/test_vapi.py +++ b/test/test_vapi.py @@ -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 """ |