diff options
author | Betty Lin <betty.lin@canonical.com> | 2019-06-20 13:37:16 +0800 |
---|---|---|
committer | Betty Lin <betty.lin@canonical.com> | 2019-06-20 13:37:16 +0800 |
commit | 7e73193a66c8d38ccad4c62e03ac93622d5c9686 (patch) | |
tree | 949a7e0449f422f141acbd5d9ca89088d36833e0 /units/thunderbolt | |
parent | 541dbd73ea3f15e5636e12526befd2f900b37eab (diff) |
Fix thunderbolt cert blocker test cases
Thunderbolt 3 is not cert blokcer in current 18.04. Fixed the releated tets cases. Also modify the "after-suspend-thunderbolt-cert" to "after-suspend-thunderbolt-cert-manual" to match the naming rule.
Diffstat (limited to 'units/thunderbolt')
-rw-r--r-- | units/thunderbolt/test-plan.pxu | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/units/thunderbolt/test-plan.pxu b/units/thunderbolt/test-plan.pxu index f80a0ad..75aa0ac 100644 --- a/units/thunderbolt/test-plan.pxu +++ b/units/thunderbolt/test-plan.pxu @@ -15,7 +15,7 @@ _description: Thunderbolt tests include: nested_part: - com.canonical.certification::after-suspend-thunderbolt-cert + com.canonical.certification::after-suspend-thunderbolt-cert-manual id: thunderbolt-cert-manual unit: test plan @@ -23,12 +23,12 @@ _name: Thunderbolt tests (Manual) _description: Thunderbolt tests (Manual) include: - thunderbolt/insert certification-status=non-blocker - thunderbolt/storage-test certification-status=non-blocker - thunderbolt/remove certification-status=non-blocker - thunderbolt3/insert certification-status=blocker - thunderbolt3/storage-test certification-status=blocker - thunderbolt3/remove certification-status=blocker + 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 @@ -43,30 +43,30 @@ unit: test plan _name: Thunderbolt tests (certification blockers only) _description: Thunderbolt tests (certification blockers only) include: - thunderbolt3/insert certification-status=blocker - thunderbolt3/storage-test certification-status=blocker - thunderbolt3/remove certification-status=blocker + thunderbolt/insert certification-status=blocker + thunderbolt/storage-test certification-status=blocker + thunderbolt/remove certification-status=blocker -id: after-suspend-thunderbolt-cert +id: after-suspend-thunderbolt-cert-manual unit: test plan _name: Thunderbolt tests (after suspend Manual) _description: Thunderbolt tests (after suspend Manual) include: - after-suspend-manual-thunderbolt/insert certification-status=non-blocker - after-suspend-manual-thunderbolt/storage-test certification-status=non-blocker - after-suspend-manual-thunderbolt/remove certification-status=non-blocker - after-suspend-manual-thunderbolt3/insert certification-status=blocker - after-suspend-manual-thunderbolt3/storage-test certification-status=blocker - after-suspend-manual-thunderbolt3/remove certification-status=blocker + after-suspend-manual-thunderbolt/insert certification-status=blocker + after-suspend-manual-thunderbolt/storage-test certification-status=blocker + after-suspend-manual-thunderbolt/remove certification-status=blocker + after-suspend-manual-thunderbolt3/insert certification-status=non-blocker + after-suspend-manual-thunderbolt3/storage-test certification-status=non-blocker + after-suspend-manual-thunderbolt3/remove certification-status=non-blocker id: after-suspend-thunderbolt-cert-blockers unit: test plan _name: Thunderbolt tests (after suspend - certification blockers only) _description: Thunderbolt tests (after suspend - certification blockers only) include: - after-suspend-manual-thunderbolt3/insert certification-status=blocker - after-suspend-manual-thunderbolt3/storage-test certification-status=blocker - after-suspend-manual-thunderbolt3/remove certification-status=blocker + after-suspend-manual-thunderbolt/insert certification-status=blocker + after-suspend-manual-thunderbolt/storage-test certification-status=blocker + after-suspend-manual-thunderbolt/remove certification-status=blocker |