We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4000d commit 058a9e0Copy full SHA for 058a9e0
plans/testing_HEAD.fmf
@@ -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
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