assertEquals(test1, testexec.testNode.get(2));
}
}
public void testInterpretCommandRmFileFails() throws Exception {
final Framework frameworkInstance = getFrameworkInstance();
ScriptFileNodeStepExecutor interpret = new ScriptFileNodeStepExecutor(frameworkInstance);
//setup nodeexecutor for local node
multiTestNodeExecutor testexec = new multiTestNodeExecutor();
NodeExecutorService service = NodeExecutorService.getInstanceForFramework(getFrameworkInstance());