From add329930678ad5823f342d008616a3f86098b12 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 3 Apr 2019 17:01:11 +0900 Subject: [PATCH] tests: KDF feature is Gnuk only. --- tests/test_011_kdf_full.py | 2 ++ tests/test_025_kdf_none.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/test_011_kdf_full.py b/tests/test_011_kdf_full.py index 3481625..7ea9c44 100644 --- a/tests/test_011_kdf_full.py +++ b/tests/test_011_kdf_full.py @@ -20,6 +20,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . """ +from skip_gnuk_only_tests import * + from card_test_kdf_full import * from card_test_personalize_card import * from card_test_personalize_reset import * diff --git a/tests/test_025_kdf_none.py b/tests/test_025_kdf_none.py index 4cf3d7f..c011c07 100644 --- a/tests/test_025_kdf_none.py +++ b/tests/test_025_kdf_none.py @@ -20,6 +20,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . """ +from skip_gnuk_only_tests import * + from card_const import * from constants_for_test import *