mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
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));
|
assertNotNull(vdc, String.format(ENTITY_NON_NULL, VDC));
|
||||||
|
|
||||||
Set<Reference> networks = vdc.getAvailableNetworks();
|
Set<Reference> networks = vdc.getAvailableNetworks();
|
||||||
|
network = lazyGetNetwork();
|
||||||
// Look up the network in the Vdc with the id configured for the tests
|
// Look up the network in the Vdc with the id configured for the tests
|
||||||
Optional<Reference> parentNetwork = tryFind(networks, new Predicate<Reference>() {
|
Optional<Reference> parentNetwork = tryFind(networks, new Predicate<Reference>() {
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user