diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2018-10-15 17:04:21 +0100 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2018-10-15 17:04:21 +0100 |
commit | 46086e08b62fd083a11558d07347f4f9df817a4a (patch) | |
tree | feb256cd3dd88dd8cf1b702deb322ef88eddc25d /units/ethernet | |
parent | df05ccafa9aa280c51d39f2c85e9f08f8da54a91 (diff) |
ethernet: import test plans from p-p-s
Diffstat (limited to 'units/ethernet')
-rw-r--r-- | units/ethernet/test-plan.pxu | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/units/ethernet/test-plan.pxu b/units/ethernet/test-plan.pxu new file mode 100644 index 0000000..6ad7620 --- /dev/null +++ b/units/ethernet/test-plan.pxu @@ -0,0 +1,50 @@ +id: ethernet-full +unit: test plan +_name: QA tests for ethernet +_description: Ethernet tests for Ubuntu Core devices +estimated_duration: 1m +include: +nested_part: + ethernet-manual + ethernet-automated + +id: ethernet-manual +unit: test plan +_name: Manual ethernet tests +_description: Manual tests for ethernet connections +include: + ethernet/wol_S5_.* + ethernet/wol_S4_.* + ethernet/wol_S3_.* + ethernet/hotplug-.* + +id: ethernet-automated +unit: test plan +_name: Automated ethernet tests +_description: Automated ethernet tests for Ubuntu Core devices +estimated_duration: 1m +include: + ethernet/detect + ethernet/ping_.* +bootstrap_include: + device + +id: after-suspend-ethernet-full +unit: test plan +_name: QA tests for ethernet (after suspend) +_description: Ethernet tests for Ubuntu Core devices +estimated_duration: 1m +include: +nested_part: + after-suspend-ethernet-automated + +id: after-suspend-ethernet-automated +unit: test plan +_name: Automated ethernet tests (after suspend) +_description: Automated ethernet tests for Ubuntu Core devices +estimated_duration: 1m +include: + after-suspend-ethernet/detect + after-suspend-ethernet/ping_.* +bootstrap_include: + device |