.user("blah")
.nodeSelector(nodeSet)
.threadCount(nodeSet.getThreadCount())
.keepgoing(nodeSet.isKeepgoing())
.nodesFile(extResourcesfile)
.nodes(frameworkInstance.filterNodeSet(nodeSet, PROJ_NAME, extResourcesfile))
.build();
assertEquals(2,context.getNodes().getNodeNames().size());
final NodeDispatcher nodeDispatcher = service.getNodeDispatcher(context);
assertNotNull(nodeDispatcher);