X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tests%2Fvariables.yaml;h=11e8779e1f134deb97a7a560be2742b291d8482b;hb=1af9a1f37c2e32f4ef007a97ed710d5bf8b5a9cf;hp=baa1d920ce82ba94ba34089b509cefe54ec2dd68;hpb=ee71f948a177b2f57518f2b209c2d1ca62c4fc48;p=validation.git diff --git a/tests/variables.yaml b/tests/variables.yaml index baa1d92..11e8779 100644 --- a/tests/variables.yaml +++ b/tests/variables.yaml @@ -15,18 +15,19 @@ # 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 @@ -54,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