Skip to content
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

WARNING: Unknown board model 'ci40' #39

Open
Ham22 opened this issue Mar 8, 2017 · 2 comments
Open

WARNING: Unknown board model 'ci40' #39

Ham22 opened this issue Mar 8, 2017 · 2 comments

Comments

@Ham22
Copy link
Member

Ham22 commented Mar 8, 2017

Running boardfarm gives this warning in the logs

WARNING: Unknown board model 'ci40'. Please check spelling, or write an appropriate class to handle that kind of board.

@Ham22
Copy link
Member Author

Ham22 commented Mar 8, 2017

This is probably why the results class is (empty)

@nikhil-zinjurde-imgtec
Copy link

Don't think this warning is critical to fix, as code seems to handle it properly:

# Default for all other models
print("\nWARNING: Unknown board model '%s'." % model)
print("Please check spelling, or write an appropriate class "
      "to handle that kind of board.")
return openwrt_router.OpenWrtRouter(model, **kwargs)

https://github.com/CreatorDev/boardfarm/blob/master/devices/board_decider.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants