From 557208ecd24185a9e6eec96aa88e054894f1947b Mon Sep 17 00:00:00 2001
From: Martyn Welch <martyn.welch@collabora.com>
Date: Wed, 10 Apr 2019 10:55:28 +0100
Subject: [PATCH] Remove check-dbus-services test

The check-dbus-services test aims to test all services configured as bus
activatable, however such a test is proving to be too naive and requires
significant investment to keep in a passing state.
There are an increasing number of services that have needed to be
blacklisted as they don't pass with reasonable rationale:

* Some require the ability to display a GUI and recieve a response that
  isn't currently viable with the current automated test platform nor is a
  GUI present on many of the image types.
* Some require specific devices to be present for the underlying service
  to start that isn't present in on the test systems.
* Some aren't completely installed and operational in the smaller cut-down
  images.

It has been decided that this test lacks sufficent benefit and significant
overhead and is thus being removed.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
---
 templates/group-common-standalone-tpl.yaml  | 5 -----
 templates/group-minimal-standalone-tpl.yaml | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/templates/group-common-standalone-tpl.yaml b/templates/group-common-standalone-tpl.yaml
index 0a1563e5..dcc7fb47 100644
--- a/templates/group-common-standalone-tpl.yaml
+++ b/templates/group-common-standalone-tpl.yaml
@@ -23,11 +23,6 @@ job_name: Common tests on {{release_version}} {{pretty}} {{image_date}}
           from: git
           path: test-cases/boot-performance.yaml
           name: boot-performance
-        - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2019dev0'
-          from: git
-          path: test-cases/check-dbus-services.yaml
-          name: check-dbus-services
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
           revision: 'apertis/v2019dev0'
           from: git
diff --git a/templates/group-minimal-standalone-tpl.yaml b/templates/group-minimal-standalone-tpl.yaml
index 4a4d5a97..296413bf 100644
--- a/templates/group-minimal-standalone-tpl.yaml
+++ b/templates/group-minimal-standalone-tpl.yaml
@@ -23,11 +23,6 @@ job_name: Minimal common tests on {{release_version}} {{pretty}} {{image_date}}
           from: git
           path: test-cases/boot-performance.yaml
           name: boot-performance
-        - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
-          revision: 'apertis/v2019dev0'
-          from: git
-          path: test-cases/check-dbus-services.yaml
-          name: check-dbus-services
         - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
           revision: 'apertis/v2019dev0'
           from: git
-- 
GitLab