-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig
More file actions
90 lines (68 loc) · 2.31 KB
/
config
File metadata and controls
90 lines (68 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
##### BMC Information #####
-v BMC_HOST:redfish-localhost
-v BMC_USERNAME:admin
-v BMC_PASSWORD:password
# Redfish instance IDs are auto-discovered for OOB runs when left commented.
# Uncomment any entry below to use that explicit value instead of auto-discovery.
#-v BMC_ID:<manager-id>
#-v SYSTEM_ID:<system-id>
#-v CHASSIS_ID:<chassis-id>
# relative or absolute path of logs directory
--outputdir=logs
##### SOL Information #####
# Default SOL_TYPE as ipmi sol.
# Change to ssh per systems. Additional cmd for executing sol supports.
#
#-v SOL_TYPE:ssh
#-v SOL_SSH_PORT:22
#-v SOL_SSH_CMD:None
##### Host Information #####
-v SOL_LOGIN_OUTPUT:ubuntu login:
-v SOL_LOGIN_USERNAME:user
-v SOL_LOGIN_PASSWORD:password
##### Virtual Media #####
-v VM_URL:https://old-releases.ubuntu.com/releases/22.04/ubuntu-22.04.2-live-server-arm64.iso
# Additional Virtual Media Parameters
# Following is an example, uncomment and modify the variables as needed by Virtual Media.
# -v VM_USER:username
# -v VM_PASSWD:password
# -v VM_TRANSFER_PROTO_TYPE:NFS
# -v VM_TRANSFER_METHOD:Stream
# -v VM_WRITE_PROT:false
##### Self Declaration For SBMR Interface #####
# If system supports the compliant interfaces, change corresponding variable to 1.
# In-Band
-v MFSPX_Interface_Declaration:0
# JTAG
-v M1_JTAG_1_2_Interface_Declaration:0
-v M2_JTAG_2_Interface_Declaration:0
-v M3_JTAG_2_Interface_Declaration:0
# Side-Band
-v M3_SB_1_9_Interface_Declaration:0
-v M4_SB_1_Interface_Declaration:0
# OOB
-v M3_OOB_1_Interface_Declaration:0
# BMC-IO
-v M2_IO_1_NCSI_Interface_Declaration:0
-v M3_IO_1_2_Interface_Declaration:0
-v M4_IO_1_3_Interface_Declaration:0
# SPDM
-v M3_SPDM_1_2_Interface_Declaration:0
# RAS
-v M2_RAS_2_Function_Declaration:0
# SBMR Future Requirements
# In-Band
-v M5_IB_1_2_Interface_Declaration:0
# Side-Band
-v M5_SB_1_Interface_Declaration:0
# BMC-IO
-v M5_IO_1_Interface_Declaration:0
# OOB
# Add user-controlled flag to decide whether BIOS settings are exposed and the test should run.
# 0 means BIOS settings are not exposed and the test will be skipped.
# 1 means BIOS settings are exposed and the test will be executed.
-v M5_OOB_1_EXPOSE_BIOS_SETTINGS_SUPPORT:0
# Host-to-SatMC interface
-v M5_HS_1_2_Interface_Declaration:0
##### Debug : Redfish Mockup Creator #####
#--include Test_BMC_Redfish_Using_Redfish_Mockup_Creator