diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-05-20 17:12:32 +0800 |
---|---|---|
committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-05-20 17:12:32 +0800 |
commit | 840cfe825d02d3080119b78ad4a2f2d2e414e23e (patch) | |
tree | 861340efbf5b6f8d9f4148edce3c89e6e01aadc6 /jobs | |
parent | 980d6220b63b65cd66a2c01a7725f4db7d22c448 (diff) |
provider:checkbox: move the manifest requirement from TB audio generator to the generated job
Move the Thunderbolt manifest requirement from the audio job generator to the generated audio job
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/audio.txt.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jobs/audio.txt.in b/jobs/audio.txt.in index 4b22b64..759a660 100644 --- a/jobs/audio.txt.in +++ b/jobs/audio.txt.in @@ -99,9 +99,7 @@ command: EOF id: audio/generator_playback_thunderbolt -imports: from 2013.com.canonical.plainbox import manifest requires: - manifest.has_thunderbolt == 'True' device.category == 'AUDIO' package.name == 'alsa-base' package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0' @@ -112,6 +110,8 @@ plugin: local command: cat <<'EOF' | run_templates -t -s 'graphics_card_resource' id: audio/`echo ${index}`_playback_thunderbolt_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'` + imports: from 2013.com.canonical.plainbox import manifest + requires: manifest.has_thunderbolt == 'True' plugin: user-interact-verify estimated_duration: 30.0 command: |