You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rlRun -s "tmt run -vvvddd --scratch --id $run plan --name /plan-with-multiple-devices test --name /test-multiple-devices"
21
+
rlRun -s "tmt run -vvvddd --scratch --id $run plan --name /plan/with-multiple-devices test --name /test-multiple-devices"
22
22
# Check if multiple device access was configured
23
23
rlAssertGrep "--device /dev/random"$rlRun_LOG
24
24
rlAssertGrep "--device /dev/urandom"$rlRun_LOG
@@ -28,7 +28,7 @@ rlJournalStart
28
28
# Test that device access fails when TMT_EXPOSABLE_RUNNER_DEVICES is not set
29
29
# Temporarily unset the environment variable to test security restriction
30
30
rlRun "unset TMT_EXPOSABLE_RUNNER_DEVICES"
31
-
rlRun "tmt run -vvvddd --scratch --id $run plan --name /plan-with-random test --name /test-random-device" 2 "Device access should fail without allowlist"
31
+
rlRun "tmt run -vvvddd --scratch --id $run plan --name /plan/with-random test --name /test-random-device" 2 "Device access should fail without allowlist"
0 commit comments