Skip to content

Commit d91dd0d

Browse files
committed
Run tests from testing repo on stratisd
Signed-off-by: mulhern <[email protected]>
1 parent ae4000d commit d91dd0d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

plans/testing_HEAD.fmf

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

0 commit comments

Comments
 (0)