diff options
author | Zygmunt Krynicki <zygmunt.krynicki@canonical.com> | 2014-07-30 11:39:28 +0200 |
---|---|---|
committer | Zygmunt Krynicki <zygmunt.krynicki@canonical.com> | 2014-07-30 11:39:28 +0200 |
commit | 1d3270c1eeaa9d310916b91512098e6e6381a3f8 (patch) | |
tree | c10d9b6516e9126472ee8e446a68168d9ca9958d | |
parent | 4b7fa9d1a398cf509d2f8c13bd6ca39ccc08f977 (diff) |
providers:checkbox: fix plugin type of _display_after_suspend_
This job has no command so instead of plugin: user-interact-verify it should be defined as plugin: manual Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
-rw-r--r-- | jobs/suspend.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/suspend.txt.in b/jobs/suspend.txt.in index 3f533c0..07c4710 100644 --- a/jobs/suspend.txt.in +++ b/jobs/suspend.txt.in @@ -465,7 +465,7 @@ _summary: Display after suspend tests plugin: local command: cat <<'EOF' | run_templates -t -s 'graphics_card_resource' - plugin: user-interact-verify + plugin: manual id: suspend/`echo ${index}`_display_after_suspend_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'` depends: suspend/suspend_advanced _summary: Test display function after suspend for $product |