From 0db64462beae0809b09e83c2eb09e3a967d6a761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com> Date: Wed, 26 Jun 2024 17:12:48 +0200 Subject: [PATCH] Stop using apertis-test for traprain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tests should be moved to test group in gitlab, in this process move traprain tests. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com> --- test-cases/traprain.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-cases/traprain.yaml b/test-cases/traprain.yaml index c6a0ae59..5eb0d612 100644 --- a/test-cases/traprain.yaml +++ b/test-cases/traprain.yaml @@ -35,13 +35,13 @@ install: - apt source traprain - chown user:user -R /tmp/traprain-* git-repos: - - url: https://gitlab.apertis.org/pkg/apertis-tests.git + - url: https://gitlab.apertis.org/tests/common.git branch: 'apertis/v2025dev3' run: steps: - "# Enter test directory:" - - cd apertis-tests + - cd common - "# Execute the following commands:" - - common/run-test-in-systemd --timeout=900 --chdir /tmp/traprain-* --user=user --name=traprain -- sadt --verbose + - ./run-test-in-systemd --timeout=900 --chdir /tmp/traprain-* --user=user --name=traprain -- sadt --verbose -- GitLab