Skip to content

Commit

Permalink
Something
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Sep 20, 2023
1 parent 8721394 commit e590c7d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
32 changes: 32 additions & 0 deletions plans/all.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
summary: top level management
prepare:
- name: Install packages
how: install
package:
- asciidoc
- clang
- clevis
- clevis-luks
- cryptsetup-devel
- cracklib-dicts
- curl
- dbus-devel
- dbus-tools
- device-mapper-devel
- device-mapper-persistent-data
- glibc-static
- libblkid-devel
- make
- ncurses
- systemd-udev
- xfsprogs
- name: build
how: shell
script: PROFILEDIR=debug make -f Makefile build-all
- name: install
how: shell
script: PROFILEDIR=debug make -f Makefile install
discover:
how: fmf
execute:
how: tmt
9 changes: 9 additions & 0 deletions test/tang/main.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
summary: Run tang tests
require:
- python3-dbus
- python3-dbus-client-gen
- python3-dbus-python-client-gen
- python3-psutil
- python3-pyudev
test: TANG_URL=tang RUST_LOG=stratisd=debug STRATISD=/usr/libexec/stratisd PYTHONPATH=./src make -f Makefile tang-tests
path: /tests/client-dbus

0 comments on commit e590c7d

Please sign in to comment.