final Framework frameworkInstance = getFrameworkInstance();
ExecNodeStepExecutor interpret = new ExecNodeStepExecutor(frameworkInstance);
//setup nodeexecutor for local node
testNodeExecutor testexec = new testNodeExecutor();
NodeExecutorService service = NodeExecutorService.getInstanceForFramework(getFrameworkInstance());
service.registerInstance("jsch-ssh", testexec);
//execute command interpreter on local node
final NodeEntryImpl test1 = new NodeEntryImpl("testhost2","testnode2");
final StepExecutionContext context = ExecutionContextImpl.builder()
.frameworkProject(PROJ_NAME)