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
Added by Marek Hulán about 10 years ago
Added by Marek Hulán about 10 years ago
Fixes #9590 - make info test less fragile
(cherry picked from commit e24c3fbbe5d089f76b89f909b65b2bd2205a5035)
Actions
Fixes #9590 - make info test less fragile