From c2fc38738dfd1d47b424b05a1bb82f662c5ce0de 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..98743c235 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 + # it is essential to avoid loading a test app from the previous campaign during the psh tests + reboot: True - name: auth harness: test-auth.py