From 4548e39ad9be605cb180b5e94bb1d87ab8243d5d Mon Sep 17 00:00:00 2001 From: Loys Ollivier Date: Fri, 22 Sep 2017 16:23:41 +0200 Subject: [SPEC-272] Add service test New test definition. Check that needed services are up. Signed-off-by: Loys Ollivier --- test-suites/short-smoke/service-check.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test-suites/short-smoke/service-check.yaml (limited to 'test-suites/short-smoke/service-check.yaml') diff --git a/test-suites/short-smoke/service-check.yaml b/test-suites/short-smoke/service-check.yaml new file mode 100644 index 0000000..ca0b4c0 --- /dev/null +++ b/test-suites/short-smoke/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.sh" -- cgit 1.2.3-korg