From 225feee14442d51a8833b819daf3d4deb2dc9b39 Mon Sep 17 00:00:00 2001 From: Denis Pynkin <denis.pynkin@collabora.com> Date: Tue, 2 Apr 2019 12:18:22 +0300 Subject: [PATCH] Mark AUM manual tests as 'low' Mark some manual tests as 'low' since there are automatic versions but we need to keep the steps for manual testing. Added links to automated versions of these tests. But we still need 2 tests with USB HW for manual testing. Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com> --- test-cases/apertis-update-manager-api.yaml | 5 +++-- test-cases/apertis-update-manager-diskfull.yaml | 5 +++-- test-cases/apertis-update-manager-manual.yaml | 5 +++-- test-cases/apertis-update-manager-powercut.yaml | 5 +++-- test-cases/apertis-update-manager-rollback.yaml | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/test-cases/apertis-update-manager-api.yaml b/test-cases/apertis-update-manager-api.yaml index ef3cbda..5eb99c0 100644 --- a/test-cases/apertis-update-manager-api.yaml +++ b/test-cases/apertis-update-manager-api.yaml @@ -7,9 +7,10 @@ metadata: - OSTree type: functional exec-type: manual - priority: medium + priority: low maintainer: "Apertis Project" - description: "Test the apertis-update-manager automatic update." + description: "Test the apertis-update-manager automatic update. + The automated version of this test: https://qa.apertis.org/aum-api.html" resources: - "A static update bundle file from https://images.apertis.org/updater-test/armhf-minimal/static-update.bundle" diff --git a/test-cases/apertis-update-manager-diskfull.yaml b/test-cases/apertis-update-manager-diskfull.yaml index 3c63313..bb0a150 100644 --- a/test-cases/apertis-update-manager-diskfull.yaml +++ b/test-cases/apertis-update-manager-diskfull.yaml @@ -7,9 +7,10 @@ metadata: - OSTree type: functional exec-type: manual - priority: medium + priority: low maintainer: "Apertis Project" - description: "Ensure that failures due to disk full errors during updates have no effect on the system" + description: "Ensure that failures due to disk full errors during updates have no effect on the system + The automated version of this test: https://qa.apertis.org/aum-out-of-space.html" resources: - "A static update bundle file from https://images.apertis.org/updater-test/armhf-minimal/static-update.bundle" diff --git a/test-cases/apertis-update-manager-manual.yaml b/test-cases/apertis-update-manager-manual.yaml index 6a594f0..862a3f9 100644 --- a/test-cases/apertis-update-manager-manual.yaml +++ b/test-cases/apertis-update-manager-manual.yaml @@ -7,9 +7,10 @@ metadata: - OSTree type: functional exec-type: manual - priority: medium + priority: low maintainer: "Apertis Project" - description: "Test the manual update with apertis-update-manager." + description: "Test the manual update with apertis-update-manager. + The automated version of this test: https://qa.apertis.org/aum-offline-upgrade.html" resources: - "A PC must be connected to DUT serial port" diff --git a/test-cases/apertis-update-manager-powercut.yaml b/test-cases/apertis-update-manager-powercut.yaml index a435e5f..d1958a9 100644 --- a/test-cases/apertis-update-manager-powercut.yaml +++ b/test-cases/apertis-update-manager-powercut.yaml @@ -7,9 +7,10 @@ metadata: - OSTree type: functional exec-type: manual - priority: medium + priority: low maintainer: "Apertis Project" - description: "Ensure that failures due to power losses during updates have no effect on the system" + description: "Ensure that failures due to power losses during updates have no effect on the system + The automated version of this test: https://qa.apertis.org/aum-power-cut.html" resources: - "A static update bundle file from https://images.apertis.org/updater-test/armhf-minimal/static-update.bundle" diff --git a/test-cases/apertis-update-manager-rollback.yaml b/test-cases/apertis-update-manager-rollback.yaml index fc36093..07c08e5 100644 --- a/test-cases/apertis-update-manager-rollback.yaml +++ b/test-cases/apertis-update-manager-rollback.yaml @@ -7,9 +7,10 @@ metadata: - OSTree type: functional exec-type: manual - priority: medium + priority: low maintainer: "Apertis Project" - description: "Test the automatic rollback and blacklist mechanism of apertis-update-manager." + description: "Test the automatic rollback and blacklist mechanism of apertis-update-manager. + The automated version of this test: https://qa.apertis.org/aum-rollback-blacklist.html" resources: - "A static update bundle file from https://images.apertis.org/updater-test/armhf-minimal/static-update.bundle" -- GitLab