diff options
Diffstat (limited to 'launcher')
-rwxr-xr-x | launcher/stella-cli | 4 | ||||
-rwxr-xr-x | launcher/sutton-cli | 1 | ||||
-rwxr-xr-x | launcher/sutton-tpe-cli | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/launcher/stella-cli b/launcher/stella-cli index 4717e7a..cf379a5 100755 --- a/launcher/stella-cli +++ b/launcher/stella-cli @@ -5,8 +5,8 @@ launcher_version = 1 app_id = com.canonical.certification:stella-testing [test plan] -filter = *stella* -unit = com.canonical.ce::stella-full-18-04 +filter = *client-cert-desktop-20-04-* *stella* +unit = com.canonical.certification::client-cert-desktop-20-04-manual [config] config_filename = plainbox.conf diff --git a/launcher/sutton-cli b/launcher/sutton-cli index c4d0920..4902661 100755 --- a/launcher/sutton-cli +++ b/launcher/sutton-cli @@ -6,6 +6,7 @@ app_id = com.canonical.certification:sutton-testing [test plan] filter = *sutton* + *client-cert-desktop-20-04-* unit = com.canonical.ce::sutton-full-20-04 [config] diff --git a/launcher/sutton-tpe-cli b/launcher/sutton-tpe-cli index 0c47f3d..cc29ab7 100755 --- a/launcher/sutton-tpe-cli +++ b/launcher/sutton-tpe-cli @@ -6,7 +6,8 @@ app_id = com.canonical.certification:sutton-testing [test plan] filter = *sutton* -unit = com.canonical.ce::sutton-full-16-04-osp1 + *client-cert-desktop-20-04-* +unit = com.canonical.ce::sutton-full-20-04 [config] config_filename = plainbox-tpe.conf |