X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fasf%2Ftest_session.py;h=64f59df57589712cd26a37c55b4b1fa7142634a4;hb=8800f732f868bf54da8adba05e38bd2477895ca5;hp=885d66c6863961a4e16b28ffe6f440963599ca41;hpb=af5684bf18077acf1f448c6f2a62ef1af9f9be05;p=vpp.git diff --git a/test/asf/test_session.py b/test/asf/test_session.py index 885d66c6863..64f59df5758 100644 --- a/test/asf/test_session.py +++ b/test/asf/test_session.py @@ -2,14 +2,17 @@ import unittest -from asfframework import tag_fixme_vpp_workers -from asfframework import VppTestCase, VppTestRunner -from asfframework import tag_run_solo +from asfframework import ( + VppAsfTestCase, + VppTestRunner, + tag_fixme_vpp_workers, + tag_run_solo, +) from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath @tag_fixme_vpp_workers -class TestSession(VppTestCase): +class TestSession(VppAsfTestCase): """Session Test Case""" @classmethod @@ -106,7 +109,7 @@ class TestSession(VppTestCase): @tag_fixme_vpp_workers -class TestSessionUnitTests(VppTestCase): +class TestSessionUnitTests(VppAsfTestCase): """Session Unit Tests Case""" @classmethod @@ -135,7 +138,7 @@ class TestSessionUnitTests(VppTestCase): @tag_run_solo -class TestSegmentManagerTests(VppTestCase): +class TestSegmentManagerTests(VppAsfTestCase): """SVM Fifo Unit Tests Case""" @classmethod @@ -162,7 +165,7 @@ class TestSegmentManagerTests(VppTestCase): @tag_run_solo -class TestSvmFifoUnitTests(VppTestCase): +class TestSvmFifoUnitTests(VppAsfTestCase): """SVM Fifo Unit Tests Case""" @classmethod