X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fasf%2Ftest_api_trace.py;h=8776a79f0ac82c6c873b6b19dc189de60f3ef799;hb=8800f732f868bf54da8adba05e38bd2477895ca5;hp=e38b81a4c7dd05cf5f9b0acfcae54e15cd4d2a71;hpb=af5684bf18077acf1f448c6f2a62ef1af9f9be05;p=vpp.git diff --git a/test/asf/test_api_trace.py b/test/asf/test_api_trace.py index e38b81a4c7d..8776a79f0ac 100644 --- a/test/asf/test_api_trace.py +++ b/test/asf/test_api_trace.py @@ -1,12 +1,10 @@ -import os import unittest -from asfframework import VppTestCase, VppTestRunner -from vpp_papi import VppEnum +from asfframework import VppAsfTestCase, VppTestRunner import json import shutil -class TestJsonApiTrace(VppTestCase): +class TestJsonApiTrace(VppAsfTestCase): """JSON API trace related tests""" @classmethod