Skip to content
Snippets Groups Projects

folks-sync-only: Drop testcase, obsolete

Merged Emanuele Aina requested to merge wip/em/drop-folks-sync-only into apertis/v2019dev0
1 file
+ 0
44
Compare changes
  • Side-by-side
  • Inline
+ 0
44
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)$'
Loading