> +
> + assertSnapshotAvailable(testSnapshot);
> + }
> +
> + @AfterClass(alwaysRun = true)
> + public void teardownTest() {
> + if (dataCenter != null)
> + deleteDataCenter(dataCenter.id());
> + }
> +
> + @Test
> + public void testList() {
> + List<Snapshot> snapshots = snapshotApi().getList();
> +
> + assertNotNull(snapshots);
> + assertFalse(snapshots.isEmpty());
Assert that it actually contains the just created snapshot?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/244/files#r55017463