From a5a64587a0aa0d4d9ed52fc4ec8ca427308eed7a Mon Sep 17 00:00:00 2001 From: Zeyad Yasser Date: Fri, 15 Mar 2024 21:55:21 +0200 Subject: [PATCH] tests/core/kernel-base-gadget-single-reboot-failover: teardown fakestore on restore (#13721) fakestore that was setup in this test was leaking into other tests causing frequent failures. This test was caught using this debug PR (#13717). Signed-off-by: Zeyad Gouda --- tests/core/kernel-base-gadget-single-reboot-failover/task.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/core/kernel-base-gadget-single-reboot-failover/task.yaml b/tests/core/kernel-base-gadget-single-reboot-failover/task.yaml index 71ce84918b4..b049d3cac1e 100644 --- a/tests/core/kernel-base-gadget-single-reboot-failover/task.yaml +++ b/tests/core/kernel-base-gadget-single-reboot-failover/task.yaml @@ -25,6 +25,7 @@ restore: | echo "This test needs test keys to be trusted" exit fi + "$TESTSTOOLS"/store-state teardown-fake-store "$BLOB_DIR" execute: | if [ "$TRUST_TEST_KEYS" = "false" ]; then