From 566aa115159bf253f69d788c5a8d43a3f2179f7a Mon Sep 17 00:00:00 2001 From: Denis Pynkin <denis.pynkin@collabora.com> Date: Sat, 19 Dec 2020 21:13:29 +0300 Subject: [PATCH] TMP: wip/d4s/T7581_starting_point Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com> --- lava/aum-tpl.yaml | 2 +- lava/common-boot-tpl-reboot.yaml | 2 +- lava/common-boot-tpl.yaml | 8 ++--- lava/common-qemu-boot-tpl.yaml | 6 ++-- lava/group-apparmor-standalone-tpl.yaml | 8 ++--- lava/group-apparmor-tpl.yaml | 6 ++-- lava/group-common-standalone-tpl.yaml | 30 +++++++++---------- lava/group-common-tpl.yaml | 6 ++-- lava/group-minimal-standalone-tpl.yaml | 18 +++++------ lava/group-minimal-tpl.yaml | 2 +- lava/group-modules-standalone-tpl.yaml | 2 +- lava/group-modules-tpl.yaml | 12 ++++---- lava/group-nfs-tpl.yaml | 4 +-- lava/group-ostree-common-tpl.yaml | 4 +-- lava/group-sdk-tpl.yaml | 24 +++++++-------- lava/iptables-nmap.yaml | 2 +- test-cases/aum-api.yaml | 2 +- test-cases/aum-offline-upgrade-branch.yaml | 2 +- .../aum-offline-upgrade-collection_id.yaml | 2 +- test-cases/aum-offline-upgrade-signed.yaml | 2 +- test-cases/aum-offline-upgrade.yaml | 2 +- test-cases/aum-ota-api.yaml | 2 +- test-cases/aum-ota-auto.yaml | 2 +- test-cases/aum-ota-out-of-space.yaml | 2 +- test-cases/aum-ota-rollback-blacklist.yaml | 2 +- test-cases/aum-ota-signed.yaml | 2 +- test-cases/aum-out-of-space.yaml | 2 +- test-cases/aum-power-cut.yaml | 2 +- test-cases/aum-rollback-blacklist.yaml | 2 +- 29 files changed, 81 insertions(+), 81 deletions(-) diff --git a/lava/aum-tpl.yaml b/lava/aum-tpl.yaml index b25e471f..d7a988bf 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 c929700f..b7fb269b 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 20af835f..cbe0c723 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 8d93a373..9e02d2eb 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 bb3f034f..e1e3ad3f 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 76c2f9d7..8f6bdfe0 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 a9397ab3..c9af1e17 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 de3e21cf..41c7255e 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 0221d2f6..ead8f0b9 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 34941ac8..2e6dc103 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 513cb65f..08d2c157 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 0ecd2c59..980ace9a 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 04a97741..2132639c 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 d2e2a005..250c8380 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 c85c6a95..f4141ac0 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 35759fa4..935d58ee 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 adfca059..5c803771 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 a21ae8ea..ed87cc73 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 2b66797b..cbee757d 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 8086fa9a..1d22fe97 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 87fbe423..87dd4d79 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 c198d688..016022ba 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 bd386801..cfad37ac 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 ea3167a5..50cca999 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 5a887d30..3bd3339e 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 030cd090..8de913d4 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 9d93d455..29b15f48 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 5c69ca68..32a6ac96 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 de70c0cf..1d3a8dd3 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: -- GitLab