-
Notifications
You must be signed in to change notification settings - Fork 32
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
Remove BENCH_TEST macro #136
Conversation
Also, just pointing out that saying that the 'IPMB pins are unconnected' can be a bit misleading, since what we are checking is the GAx pins (global address pins) to see if the AMC card is plugged or not to the MicroTCA crate. The IPMB refers to the I2C bus used to transfer IPMI traffic between the AMC and the MCH, but in some cases we might simulate an MCH on the bench and connect the IPMB bus, even though the AMC would be running in the 'standalone' mode. |
2846e67
to
123b877
Compare
123b877
to
6d15298
Compare
8511b8d
to
735317f
Compare
Remove the BENCH_TEST macro by checking if the IPMB pins are unconnected and setting the standalone mode. Resolve #133.