diff options
| author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-03-17 14:59:46 +0800 | 
|---|---|---|
| committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-03-17 14:59:46 +0800 | 
| commit | 67338835daad9b77bffa715ba1ccdad3ee5b4114 (patch) | |
| tree | 88f1e2c775461a2cc0dc7b49878571a58e3daaa3 /jobs | |
| parent | 7a0dbb37f4b3536545bfb6b70629256efcc47875 (diff) | |
Change the dependency of suspend_after_switch_to_card job
Diffstat (limited to 'jobs')
| -rw-r--r-- | jobs/suspend.txt.in | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/jobs/suspend.txt.in b/jobs/suspend.txt.in index d5709454..137afe67 100644 --- a/jobs/suspend.txt.in +++ b/jobs/suspend.txt.in @@ -284,7 +284,7 @@ command:  cat <<'EOF' | run_templates -t -s 'graphics_card_resource'  plugin: user-interact-verify  id: suspend/`echo ${index}`_suspend_after_switch_to_card_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'` - depends: suspend/suspend_advanced + depends: graphics/`echo ${index}`_switch_card_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'`  user: root  environ: PLAINBOX_SESSION_SHARE  command: @@ -421,8 +421,8 @@ command: xrandr -q |grep '*'| awk '{print $1}' | diff $PLAINBOX_SESSION_SHARE/re  plugin: local  id: suspend/generator_resolution_after_suspend -_description: Test to see that we have the same resolution after resuming as before. -_summary: Test to see that we have the same resolution after resuming as before. +_description: Resolution consistency check after suspend with the valuse we got before suspend. +_summary: Resolution consistency check after suspend with the valuse we got before suspend.  command:  cat <<'EOF' | run_templates -t -s 'graphics_card_resource'  plugin: shell  | 
