diff options
-rw-r--r-- | debian/plainbox-provider-oem-sutton.install | 2 | ||||
-rw-r--r-- | etc/sutton/plainbox-tpe.conf | 18 | ||||
-rwxr-xr-x | launcher/sutton-tpe-cli | 12 |
3 files changed, 32 insertions, 0 deletions
diff --git a/debian/plainbox-provider-oem-sutton.install b/debian/plainbox-provider-oem-sutton.install index ebeb87e..ec160b4 100644 --- a/debian/plainbox-provider-oem-sutton.install +++ b/debian/plainbox-provider-oem-sutton.install @@ -1,2 +1,4 @@ etc/sutton/plainbox.conf etc/xdg +etc/sutton/plainbox-tpe.conf etc/xdg launcher/sutton-cli usr/bin +launcher/sutton-tpe-cli usr/bin diff --git a/etc/sutton/plainbox-tpe.conf b/etc/sutton/plainbox-tpe.conf new file mode 100644 index 0000000..7a622cf --- /dev/null +++ b/etc/sutton/plainbox-tpe.conf @@ -0,0 +1,18 @@ +[environment] +ROUTERS = multiple +OPEN_N_SSID = ubuntu-cert-n-open-tpelab +OPEN_BG_SSID = ubuntu-cert-bg-open-tpelab +OPEN_AC_SSID = ubuntu-cert-ac-open-tpelab +OPEN_AX_SSID = ubuntu-cert-ax-open +WPA_N_SSID = ubuntu-cert-n-wpa-tpelab +WPA_BG_SSID = ubuntu-cert-bg-wpa-tpelab +WPA_AC_SSID = ubuntu-cert-ac-wpa-tpelab +WPA_AX_SSID = ubuntu-cert-ax-wpa +WPA_N_PSK = insecure +WPA_BG_PSK = insecure +WPA_AC_PSK = insecure +WPA_AX_PSK = insecure +SERVER_IPERF = 192.168.158.9 +TEST_TARGET_IPERF = 10.101.51.151 +BTDEVADDR = 00:02:72:DC:5E:38 +TRANSFER_SERVER = cdimage.ubuntu.com diff --git a/launcher/sutton-tpe-cli b/launcher/sutton-tpe-cli new file mode 100755 index 0000000..0c47f3d --- /dev/null +++ b/launcher/sutton-tpe-cli @@ -0,0 +1,12 @@ +#!/usr/bin/env checkbox-cli + +[launcher] +launcher_version = 1 +app_id = com.canonical.certification:sutton-testing + +[test plan] +filter = *sutton* +unit = com.canonical.ce::sutton-full-16-04-osp1 + +[config] +config_filename = plainbox-tpe.conf |