tests: refactor asf framework code
[vpp.git] / test / asf / test_endian.py
index 4509ad8..9caed0e 100644 (file)
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-import asfframework
+from asfframework import VppAsfTestCase
 import vpp_papi_provider
 
 F64_ONE = 1.0
 
 
-class TestEndian(asfframework.VppTestCase):
+class TestEndian(VppAsfTestCase):
     """TestEndian"""
 
     def test_f64_endian_value(self):