Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: skip TEST-84-STORAGETM if running with bugged libnvme
libnvme 1.11 appears to require a kernel built with NVME TLS kconfigs, and fails hard if it is not, as the expected privileged keyring '.nvme' is not present. We cannot just create it from userspace, as privileged keyrings can only be created by the kernel itself (those starting with '.'). Skip the test if the library exactly matches this version. linux-nvme/nvme-cli#2573 Fixes systemd/systemd#35130 (cherry picked from commit 893aa45886ef84b1827445dc438e410ad89fbbbf) (cherry picked from commit d8ec2770b7bb6ba9f7e3c31cb8094a2983139952)
- Loading branch information