X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tests%2Fvariables.yaml;h=7e10871ae4087b84d82ac39caa8e1503478002ae;hb=7e118f63d265509f870cd4f29abc24d11a3d722b;hp=121eb26547f5967e2937189998a79f0166b6f6e3;hpb=bcfe962f40d0ed2697bc3c6bdc56c89f163bb812;p=validation.git diff --git a/tests/variables.yaml b/tests/variables.yaml index 121eb26..7e10871 100644 --- a/tests/variables.yaml +++ b/tests/variables.yaml @@ -17,21 +17,30 @@ # 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 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 -ssh_keyfile: ~/.ssh/id_rsa # Identity file for authentication +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 bios_revision: 1.3 +blk_dev_regexp: ([sh]d[a-z]+|nvme)[0-9]+ ### Input variables for bare metal hardware test dell or hp base_uri: https://192.168.XX.XX/redfish/v1/ # OOB Redfish link address @@ -49,6 +58,13 @@ 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 @@ -58,3 +74,4 @@ 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