From b190000de7f257710afe1b7320c631b5970b444c Mon Sep 17 00:00:00 2001 From: Osman Hadzic Date: Tue, 19 Nov 2024 15:20:29 +0100 Subject: [PATCH] Update test script Update test script to run specific test directories for app engine and realm management. Signed-off-by: Osman Hadzic --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 40d1171..6808534 100755 --- a/test.sh +++ b/test.sh @@ -4,4 +4,5 @@ # # SPDX-License-Identifier: Apache-2.0 -pytest -v ./tests +pytest -v ./tests/app_engine +pytest -v ./tests/realm_management