-
Notifications
You must be signed in to change notification settings - Fork 838
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
stm32: add eth tests #1959
stm32: add eth tests #1959
Conversation
bender run |
1 similar comment
bender run |
@@ -23,6 +21,10 @@ bind_interrupts!(struct Irqs { | |||
RNG => embassy_nrf::rng::InterruptHandler<peripherals::RNG>; | |||
}); | |||
|
|||
// Test-only wifi network, no internet access! |
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.
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.
the tests are hardcoded for the HIL test environment in CI. There's hardcoded chip names, pin numbers, IP addresses too. If someone wants to run the tests on their own they already have to change a lot of stuff anyway, and start up the perf server somewhere in the LAN, etc...
I'm not opposed to make all of that configurable, but it's a substantial effort. Making just the wifi network configurable is not useful if there's still other hardcoded stuff.
(also the wifi network/password was already hardcoded before this PR)
66705a9
to
9d03414
Compare
6ee4b9e
to
680d1c9
Compare
bender run |
No description provided.