mirror of https://github.com/apache/jclouds.git
Merge pull request #794 from andreaturli/vmware-test-tool
issue 830: fixed networkConfiguration() private method
This commit is contained in:
commit
e356ec21c4
|
@ -624,7 +624,7 @@ public abstract class BaseVCloudDirectorApiLiveTest extends BaseContextLiveTest<
|
|||
assertNotNull(vdc, String.format(ENTITY_NON_NULL, VDC));
|
||||
|
||||
Set<Reference> networks = vdc.getAvailableNetworks();
|
||||
|
||||
network = lazyGetNetwork();
|
||||
// Look up the network in the Vdc with the id configured for the tests
|
||||
Optional<Reference> parentNetwork = tryFind(networks, new Predicate<Reference>() {
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue