Skip to content
Snippets Groups Projects
Commit 6ff5dc7d authored by Hattihal Basavana Gowda Chethan's avatar Hattihal Basavana Gowda Chethan Committed by Emanuele Aina
Browse files

sdk: Fix fallout of renaming chaiwala-tests

When some test scripts got moved from /usr/share/chaiwala-tests/ to
/usr/lib/apertis-tests/ their path in the test definitions didn't get
updated, causing the tests to fail:

    + common/run-test-in-systemd --basename --user=user -- /usr/share/chaiwala-tests/sdk/automated/test-valgrind.sh
    /var/lib/lava-1826179/1/tests/6_sdk-debug-tools-valgrind/apertis-tests/common/tee-exec: 19: /var/lib/lava-1826179/1/tests/6_sdk-debug-tools-valgrind/apertis-tests/common/tee-exec: Job for generated-test-case-test-valgrind.service failed because the control process exited with error code./usr/share/chaiwala-tests/sdk/automated/test-valgrind.sh: not found

To fix the issue, rather that using the version shipped in
/usr/lib/apertis-tests/ use the one in the git repository since we
already have it checked out.

Fixes: https://phabricator.apertis.org/T6349
Fixes: https://phabricator.apertis.org/T6350
Fixes: https://phabricator.apertis.org/T6351
Fixes: https://phabricator.apertis.org/T6352



Signed-off-by: default avatarhattihalbasavanagowda.chethan <hattihalbasavanagowda.chethan@in.bosch.com>
parent 87d816fe
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ run:
- "# Enter test directory:"
- cd apertis-tests
- "# Execute the following command:"
- common/run-test-in-systemd --user=user --basename -- /usr/share/chaiwala-tests/sdk/automated/test-splint.sh
- common/run-test-in-systemd --user=user --basename -- sdk/automated/test-splint.sh
parse:
fixupdict:
......
......@@ -32,7 +32,7 @@ run:
- "# Enter test directory:"
- cd apertis-tests
- "# Execute the following command:"
- common/run-test-in-systemd --basename --user=user -- /usr/share/chaiwala-tests/sdk/automated/test-gdb.sh
- common/run-test-in-systemd --basename --user=user -- sdk/automated/test-gdb.sh
parse:
fixupdict:
......
......@@ -32,7 +32,7 @@ run:
- "# Enter test directory:"
- cd apertis-tests
- "# Execute the following command:"
- common/run-test-in-systemd --basename --user=user -- /usr/share/chaiwala-tests/sdk/automated/test-strace.sh
- common/run-test-in-systemd --basename --user=user -- sdk/automated/test-strace.sh
parse:
fixupdict:
......
......@@ -32,7 +32,7 @@ run:
- "# Enter test directory:"
- cd apertis-tests
- "# Execute the following command:"
- common/run-test-in-systemd --basename --user=user -- /usr/share/chaiwala-tests/sdk/automated/test-valgrind.sh
- common/run-test-in-systemd --basename --user=user -- sdk/automated/test-valgrind.sh
parse:
fixupdict:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment