diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-09-26 18:17:21 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-09-26 18:17:21 +0200 |
commit | c039c285ed7c219b682ea7615f6cc2af663f72a7 (patch) | |
tree | 4c2fde578bebf8262fa1ffa93cc1d71e5bfb292d /launcher/stella-cli | |
parent | 77a4440612cf642c8052cc6c98a70e192e2f7363 (diff) |
Remove checkbox-gui launchers, move cli scripts file to launcher folder
Diffstat (limited to 'launcher/stella-cli')
-rwxr-xr-x | launcher/stella-cli | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/launcher/stella-cli b/launcher/stella-cli new file mode 100755 index 0000000..a6c96f0 --- /dev/null +++ b/launcher/stella-cli @@ -0,0 +1,12 @@ +#!/usr/bin/env checkbox-cli + +[launcher] +launcher_version = 1 +app_id = com.canonical.certification:stella-testing + +[test plan] +filter = *stella* +unit = com.canonical.ce::stella-full-14-04-3 + +[config] +config_filename = plainbox.conf |