Skip to content
Snippets Groups Projects
Commit f8bf0d18 authored by Frédéric Dalleau's avatar Frédéric Dalleau
Browse files

Mention a reference URL to download the static update bundle


Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
parent 2ee9764b
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ metadata:
description: "Test the apertis-update-manager automatic update."
resources:
- "A Fat32 USB flash drive, preloaded with an update bundle named static-update.bundle at the root of the disk"
- "A static update bundle file from https://images.apertis.org/updater-test/armhf-minimal/static-update.bundle"
- "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk"
- "The DUT u-boot environment must be clean: in u-boot, run: `env default -a` followed by `saveenv`"
- "A PC must be connected to DUT serial port"
......
......@@ -10,7 +10,8 @@ metadata:
description: "Test the apertis-update-manager automatic update via mass storage device."
resources:
- "A Fat32 USB flash drive, preloaded with an update bundle named static-update.bundle at the root of the disk"
- "A static update bundle file from https://images.apertis.org/updater-test/armhf-minimal/static-update.bundle"
- "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk"
- "The DUT u-boot environment must be clean: in u-boot, run: `env default -a` followed by `saveenv`"
- "A PC must be connected to DUT serial port"
......
......@@ -10,7 +10,8 @@ metadata:
description: "Ensure that failures due to disk full errors during updates have no effect on the system"
resources:
- "A Fat32 USB flash drive, preloaded with an update bundle named static-update.bundle at the root of the disk"
- "A static update bundle file from https://images.apertis.org/updater-test/armhf-minimal/static-update.bundle"
- "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk"
- "The DUT u-boot environment must be clean: in u-boot, run: `env default -a` followed by `saveenv`"
- "A PC must be connected to DUT serial port"
......
......@@ -21,7 +21,8 @@ run:
- $ sudo ostree admin status
- "Remove blacklist file if it exists"
- $ sudo rm -f /var/aum_blacklist.conf
- "Download a static delta update and copy it to the target using scp"
- "From the host, download a static delta update and copy it to the target using scp"
- $ wget https://images.apertis.org/updater-test/armhf-minimal/static-update.bundle
- $ scp /path/to/static/delta user@target:update.bundle
- "The update does not start automatically, start it manually"
- $ sudo updatectl --apply-static-delta /home/user/update.bundle
......
......@@ -10,7 +10,8 @@ metadata:
description: "Ensure that failures due to power losses during updates have no effect on the system"
resources:
- "A Fat32 USB flash drive, preloaded with an update bundle named static-update.bundle at the root of the disk"
- "A static update bundle file from https://images.apertis.org/updater-test/armhf-minimal/static-update.bundle"
- "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk"
- "The DUT u-boot environment must be clean: in u-boot, run: `env default -a` followed by `saveenv`"
- "A PC must be connected to DUT serial port"
......
......@@ -10,7 +10,8 @@ metadata:
description: "Test the automatic rollback and blacklist mechanism of apertis-update-manager."
resources:
- "A Fat32 USB flash drive, preloaded with an update bundle named static-update.bundle at the root of the disk"
- "A static update bundle file from https://images.apertis.org/updater-test/armhf-minimal/static-update.bundle"
- "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk"
- "The DUT u-boot environment must be clean: in u-boot, run: `env default -a` followed by `saveenv`"
- "A PC must be connected to DUT serial port"
......
......@@ -10,7 +10,8 @@ metadata:
description: "Test the apertis-update-manager automatic update interrupted by mass storage removing."
resources:
- "A Fat32 USB flash drive, preloaded with an update bundle named static-update.bundle at the root of the disk"
- "A static update bundle file from https://images.apertis.org/updater-test/armhf-minimal/static-update.bundle"
- "A Fat32 USB flash drive, preloaded with the update bundle at the root of the disk"
- "The DUT u-boot environment must be clean: in u-boot, run: `env default -a` followed by `saveenv`"
- "A PC must be connected to DUT serial port"
......
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