summaryrefslogtreecommitdiffstats
path: root/test/sanity_run_vpp.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanity_run_vpp.py')
-rw-r--r--test/sanity_run_vpp.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/sanity_run_vpp.py b/test/sanity_run_vpp.py
index 5e2b3c1f92b..47431021db5 100644
--- a/test/sanity_run_vpp.py
+++ b/test/sanity_run_vpp.py
@@ -3,11 +3,10 @@
from __future__ import print_function
from multiprocessing import Pipe
import sys
-import os
-from framework import VppDiedError, VppTestCase, KeepAliveReporter
+from asfframework import VppDiedError, VppAsfTestCase, KeepAliveReporter
-class SanityTestCase(VppTestCase):
+class SanityTestCase(VppAsfTestCase):
"""Sanity test case - verify whether VPP is able to start"""
cpus = [0]