-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix and restructure functional tests #343
Conversation
f35894d
to
58da7c0
Compare
58da7c0
to
63f5603
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not test it out, but I think it's should be fine. Only one comment for improvment.
8791dfd
to
c029a5e
Compare
c029a5e
to
edd1c0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ac14150
bd1daeb
to
2422ecb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I tested it out and it's working as expected. I did not run all tests, but this PR is not changing them, so it should be fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - I also didn't run the tests, but it looks reasonable.
Actually I shouldn't add approval without testing, so I'll withdraw my vote and simply comment. :)
hardware-exporter.
--nvidia
flag is provided.--realhw
for the real hardware tests.The hardware-independent tests were built assuming the
hardware-exporter
service and the config would still be rendered if no hardware was detected. This is not the case anymore, so it limits the number of tests we can run in the CI. But I've confirmed that the tests are passing on real hardware with the changes.Closes: #351