diff options
author | Jerry Kao <jerry.kao@canonical.com> | 2017-10-26 14:25:21 +0800 |
---|---|---|
committer | Jerry Kao <jerry.kao@canonical.com> | 2017-10-26 14:25:21 +0800 |
commit | 5bc01e9b8ebe10eccdaf4bd0d8e77e3d430f9d5f (patch) | |
tree | 193f903c9daf839b092253bb42a393da53eba3c0 | |
parent | de8e41d4f964bed6644985c8e8fd1b0443dd90fa (diff) |
set 16-04-osp1 as default test plan for sutton and stalle
-rwxr-xr-x | launcher/stella-cli | 2 | ||||
-rwxr-xr-x | launcher/sutton-cli | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/launcher/stella-cli b/launcher/stella-cli index a6c96f0..b425061 100755 --- a/launcher/stella-cli +++ b/launcher/stella-cli @@ -6,7 +6,7 @@ app_id = com.canonical.certification:stella-testing [test plan] filter = *stella* -unit = com.canonical.ce::stella-full-14-04-3 +unit = com.canonical.ce::stella-full-16-04-osp1 [config] config_filename = plainbox.conf diff --git a/launcher/sutton-cli b/launcher/sutton-cli index b9810ab..e8ca9d7 100755 --- a/launcher/sutton-cli +++ b/launcher/sutton-cli @@ -6,7 +6,7 @@ app_id = com.canonical.certification:sutton-testing [test plan] filter = *sutton* -unit = com.canonical.ce::sutton-full-14-04-3 +unit = com.canonical.ce::sutton-full-16-04-osp1 [config] config_filename = plainbox.conf |