scan = executor.getMostRecentScanHistory();
assertScan(scan, true, false, 29, 0, 29, 28, 0, 0);
// make one of the top parents down and see all other children are down, force a scan of all to make sure we pick
// up the changed resource.
AvailResourceComponent downParent = this.parentComponents1.iterator().next();
downParent.setNextAvailability(AvailabilityType.DOWN);
report = executor.call();
dumpContainers("testAvailReport() After Third Avail Check");
Assert.assertNotNull(report);
Assert.assertEquals(report.isChangesOnlyReport(), true, "report should have been changes-only");
availData = report.getResourceAvailability();