Skip to content
Snippets Groups Projects
Commit 2fce5684 authored by Luis Araujo's avatar Luis Araujo
Browse files

Remove telepathy folks tests


All telepathy folks tests currently fail to execute because the
telepathy-gabble package is not available in the images.

Support for folks and telepathy libs also needs to be revised, so
this commit disables all the folks telepathy tests in the meantime.

Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
parent bd7bc9d3
No related branches found
No related tags found
No related merge requests found
metadata:
name: folks-alias-persistence
format: "Apertis Test Definition 1.0"
image-types:
target: [ armhf-internal, amd64 ]
sdk: [ amd64 ]
image-deployment:
- APT
type: functional
exec-type: automated
priority: medium
maintainer: "Apertis Project"
description: "Ensures user-set contact aliases persist."
expected:
- "The script will report PASSED or FAILED."
install:
deps:
- telepathy-ring
- telepathy-mission-control-5
- telepathy-gabble
- libfolks-eds25
- libfolks-telepathy25
- folks-tools
- syncevolution
git-repos:
- url: https://gitlab.apertis.org/infrastructure/apertis-tests.git
branch: 'apertis/v2020dev0'
run:
steps:
- "# Enter test directory:"
- cd apertis-tests
- "# Execute the following command:"
- "common/run-test-in-systemd --user=user --timeout=900 folks/folks-alias-persistence.sh"
parse:
fixupdict:
FAILED: fail
PASSED: pass
pattern: ^(?P<test_case_id>[\w-]+):\W+(?P<result>PASSED|FAILED)$
metadata:
name: folks-eds-compatibility
format: "Apertis Test Definition 1.0"
image-types:
target: [ armhf-internal, amd64 ]
sdk: [ amd64 ]
image-deployment:
- APT
type: compatibility
exec-type: automated
priority: medium
maintainer: "Apertis Project"
description: "Checks that contacts created within Evolution Data Server (as
will happen when phone contacts get synchronized to an Apertis
machine) show up in other contact-based programs."
expected:
- "The script will report PASSED or FAILED."
install:
deps:
- telepathy-ring
- telepathy-mission-control-5
- telepathy-gabble
- libfolks-eds25
- libfolks-telepathy25
- folks-tools
- syncevolution
git-repos:
- url: https://gitlab.apertis.org/infrastructure/apertis-tests.git
branch: 'apertis/v2020dev0'
run:
steps:
- "# Enter test directory:"
- cd apertis-tests
- "# Execute the following command:"
- "common/run-test-in-systemd --user=user --timeout=900 folks/folks-eds-compatibility.sh"
parse:
fixupdict:
FAILED: fail
PASSED: pass
pattern: ^(?P<test_case_id>[\w\-\s]+):\W+(?P<result>\w+)$
metadata:
name: folks-extended-info
format: "Apertis Test Definition 1.0"
image-types:
target: [ armhf-internal, amd64 ]
basesdk: [ amd64 ]
sdk: [ amd64 ]
image-deployment:
- APT
type: functional
exec-type: automated
priority: medium
maintainer: "Apertis Project"
description: "Support for storing arbitrary data in contacts in Folks."
expected:
- "The output should show PASSED or FAILED, similar to this:"
- |
>folks-extended-info: PASSED
install:
deps:
- chaiwala-tests
- telepathy-ring
- telepathy-mission-control-5
- telepathy-gabble
- libfolks-eds25
- libfolks-telepathy25
git-repos:
- url: https://gitlab.apertis.org/infrastructure/apertis-tests.git
branch: 'apertis/v2020dev0'
run:
steps:
- "# Enter test directory:"
- cd apertis-tests
- "# Execute the following command:"
- "common/run-test-in-systemd --user=user --timeout=900 folks/folks-extended-info.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)$
metadata:
name: folks-metacontacts-antilinking
format: "Apertis Test Definition 1.0"
image-types:
target: [ armhf-internal, amd64 ]
sdk: [ amd64 ]
image-deployment:
- APT
type: functional
exec-type: automated
priority: medium
maintainer: "Apertis Project"
description: "Ensures anti-linking meta-contacts works properly."
expected:
- "The script will report PASSED or FAILED."
install:
deps:
- telepathy-ring
- telepathy-mission-control-5
- telepathy-gabble
- libfolks-eds25
- libfolks-telepathy25
- folks-tools
git-repos:
- url: https://gitlab.apertis.org/infrastructure/apertis-tests.git
branch: 'apertis/v2020dev0'
run:
steps:
- "# Enter test directory:"
- cd apertis-tests
- "# Execute the following command:"
- "common/run-test-in-systemd --user=user --timeout=900 folks/folks-metacontacts-antilinking.sh"
parse:
fixupdict:
FAILED: fail
PASSED: pass
pattern: ^(?P<test_case_id>[\w-]+):\W+(?P<result>PASSED|FAILED)$
metadata:
name: folks-metacontacts-linking
format: "Apertis Test Definition 1.0"
image-types:
target: [ armhf-internal, amd64 ]
sdk: [ amd64 ]
image-deployment:
- APT
type: functional
exec-type: automated
priority: medium
maintainer: "Apertis Project"
description: "Ensures linking meta-contacts works properly."
expected:
- "The script will report PASSED or FAILED."
install:
deps:
- telepathy-ring
- telepathy-mission-control-5
- telepathy-gabble
- libfolks-eds25
- libfolks-telepathy25
- folks-tools
- syncevolution
git-repos:
- url: https://gitlab.apertis.org/infrastructure/apertis-tests.git
branch: 'apertis/v2020dev0'
run:
steps:
- "# Enter test directory:"
- cd apertis-tests
- "# Execute the following command:"
- "common/run-test-in-systemd --user=user --timeout=900 folks/folks-metacontacts-linking.sh"
parse:
fixupdict:
FAILED: fail
PASSED: pass
pattern: ^(?P<test_case_id>[\w-]+):\W+(?P<result>PASSED|FAILED)$
metadata:
name: folks-metacontacts-unlinking
format: "Apertis Test Definition 1.0"
image-types:
target: [ armhf-internal, amd64 ]
sdk: [ amd64 ]
image-deployment:
- APT
type: functional
exec-type: automated
priority: medium
maintainer: "Apertis Project"
description: "Ensures unlinking meta-contacts works properly."
expected:
- "The script will report PASSED or FAILED."
install:
deps:
- telepathy-ring
- telepathy-mission-control-5
- telepathy-gabble
- libfolks-eds25
- libfolks-telepathy25
- folks-tools
- syncevolution
git-repos:
- url: https://gitlab.apertis.org/infrastructure/apertis-tests.git
branch: 'apertis/v2020dev0'
run:
steps:
- "# Enter test directory:"
- cd apertis-tests
- "# Execute the following command:"
- "common/run-test-in-systemd --user=user --timeout=900 folks/folks-metacontacts-unlinking.sh"
parse:
fixupdict:
FAILED: fail
PASSED: pass
pattern: ^(?P<test_case_id>[\w-]+):\W+(?P<result>PASSED|FAILED)$
metadata:
name: folks-search-contacts
format: "Apertis Test Definition 1.0"
image-types:
target: [ armhf-internal, amd64 ]
sdk: [ amd64 ]
image-deployment:
- APT
type: functional
exec-type: automated
priority: medium
maintainer: "Apertis Project"
description: "Ensures that Folks can correctly search contacts."
expected:
- "The script will report PASSED or FAILED."
install:
deps:
- telepathy-ring
- telepathy-mission-control-5
- telepathy-gabble
- libfolks-eds25
- libfolks-telepathy25
- folks-tools
- syncevolution
git-repos:
- url: https://gitlab.apertis.org/infrastructure/apertis-tests.git
branch: 'apertis/v2020dev0'
run:
steps:
- "# Enter test directory:"
- cd apertis-tests
- "# Execute the following command:"
- common/run-test-in-systemd --user=user --timeout=900 folks/folks-search-contacts.sh
parse:
fixupdict:
FAILED: fail
PASSED: pass
pattern: ^(?P<test_case_id>[\w-]+):\W+(?P<result>PASSED|FAILED)$
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment