From dc24856cfb421ff1545b78b6815b9a4751a91299 Mon Sep 17 00:00:00 2001 From: Emanuele Aina <emanuele.aina@collabora.com> Date: Mon, 25 Mar 2019 18:08:10 +0100 Subject: [PATCH] folks-sync-only: Drop testcase, obsolete This testcase is meant to test a custom libfolks feature we carried downstream Aand that was proposed upstream and WONTFIX'ed in https://bugzilla.gnome.org/show_bug.cgi?id=741643 We're thus considering that this testcase does not bring any value to the project and is rather an hindrance since: * the actual use-case for the feature is not really documented * the implementation is problematic and has major architectural issues * a proper solution would involve doing it in EDS rather than libfolks No replacement is planned since contacts management via libfolks is not in the current priorities. Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com> --- test-cases/folks-sync-only.yaml | 44 --------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 test-cases/folks-sync-only.yaml diff --git a/test-cases/folks-sync-only.yaml b/test-cases/folks-sync-only.yaml deleted file mode 100644 index 23a3137..0000000 --- a/test-cases/folks-sync-only.yaml +++ /dev/null @@ -1,44 +0,0 @@ -metadata: - name: folks-sync-only - format: "Apertis Test Definition 1.0" - image-types: - sdk: [ amd64 ] - image-deployment: - - APT - type: unit - exec-type: automated - priority: medium - maintainer: "Apertis Project" - description: "Test SYNCHRONIZE_ONLY flag for persona stores in Folks." - - expected: - - "The output should show PASSED or FAILED, similar to this:" - - | - >folks-extended-info: PASSED - -install: - deps: - - chaiwala-tests - - ofono-tests - - ofono-phonesim - - libfolks-ofono25 - git-repos: - - url: https://gitlab.apertis.org/infrastructure/apertis-tests.git - branch: 'apertis/v2019dev0' - -run: - steps: - - "# Enter test directory:" - - cd apertis-tests - - "# Execute the following command:" - - common/run-test-in-systemd --user=user folks/folks-sync-only.sh - -parse: - fixupdict: - FAILED: fail - PASSED: pass - FAIL: fail - PASS: pass - SKIP: skip - UNKNOWN: unknown - pattern: '^(?P<test_case_id>[a-zA-Z0-9_\-\./]+):\s*(?P<result>PASSED|PASS|pass|FAILED|FAIL|fail|SKIP|skip|UNKNOWN|unknown)$' -- GitLab