Gauntlet Automation Framwork Run Remote

RunUAT.bat RunUnreal … -project=[my project] -build=local -devices=[my devices].json …

The Gauntlet test was conducted in the form above.
[my devices].json has IP information of another PC.

When you run it with this configuration, the game doesn’t run on the remote PC.
It’s just running locally.
What are the properties [-devices] of Gauntlet?

What’s the principle of Gauntlet?

my all test cmd

RunUAT.bat RunUnreal
-project=D:\UnrealSource\GauntletTest\GauntletTest.uproject
-platform=Win64 -configuration=Development
-test=KaracDefaultTest
-build=local
-uploaddir=D:\UnrealSource\GauntletTest\Saved\PerfTests
-devices=D:\UnrealSource\GauntletTest\Saved\Target.json

Hi, did you ever get this to work? I haven’t been able to get Gauntlet to run on another device other than my local one.