| Age | Commit message (Collapse) | Author |
|
This utility function centralizes the creation and error handling for
temporary test directories to run native sim firmware or scripts to
start a real DUT (device under test).
|
|
The old name `TestExecuteFirmware()` was written only for the native sim
firmware.
Nevertheless this test suite should not differentiate between a real or
simulated device.
Thus the term `DUT` (device under test) is more appropriate.
|
|
This removes the problem that the native sim firmware places a
`flash.bin` in the source tree of the integration test which influences
following tests.
|
|
|
|
This test starts the native sim firmware of iot-contact and runs it for
5 seconds.
|