X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tests%2Fvariables.yaml;h=4a68a51ed253867ed2a28e703605b0b08a61f6a3;hb=1f7ada0865727ed7500eaac39b47cfb20ac1ad78;hp=baa1d920ce82ba94ba34089b509cefe54ec2dd68;hpb=65345e13b94f849fadfca6c046929fcc2da466e2;p=validation.git diff --git a/tests/variables.yaml b/tests/variables.yaml index baa1d92..4a68a51 100644 --- a/tests/variables.yaml +++ b/tests/variables.yaml @@ -15,18 +15,27 @@ # 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 +# $ robot -V variables.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. +# +# bluval.py takes this file and updates it to new file and passes to +# robot framework +# + ### Input variables cluster's master host -host: aknode109 # cluster's master host address -username: mm747b # user credentials -home: /home/mm747b # Public keys location +host: 172.28.17.206 # cluster's master host address +username: cloudadmin # login name to connect to cluster +ssh_keyfile: /root/.ssh/id_rsa # Identity file for authentication + +### bluval.py adds/modifies following, before passing to robot. +### while debugging from CLI user has to modify these +# log_path: /opt/akraino/results// ### Input variables for bios_version_dell.robot sysinfo: PowerEdge R740xd @@ -48,9 +57,20 @@ bootseq: boot_input # boot status biosver: bios_version # host bios version firmware: firmware_version # host firmware +### Input variables for Redfish test +bmc_ip: # bmc address list + - 192.168.10.10 + - 192.168.10.11 +bmc_user: admin # username +bmc_password: Password#0 # password + ### Input variables for containerized ceph test 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