//execute command interpreter on local node
final NodeEntryImpl test1 = new NodeEntryImpl("testhost1", "test1");
test1.setOsFamily("unix");
test1.getAttributes().put("bingo","fifty");
final StepExecutionContext context = ExecutionContextImpl.builder()
.frameworkProject(PROJ_NAME)
.framework(frameworkInstance)
.user("blah")
.threadCount(1)
.dataContext(DataContextUtils.addContext("option",new HashMap<String, String>(){{