1 ##############################################################################
2 # Copyright (c) 2019 AT&T Intellectual Property. #
3 # Copyright (c) 2019 Nokia. #
5 # Licensed under the Apache License, Version 2.0 (the "License"); you may #
6 # not use this file except in compliance with the License. #
8 # You may obtain a copy of the License at #
9 # http://www.apache.org/licenses/LICENSE-2.0 #
11 # Unless required by applicable law or agreed to in writing, software #
12 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
13 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
14 # See the License for the specific language governing permissions and #
15 # limitations under the License. #
16 ##############################################################################
18 # This file provides variables required by robot testcases
19 # This file can be passed to robot testcases as follows
20 # $ robot -v varables.yaml <robot test case file>
22 # All keys are converted UPPERCASE before submitting to robot. YAML notation is
23 # smallcase and Robot variables notation is UPPERCASE so industry is following
26 ### Input variables cluster's master host
27 host: aknode109 # cluster's master host address
28 username: mm747b # user credentials
29 home: /home/mm747b # Public keys location
30 ssh_keyfile: ~/.ssh/id_rsa # Identity file for authentication
32 ### Input variables for bios_version_dell.robot
33 sysinfo: PowerEdge R740xd
36 ### Input variables for bare metal hardware test dell or hp
37 base_uri: https://192.168.XX.XX/redfish/v1/ # OOB Redfish link address
38 ipmiuser: ipmi_user # ipmi user
39 ipmipwrd: ipmi_pwd # ipmi password
40 host_mr: master_host_ip # cluster's master host address
41 host_wr1: worker_host_ip # cluster's worker1 host address
42 host_wr2: worker_host_ip # cluster's worker2 host address
43 host_wr3: worker_host_ip # cluster's worker3 host address
44 host_wr4: worker_host_ip # cluster's worker4 host address
45 macaddr: mac_input # host mac address
46 chassis: serial_number # host serial number
47 idracip: idrac_ip # idrac ip address
48 bootseq: boot_input # boot status
49 biosver: bios_version # host bios version
50 firmware: firmware_version # host firmware
52 ### Input variables for Redfish test
53 bmc_ip: # bmc address list
56 bmc_user: admin # username
57 bmc_password: Password#0 # password
59 ### Input variables for containerized ceph test
60 nodename: targetnode # target node to test ceph
62 ### Input variables for ltp
63 rootuser: rootuser # Required root user to log in to the host
64 rootpswd: rootpassword # Required root password to log in to the host
66 ### Input variables for Conformance test
67 internal_registry: '' # Docker internal registry
68 dns_domain: cluster.local # cluster's DNS domain