[Platform API][Fan] Compare applicable data against values from platform.json#2219
[Platform API][Fan] Compare applicable data against values from platform.json#2219jleveque merged 12 commits intosonic-net:masterfrom
Conversation
Summary: For fan tests where known truths are available in the platform.json file, compare actual values against those truths Type of change Bug fix Testbed and Framework(new/improvement) Test case(new/improvement) Approach What is the motivation for this PR? To improve the quality of the Fan platform API test How did you do it? For fan tests where known truths are available in the platform.json file, compare actual values against those truths How did you verify/test it? Run Fan tests on a device with a populated platform.json present Any platform specific information? Platform must have a populated platform.json present Signed-off-by: vaibhav-dahiya <[email protected]>
|
This pull request fixes 1 alert when merging 3c5cef0 into 4ad939b - view on LGTM.com fixed alerts:
|
Signed-off-by: vaibhav-dahiya <[email protected]>
|
This pull request fixes 1 alert when merging 22eed57 into e01b6be - view on LGTM.com fixed alerts:
|
Signed-off-by: vaibhav-dahiya <[email protected]>
Signed-off-by: vaibhav-dahiya <[email protected]>
|
This pull request fixes 1 alert when merging 815f305 into e01b6be - view on LGTM.com fixed alerts:
|
Signed-off-by: vaibhav-dahiya <[email protected]>
Signed-off-by: vaibhav-dahiya <[email protected]>
Signed-off-by: vaibhav-dahiya <[email protected]>
Signed-off-by: vaibhav-dahiya <[email protected]>
Signed-off-by: vaibhav-dahiya <[email protected]>
|
This pull request fixes 1 alert when merging 14b16e5 into 412cd01 - view on LGTM.com fixed alerts:
|
Signed-off-by: vaibhav-dahiya <[email protected]>
|
This pull request fixes 1 alert when merging 37d2907 into 412cd01 - view on LGTM.com fixed alerts:
|
|
Retest vsimage please |
|
Eventually, we will need to restructure these tests so as to handle modular chassis. Since fans can be contained in a number of other device types, I think it makes for the container device to run the fan tests on all fans contained within it. Until we refactor the tests to achieve this, however, I believe this fan test should test not only the fans directly on the chassis, but also in fan drawers and PSUs, rather than duplicating this code in the fan drawer and PSU tests. @vdahiya12: What do you think? |
Signed-off-by: vaibhav-dahiya <[email protected]>
|
This pull request fixes 1 alert when merging 5ce12cb into 30180c9 - view on LGTM.com fixed alerts:
|
|
Retest this please |
|
Retest this please |
Signed-off-by: vaibhav-dahiya <[email protected]>
|
This pull request fixes 1 alert when merging c8683ff into 5978ad2 - view on LGTM.com fixed alerts:
|
…ic-net#11223) swss: * 43b9f06 2022-06-23 | [ACL] Support stage particular match fields (sonic-net#2341) (HEAD -> 202205) [bingwang-ms] * c7f1add 2022-06-22 | Fix qos map test in vs test (sonic-net#2343) [bingwang-ms] * 0549f3c 2022-06-22 | Fix for "orchagent crashed when trying to delete fdb static entry with swssconfig sonic-net#11046" (sonic-net#2332) [anilkpan] utilities: * 785508d 2022-05-25 | [GCU] Handling type1 lists (sonic-net#2171) (HEAD -> 202205) [Mohamed Ghoneim] * 56c2c6b 2022-06-22 | [config reload] Fixing config reload when timer based services are disabled (sonic-net#2200) (sonic-net#2226) (HEAD -> 202205, github/202205) [Sudharsan Dhamal Gopalarathnam] * 600979e 2022-06-16 | Fix header for the output table following 'show ipv6 interface' command (sonic-net#2219) [Dror Prital] sairedis: * 14fba45 2022-06-13 | [vslib]: Fixbug in cleanup MACsec device (sonic-net#1059) (HEAD -> 202205) [Ze Gan] * ac6e7ad 2022-04-29 | [vslib]: Update packet number of MACsec SA at runtime (sonic-net#1007) [Ze Gan] platform-daemons: * 6ffec22 2022-06-22 | [ycabled] Fix the init values for active-active ports (sonic-net#266) (HEAD -> 202205) [vdahiya12] Signed-off-by: Ying Xie <[email protected]>
sonic-swss 25fe915 [crmorch] Prevent exceededLogCounter from resetting when low and high values are equal (sonic-net#2327) 1c3c5e0 [BFD]Retry create BFD with different source UDP port on failure (sonic-net#2225) d5775b1 Skip consistent fail tests (sonic-net#2269) sonicutilities 5800b73 Fix header for the output table following 'show ipv6 interface' command (sonic-net#2219)
Summary:
For fan tests where known truths are available in the platform.json file, compare actual values against those truths
Type of change
Approach
What is the motivation for this PR?
To improve the quality of the Fan platform API test
How did you do it?
For fan tests where known truths are available in the platform.json file, compare actual values against those truths
How did you verify/test it?
Run Fan tests on a device with a populated platform.json present
Any platform specific information?
Platform must have a populated platform.json present
Signed-off-by: vaibhav-dahiya [email protected]