summaryrefslogtreecommitdiff
diff options
authorJonathan Cave <jonathan.cave@canonical.com>2019-08-20 14:40:08 +0100
committerJonathan Cave <jonathan.cave@canonical.com>2019-08-20 14:40:08 +0100
commitd71a51c17022a2c4e9571560af7140fb9b270d30 (patch)
tree01511c2f4b4c6698b2e8f29aa36e8ed23955eb72
parent300c637cf564ae009c55bb21d485d03999611544 (diff)
6lowpan: import from p-p-snappy
-rw-r--r--units/6lowpan/category.pxu3
-rw-r--r--units/6lowpan/jobs.pxu11
-rw-r--r--units/6lowpan/test-plan.pxu7
3 files changed, 21 insertions, 0 deletions
diff --git a/units/6lowpan/category.pxu b/units/6lowpan/category.pxu
new file mode 100644
index 0000000..7502b2a
--- /dev/null
+++ b/units/6lowpan/category.pxu
@@ -0,0 +1,3 @@
+unit: category
+id: 6lowpan
+_name: 6LoWPAN
diff --git a/units/6lowpan/jobs.pxu b/units/6lowpan/jobs.pxu
new file mode 100644
index 0000000..10fe86a
--- /dev/null
+++ b/units/6lowpan/jobs.pxu
@@ -0,0 +1,11 @@
+plugin: shell
+category_id: 6lowpan
+id: 6lowpan/kconfig
+estimated_duration: 1.2
+command:
+ for config in CONFIG_6LOWPAN CONFIG_IEEE802154 CONFIG_IEEE802154_6LOWPAN CONFIG_MAC802154; do
+ zcat /proc/config.gz | egrep "$config=(y|m)" || exit 1
+ done
+_summary: kernel config options for 6LoWPAN
+_description:
+ Checks the kernel config options for 6LoWPAN / IEEE802.15.4 support
diff --git a/units/6lowpan/test-plan.pxu b/units/6lowpan/test-plan.pxu
new file mode 100644
index 0000000..a9b48cd
--- /dev/null
+++ b/units/6lowpan/test-plan.pxu
@@ -0,0 +1,7 @@
+id: 6lowpan-automated
+unit: test plan
+_name: Automated 6LoWPAN tests
+_description: Automated 6LoWPAN tests for Snappy Ubuntu Core devices
+include:
+ 6lowpan/kconfig
+