aum-out-of-space automated
critical
- Image Types:
- minimal-armhf / minimal-arm64
- Image Deployment:
- OSTree
- Type:
- functional
Description
Apertis update manager: Out of space update test This test ensures that the update manager behaves appropriately in low disk space conditions.
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 aum-offline-upgrade to the target device:
- Log into the target device:
$ git clone --branch apertis/v2021pre https://gitlab.apertis.org/tests/aum-offline-upgrade.git
$ DUT_IP=<device-ip>
$ scp -r aum-offline-upgrade user@$DUT_IP:
$ ssh user@$DUT_IP
Execution Steps
- Enter test directory:
- Execute the following command:
$ cd aum-offline-upgrade
$ common/run-test-in-systemd --timeout=900 --name=out-of-space env DEBUG=2 RELEASE=$RELEASE ARCH=$ARCH BASEURL=$BASEURL IMGPATH=$IMGPATH IMGDATE=$IMGDATE IMGTYPE=$IMGTYPE IMGNAME=$IMGNAME BOARD=$BOARD ./run-test-out-of-space.sh
Expected
The automated test should succeed.
Notes
- The automated update tests uses internet