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