add testcase to improve test coverage
[multicloud/framework.git] / artifactbroker / main / src / test / resources / expectedValidationResults / InvalidRestServerParameters.txt
1 validation error(s) on parameters from "parameters/DistributionConfigParameters_InvalidRestServerParameters.json"
2 parameter group "SDCDistributionGroup" type "org.onap.policy.distribution.main.parameters.DistributionParameterGroup" INVALID, parameter group has status INVALID
3   parameter group "null" type "org.onap.policy.distribution.main.parameters.RestServerParameters" INVALID, parameter group has status INVALID
4     field "host" type "java.lang.String" value "" INVALID, must be a non-blank string containing hostname/ipaddress of the distribution rest server
5     field "port" type "int" value "-1" INVALID, must be a positive integer containing port of the distribution rest server
6     field "userName" type "java.lang.String" value "" INVALID, must be a non-blank string containing userName for distribution rest server credentials
7     field "password" type "java.lang.String" value "" INVALID, must be a non-blank string containing password for distribution rest server credentials