X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tests%2Fvariables.yaml;h=11e8779e1f134deb97a7a560be2742b291d8482b;hb=1af9a1f37c2e32f4ef007a97ed710d5bf8b5a9cf;hp=aef860fcc602a12976dfbd53e41eeedbfa003464;hpb=46fdb5c3ada989e4f99627df2952ddeadb12b59d;p=validation.git diff --git a/tests/variables.yaml b/tests/variables.yaml index aef860f..11e8779 100644 --- a/tests/variables.yaml +++ b/tests/variables.yaml @@ -15,12 +15,12 @@ # limitations under the License. # ############################################################################## -# This file provides variable requeired robot testcases +# This file provides variables required by robot testcases # This file can be passed to robot testcases as follows # $ robot -v varables.yaml # -# All keys are converted UPPERCASE before sumitting to robot. YAML notation is -# smallcase and Robot variables notation is UPPERCASE so industry is follwoing +# All keys are converted UPPERCASE before submitting to robot. YAML notation is +# smallcase and Robot variables notation is UPPERCASE so industry is following # this. ### Input variables cluster's master host @@ -33,7 +33,7 @@ ssh_keyfile: ~/.ssh/id_rsa # Identity file for authentication sysinfo: PowerEdge R740xd bios_revision: 1.3 -### Input variables for bare metal hw test dell or hp +### Input variables for bare metal hardware test dell or hp base_uri: https://192.168.XX.XX/redfish/v1/ # OOB Redfish link address ipmiuser: ipmi_user # ipmi user ipmipwrd: ipmi_pwd # ipmi password @@ -55,3 +55,7 @@ nodename: targetnode # target node to test ceph ### Input variables for ltp rootuser: rootuser # Required root user to log in to the host rootpswd: rootpassword # Required root password to log in to the host + +### Input variables for Conformance test +internal_registry: '' # Docker internal registry +dns_domain: cluster.local # cluster's DNS domain