diff options
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 |