summaryrefslogtreecommitdiff
diff options
-rw-r--r--debian/control7
-rw-r--r--etc/noone/plainbox.conf18
-rwxr-xr-xlauncher/noone-cli9
-rw-r--r--units/noone-auto.pxu9
-rw-r--r--units/noone-full.pxu7
5 files changed, 50 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index c1781a2..6d80ba6 100644
--- a/debian/control
+++ b/debian/control
@@ -51,3 +51,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, plainbox-provider-oem (= ${source:V
Conflicts: plainbox-provider-oem-kittyhawk, plainbox-provider-oem-sutton, plainbox-provider-oem-stella
Description: plainbox oem provider for somerville
Plainbox OEM provider to run OEM-specific jobs and test plans (Somerville)
+
+Package: plainbox-provider-oem-noone
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, plainbox-provider-oem (= ${source:Version}), openssh-server
+Conflicts: plainbox-provider-oem-kittyhawk, plainbox-provider-oem-sutton, plainbox-provider-oem-somerville, plainbox-provider-oem-stella
+Description: plainbox oem provider for no-one team
+ Plainbox OEM provider to run OEM-specific jobs and test plans (No one)
diff --git a/etc/noone/plainbox.conf b/etc/noone/plainbox.conf
new file mode 100644
index 0000000..300d7cb
--- /dev/null
+++ b/etc/noone/plainbox.conf
@@ -0,0 +1,18 @@
+[environment]
+ROUTERS = multiple
+OPEN_N_SSID = ubuntu-cert-n-open
+OPEN_BG_SSID = ubuntu-cert-bg-open
+OPEN_AC_SSID = ubuntu-cert-ac-open
+OPEN_AX_SSID = ubuntu-cert-ax-open
+WPA_N_SSID = ubuntu-cert-n-wpa
+WPA_BG_SSID = ubuntu-cert-bg-wpa
+WPA_AC_SSID = ubuntu-cert-ac-wpa
+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:C5:F9:1F
+TRANSFER_SERVER = cdimage.ubuntu.com
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
diff --git a/units/noone-auto.pxu b/units/noone-auto.pxu
new file mode 100644
index 0000000..326e62f
--- /dev/null
+++ b/units/noone-auto.pxu
@@ -0,0 +1,9 @@
+id: noone-auto
+_name: No one Auto Tests
+unit: test plan
+_description: No one Auto Tests
+include:
+nested_part:
+ oem-generic-auto
+mandatory_include:
+exclude:
diff --git a/units/noone-full.pxu b/units/noone-full.pxu
new file mode 100644
index 0000000..4f7cfa6
--- /dev/null
+++ b/units/noone-full.pxu
@@ -0,0 +1,7 @@
+id: noone-full
+_name: No One Full Test
+unit: test plan
+_description: No-one Full
+include:
+nested_part:
+ oem-generic-full