From f351981cdfa57ab42c78a6f9635ed81b8e27d225 Mon Sep 17 00:00:00 2001
From: "Andre Moreira Magalhaes (andrunko)" <andre.magalhaes@collabora.co.uk>
Date: Fri, 23 Nov 2018 16:17:32 -0200
Subject: [PATCH] Update tumbler-thumbnailing with new instructions

With the test now ported to https://gitlab.apertis.org/tests/tumbler-thumbnailing
lets update the test template with new instructions to run the test

Signed-off-by: Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
---
 tests-cases/tumbler-thumbnailing.yaml | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/tests-cases/tumbler-thumbnailing.yaml b/tests-cases/tumbler-thumbnailing.yaml
index 4e2a88a..bd47b34 100644
--- a/tests-cases/tumbler-thumbnailing.yaml
+++ b/tests-cases/tumbler-thumbnailing.yaml
@@ -10,6 +10,8 @@ metadata:
                 properly (large, small, videos, documents, images)."
   maintainer: "Apertis Project"
 
+  macro_ostree_preconditions: tumbler-thumbnailing
+
   expected:
     - "The output should be similar to:"
     - |
@@ -25,19 +27,10 @@ metadata:
         >>>> The following tests FAILED:
         [list of tests]
 
-install:
-  deps:
-  - bash
-  - busybox
-  - dbus
-  - libglib2.0-bin
-  - procps
-  - tumbler
-
 run:
   steps:
     - "# Run the test script:"
-    - common/run-test-in-systemd --timeout=900 --user=user --name=run-test env DEBUG=2 tumbler/automated/run-test.sh
+    - common/run-test-in-systemd --timeout=900 --user=user --name=run-test env DEBUG=2 ./run-test.sh
 
 parse:
   pattern: ^(?P<test_case_id>[a-zA-Z0-9_\-\./]+):\s*(?P<result>pass|fail|skip|unknown)$
-- 
GitLab