diff --git a/lava/aum-tpl.yaml b/lava/aum-tpl.yaml
index b25e471f4a58965846de5d6ed8b6c6fc0e3d349a..d7a988bf0d10e5b94fa2e77a4d007177fefe4272 100644
--- a/lava/aum-tpl.yaml
+++ b/lava/aum-tpl.yaml
@@ -13,7 +13,7 @@ job_name: Ostree updater test {{aum_test}} on {{release_version}} {{pretty}} {{i
       name: {{test_name}}
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/{{test_name}}.yaml
 {% if phase == last %}
diff --git a/lava/common-boot-tpl-reboot.yaml b/lava/common-boot-tpl-reboot.yaml
index c929700ff495a23d2b01c9e09ddd6a187c441d7f..b7fb269bc4119e1cbb4f71769a73236002254e38 100644
--- a/lava/common-boot-tpl-reboot.yaml
+++ b/lava/common-boot-tpl-reboot.yaml
@@ -5,7 +5,7 @@
       method: {{boot_method}}
       commands: {{boot_commands}}
       transfer_overlay:
-        download_command: sudo mount -o remount,rw / ; connmand-wait-online ; df -h; sh -c 'busybox wget $1 -O -| sudo tar -v -C / -z -x' --
+        download_command: sudo mount -o remount,rw / ; connmand-wait-online ; df -h; sh -c 'busybox wget $1 -O -| sudo tar -C / -z -x' --
         unpack_command: df -h; echo
       parameters:
         shutdown-message: "reboot: Restarting system"
diff --git a/lava/common-boot-tpl.yaml b/lava/common-boot-tpl.yaml
index 20af835fd7746bf06a2cfe64d71957e087355bef..cbe0c7231b9888c7f1580c46c09ae28888344e47 100644
--- a/lava/common-boot-tpl.yaml
+++ b/lava/common-boot-tpl.yaml
@@ -106,7 +106,7 @@ actions:
       method: {{boot_method}}
       commands: {{boot_commands}}
       transfer_overlay:
-        download_command: sudo mount -o remount,rw / ; connmand-wait-online ; df -h; sh -c 'busybox wget $1 -O -| sudo tar -v -C / -z -x' --
+        download_command: sudo mount -o remount,rw / ; connmand-wait-online ; df -h; sh -c 'busybox wget $1 -O -| sudo tar -C / -z -x' --
         unpack_command: df -h; echo
       parameters:
         shutdown-message: "reboot: Restarting system"
@@ -129,17 +129,17 @@ actions:
       name: sanity-check
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/sanity-check.yaml
           name: sanity-check
         - repository: https://gitlab.apertis.org/pkg/apertis-tests
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: misc/add-repo.yaml
           name: add-repo
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/disk-rootfs-fsck.yaml
           name: disk-rootfs-fsck
diff --git a/lava/common-qemu-boot-tpl.yaml b/lava/common-qemu-boot-tpl.yaml
index 8d93a373dba355e6834af957e9ba0b054d4bf55d..9e02d2eb334b71a2f9b81b1af687285b91469711 100644
--- a/lava/common-qemu-boot-tpl.yaml
+++ b/lava/common-qemu-boot-tpl.yaml
@@ -61,7 +61,7 @@ actions:
       method: qemu
       media: tmpfs
       transfer_overlay:
-        download_command: sudo mount -o remount,rw / ; connmand-wait-online ; df -h; sh -c 'busybox wget $1 -O -| sudo tar -v -C / -z -x' --
+        download_command: sudo mount -o remount,rw / ; connmand-wait-online ; df -h; sh -c 'busybox wget $1 -O -| sudo tar -C / -z -x' --
         unpack_command: df -h; echo
       parameters:
         shutdown-message: "reboot: Restarting system"
@@ -83,12 +83,12 @@ actions:
       name: sanity-check
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/sanity-check.yaml
           name: sanity-check
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/disk-rootfs-fsck.yaml
           name: disk-rootfs-fsck
diff --git a/lava/group-apparmor-standalone-tpl.yaml b/lava/group-apparmor-standalone-tpl.yaml
index bb3f034f27a6fe26622a13e3e30f19e476044050..e1e3ad3f68d21b4fab526b5dad47c1ce2071846b 100644
--- a/lava/group-apparmor-standalone-tpl.yaml
+++ b/lava/group-apparmor-standalone-tpl.yaml
@@ -12,22 +12,22 @@ job_name: AppArmor common tests on {{release_version}} {{pretty}} {{image_date}}
       name: apparmor-tests
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/apparmor.yaml
           name: apparmor
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/apparmor-chaiwala-system.yaml
           name: apparmor-chaiwala-system
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/apparmor-basic-profiles.yaml
           name: apparmor-basic-profiles
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/apparmor-dbus.yaml
           name: apparmor-dbus
diff --git a/lava/group-apparmor-tpl.yaml b/lava/group-apparmor-tpl.yaml
index 76c2f9d7ff3f5e9e709e2603ffd5858670fb061f..8f6bdfe0cef4e035aa632f600710e7caa248a582 100644
--- a/lava/group-apparmor-tpl.yaml
+++ b/lava/group-apparmor-tpl.yaml
@@ -7,17 +7,17 @@
       name: apparmor-tests
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/apparmor-utils.yaml
           name: apparmor-utils
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/apparmor-geoclue.yaml
           name: apparmor-geoclue
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/apparmor-functional-demo.yaml
           name: apparmor-functional-demo
diff --git a/lava/group-common-standalone-tpl.yaml b/lava/group-common-standalone-tpl.yaml
index a9397ab34800c39111ebbd5f89af3864eb52ced3..c9af1e17816c7cf950bd9e8c152dada428e8b2ca 100644
--- a/lava/group-common-standalone-tpl.yaml
+++ b/lava/group-common-standalone-tpl.yaml
@@ -12,77 +12,77 @@ job_name: Common tests on {{release_version}} {{pretty}} {{image_date}}
       name: common-tests
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/boot-no-crashes.yaml
           name: boot-no-crashes
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/boot-performance.yaml
           name: boot-performance
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/cgroups-resource-control.yaml
           name: cgroups-resource-control
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/dbus-dos-reply-time.yaml
           name: dbus-dos-reply-time
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/connman.yaml
           name: connman
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/connman-new-supplicant.yaml
           name: connman-new-supplicant
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/iptables-basic.yaml
           name: iptables-basic
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/gettext-i18n.yaml
           name: gettext-i18n
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/glib-gio-fs.yaml
           name: glib-gio-fs
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/gstreamer1-0-decode.yaml
           name: gstreamer1-0-decode
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/apparmor-gstreamer1-0.yaml
           name: apparmor-gstreamer1-0
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/apparmor-pulseaudio.yaml
           name: apparmor-pulseaudio
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/apparmor-tumbler.yaml
           name: apparmor-tumbler
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/apparmor-session-lockdown-no-deny.yaml
           name: apparmor-session-lockdown-no-deny
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/gupnp-services.yaml
           name: gupnp-services
diff --git a/lava/group-common-tpl.yaml b/lava/group-common-tpl.yaml
index de3e21cfd1328461a53e4cc01b24f02ad3ce2a4a..41c7255e2bbcf3f7b6f6f2104ac9570b6d3b302e 100644
--- a/lava/group-common-tpl.yaml
+++ b/lava/group-common-tpl.yaml
@@ -7,17 +7,17 @@
       name: common-tests
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/dbus-installed-tests.yaml
           name: dbus-installed-tests
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/polkit-parsing.yaml
           name: polkit-parsing
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/grilo.yaml
           name: grilo
diff --git a/lava/group-minimal-standalone-tpl.yaml b/lava/group-minimal-standalone-tpl.yaml
index 0221d2f6b04107e1ac7c183e46697e87716372a4..ead8f0b9b97093a956b3a65b7126f6e0cd424672 100644
--- a/lava/group-minimal-standalone-tpl.yaml
+++ b/lava/group-minimal-standalone-tpl.yaml
@@ -12,47 +12,47 @@ job_name: Minimal common tests on {{release_version}} {{pretty}} {{image_date}}
       name: common-tests
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/boot-no-crashes.yaml
           name: boot-no-crashes
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/boot-performance.yaml
           name: boot-performance
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/cgroups-resource-control.yaml
           name: cgroups-resource-control
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/dbus-dos-reply-time.yaml
           name: dbus-dos-reply-time
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/connman.yaml
           name: connman
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/connman-new-supplicant.yaml
           name: connman-new-supplicant
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/iptables-basic.yaml
           name: iptables-basic
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/glib-gio-fs.yaml
           name: glib-gio-fs
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/gupnp-services.yaml
           name: gupnp-services
diff --git a/lava/group-minimal-tpl.yaml b/lava/group-minimal-tpl.yaml
index 34941ac8cfc5dfb94602cab07b0165e49e7514a4..2e6dc103105cbeda524ebef036f7c227c50bb46c 100644
--- a/lava/group-minimal-tpl.yaml
+++ b/lava/group-minimal-tpl.yaml
@@ -7,7 +7,7 @@
       name: common-tests
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/grilo.yaml
           name: grilo
diff --git a/lava/group-modules-standalone-tpl.yaml b/lava/group-modules-standalone-tpl.yaml
index 513cb65fe1c0a9eb082881e93afb00183ea88652..08d2c157a5f4d23297311c7eff811b5e682a94bb 100644
--- a/lava/group-modules-standalone-tpl.yaml
+++ b/lava/group-modules-standalone-tpl.yaml
@@ -12,7 +12,7 @@ job_name: Modules tests on {{release_version}} {{pretty}} {{image_date}}
       name: modules-tests
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/canterbury.yaml
           name: canterbury
diff --git a/lava/group-modules-tpl.yaml b/lava/group-modules-tpl.yaml
index 0ecd2c59efc4e798487a2f73bdacae5a9bd2df63..980ace9a896ef0dcd3082aa340df485a1424d0bd 100644
--- a/lava/group-modules-tpl.yaml
+++ b/lava/group-modules-tpl.yaml
@@ -24,32 +24,32 @@
       name: modules-tests
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/didcot.yaml
           name: didcot
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/frome.yaml
           name: frome
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/newport.yaml
           name: newport
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/rhosydd.yaml
           name: rhosydd
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/ribchester.yaml
           name: ribchester
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/traprain.yaml
           name: traprain
diff --git a/lava/group-nfs-tpl.yaml b/lava/group-nfs-tpl.yaml
index 04a977418e4a653ddfd66b24d18c7614d2347942..2132639c4df682d4015bf311d89a1550d55b6ce0 100644
--- a/lava/group-nfs-tpl.yaml
+++ b/lava/group-nfs-tpl.yaml
@@ -69,7 +69,7 @@ actions:
       method: {{boot_method}}
       commands: nfs
       transfer_overlay:
-        download_command: sudo mount -o remount,rw / ; df -h; sh -c 'busybox wget $1 -O -| sudo tar -v -C / -z -x' --
+        download_command: sudo mount -o remount,rw / ; df -h; sh -c 'busybox wget $1 -O -| sudo tar -C / -z -x' --
         unpack_command: df -h; echo
       auto_login:
         login_prompt: 'apertis login:'
@@ -90,7 +90,7 @@ actions:
       name: nfsroot-simple-boot
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/nfsroot-simple-boot.yaml
           name: nfsroot-simple-boot
diff --git a/lava/group-ostree-common-tpl.yaml b/lava/group-ostree-common-tpl.yaml
index d2e2a005b81eb04e54d82d0590553f2380b1b3f1..250c83808251373d864922138ebdb53729c9bde1 100644
--- a/lava/group-ostree-common-tpl.yaml
+++ b/lava/group-ostree-common-tpl.yaml
@@ -12,12 +12,12 @@ job_name: OSTree common tests on {{release_version}} {{pretty}} {{image_date}}
       name: ostree-common-tests
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/ostree-collection-id.yaml
           name: ostree-collection-id
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/aum-offline-upgrade-collection_id.yaml
           name: aum-offline-upgrade-collection_id
diff --git a/lava/group-sdk-tpl.yaml b/lava/group-sdk-tpl.yaml
index c85c6a95886a62739a5b75551c06ca8768b1dfcc..f4141ac0e06c6dc47638e0591e6fcf2c4e77261c 100644
--- a/lava/group-sdk-tpl.yaml
+++ b/lava/group-sdk-tpl.yaml
@@ -12,62 +12,62 @@ job_name: SDK tests on {{release_version}} {{pretty}} {{image_date}}
       name: sdk-tests
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/ade-commands.yaml
           name: ade-commands
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/sdk-code-analysis-tools-gcov.yaml
           name: sdk-code-analysis-tools-gcov
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/sdk-code-analysis-tools-splint.yaml
           name: sdk-code-analysis-tools-splint
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/sdk-debug-tools-gdb.yaml
           name: sdk-debug-tools-gdb
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/sdk-debug-tools-strace.yaml
           name: sdk-debug-tools-strace
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/sdk-debug-tools-valgrind.yaml
           name: sdk-debug-tools-valgrind
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/sdk-performance-tools-gprof.yaml
           name: sdk-performance-tools-gprof
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/sdk-performance-tools-sysprof.yaml
           name: sdk-performance-tools-sysprof
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/tumbler-thumbnailing.yaml
           name: tumbler-thumbnailing
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/sdk-cross-compilation.yaml
           name: sdk-cross-compilation
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/sdk-debos-image-building.yaml
           name: sdk-debos-image-building
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/sdk-flatpak-demo.yaml
           name: sdk-flatpak-demo
diff --git a/lava/iptables-nmap.yaml b/lava/iptables-nmap.yaml
index 35759fa4d5e4ba2556646815d197fa511b7e96f7..935d58ee81721c866013606574fb95ef1362e619 100644
--- a/lava/iptables-nmap.yaml
+++ b/lava/iptables-nmap.yaml
@@ -30,7 +30,7 @@ job_name: Iptables test on {{release_version}} {{pretty}} {{image_date}}
       name: iptable-test
       definitions:
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2022dev1'
+          revision: 'wip/d4s/T7581_starting_point'
           from: git
           path: test-cases/iptables-nmap.yaml
           name: iptables-nmap 
diff --git a/test-cases/aum-api.yaml b/test-cases/aum-api.yaml
index adfca059c08d9bc4b69d1c2af193654958943f3e..5c8037717ac8ead67292fbd51dc0e849f5c5cc87 100644
--- a/test-cases/aum-api.yaml
+++ b/test-cases/aum-api.yaml
@@ -21,7 +21,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
-      branch: apertis/v2022dev1
+      branch: wip/d4s/T7581_starting_point
 
 run:
   steps:
diff --git a/test-cases/aum-offline-upgrade-branch.yaml b/test-cases/aum-offline-upgrade-branch.yaml
index a21ae8eaffc33c897135157efe8c544d6ebe27ca..ed87cc73e33e5497e6c051ee607db6a8c925a8ce 100644
--- a/test-cases/aum-offline-upgrade-branch.yaml
+++ b/test-cases/aum-offline-upgrade-branch.yaml
@@ -23,7 +23,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
-      branch: apertis/v2022dev1
+      branch: wip/d4s/T7581_starting_point
 
 run:
   steps:
diff --git a/test-cases/aum-offline-upgrade-collection_id.yaml b/test-cases/aum-offline-upgrade-collection_id.yaml
index 2b66797b78f175084656c1ab47fe1d9f0060b620..cbee757d72538dd6a27b968227b1b0fc89e6a25f 100644
--- a/test-cases/aum-offline-upgrade-collection_id.yaml
+++ b/test-cases/aum-offline-upgrade-collection_id.yaml
@@ -19,7 +19,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
-      branch: apertis/v2022dev1
+      branch: wip/d4s/T7581_starting_point
 
 run:
   steps:
diff --git a/test-cases/aum-offline-upgrade-signed.yaml b/test-cases/aum-offline-upgrade-signed.yaml
index 8086fa9a55eaa896aaf714599ebdf26c3d3e6358..1d22fe97427c987497b71a2345a38665c7b0b385 100644
--- a/test-cases/aum-offline-upgrade-signed.yaml
+++ b/test-cases/aum-offline-upgrade-signed.yaml
@@ -21,7 +21,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
-      branch: apertis/v2022dev1
+      branch: wip/d4s/T7581_starting_point
 
 run:
   steps:
diff --git a/test-cases/aum-offline-upgrade.yaml b/test-cases/aum-offline-upgrade.yaml
index 87fbe4238c44ccfd078549e9fd14f95852442835..87dd4d79d79c484069f8ceb805ade3d297fa983e 100644
--- a/test-cases/aum-offline-upgrade.yaml
+++ b/test-cases/aum-offline-upgrade.yaml
@@ -21,7 +21,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
-      branch: apertis/v2022dev1
+      branch: wip/d4s/T7581_starting_point
 
 run:
   steps:
diff --git a/test-cases/aum-ota-api.yaml b/test-cases/aum-ota-api.yaml
index c198d6889b244c948ee83bfcbbe9d52f5c0ea6fa..016022badb8d24ba36d254fa7a0bde7c8f7b93b5 100644
--- a/test-cases/aum-ota-api.yaml
+++ b/test-cases/aum-ota-api.yaml
@@ -21,7 +21,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
-      branch: apertis/v2022dev1
+      branch: wip/d4s/T7581_starting_point
 
 run:
   steps:
diff --git a/test-cases/aum-ota-auto.yaml b/test-cases/aum-ota-auto.yaml
index bd38680138cdfce910dfc3f56424f426df05feef..cfad37ac299f7adf2eb19222fc2607f6cb8f180f 100644
--- a/test-cases/aum-ota-auto.yaml
+++ b/test-cases/aum-ota-auto.yaml
@@ -21,7 +21,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
-      branch: apertis/v2022dev1
+      branch: wip/d4s/T7581_starting_point
 
 run:
   steps:
diff --git a/test-cases/aum-ota-out-of-space.yaml b/test-cases/aum-ota-out-of-space.yaml
index ea3167a5e2a15dd5d55d22abd5494cd0898a88bb..50cca9995e3e3d11739fdfe6079cae0b452baca2 100644
--- a/test-cases/aum-ota-out-of-space.yaml
+++ b/test-cases/aum-ota-out-of-space.yaml
@@ -21,7 +21,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
-      branch: apertis/v2022dev1
+      branch: wip/d4s/T7581_starting_point
 
 run:
   steps:
diff --git a/test-cases/aum-ota-rollback-blacklist.yaml b/test-cases/aum-ota-rollback-blacklist.yaml
index 5a887d3058061dad5aeb2fe5ab74cb4d43db7049..3bd3339eaee7cdeec587989d26d2327c9b3d5f86 100644
--- a/test-cases/aum-ota-rollback-blacklist.yaml
+++ b/test-cases/aum-ota-rollback-blacklist.yaml
@@ -21,7 +21,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
-      branch: apertis/v2022dev1
+      branch: wip/d4s/T7581_starting_point
 
 run:
   steps:
diff --git a/test-cases/aum-ota-signed.yaml b/test-cases/aum-ota-signed.yaml
index 030cd0904a19e8e73a7731fdd6bc2038ca09435f..8de913d47d9370c539648196a5bbab8ac9e24480 100644
--- a/test-cases/aum-ota-signed.yaml
+++ b/test-cases/aum-ota-signed.yaml
@@ -21,7 +21,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
-      branch: apertis/v2022dev1
+      branch: wip/d4s/T7581_starting_point
 
 run:
   steps:
diff --git a/test-cases/aum-out-of-space.yaml b/test-cases/aum-out-of-space.yaml
index 9d93d4554d8857823cb7687a5bc473fa03ff3a1f..29b15f48a1b2869715683f1e6def6ca6ec1cf5fe 100644
--- a/test-cases/aum-out-of-space.yaml
+++ b/test-cases/aum-out-of-space.yaml
@@ -21,7 +21,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
-      branch: apertis/v2022dev1
+      branch: wip/d4s/T7581_starting_point
 
 run:
   steps:
diff --git a/test-cases/aum-power-cut.yaml b/test-cases/aum-power-cut.yaml
index 5c69ca68eca0335c3378c2d4ec4c5bb0a8e9f7e4..32a6ac96d495154d1e8b698e3c1ab126e2a17433 100644
--- a/test-cases/aum-power-cut.yaml
+++ b/test-cases/aum-power-cut.yaml
@@ -21,7 +21,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
-      branch: apertis/v2022dev1
+      branch: wip/d4s/T7581_starting_point
 
 run:
   steps:
diff --git a/test-cases/aum-rollback-blacklist.yaml b/test-cases/aum-rollback-blacklist.yaml
index de70c0cfee7f18dabb8b0329e385f71fb151485f..1d3a8dd30f50b6e054cc6298edce943232cb5e84 100644
--- a/test-cases/aum-rollback-blacklist.yaml
+++ b/test-cases/aum-rollback-blacklist.yaml
@@ -21,7 +21,7 @@ metadata:
 install:
   git-repos:
     - url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
-      branch: apertis/v2022dev1
+      branch: wip/d4s/T7581_starting_point
 
 run:
   steps: