Skip to content
Snippets Groups Projects
Commit c0b7dd2e authored by Simon McVittie's avatar Simon McVittie
Browse files

firewall: run test from source directory


As with many previous commits, there's no point in installing this
simple script; running it from the git directory gives us faster
fix/test cycles.

Reviewed-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: default avatarSimon McVittie <simon.mcvittie@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D3766
parent 769f601b
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ COPY = \
clutter \
common \
dbus \
firewall \
folks \
grilo \
inherit-config.sh \
......
......@@ -10,13 +10,9 @@ metadata:
environment:
- lava-test-shell
install:
deps:
- chaiwala-tests
run:
steps:
- common/run-test-in-systemd --timeout=900 --name=run-test env DEBUG=2 /usr/share/chaiwala-tests/firewall/automated/run-test.sh
- common/run-test-in-systemd --timeout=900 --name=run-test env DEBUG=2 firewall/automated/run-test.sh
parse:
pattern: ^(?P<test_case_id>[a-zA-Z0-9_\-\./]+):\s*(?P<result>pass|fail|skip|unknown)$
......@@ -12,6 +12,7 @@ usr/lib/apertis-tests/clutter
usr/lib/apertis-tests/common
usr/lib/apertis-tests/dbus
usr/lib/apertis-tests/grilo
usr/lib/apertis-tests/firewall
usr/lib/apertis-tests/folks
usr/lib/apertis-tests/inherit-config.sh
usr/lib/apertis-tests/libreoffice
......
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