~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

Viewing changes to providers/plainbox-provider-ubuntu-touch/units/uls.pxu

  • Committer: Sylvain Pineau
  • Author(s): Maciej Kisielewski, Sylvain Pineau, Paul Larson
  • Date: 2016-05-18 08:38:44 UTC
  • mfrom: (4343.1.9 launchpad/loc-svc-test-cc)
  • Revision ID: sylvain_pineau-20160518083844-0v5zigpa4vcwujdy
"automatic merge of lp:~kissiel/checkbox/loc-svc-test-cc/ by tarmac [r=pierre-equoy][bug=][author=kissiel]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
unit: category
 
2
id: uls
 
3
_name: Ubuntu Location Service tests
 
4
 
 
5
id: uls/uls_resource
 
6
category_id: uls
 
7
plugin: resource
 
8
command: uls_resource
 
9
_summary: Generate Ubuntu Location Services tests
 
10
_description: Generates Ubuntu Location Services tests
 
11
 
 
12
unit: template
 
13
template-resource: uls/uls_resource
 
14
id: uls/{binary}_{full_name}
 
15
template-imports: from 2014.com.ubuntu import uls/uls_resource as uls_res
 
16
template-filter: uls_res.root == 'yes'
 
17
category_id: uls
 
18
plugin: shell
 
19
command: LD_LIBRARY_PATH={ld_lib_path}:$LD_LIBRARY_PATH {binary} --gtest_filter={full_name}
 
20
user: root
 
21
_description: {test_case} from Ubuntu Location Service tests
 
22
 
 
23
unit: template
 
24
template-resource: uls/uls_resource
 
25
id: uls/{binary}_{full_name}
 
26
template-imports: from 2014.com.ubuntu import uls/uls_resource as uls_res
 
27
template-filter: uls_res.root == 'no'
 
28
category_id: uls
 
29
plugin: shell
 
30
command: {binary} --gtest_filter={full_name}
 
31
_description: {test_case} from Ubuntu Location Service tests
 
32