Actions
Refactor #9590
closedTest for Host::Managed#info is too fragile
Description
we are testing the complete hash that is generated by info method, most of these values are not set explicitly so with any change to default values, the test gets broken, I'd like to test only values we set explicitly
also one related refactoring is that info method get primary subnet twice and then calls uniq
Actions