diff options
author | Betty Lin <betty.lin@canonical.com> | 2020-09-22 16:27:39 +0800 |
---|---|---|
committer | Betty Lin <betty.lin@canonical.com> | 2020-09-22 16:27:39 +0800 |
commit | 372ded4add7be08fc57b50e0ffa19f072e29d57a (patch) | |
tree | 9e999428bb52879814eb61105d52ae83e9c04e47 /units/suspend | |
parent | d15071e45b799011ec4c74a53d7a63895566ddfb (diff) |
Modify graphic auto test depends to suspend_advanced_auto
To let the graphic auto test to be fully automatic, change the depends from suspend/suspend_advanced to suspend/suspend_advanced_auto
Diffstat (limited to 'units/suspend')
-rw-r--r-- | units/suspend/suspend-graphics.pxu | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/units/suspend/suspend-graphics.pxu b/units/suspend/suspend-graphics.pxu index 0b0611d..84bfab8 100644 --- a/units/suspend/suspend-graphics.pxu +++ b/units/suspend/suspend-graphics.pxu @@ -45,7 +45,7 @@ depends: {%- if gpu_count > "1" %} suspend/{{ index }}_suspend_after_switch_to_card_{{ product_slug }}_auto {%- else %} - suspend/suspend_advanced + suspend/suspend_advanced_auto {%- endif %} _description: Test to see that we have the same resolution after resuming as before. command: @@ -123,7 +123,7 @@ depends: {%- if gpu_count > "1" %} suspend/{{ index }}_suspend_after_switch_to_card_{{ product_slug }}_auto {%- else %} - suspend/suspend_advanced + suspend/suspend_advanced_auto {%- endif %} requires: package.name == 'nux-tools' command: @@ -202,7 +202,7 @@ depends: {%- if gpu_count > "1" %} suspend/{{ index }}_suspend_after_switch_to_card_{{ product_slug }}_auto {%- else %} - suspend/suspend_advanced + suspend/suspend_advanced_auto {%- endif %} command: # shellcheck disable=SC1091 @@ -223,7 +223,7 @@ depends: {%- if gpu_count > "1" %} suspend/{{ index }}_suspend_after_switch_to_card_{{ product_slug }}_auto {%- else %} - suspend/suspend_advanced + suspend/suspend_advanced_auto {%- endif %} command: [ -e "$PLAINBOX_SESSION_SHARE"/{{ index }}_suspend_single.log ] && cat "$PLAINBOX_SESSION_SHARE"/{{ index }}_suspend_single.log _description: @@ -240,7 +240,7 @@ depends: {%- if gpu_count > "1" %} suspend/{{ index }}_suspend_after_switch_to_card_{{ product_slug }}_auto {%- else %} - suspend/suspend_advanced + suspend/suspend_advanced_auto {%- endif %} estimated_duration: 1.2 command: [ -e "$PLAINBOX_SESSION_SHARE"/{{ index }}_suspend_single_times.log ] && sleep_time_check.py "$PLAINBOX_SESSION_SHARE"/{{ index }}_suspend_single_times.log |