Searched refs:gammaBoot (Results 1 – 1 of 1) sorted by relevance
194 List<String> gammaBoot = gammaReqs.get("version-bootloader"); in testRequireForProduct_internalState() local195 assertEquals(2, gammaBoot.size()); in testRequireForProduct_internalState()196 assertEquals("istanbul", gammaBoot.get(0)); in testRequireForProduct_internalState()197 assertEquals("constantinople", gammaBoot.get(1)); in testRequireForProduct_internalState()