diff --git a/test-cases/apertis-update-manager-api.yaml b/test-cases/apertis-update-manager-api.yaml
index 230c13c5e7d99d2d45412e0c9e99ba6001f977b1..20eee34bccca4513eb83b86f450e5012ab00ccd4 100644
--- a/test-cases/apertis-update-manager-api.yaml
+++ b/test-cases/apertis-update-manager-api.yaml
@@ -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"
 
diff --git a/test-cases/apertis-update-manager-automount.yaml b/test-cases/apertis-update-manager-automount.yaml
index 14cbff93e45f27e2cb043c983331fea4ab0517f0..be7c486f8c1656daefa39c04266f6a10c3fb650a 100644
--- a/test-cases/apertis-update-manager-automount.yaml
+++ b/test-cases/apertis-update-manager-automount.yaml
@@ -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"
 
diff --git a/test-cases/apertis-update-manager-diskfull.yaml b/test-cases/apertis-update-manager-diskfull.yaml
index f8195988e6e2ccdfdc14e52c12ed567cd9acb7b9..eac20ca07c94673206dc79e64d8efe5256a54c7e 100644
--- a/test-cases/apertis-update-manager-diskfull.yaml
+++ b/test-cases/apertis-update-manager-diskfull.yaml
@@ -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"
 
diff --git a/test-cases/apertis-update-manager-manual.yaml b/test-cases/apertis-update-manager-manual.yaml
index 262c2b8b62182c56f17f8e850d62d910d0f00518..a2ce0aca14b23793ad3ea8590088cb5a7d79edec 100644
--- a/test-cases/apertis-update-manager-manual.yaml
+++ b/test-cases/apertis-update-manager-manual.yaml
@@ -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
diff --git a/test-cases/apertis-update-manager-powercut.yaml b/test-cases/apertis-update-manager-powercut.yaml
index 0b788fd0716eaa9b463f7a036a923d1f8e273dcc..6e46dc1585ac6b4ddff3c6cdbccbcacd72a897eb 100644
--- a/test-cases/apertis-update-manager-powercut.yaml
+++ b/test-cases/apertis-update-manager-powercut.yaml
@@ -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"
 
diff --git a/test-cases/apertis-update-manager-rollback.yaml b/test-cases/apertis-update-manager-rollback.yaml
index f7b7a4085a760e5836d672a5b8946534626047e5..f6aaef74df134ad3f768dfe7d7d69e33b9b2fdbf 100644
--- a/test-cases/apertis-update-manager-rollback.yaml
+++ b/test-cases/apertis-update-manager-rollback.yaml
@@ -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"
 
diff --git a/test-cases/apertis-update-manager-usb-unplug.yaml b/test-cases/apertis-update-manager-usb-unplug.yaml
index e1bfc30fdf9aab5987e3af66ccd7811db9131271..3fd2b96d514196ec169ceccdc671faf8dcdb12c6 100644
--- a/test-cases/apertis-update-manager-usb-unplug.yaml
+++ b/test-cases/apertis-update-manager-usb-unplug.yaml
@@ -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"