diff options
author | Shubham Mishra <shivam828787@gmail.com> | 2020-09-01 23:10:14 +0530 |
---|---|---|
committer | Shubham Mishra <shivam828787@gmail.com> | 2020-09-10 11:04:19 +0530 |
commit | 7794bb28352a9f8140fa756c6d8ec7289aefbfc5 (patch) | |
tree | 0ff9344fbb2d696c08df382a465a42ba7b13daf9 /hdv/redfish/hpe6_conf/config.yaml | |
parent | dcdd46fe975c13c56a246ba0a6c79516a6afda77 (diff) |
add tests for HPE ILO 4 server
some servers sends '/' at the end of resources URI, while some doesn't. change the code to adapt both.
Change-Id: I383513f30b3d41513c0ca38b65614413788f0d4e
Signed-off-by: Shubham Mishra <shivam828787@gmail.com>
Diffstat (limited to 'hdv/redfish/hpe6_conf/config.yaml')
-rw-r--r-- | hdv/redfish/hpe6_conf/config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hdv/redfish/hpe6_conf/config.yaml b/hdv/redfish/hpe6_conf/config.yaml new file mode 100644 index 0000000..a98bfbd --- /dev/null +++ b/hdv/redfish/hpe6_conf/config.yaml @@ -0,0 +1,4 @@ +--- +bmc_ip: https://10.10.99.40 +bmc_user: OPNFV +bmc_pwd: OLfILvLdxjzPH5C |