summaryrefslogtreecommitdiff
path: root/integration/execution_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integration/execution_test.go')
-rw-r--r--integration/execution_test.go2
1 files changed, 1 insertions, 1 deletions
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")