Issue 0043
- Summary
- Add support for board_setup and board_teardown routines in base-board.fuegoclass file
- Owner
- Tim
- Reporter
- Tim
- Status
- open
- Priority
- medium
Description [edit section]
We should add generic routines for setting up a board prior to a test and tearing down a board after a test. These can be used to perform a more LAVA-like approach, where the board is completely provisioned and booted prior to each test.You can use ov_transport_connect/disconnect for this, but it would be better to have more generic function names for these:
- ov_board_setup
- ov_board_teardown
Maybe these should replace ov_transport_connect and ov_transport_disconnect, but maybe not.
Notes [edit section]
Put other free-form comments or notes here
- backlink