From a191a84501670a85349471a9f43f702a7835848d Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Mon, 9 Dec 2024 17:02:14 +0100 Subject: [PATCH 1/2] fix: Fixed integration tests * Card ID: CCT-741 * .fmf/version file was in wrong subdirectory (./systemtest) * test.sh did not have execute bit --- {systemtest/.fmf => .fmf}/version | 0 systemtest/tests/integration/test.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {systemtest/.fmf => .fmf}/version (100%) mode change 100644 => 100755 systemtest/tests/integration/test.sh diff --git a/systemtest/.fmf/version b/.fmf/version similarity index 100% rename from systemtest/.fmf/version rename to .fmf/version diff --git a/systemtest/tests/integration/test.sh b/systemtest/tests/integration/test.sh old mode 100644 new mode 100755 From 6cc552faa6e45818604d04cc7c1e7e80bb70cefa Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Tue, 10 Dec 2024 10:26:57 +0100 Subject: [PATCH 2/2] fix: Added missing python packages --- integration-tests/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/requirements.txt b/integration-tests/requirements.txt index 94f0c45d60..4735d24fcd 100644 --- a/integration-tests/requirements.txt +++ b/integration-tests/requirements.txt @@ -1,3 +1,5 @@ git+https://github.com/ptoscano/pytest-client-tools@main pyyaml +pytest-randomly +pytest-timeout sh