X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fasf%2Ftest_http_static.py;h=1d87f4c75bd2536cc8cc45d857f5fea830868b56;hb=8800f732f868bf54da8adba05e38bd2477895ca5;hp=504ffa3523600fbc5fcb839134f2455082a92e33;hpb=af5684bf18077acf1f448c6f2a62ef1af9f9be05;p=vpp.git diff --git a/test/asf/test_http_static.py b/test/asf/test_http_static.py index 504ffa35236..1d87f4c75bd 100644 --- a/test/asf/test_http_static.py +++ b/test/asf/test_http_static.py @@ -1,5 +1,5 @@ from config import config -from asfframework import VppTestCase, VppTestRunner +from asfframework import VppAsfTestCase, VppTestRunner import unittest import subprocess import tempfile @@ -15,7 +15,7 @@ from vpp_qemu_utils import ( "http_static" in config.excluded_plugins, "Exclude HTTP Static Server plugin tests" ) @unittest.skipIf(config.skip_netns_tests, "netns not available or disabled from cli") -class TestHttpStaticVapi(VppTestCase): +class TestHttpStaticVapi(VppAsfTestCase): """enable the http static server and send requests [VAPI]""" @classmethod @@ -82,7 +82,7 @@ class TestHttpStaticVapi(VppTestCase): "http_static" in config.excluded_plugins, "Exclude HTTP Static Server plugin tests" ) @unittest.skipIf(config.skip_netns_tests, "netns not available or disabled from cli") -class TestHttpStaticCli(VppTestCase): +class TestHttpStaticCli(VppAsfTestCase): """enable the static http server and send requests [CLI]""" @classmethod