File tree Expand file tree Collapse file tree 2 files changed +58
-0
lines changed
Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 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: v3.5.2
21+ tests:
22+ - name: unit
23+ test: >
24+ RUST_LOG=stratisd=debug
25+ python3 test_harness.py stratisd_cert
26+ --verify-devices
27+ execute:
28+ how: tmt
29+ exit-first: false
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments