aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-10-16 07:45:55 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-10-16 07:45:55 +0200
commitd006502717f167643f69f2f67ad05d0e0f46c5d3 (patch)
tree1d81d7af85b9b3f903d6d0004fc5c7d1f0a92663
parent3719904371e5005e69f2bb668332882a954b2eb9 (diff)
Add sample folders for daily, weekly and release
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--test-suites/daily-snapshot/service-check-nogfx.yaml15
-rw-r--r--test-suites/daily-snapshot/service-check.yaml15
-rw-r--r--test-suites/daily-snapshot/smoke-tests-basic.yaml18
-rw-r--r--test-suites/release/service-check-nogfx.yaml15
-rw-r--r--test-suites/release/service-check.yaml15
-rw-r--r--test-suites/release/smoke-tests-basic.yaml18
-rw-r--r--test-suites/weekly-snapshot/service-check-nogfx.yaml15
-rw-r--r--test-suites/weekly-snapshot/service-check.yaml15
-rw-r--r--test-suites/weekly-snapshot/smoke-tests-basic.yaml18
9 files changed, 144 insertions, 0 deletions
diff --git a/test-suites/daily-snapshot/service-check-nogfx.yaml b/test-suites/daily-snapshot/service-check-nogfx.yaml
new file mode 100644
index 0000000..310f223
--- /dev/null
+++ b/test-suites/daily-snapshot/service-check-nogfx.yaml
@@ -0,0 +1,15 @@
+metadata:
+ name: services
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Check all services and sockets are up on the device"
+ maintainer:
+ - lollivier@baylibre.com
+ os:
+ - openembedded
+ scope:
+ - functional
+
+run:
+ steps:
+ - "cd common/scripts"
+ - "./service-check-nogfx.sh"
diff --git a/test-suites/daily-snapshot/service-check.yaml b/test-suites/daily-snapshot/service-check.yaml
new file mode 100644
index 0000000..8c680c9
--- /dev/null
+++ b/test-suites/daily-snapshot/service-check.yaml
@@ -0,0 +1,15 @@
+metadata:
+ name: services
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Check all services and sockets are up on the device"
+ maintainer:
+ - lollivier@baylibre.com
+ os:
+ - openembedded
+ scope:
+ - functional
+
+run:
+ steps:
+ - "cd common/scripts"
+ - "./service-check-gfx.sh"
diff --git a/test-suites/daily-snapshot/smoke-tests-basic.yaml b/test-suites/daily-snapshot/smoke-tests-basic.yaml
new file mode 100644
index 0000000..1980bc4
--- /dev/null
+++ b/test-suites/daily-snapshot/smoke-tests-basic.yaml
@@ -0,0 +1,18 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: smoke-tests-basic
+ description: "Basic system test command for Linaro OpenEmbedded images"
+ maintainer:
+ - dave.pigott@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+
+run:
+ steps:
+ - lava-test-case linux-linaro-openembedded-pwd --shell pwd
+ - lava-test-case linux-linaro-openembedded-uname --shell uname -a
+ - lava-test-case linux-linaro-openembedded-vmstat --shell vmstat
+ - lava-test-case linux-linaro-openembedded-ifconfig --shell ifconfig -a
+ - lava-test-case linux-linaro-openembedded-lsusb --shell lsusb
diff --git a/test-suites/release/service-check-nogfx.yaml b/test-suites/release/service-check-nogfx.yaml
new file mode 100644
index 0000000..310f223
--- /dev/null
+++ b/test-suites/release/service-check-nogfx.yaml
@@ -0,0 +1,15 @@
+metadata:
+ name: services
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Check all services and sockets are up on the device"
+ maintainer:
+ - lollivier@baylibre.com
+ os:
+ - openembedded
+ scope:
+ - functional
+
+run:
+ steps:
+ - "cd common/scripts"
+ - "./service-check-nogfx.sh"
diff --git a/test-suites/release/service-check.yaml b/test-suites/release/service-check.yaml
new file mode 100644
index 0000000..8c680c9
--- /dev/null
+++ b/test-suites/release/service-check.yaml
@@ -0,0 +1,15 @@
+metadata:
+ name: services
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Check all services and sockets are up on the device"
+ maintainer:
+ - lollivier@baylibre.com
+ os:
+ - openembedded
+ scope:
+ - functional
+
+run:
+ steps:
+ - "cd common/scripts"
+ - "./service-check-gfx.sh"
diff --git a/test-suites/release/smoke-tests-basic.yaml b/test-suites/release/smoke-tests-basic.yaml
new file mode 100644
index 0000000..1980bc4
--- /dev/null
+++ b/test-suites/release/smoke-tests-basic.yaml
@@ -0,0 +1,18 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: smoke-tests-basic
+ description: "Basic system test command for Linaro OpenEmbedded images"
+ maintainer:
+ - dave.pigott@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+
+run:
+ steps:
+ - lava-test-case linux-linaro-openembedded-pwd --shell pwd
+ - lava-test-case linux-linaro-openembedded-uname --shell uname -a
+ - lava-test-case linux-linaro-openembedded-vmstat --shell vmstat
+ - lava-test-case linux-linaro-openembedded-ifconfig --shell ifconfig -a
+ - lava-test-case linux-linaro-openembedded-lsusb --shell lsusb
diff --git a/test-suites/weekly-snapshot/service-check-nogfx.yaml b/test-suites/weekly-snapshot/service-check-nogfx.yaml
new file mode 100644
index 0000000..310f223
--- /dev/null
+++ b/test-suites/weekly-snapshot/service-check-nogfx.yaml
@@ -0,0 +1,15 @@
+metadata:
+ name: services
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Check all services and sockets are up on the device"
+ maintainer:
+ - lollivier@baylibre.com
+ os:
+ - openembedded
+ scope:
+ - functional
+
+run:
+ steps:
+ - "cd common/scripts"
+ - "./service-check-nogfx.sh"
diff --git a/test-suites/weekly-snapshot/service-check.yaml b/test-suites/weekly-snapshot/service-check.yaml
new file mode 100644
index 0000000..8c680c9
--- /dev/null
+++ b/test-suites/weekly-snapshot/service-check.yaml
@@ -0,0 +1,15 @@
+metadata:
+ name: services
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Check all services and sockets are up on the device"
+ maintainer:
+ - lollivier@baylibre.com
+ os:
+ - openembedded
+ scope:
+ - functional
+
+run:
+ steps:
+ - "cd common/scripts"
+ - "./service-check-gfx.sh"
diff --git a/test-suites/weekly-snapshot/smoke-tests-basic.yaml b/test-suites/weekly-snapshot/smoke-tests-basic.yaml
new file mode 100644
index 0000000..1980bc4
--- /dev/null
+++ b/test-suites/weekly-snapshot/smoke-tests-basic.yaml
@@ -0,0 +1,18 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: smoke-tests-basic
+ description: "Basic system test command for Linaro OpenEmbedded images"
+ maintainer:
+ - dave.pigott@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+
+run:
+ steps:
+ - lava-test-case linux-linaro-openembedded-pwd --shell pwd
+ - lava-test-case linux-linaro-openembedded-uname --shell uname -a
+ - lava-test-case linux-linaro-openembedded-vmstat --shell vmstat
+ - lava-test-case linux-linaro-openembedded-ifconfig --shell ifconfig -a
+ - lava-test-case linux-linaro-openembedded-lsusb --shell lsusb