diff options
| author | Pierre Equoy <pierre.equoy@canonical.com> | 2016-04-14 17:06:12 +0800 |
|---|---|---|
| committer | Pierre Equoy <pierre.equoy@canonical.com> | 2016-04-14 17:06:12 +0800 |
| commit | 33e6a742e23d8b64109eb93ff8c56265aa5d5eed (patch) | |
| tree | f555349a2aa80be029c902eed70c9e89a5e552d1 /scripts/sutton-cli | |
| parent | 44413deeac1e61761e55294204939ca508fdff48 (diff) | |
Fix launchers (Kittyhawk, Stella, Somerville, Sutton) to specify the config
file to use
Diffstat (limited to 'scripts/sutton-cli')
| -rwxr-xr-x | scripts/sutton-cli | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/scripts/sutton-cli b/scripts/sutton-cli index a83c7e8..b5dd697 100755 --- a/scripts/sutton-cli +++ b/scripts/sutton-cli @@ -1,22 +1,12 @@ -#!/usr/bin/env checkbox-launcher -[welcome] -text = Welcome to Canonical System Testing! - This application will gather information from your system. Then you will be - asked manual tests to confirm that the system is working properly. Finally, - you will be asked for the Secure ID of the computer to submit the - information to the certification.canonical.com database. - To learn how to create or locate the Secure ID, please see here: - https://certification.canonical.com/ +#!/usr/bin/env checkbox-cli -[suite] -# Whitelist(s) displayed in the suite selection screen -whitelist_filter = ^sutton.*$ -# Whitelist(s) pre-selected in the suite selection screen, default whitelist(s) -# "bogus" means no whitelist will be preselected. -whitelist_selection = ^bogus$ +[launcher] +launcher_version = 1 +app_id = 2016.com.canonical.certification:sutton-testing -[submission] -submit_to_hexr = true +[test plan] +filter = *sutton* +unit = 2014.com.canonical.ce::sutton-full-14-04-3 -[transport] -submit_to = certification +[config] +config_filename = plainbox.conf |
