diff options
author | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2018-02-05 11:48:17 +0100 |
---|---|---|
committer | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2018-02-05 11:48:17 +0100 |
commit | 7ae08a55a89d2ae028c419ebdc1b5bfdac5654ee (patch) | |
tree | 99eee458395230a56f75d658a914f90de5598a3b /units/thunderbolt | |
parent | f5d524eca9f8058c4d5a6e97f234ba1b446909d9 (diff) |
split thunderbolt-cert-full into three
Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>
Diffstat (limited to 'units/thunderbolt')
-rw-r--r-- | units/thunderbolt/test-plan.pxu | 33 |
1 files changed, 26 insertions, 7 deletions
diff --git a/units/thunderbolt/test-plan.pxu b/units/thunderbolt/test-plan.pxu index 054bb26..d5dc001 100644 --- a/units/thunderbolt/test-plan.pxu +++ b/units/thunderbolt/test-plan.pxu @@ -1,14 +1,33 @@ id: thunderbolt-cert-full unit: test plan _name: Thunderbolt tests -_description: Thunderbolt tests +_description: + Thunderbolt tests include: - thunderbolt/insert certification-status=blocker - thunderbolt/storage-test certification-status=blocker - thunderbolt/remove certification-status=blocker - thunderbolt3/insert certification-status=non-blocker - thunderbolt3/storage-test certification-status=non-blocker - thunderbolt3/remove certification-status=non-blocker +nested_part: + com.canonical.certification::thunderbolt-cert-manual + com.canonical.certification::thunderbolt-cert-automated + +id: thunderbolt-cert-manual +unit: test plan +_name: Thunderbolt tests (Manual) +_description: + Thunderbolt tests (Manual) +include: + thunderbolt/insert certification-status=blocker + thunderbolt/storage-test certification-status=blocker + thunderbolt/remove certification-status=blocker + thunderbolt3/insert certification-status=non-blocker + thunderbolt3/storage-test certification-status=non-blocker + thunderbolt3/remove certification-status=non-blocker + +id: thunderbolt-cert-automated +unit: test plan +_name: Thunderbolt tests (Automated) +_description: + Thunderbolt tests (Automated) +include: + id: thunderbolt-cert-blockers unit: test plan |