1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Evan Lezar
8ada0b04af Convert testdata to an empty go module
This ensures that the testdata folder is not included in the top-level module
and prevents issues such as unsupported characters in path names.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2024-10-22 19:20:33 +02:00
Evan Lezar
b6b1335ec1 Move testdata to root
Go mod automatically ignores the /testdata directory.
This change ensures that the rootfs for source/pci tests are not
included in the module definition.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2024-10-21 20:01:10 +02:00