diff options
author | Shubham Mishra <shivam828787@gmail.com> | 2020-06-22 23:59:35 +0530 |
---|---|---|
committer | Shubham Mishra <shivam828787@gmail.com> | 2020-06-28 21:01:43 +0530 |
commit | 5ea4ca492b80712a822774cf50ee9864cbbb37ea (patch) | |
tree | fe3359ceff3938b5a24a4d38d3b4f9bb77b1088c /hdv/redfish/conf/config.yaml | |
parent | b5609493e9a3366a64bcf5931322bda96d965854 (diff) |
Code Refraction
- Removed Excel support completely, new command to start engine is "python hdv.py"
- add enbaled flag for every case in cases.yml
- converted keys "expected_result" and "key_flag_dict" to yaml from JSON
Change-Id: Idaf57c4a15cd7a42bfcdd99164cbb0bddf982026
Signed-off-by: Shubham Mishra <shivam828787@gmail.com>
Diffstat (limited to 'hdv/redfish/conf/config.yaml')
-rw-r--r-- | hdv/redfish/conf/config.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hdv/redfish/conf/config.yaml b/hdv/redfish/conf/config.yaml index 4f71234..4ed6876 100644 --- a/hdv/redfish/conf/config.yaml +++ b/hdv/redfish/conf/config.yaml @@ -2,14 +2,3 @@ bmc_ip: https://172.29.160.22 bmc_user: root bmc_pwd: Huawei12#$ -attr_name: 3 -pro_seq: 4 -url_seq: 5 -req_header_seq: 6 -req_body_seq: 7 -expect_return_code_seq: 8 -expect_return_value_seq: 9 -return_code_seq: 10 -return_value_seq: 11 -detail_result: 12 -final_result: 13 |