diff options
Diffstat (limited to 'test/asf/test_crypto.py')
-rw-r--r-- | test/asf/test_crypto.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/asf/test_crypto.py b/test/asf/test_crypto.py index f39cb46470e..56c96b69575 100644 --- a/test/asf/test_crypto.py +++ b/test/asf/test_crypto.py @@ -2,10 +2,10 @@ import unittest -from asfframework import VppTestCase, VppTestRunner +from asfframework import VppAsfTestCase, VppTestRunner -class TestCrypto(VppTestCase): +class TestCrypto(VppAsfTestCase): """Crypto Test Case""" @classmethod |