From 36bfc4c76c9c1f44c3232baa6d8576db8bc488d2 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Fri, 15 Jan 2021 12:47:16 +0000 Subject: SPEC-3764: add screenshoot test Add basic screenshooter test. Change-Id: I8be9c6b4f621dc757c7e8ab846384c0fb32561df Bug-AGL: SPEC-3764 Signed-off-by: Corentin LABBE --- test-suites/short-smoke/screenshooter.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test-suites/short-smoke/screenshooter.yaml (limited to 'test-suites') diff --git a/test-suites/short-smoke/screenshooter.yaml b/test-suites/short-smoke/screenshooter.yaml new file mode 100644 index 0000000..d0dd25a --- /dev/null +++ b/test-suites/short-smoke/screenshooter.yaml @@ -0,0 +1,9 @@ +metadata: + name: Screenshooter Test + format: "Lava-Test-Shell Test Definition 1.0" + description: "Take screenshoot and check it" + version: 1.0 +run: + steps: + - chmod +x ./common/scripts/agl-screenshot-test.sh + - ./common/scripts/agl-screenshot-test.sh ./reference-images/reference-image.png -- cgit 1.2.3-korg