multiTestNodeExecutor testexec = new multiTestNodeExecutor();
NodeExecutorService service = NodeExecutorService.getInstanceForFramework(getFrameworkInstance());
service.registerInstance("local", testexec);
testFileCopier testcopier = new testFileCopier();
FileCopierService copyservice = FileCopierService.getInstanceForFramework(getFrameworkInstance());
copyservice.registerInstance("local", testcopier);
//execute command interpreter on local node
final NodeEntryImpl test1 = new NodeEntryImpl("testhost1", "test1");
test1.setOsFamily("unix");
test1.getAttributes().put("bingo", "fifty");