From bec747e1564f0633d09e7e91d159e2483d4b3419 Mon Sep 17 00:00:00 2001
From: Luis Araujo <luis.araujo@collabora.co.uk>
Date: Fri, 3 Jun 2016 23:12:05 +0800
Subject: [PATCH] Run x-out-of-screen-events-buttond test only in SDK image
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

As this test is not valid anymore for Wayland images, just move
it to be executed in SDK images.

Reviewed-by: Héctor Orón Martínez <hector.oron@collabora.co.uk>
Signed-off-by: Luis Araujo <luis.araujo@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D3377
---
 .../x-out-of-screen-events-buttond.yaml        |  0
 templates/group-common-tpl.json                | 18 ------------------
 templates/group-sdk-tpl.json                   |  5 +++++
 3 files changed, 5 insertions(+), 18 deletions(-)
 rename {common => sdk}/x-out-of-screen-events-buttond.yaml (100%)

diff --git a/common/x-out-of-screen-events-buttond.yaml b/sdk/x-out-of-screen-events-buttond.yaml
similarity index 100%
rename from common/x-out-of-screen-events-buttond.yaml
rename to sdk/x-out-of-screen-events-buttond.yaml
diff --git a/templates/group-common-tpl.json b/templates/group-common-tpl.json
index c76b3fb..60d1da0 100644
--- a/templates/group-common-tpl.json
+++ b/templates/group-common-tpl.json
@@ -388,24 +388,6 @@
         ]
       }
     },
-    {
-      "command": "lava_test_shell",
-      "parameters": {
-        "timeout": 1000,
-        "testdef_repos": [
-          {
-            "git-repo": "https://git.apertis.org/git/apertis-tests.git",
-            "revision": "master",
-            "testdef": "common/sanity-check.yaml"
-          },
-          {
-            "git-repo": "https://git.apertis.org/git/apertis-tests.git",
-            "revision": "master",
-            "testdef": "common/x-out-of-screen-events-buttond.yaml"
-          }
-        ]
-      }
-    },
     {
       "command": "submit_results",
       "parameters": {
diff --git a/templates/group-sdk-tpl.json b/templates/group-sdk-tpl.json
index 9f7876d..61741a5 100644
--- a/templates/group-sdk-tpl.json
+++ b/templates/group-sdk-tpl.json
@@ -80,6 +80,11 @@
             "git-repo": "https://git.apertis.org/git/apertis-tests.git",
             "revision": "master",
             "testdef": "sdk/telepathy-ring.yaml"
+          },
+          {
+            "git-repo": "https://git.apertis.org/git/apertis-tests.git",
+            "revision": "master",
+            "testdef": "sdk/x-out-of-screen-events-buttond.yaml"
           }
         ]
       }
-- 
GitLab