From 33d929a0847d1cb27d4c06bc884ea8aea15eb773 Mon Sep 17 00:00:00 2001 From: "ray.chen" Date: Tue, 15 Oct 2019 15:23:59 +0800 Subject: test plan: Add snappy-snap-automated-lightweight test plan for OEM testing --- units/snappy/test-plan.pxu | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'units') diff --git a/units/snappy/test-plan.pxu b/units/snappy/test-plan.pxu index 9efba23..7734a15 100644 --- a/units/snappy/test-plan.pxu +++ b/units/snappy/test-plan.pxu @@ -82,3 +82,23 @@ mandatory_include: snap bootstrap_include: model_assertion + +id: snappy-snap-automated-lightweight +unit: test plan +_name: Automated tests for snap command lightweight +_description: + QA test plan that includes automated tests for the snap command for OEM classic + Ubuntu Core devices. +estimated_duration: 1m +include: + snappy/snap-list + snappy/snap-search + snappy/snap-install + snappy/snap-refresh-automated + snappy/snap-revert-automated + snappy/snap-reupdate-automated + snappy/snap-remove +mandatory_include: + snap +bootstrap_include: + model_assertion -- cgit v1.2.3 From 678455e711850aac9a3439890969119b26d1ddf6 Mon Sep 17 00:00:00 2001 From: "ray.chen" Date: Wed, 16 Oct 2019 10:00:11 +0800 Subject: add: New snap automated test plan for OEM devices --- units/snappy/test-plan.pxu | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'units') diff --git a/units/snappy/test-plan.pxu b/units/snappy/test-plan.pxu index 7734a15..f688bbf 100644 --- a/units/snappy/test-plan.pxu +++ b/units/snappy/test-plan.pxu @@ -85,20 +85,12 @@ bootstrap_include: id: snappy-snap-automated-lightweight unit: test plan -_name: Automated tests for snap command lightweight +_name: Automated tests for snap command (lightweight version) _description: - QA test plan that includes automated tests for the snap command for OEM classic - Ubuntu Core devices. + QA test plan that includes automated tests for the snap command for OEM classic devices. estimated_duration: 1m include: - snappy/snap-list - snappy/snap-search - snappy/snap-install - snappy/snap-refresh-automated - snappy/snap-revert-automated - snappy/snap-reupdate-automated - snappy/snap-remove -mandatory_include: - snap -bootstrap_include: - model_assertion +exclude: + snappy/test-store.* +nested_part: + snappy-snap-automated -- cgit v1.2.3