TestDriverContext context,
ClassLoader classLoader,
GateProfile profile,
TestExecutionPlan.Command command) throws IOException {
List<String> cmd = command.getCommandTokens();
GateScript script = loadScript(context, classLoader, cmd.get(ARG_SCRIPT));
String sessionId = context.getExecutionId();
ExecutionKind mode = ExecutionKind.parse(cmd.get(ARG_SESSION_KIND));
String arguments = cmd.get(ARG_ARGUMENTS);
GateTask task = new GateTask(
profile,