From 7cfea36c2ac55c9475234f1cbefa404ee40f3b69 Mon Sep 17 00:00:00 2001 From: Gene Li Date: Mon, 4 Oct 2021 16:18:51 +0800 Subject: Modify somerville-cli and add somerville-oobe, somerville-specific test plan --- launcher/somerville-cli | 4 ++-- units/somerville-oobe.pxu | 22 ++++++++++++++++++++++ units/somerville-specific.pxu | 16 ++++++++++++++++ 3 files changed, 40 insertions(+), 2 deletions(-) mode change 100755 => 100644 launcher/somerville-cli create mode 100644 units/somerville-oobe.pxu create mode 100644 units/somerville-specific.pxu diff --git a/launcher/somerville-cli b/launcher/somerville-cli old mode 100755 new mode 100644 index 2b0fc90..001f152 --- a/launcher/somerville-cli +++ b/launcher/somerville-cli @@ -5,8 +5,8 @@ launcher_version = 1 app_id = com.canonical.certification:somerville-testing [test plan] -filter = *somerville* -unit = com.canonical.ce::somerville-iev-full +filter = *client-cert-desktop-* *somerville-ad* *somerville-aud* *somerville-b* *somerville-c* *somerville-d* *somerville-g* *somerville-oo* *somerville-t* *somerville-w* +unit = com.canonical.certification::client-cert-desktop-20-04-manual [config] config_filename = plainbox.conf diff --git a/units/somerville-oobe.pxu b/units/somerville-oobe.pxu new file mode 100644 index 0000000..2b12dd8 --- /dev/null +++ b/units/somerville-oobe.pxu @@ -0,0 +1,22 @@ +# Version: 1.0.0 2021-07-14 +id: somerville-oobe +_name: Somerville OOBE +unit: test plan +_description: Somerville OOBE Test Plan +include: + com.canonical.certification::dell_bto_xml_attachment + com.canonical.certification::info/detect_dell_recovery + somerville/recovery/desktop-disk + somerville/phase-sku + somerville/phase-platform + somerville/installation + somerville/desktop-kpi-dashboard + misc/generic/grub_boothole +nested_part: + oobe + somerville-oem-meta-version +mandatory_include: +exclude: + somerville/suspend-power-button + somerville/suspend-on-battery-power + somerville/suspend-on-AC-power diff --git a/units/somerville-specific.pxu b/units/somerville-specific.pxu new file mode 100644 index 0000000..2e6fa8e --- /dev/null +++ b/units/somerville-specific.pxu @@ -0,0 +1,16 @@ +# Version: 1.0.0 2021-07-14 +id: somerville-specific +_name: Somerville Specific +unit: test plan +_description: Somerville Specific Test Plan +include: + com.canonical.certification::dell_bto_xml_attachment + com.canonical.certification::info/detect_dell_recovery + somerville/recovery/desktop-disk + somerville/phase-sku + somerville/phase-platform + somerville/installation + somerville/desktop-kpi-dashboard +nested_part: + somerville-oem-meta-version +mandatory_include: -- cgit v1.2.3 From 2ab8db6497f4df1d93956eba6d55057815de8a6c Mon Sep 17 00:00:00 2001 From: Gene Li Date: Mon, 4 Oct 2021 16:52:33 +0800 Subject: Modify somerville cli --- launcher/somerville-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/somerville-cli b/launcher/somerville-cli index 001f152..ea164f9 100644 --- a/launcher/somerville-cli +++ b/launcher/somerville-cli @@ -5,7 +5,7 @@ launcher_version = 1 app_id = com.canonical.certification:somerville-testing [test plan] -filter = *client-cert-desktop-* *somerville-ad* *somerville-aud* *somerville-b* *somerville-c* *somerville-d* *somerville-g* *somerville-oo* *somerville-t* *somerville-w* +filter = *client-cert-desktop-* *somerville-ad* *somerville-aud* *somerville-b* *somerville-c* *somerville-d* *somerville-g* *somerville-oo* *somerville-sp* *somerville-t* *somerville-w* unit = com.canonical.certification::client-cert-desktop-20-04-manual [config] -- cgit v1.2.3