Skip to content
Snippets Groups Projects
Forked from pkg / apertis-tests
776 commits behind the upstream repository.
tracker-indexing-local-storage.yaml 610 B
metadata:
  name: tracker-indexing-local-storage
  format: "Lava-Test-Shell Test Definition 1.0"
  description: "Check tracker indexing of local storage and journal behaviour."
  maintainer: "luis.araujo@collabora.co.uk"
  scope:
  - functional
  devices:
  - i386
  environment:
  - lava-test-shell

install:
  deps:
  - chaiwala-tests
  - tracker-utils

run:
  steps:
    - common/run-test-in-systemd --user=user --name=run-test --timeout=900 env DEBUG=2 /usr/share/chaiwala-tests/tracker/automated/run-test.sh

parse:
  pattern: ^(?P<test_case_id>[a-zA-Z0-9_\-\./]+):\s*(?P<result>pass|fail|skip|unknown)$