diff options
author | Kristin Chuang <kristin.chuang@canonical.com> | 2021-05-26 16:25:25 +0800 |
---|---|---|
committer | Pierre Equoy <pierre.equoy@canonical.com> | 2021-11-17 15:14:42 +0800 |
commit | 1dacaa53ee78ed430c7856944e2a75b112fa2cc4 (patch) | |
tree | af5439b61b82637e4985e96fc67aa65c875ff20d /units/graphics | |
parent | 864acc286f4421dcf79a94073b42bddaaa81effe (diff) |
Change: switch 'depends: suspend/suspend_advanced' to 'depends: suspend/suspend_advanced_auto'
Diffstat (limited to 'units/graphics')
-rw-r--r-- | units/graphics/test-plan.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/graphics/test-plan.pxu b/units/graphics/test-plan.pxu index 16ca11c..8725b0d 100644 --- a/units/graphics/test-plan.pxu +++ b/units/graphics/test-plan.pxu @@ -103,7 +103,7 @@ include: suspend/1_suspend_after_switch_to_card_.*_auto certification-status=blocker # The following after suspend jobs will automatically select the right suspend job # depending on the amount of graphic cards available on the SUT: - # suspend/suspend_advanced (one GPU) + # suspend/suspend_advanced_auto (one GPU) # or suspend/{{ index }}_suspend_after_switch_to_card_{{ product_slug }}_auto (two GPUs) suspend/1_suspend-time-check_.*_auto certification-status=non-blocker suspend/1_suspend-single-log-attach_.*_auto certification-status=non-blocker @@ -118,7 +118,7 @@ _description: After suspend tests (integrated GPU manual) include: # The following after suspend jobs will automatically select the right suspend job # depending on the amount of graphic cards available on the SUT: - # suspend/suspend_advanced (one GPU) + # suspend/suspend_advanced_auto (one GPU) # or suspend/{{ index }}_suspend_after_switch_to_card_{{ product_slug }}_auto (two GPUs) power-management/lid certification-status=blocker power-management/lid_close certification-status=blocker |