Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions plans/legacy.fmf
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
summary: Imported t_functional tests

environment:
# tmt >= 1.75.0 no longer leaks the runner's process environment into
# test commands (teemtee/tmt#4900). Restore the variables the suite
# relied on: an sbin-inclusive PATH (tests call useradd, ip, service,
# auditctl, setsebool, tcpdump, ... by bare name) and HOME (e.g. p_go's
# `go build` needs HOME/GOCACHE to locate its build cache).
PATH: "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
HOME: "/root"
YUMDEBUG: 0
SKIP_QA_HARNESS: 1
vendor: "almalinux"
Expand Down
7 changes: 7 additions & 0 deletions plans/ng.fmf
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
summary: New generation tests fully leveraging tmt

environment:
# tmt >= 1.75.0 no longer leaks the runner's process environment into
# test commands (teemtee/tmt#4900). Restore the variables the suite
# relied on: an sbin-inclusive PATH (tests call useradd, usermod, the
# bpf-* helpers, ... by bare name) and HOME.
PATH: "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
HOME: "/root"
discover:
how: fmf
exclude: /legacy
Expand Down
Loading