@Before
public void setup() throws Exception {
dataDir = baseDir.newFolder().getAbsolutePath();
workingDir = baseDir.newFolder().getAbsolutePath();
cloudComputeService = mock(CloudComputeService.class);
sshCommandExecutor = new MockSSHCommandExecutor(LOG);
node1 = mock(NodeMetadata.class);
node2 = mock(NodeMetadata.class);
node3 = mock(NodeMetadata.class);
template = mock(Template.class);
when(template.getLocation()).thenReturn(mock(Location.class));