Add Docker Bench for Security
[validation.git] / tests / variables.yaml
1 ##############################################################################
2 # Copyright (c) 2019 AT&T Intellectual Property.                             #
3 # Copyright (c) 2019 Nokia.                                                  #
4 #                                                                            #
5 # Licensed under the Apache License, Version 2.0 (the "License"); you may    #
6 # not use this file except in compliance with the License.                   #
7 #                                                                            #
8 # You may obtain a copy of the License at                                    #
9 #       http://www.apache.org/licenses/LICENSE-2.0                           #
10 #                                                                            #
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 ##############################################################################
17
18 # This file provides variable requeired robot testcases
19 # This file can be passed to robot testcases as follows
20 # $ robot -v varables.yaml <robot test case file>
21 #
22 # All keys are converted UPPERCASE before sumitting to robot. YAML notation is
23 # smallcase and Robot variables notation is UPPERCASE so industry is follwoing
24 # this.
25
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
31
32 ### Input variables for bios_version_dell.robot
33 sysinfo: PowerEdge R740xd
34 bios_revision: 1.3
35
36 ### Input variables for bare metal hw 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
51
52 ### Input variables for containerized ceph test
53 nodename: targetnode                          # target node to test ceph
54
55 ### Input variables for ltp
56 rootuser: rootuser       # Required root user to log in to the host
57 rootpswd: rootpassword   # Required root password to log in to the host