Skip to content
Snippets Groups Projects
Commit d20db450 authored by Martyn Welch's avatar Martyn Welch
Browse files

Add new start scripts


Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.co.uk>
parent 428a7a3e
No related branches found
No related tags found
No related merge requests found
metadata:
name: apparmor-dbus
format: "Lava-Test-Shell Test Definition 1.0"
description: "Test D-Bus apparmor profiles."
maintainer: "luis.araujo@collabora.co.uk"
scope:
- functional
devices:
- i386
environment:
- lava-test-shell
run:
steps:
- LAUNCH_DBUS="no" ./run-aa-test ./dbus.expected ./dbus
parse:
pattern: 'RESULT:(?P<result>\w+):(?P<test_case_id>[^:]+):'
# LAVA doesn't seem to have the concept of an expected failure,
# so calling it skipped is the next best thing
fixupdict:
xfail: skip
#!/bin/sh
# vim: tw=0
TEST_DIR="${TEST_DIR:-/usr/lib/apertis-tests/apparmor/dbus}"
# Use pre-existing session bus
export LAUNCH_DBUS="no"
"${TEST_DIR}"/run-aa-test "${TEST_DIR}"/dbus.expected "${TEST_DIR}"/dbus
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