From 0b45492bb3e0da4c1956b25bdc2e3f7c5f3f887b Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 10 Aug 2025 20:35:36 +0200 Subject: integration: Rename to TestExecuteDUT() 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. --- integration/execution_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration') diff --git a/integration/execution_test.go b/integration/execution_test.go index d1e94b7..82fa2b9 100644 --- a/integration/execution_test.go +++ b/integration/execution_test.go @@ -16,7 +16,7 @@ const ( SIMPLE_EXECUTION_TIME_S = 5 ) -func TestExecuteFirmware(t *testing.T) { +func TestExecuteDUT(t *testing.T) { firmware := os.Getenv(ENV_NATIVE_SIM_FIRMWARE) if firmware == "" { t.Skip("Environment variable '" + ENV_NATIVE_SIM_FIRMWARE + "' not set") -- cgit v1.2.3-70-g09d2