You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test scanning unittest.Testloader.discover() seems pick up on
other test classes being imported directly into the top level:
./op-test --list-all-tests|grep test_raw|grep InbandIPMI
OpTestInbandIPMI.OpTestInbandIPMI.test_raw
OpTestInbandIPMI.SkirootFullInbandIPMI.test_raw
testcases.OpTestInbandIPMI.OpTestInbandIPMI.test_raw
testcases.OpTestInbandIPMI.SkirootFullInbandIPMI.test_raw
Fix this by making the OpTestInbandUsbInterface import OpTestInbandIPMI
as a module rather than importing the classes from the module into its
top level namespace.
Signed-off-by: Oliver O'Halloran <[email protected]>
0 commit comments