/usr/share/2013.com.canonical.certification:checkbox/jobs/mir.txt.in is in plainbox-provider-checkbox 0.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | plugin: local
id: mir/integration
requires: package.name == 'mir-test-tools'
_description: MIR Integration tests
command:
cat << 'EOF' | run_templates -s "mir_integration_tests --gtest_list_tests | sed -n '/\.$/s/\.$//p'"
estimated_duration: 0.5
plugin: shell
id: mir/integration/$1
requires: package.name == 'mir-test-tools'
command: mir_integration_tests --gtest_filter=$1*
_description: Run $1 test from MIR Integration tests.
EOF
plugin: local
id: mir/acceptance
requires: package.name == 'mir-test-tools'
_description: MIR Acceptance tests
command:
cat << 'EOF' | run_templates -s "mir_acceptance_tests --gtest_list_tests | sed -n '/\.$/s/\.$//p'"
estimated_duration: 0.5
plugin: shell
id: mir/acceptance/$1
requires: package.name == 'mir-test-tools'
command: mir_acceptance_tests --gtest_filter=$1*
_description: Run $1 test from MIR Acceptance tests.
EOF
|