From 3c17b2260440c4508dfaef04dc7f948530d17818 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Mon, 14 Oct 2024 15:28:35 -0600 Subject: [PATCH] Added tests to excerise changes for efi-secure-boot grain --- .../functional/grains/test_secure_boot.py | 51 ------- tests/pytests/unit/grains/test_secure_boot.py | 129 ++++++++++++++++++ 2 files changed, 129 insertions(+), 51 deletions(-) delete mode 100644 tests/pytests/functional/grains/test_secure_boot.py create mode 100644 tests/pytests/unit/grains/test_secure_boot.py diff --git a/tests/pytests/functional/grains/test_secure_boot.py b/tests/pytests/functional/grains/test_secure_boot.py deleted file mode 100644 index 226d9e4c6d06..000000000000 --- a/tests/pytests/functional/grains/test_secure_boot.py +++ /dev/null @@ -1,51 +0,0 @@ -""" - :codeauthor: :email:`David Murphy