Issue 0043 in 'raw' format
; Summary: Add support for board_setup and board_teardown routines in base-board.fuegoclass file ; Owner: Tim ; Reporter: Tim ; Status: open ; Priority: medium = Description = 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 = Put other free-form comments or notes here ; backlink: [[Fuego Issues List]]