Description of problem: Host display address is listed as a mandatory parameter. Version-Release number of selected component (if applicable): SF8 - rhevm-3.2.0-9 How reproducible: 100% Actual results: <body> <type>Host</type> ... <parameter required="true" type="xs:string"> <name>host.display.address</name> </parameter> ... </body> Expected results: <body> <type>Host</type> ... <parameter required="false" type="xs:string"> <name>host.display.address</name> </parameter> ... </body>
Since we have automatic validation via RSDL in our framework, this issue is blocking many of our tests .
OK -SF9 Host display address is no longer listed as mandatory in RSDL: <parameter required="false" type="xs:string"> <name>host.display.address</name> </parameter>
3.2 has been released