Skip to content

Commit 058a9e0

Browse files
committed
Run tests from testing repo on stratisd
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent ae4000d commit 058a9e0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

plans/testing_HEAD.fmf

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
summary: Run testing scripts from HEAD revision
2+
prepare:
3+
- name: Install packages
4+
how: install
5+
package:
6+
- python3-dbus-python-client-gen
7+
- python3-psutil
8+
- systemd
9+
- tang
10+
- util-linux
11+
- name: Start tang server
12+
how: shell
13+
script: systemctl enable tangd.socket --now
14+
- name: Reload udev
15+
how: shell
16+
script: udevadm control --reload
17+
discover:
18+
url: https://github.com/stratis-storage/testing.git
19+
ref: HEAD
20+
tests:
21+
- name: unit
22+
test: >
23+
RUST_LOG=stratisd=debug
24+
python3 test_harness.py stratisd_cert
25+
--verify-devices --monitor-dbus --highest-revision-number=6
26+
execute:
27+
how: tmt
28+
exit-first: false

0 commit comments

Comments
 (0)