diff --git a/test-cases/nfsroot-simple-boot.yaml b/test-cases/nfsroot-simple-boot.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..a3f0911a4e3d84542eab69f06f18bb2198997479
--- /dev/null
+++ b/test-cases/nfsroot-simple-boot.yaml
@@ -0,0 +1,23 @@
+metadata:
+  name: nfsroot-simple-boot
+  format: "Apertis Test Definition 1.0"
+  image-types:
+    nfsroot: [ armhf, arm64, amd64 ]
+  image-deployment:
+    - APT
+    - OSTree
+  type: functional
+  exec-type: automated
+  priority: high
+  maintainer: "Apertis Project"
+  description: "Check that the image booted."
+
+  expected:
+    - "The output should show pass."
+
+run:
+  steps:
+    - echo pass
+
+parse:
+  pattern: 'TEST_RESULT:(?P<result>\w+):(?P<test_case_id>[^:]+):'