diff --git a/stratis_cli_cert.py b/stratis_cli_cert.py index 64a3ddf..043636c 100644 --- a/stratis_cli_cert.py +++ b/stratis_cli_cert.py @@ -477,6 +477,26 @@ def test_pool_create_integrity_journal_size(self): True, ) + @skip(_skip_condition(1)) + def test_pool_create_integrity_tag_spec(self): + """ + Test creating a pool with an integrity tag specification. + """ + pool_name = p_n() + self._unittest_command( + [ + _STRATIS_CLI, + "pool", + "create", + pool_name, + "--tag-spec=32b", + StratisCliCertify.DISKS[0], + ], + 0, + True, + True, + ) + @skip(_skip_condition(1)) def test_pool_list_not_empty(self): """