sdk-cross-compilation automated
medium
- Image Types:
- basesdk-amd64 / sdk-amd64
- Image Deployment:
- APT
- Type:
- functional
Description
Attempt building bash package in the devroot SDK images ship.
Pre Conditions
- Clone the tests repository from another computer (Note that the branch being tested may change depending on the release, please make sure to clone the correct branch for the release in question):
- Copy the test directory sdk to the target device:
- Log into the target device:
$ git clone --branch apertis/v2026dev1 https://gitlab.apertis.org/tests/sdk.git
$ DUT_IP=<device-ip>
$ scp -r sdk user@$DUT_IP:
$ ssh user@$DUT_IP
Execution Steps
- Enter test directory:
- Execute the following commands:
$ cd sdk
$ common/run-test-in-systemd --user=user --timeout=30min --basename -- cross/cross-compile.sh /opt/devroot
Expected
The output should show PASSED.