diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-05-18 14:25:15 +0800 |
---|---|---|
committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-05-18 14:25:15 +0800 |
commit | a25444ac03b2b926ab63bf3b534b1a2075020d40 (patch) | |
tree | d56a495f8f1c1ed87288e0eb783efdfce29ff6bb /jobs | |
parent | 0a9808d81223cd2f4e9e91dd0bf9687c824fd916 (diff) |
provider:checkbox, provider:certification-client: rename the graphic/display test to graphic/video
Rename the graphic/display test to avoid job name confusion with suspend/display_after_suspend job, which is totally a different job.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/graphics.txt.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/jobs/graphics.txt.in b/jobs/graphics.txt.in index 1a354d0..14ec041 100644 --- a/jobs/graphics.txt.in +++ b/jobs/graphics.txt.in @@ -221,14 +221,14 @@ command: _summary: Test graphic memory info for $product. EOF -id: graphics/generator_display +id: graphics/generator_video requires: device.category == 'VIDEO' -_description: Display test -_summary: Display test +_description: Display video test +_summary: Display video test plugin: local command: cat <<'EOF' | run_templates -t -s 'graphics_card_resource' - id: graphics/`echo ${index}`_display_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'` + id: graphics/`echo ${index}`_video_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'` plugin: user-interact-verify requires: package.name == 'xorg' @@ -237,7 +237,7 @@ command: _summary: Test that video can be displayed with ${product} _description: PURPOSE: - This test will test the default display + This test will test the default display with a sample video STEPS: 1. Click "Test" to display a video test. VERIFICATION: |