diff options
author | Pierre Equoy <pierre.equoy@canonical.com> | 2016-01-21 17:03:50 +0800 |
---|---|---|
committer | Pierre Equoy <pierre.equoy@canonical.com> | 2016-01-21 17:03:50 +0800 |
commit | 760435fc23ce96370411a8ac2b436c9e5a233aea (patch) | |
tree | 04da873e03cd88bd8cf61cafd2587e6177d46204 | |
parent | 45515f3f8968b4e953de7b5a3bb1cf180d94cd70 (diff) |
plainbox-provider-checkbox: adding missing category in jobs IDs
"{index}_screenshot_*.jpg" jobs were missing a "graphics/" prefix. Autotesting test plan has been adapted to reflect this change.
-rw-r--r-- | jobs/graphics.txt.in | 4 | ||||
-rw-r--r-- | units/autotesting.pxu | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/jobs/graphics.txt.in b/jobs/graphics.txt.in index c931db0..932a715 100644 --- a/jobs/graphics.txt.in +++ b/jobs/graphics.txt.in @@ -342,7 +342,7 @@ unit: template template-resource: graphics_card plugin: attachment category_id: 2013.com.canonical.plainbox::graphics -id: {index}_screenshot_{product_slug}.jpg +id: graphics/{index}_screenshot_{product_slug}.jpg depends: graphics/{index}_screenshot_{product_slug} command: base64 $PLAINBOX_SESSION_SHARE/screenshot_{index}.jpg _description: Attaches the screenshot captured in graphics/screenshot for the {vendor} {product} graphics card. @@ -393,7 +393,7 @@ unit: template template-resource: graphics_card plugin: attachment category_id: 2013.com.canonical.plainbox::graphics -id: {index}_screenshot_fullscreen_video_{product_slug}.jpg +id: graphics/{index}_screenshot_fullscreen_video_{product_slug}.jpg depends: graphics/{index}_screenshot_fullscreen_video_{product_slug} command: base64 $PLAINBOX_SESSION_SHARE/screenshot_fullscreen_video_{index}.jpg _summary: Attach results of FSV screenshot test for {vendor} {product} diff --git a/units/autotesting.pxu b/units/autotesting.pxu index a20b0e6..f1f8a1c 100644 --- a/units/autotesting.pxu +++ b/units/autotesting.pxu @@ -46,9 +46,7 @@ include: graphics/xorg-failsafe graphics/xorg-process graphics/1_screenshot_.* - 1_screenshot_.*.jpg graphics/1_screenshot_fullscreen_video_.* - 1_screenshot_fullscreen_video_.*.jpg install/apt-get-gets-updates mediacard/sd-preinserted memory/info |