}
AvailabilityExecutor.Scan scan = executor.getMostRecentScanHistory();
assertScan(scan, true, true, 29, 29, 29, 28, 0, 0);
// do a forced avail check again - nothing changed, so we should have an empty report
report = executor.call();
dumpContainers("testAvailReport() After Second Avail Check");
Assert.assertNotNull(report);
Assert.assertEquals(report.isChangesOnlyReport(), true, "Second report should have been changes-only");
Assert.assertEquals(report.getResourceAvailability().isEmpty(), true, "Nothing changed, should be empty");
scan = executor.getMostRecentScanHistory();