From 94eeace3e2504f1ef5c42107931360734ba1b3ee Mon Sep 17 00:00:00 2001 From: Mateusz Bloch Date: Mon, 24 Jul 2023 12:56:39 +0200 Subject: [PATCH] psh: add reboot before first test JIRA CI-303 --- psh/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/psh/test.yaml b/psh/test.yaml index 396f0d48d..6f6402d82 100644 --- a/psh/test.yaml +++ b/psh/test.yaml @@ -6,6 +6,9 @@ test: tests: - name: gibber harness: test-gibber.py + # additional resources may be necessary for psh tests, especially on smaller syspage targets + # ensure no other binaries are loaded from the previous tests during the psh tests + reboot: True - name: auth harness: test-auth.py