diff options
author | Nara Huang <nara.huang@canonical.com> | 2019-11-13 15:25:05 +0800 |
---|---|---|
committer | Nara Huang <nara.huang@canonical.com> | 2019-11-13 15:25:05 +0800 |
commit | 43c1e844d7e182fe1ba0978692677cdeda0f54c0 (patch) | |
tree | 4f51775654847ece76f75d9fd11b974dad0ce708 /launcher | |
parent | b153d1d104dbac5caf375b1941eeaf3893aebeac (diff) |
Add no-one config file and test plan
Diffstat (limited to 'launcher')
-rwxr-xr-x | launcher/noone-cli | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/launcher/noone-cli b/launcher/noone-cli new file mode 100755 index 0000000..f4614e0 --- /dev/null +++ b/launcher/noone-cli @@ -0,0 +1,9 @@ +#!/usr/bin/env checkbox-cli + +[launcher] +launcher_version = 1 +app_id = com.canonical.certification:noone-testing + +[test plan] +filter = *noone* +unit = com.canonical.ce::noone-full |