diff --git a/test-cases/ade-commands.yaml b/test-cases/ade-commands.yaml index 65e97eef41c829958e54aba3a26d45509b588149..1fb49a6484934352b2372cd046810a768ca2fe6b 100644 --- a/test-cases/ade-commands.yaml +++ b/test-cases/ade-commands.yaml @@ -13,10 +13,6 @@ metadata: pre-conditions: - "Network connectivity on the DUT as these tests fetch sysroot images over the network." - - "Clone the apertis-tests repository:" - - $ git clone https://git.apertis.org/git/apertis-tests.git - - "Change directory to apertis-tests folder:" - - $ cd apertis-tests expected: - "The automated test should succeed:" @@ -31,8 +27,15 @@ metadata: - | >TEST_RESULT:fail:ade-tests-custom: +install: + git-repos: + - url: https://git.apertis.org/git/apertis-tests.git + branch: master + run: steps: + - "# Enter test directory:" + - cd apertis-tests - "# Run the ade-tests-custom.sh and ade-tests-defaults.sh script from the ade/ directory" - common/run-test-in-systemd --timeout=30min --name=run-test ade/ade-tests-custom.sh