X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tests%2Fvariables.yaml;h=121eb26547f5967e2937189998a79f0166b6f6e3;hb=f7e6d3b93739ff413f5e7dcc16e6637658a65e3c;hp=2949440a52e4a4ee328949716e1136915852f91d;hpb=a820722e5fb87a9408ecfe047fd52995965bda62;p=validation.git diff --git a/tests/variables.yaml b/tests/variables.yaml index 2949440..121eb26 100644 --- a/tests/variables.yaml +++ b/tests/variables.yaml @@ -15,24 +15,25 @@ # 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 host: aknode109 # cluster's master host address username: mm747b # user credentials home: /home/mm747b # Public keys location +ssh_keyfile: ~/.ssh/id_rsa # Identity file for authentication ### Input variables for bios_version_dell.robot 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 @@ -54,3 +55,6 @@ 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