diff options
author | Albert Zhang <albert.zhang@canonical.com> | 2014-04-25 15:36:16 +0800 |
---|---|---|
committer | Albert Zhang <albert.zhang@canonical.com> | 2014-04-25 15:36:16 +0800 |
commit | 433d664c9185d462a8f3820731f609c43c0179c5 (patch) | |
tree | af396bcee56cfceea873f2373d3acdd3be0181f6 /scripts | |
parent | a590f5a08aa82aa434a67d8a3e17a5150d966dff (diff) |
add somerville provider
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kittyhawk-client.desktop | 2 | ||||
-rwxr-xr-x | scripts/somerville-client | 25 | ||||
-rw-r--r-- | scripts/somerville-client.desktop | 12 | ||||
-rwxr-xr-x | scripts/stella-client | 2 | ||||
-rw-r--r-- | scripts/stella-client.desktop | 2 |
5 files changed, 40 insertions, 3 deletions
diff --git a/scripts/kittyhawk-client.desktop b/scripts/kittyhawk-client.desktop index 722b3e9..b6480c4 100644 --- a/scripts/kittyhawk-client.desktop +++ b/scripts/kittyhawk-client.desktop @@ -5,7 +5,7 @@ Type=Application Exec=/usr/bin/kittyhawk-client Icon=checkbox Categories=System;Qt;Application -Keywords=sutton;certification;certify;testing;drivers;hardware; +Keywords=kittyhawk;certification;certify;testing;drivers;hardware; X-GNOME-Gettext-Domain=checkbox-gui X-Ayatana-Appmenu-Show-Stubs=False X-Ubuntu-Touch=true diff --git a/scripts/somerville-client b/scripts/somerville-client new file mode 100755 index 0000000..e192192 --- /dev/null +++ b/scripts/somerville-client @@ -0,0 +1,25 @@ +#!/usr/bin/checkbox-gui + +[welcome] +title = "Somerville Testing" +text = "<p>Welcome to somerville Testing!</p><p></p><p>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 + database.</p><p></p><p> To learn how to create or locate the Secure ID, + please see here: <a href=\"https://certification.canonical.com\">certification.canonical.com</a></p><p></p>" + +[suite] +whitelist_filter = "^somerville.*" + +[submission] +input_type = "regex" +input_placeholder = "Secure ID (15 or 18 characters)" +ok_btn_text = "Submit Results" +submit_to_hexr = "true" + +[exporter] +xml_export_path = "/tmp/submission.xml" + +[transport] +submit_to = "certification" diff --git a/scripts/somerville-client.desktop b/scripts/somerville-client.desktop new file mode 100644 index 0000000..52d306e --- /dev/null +++ b/scripts/somerville-client.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Somerville Testing +Comment=Certifify your system with Ubuntu +Type=Application +Exec=/usr/bin/somerville-client +Icon=checkbox +Categories=System;Qt;Application +Keywords=somerville;certification;certify;testing;drivers;hardware; +X-GNOME-Gettext-Domain=checkbox-gui +X-Ayatana-Appmenu-Show-Stubs=False +X-Ubuntu-Touch=true +X-Ubuntu-StageHint=SideStage diff --git a/scripts/stella-client b/scripts/stella-client index 747718b..6ada22b 100755 --- a/scripts/stella-client +++ b/scripts/stella-client @@ -2,7 +2,7 @@ [welcome] title = "Stella Testing" -text = "<p>Welcome to Sutton Testing!</p><p></p><p>This application will +text = "<p>Welcome to Stella Testing!</p><p></p><p>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 diff --git a/scripts/stella-client.desktop b/scripts/stella-client.desktop index 7e03c3a..937e752 100644 --- a/scripts/stella-client.desktop +++ b/scripts/stella-client.desktop @@ -5,7 +5,7 @@ Type=Application Exec=/usr/bin/stella-client Icon=checkbox Categories=System;Qt;Application -Keywords=sutton;certification;certify;testing;drivers;hardware; +Keywords=stella;certification;certify;testing;drivers;hardware; X-GNOME-Gettext-Domain=checkbox-gui X-Ayatana-Appmenu-Show-Stubs=False X-Ubuntu-Touch=true |