> @@ -44,6 +46,11 @@
> */
> @Test(groups = "api", testName = "VirtualMachineLiveApiTest")
> public class VirtualMachineLiveApiTest extends BaseAbiquoApiLiveApiTest {
> + public void testListAllVirtualMachines() {
> + Iterable<VirtualMachine> vms =
> env.context.getCloudService().listVirtualMachines();
> + assertTrue(size(vms) > 1);
> so I'll add an assertion to check that the created vm is in the list
Great, thanks!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/14/files#r5172270