From d71a51c17022a2c4e9571560af7140fb9b270d30 Mon Sep 17 00:00:00 2001 From: Jonathan Cave Date: Tue, 20 Aug 2019 14:40:08 +0100 Subject: 6lowpan: import from p-p-snappy --- units/6lowpan/category.pxu | 3 +++ units/6lowpan/jobs.pxu | 11 +++++++++++ units/6lowpan/test-plan.pxu | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 units/6lowpan/category.pxu create mode 100644 units/6lowpan/jobs.pxu create mode 100644 units/6lowpan/test-plan.pxu 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 + -- cgit v1.2.3