summaryrefslogtreecommitdiff
path: root/integration
AgeCommit message (Collapse)Author
2025-08-10integration: Rename to TestExecuteDUT()xengineering
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.
2025-08-10integration: Use temporary directory for testsxengineering
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.
2025-08-02testing: Add MPL v2.0 license headerxengineering
2025-08-02integration: Add simple execution testxengineering
This test starts the native sim firmware of iot-contact and runs it for 5 seconds.