aboutsummaryrefslogtreecommitdiffstats
path: root/hdv/redfish/conf
AgeCommit message (Collapse)AuthorFilesLines
2020-09-23 add support for pdf2.0Shubham Mishra1-0/+1094
Change-Id: I5efa879f4707c75d347e49e34cb178d978849b94 Signed-off-by: Shubham Mishra <shivam828787@gmail.com>
2020-09-10add tests for HPE ILO 4 serverShubham Mishra1-20/+20
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>
2020-08-25add pytest for main engine and integrated testapiShubham Mishra1-1/+1
Change-Id: I9fffd0e04758ddbd0fd05a6358dd4e162c9c8e05 Signed-off-by: Shubham Mishra <shivam828787@gmail.com>
2020-06-28Code RefractionShubham Mishra4-139/+234
- 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>
2020-06-16Merged depends.yml and cases.yml for general casesShubham Mishra2-406/+453
Updated create_real_url() function to retreive and process parent url to get child url. All cases are indepedent now and order doesn't matter, same can be extended to exception cases too. Change-Id: I77c9ad1b406fde01a7853872a515b560b9265871 Signed-off-by: Shubham Mishra <shivam828787@gmail.com>
2020-05-08migrate hdv code from cirv to subproject cirv-hdv projectchenliangyjy5-0/+1399
Signed-off-by: chenliangyjy <chenliangyjy@chinamobile.com> Change-Id: Ieb02ccf45bdf7b0b46cb204c864a521d547a5231 Signed-off-by: chenliangyjy <chenliangyjy@chinamobile.com>