~jocave/checkbox/snappy-layout-hacks

« back to all changes in this revision

Viewing changes to providers/plainbox-provider-certification-client/launcher/canonical-certification-cli

"automatic merge of lp:~zyga/checkbox/move-cert-providers-to-git/ by tarmac [r=kissiel][bug=][author=zyga]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env checkbox-launcher
2
 
[welcome]
3
 
text = Welcome to Canonical System Testing!
4
 
    This application will gather information from your system. Then you will be
5
 
    asked manual tests to confirm that the system is working properly. Finally,
6
 
    you will be asked for the Secure ID of the computer to submit the
7
 
    information to the certification.canonical.com database.
8
 
    To learn how to create or locate the Secure ID, please see here:
9
 
    https://certification.canonical.com/
10
 
 
11
 
[suite]
12
 
# Whitelist(s) displayed in the suite selection screen
13
 
whitelist_filter = ^.*$
14
 
# Whitelist(s) pre-selected in the suite selection screen, default whitelist(s)
15
 
# "bogus" means no whitelist will be preselected.
16
 
whitelist_selection = ^bogus$
17
 
 
18
 
[transport]
19
 
submit_to = certification
20