diff options
author | PMR <pmr@pmr-lander> | 2018-10-16 09:30:57 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-10-16 09:30:57 +0000 |
commit | b7e2fb90de262721387953458d31d6a3d34d6ebe (patch) | |
tree | feb256cd3dd88dd8cf1b702deb322ef88eddc25d | |
parent | df05ccafa9aa280c51d39f2c85e9f08f8da54a91 (diff) | |
parent | 46086e08b62fd083a11558d07347f4f9df817a4a (diff) |
Merge #356743 from ~jocave/plainbox-provider-checkbox:import-ethernet-tps
-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 |