diff --git a/ipatests/test_integration/test_hsm.py b/ipatests/test_integration/test_hsm.py index 974820fc7..7f92c6a79 100644 --- a/ipatests/test_integration/test_hsm.py +++ b/ipatests/test_integration/test_hsm.py @@ -835,6 +835,7 @@ class TestHSMNegative(IntegrationTest): @classmethod def uninstall(cls, mh): + check_version(cls.master) cls.master.run_command( ['softhsm2-util', '--delete-token', '--token', cls.token_name], raiseonerr=False