diff options
author | Albert Zhang <albert.zhang@canonical.com> | 2014-04-21 17:40:45 +0800 |
---|---|---|
committer | Albert Zhang <albert.zhang@canonical.com> | 2014-04-21 17:40:45 +0800 |
commit | efe8986f88fb6d5b5eeb05b6e8e253113ed3a20f (patch) | |
tree | 251326b75d7159313d16984d217bc98bb903d647 /scripts | |
parent | bdff03f94b7ca06c3231625cf1e38cf84462fbee (diff) |
Add stella provider
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/stella-client | 25 | ||||
-rw-r--r-- | scripts/stella-client.desktop | 12 |
2 files changed, 37 insertions, 0 deletions
diff --git a/scripts/stella-client b/scripts/stella-client new file mode 100755 index 0000000..747718b --- /dev/null +++ b/scripts/stella-client @@ -0,0 +1,25 @@ +#!/usr/bin/checkbox-gui + +[welcome] +title = "Stella Testing" +text = "<p>Welcome to Sutton 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 = "^stella.*" + +[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/stella-client.desktop b/scripts/stella-client.desktop new file mode 100644 index 0000000..7e03c3a --- /dev/null +++ b/scripts/stella-client.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Stella Testing +Comment=Certifify your system with Ubuntu +Type=Application +Exec=/usr/bin/stella-client +Icon=checkbox +Categories=System;Qt;Application +Keywords=sutton;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 |