diff --git a/test-cases/aum-offline-upgrade-collection_id.yaml b/test-cases/aum-offline-upgrade-collection_id.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..ca333dffbed63e8668045380430b7c7a3850c1ea
--- /dev/null
+++ b/test-cases/aum-offline-upgrade-collection_id.yaml
@@ -0,0 +1,32 @@
+metadata:
+  name: aum-offline-upgrade-collection_id
+  format: "Apertis Test Definition 1.0"
+  image-types:
+    minimal: [ armhf-internal, armhf, arm64, amd64 ]
+    target:  [ armhf-internal, amd64 ]
+  image-deployment:
+    - OSTree
+  type: functional
+  exec-type: automated
+  priority: critical
+  maintainer: "Apertis Project"
+  description: "Apertis update manager: test of update failure with invalid update file.
+    This test ensures that the update manager refuses to install an update with improper Collection ID, refs or timestamps."
+
+  expected:
+    - "The automated test should succeed."
+
+install:
+  git-repos:
+    - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
+      branch: apertis/v2019dev0
+
+run:
+  steps:
+    - "# Enter test directory:"
+    - cd aum-offline-upgrade
+    - "# Execute the following command:"
+    - common/run-test-in-systemd --timeout=900 --name=offline-upgrade env DEBUG=2 RELEASE=$RELEASE ARCH=$ARCH BASEURL=$BASEURL IMGPATH=$IMGPATH IMGDATE=$IMGDATE IMGTYPE=$IMGTYPE IMGNAME=$IMGNAME BOARD=$BOARD ./run-test-wrong-collection_id.sh
+
+parse:
+  pattern: ^(?P<test_case_id>[a-zA-Z0-9_\-\./]+):\s*(?P<result>pass|fail|skip|unknown)$