Readme of PFCWD reboot and restart tests#2359
Readme of PFCWD reboot and restart tests#2359SubhajitPalKeysight wants to merge 8 commits intosonic-net:masterfrom
Conversation
docs/pfcwd/README_PFCWD_Restart.md
Outdated
| - [Background](#background) | ||
| - [PFC storm detection](#pfc-storm-detection) | ||
| - [PFC storm mitigation](#pfc-storm-mitigation) | ||
| - [PFC storm restoration](#pfc-storm-restoration) | ||
| - [PFC watchdog implementation](#pfc-watchdog-implementation) | ||
| - [PFC watchdog commands on SONiC](#pfc-watchdog-commands-on-sonic) |
There was a problem hiding this comment.
These sections can be omitted. Please move all this to a general readme under the pfcwd folder since it is the same for all cases
There was a problem hiding this comment.
Omitted the TOC from the readme.
|
|
||
| ## Experiment Steps | ||
|
|
||
| 1. Execute the test “PFCWD_Basic_All-to-all” test for only one priority (e.g., 3) |
There was a problem hiding this comment.
Please describe what the test "pfcwd basic all to all" does. Without that info, it is unclear what is being covered
There was a problem hiding this comment.
There was a problem hiding this comment.
Please provide a link to the testcase in this document
There was a problem hiding this comment.
PFC WD Test Plan is yet to merge in sonic-mgmt/master - is it ok to provide the link of PR ( #2205 ) in actual document.
| - [Background](#background) | ||
| - [PFC storm detection](#pfc-storm-detection) | ||
| - [PFC storm mitigation](#pfc-storm-mitigation) | ||
| - [PFC storm restoration](#pfc-storm-restoration) | ||
| - [PFC watchdog implementation](#pfc-watchdog-implementation) | ||
| - [PFC watchdog commands on SONiC](#pfc-watchdog-commands-on-sonic) |
There was a problem hiding this comment.
please move these sections to a general readme
There was a problem hiding this comment.
Omitted the TOC section from readme
| <code>$sudo warm-reboot [options] </code> | ||
|
|
||
| 2. Wait for the DUT to come up | ||
| 3. Execute the test "PFCWD\_Basic\_All-to-all" test for only one priority (e.g., 3) |
There was a problem hiding this comment.
Explain what is the pfcwd basic all to all test
There was a problem hiding this comment.
There was a problem hiding this comment.
Please provide a link to the testcase in this document
There was a problem hiding this comment.
PFC WD Test Plan is yet to merge in sonic-mgmt/master - is it ok to provide the link of PR ( #2205 ) in actual document ?
|
@neethajohn did author addressed all your questions? |
…submodule head (sonic-net#11705) Kernel: * 86c4b66 2022-07-28 | [Mellanox] Add new kernel patches from HW-MGMT package V.7.0020.3005 (sonic-net#287) (HEAD -> 202205) [Kebo Liu] * 3a8416a 2022-07-05 | [patch] mlxsw: i2c: Prevent transaction execution for special chip (sonic-net#279) [Stepan Blyshchak] swss: * 3f69944 2022-08-10 | Set internal class state to reflect the actual state (sonic-net#2410) (HEAD -> 202205, tag: foo) [Prince Sunny] * 87e98eb 2022-08-09 | [portsorch] Expose supported FEC modes to STABE_DB and check whether FEC mode is supported before setting it (sonic-net#2400) [Stephen Sun] * e71ab99 2022-07-29 | portsorch: initial support for link-training (sonic-net#2359) [Dante (Kuo-Jung) Su] * ed5e5be 2022-07-08 | Port configuration incremental update support (sonic-net#2305) [Junchao-Mellanox] utilities: * 0df3ba8 2022-08-12 | Revert "Improve the way to check port type of RJ45 port (sonic-net#2249)" (HEAD -> 202205) [Ying Xie] * 9b21903 2022-08-12 | Fix test failure in dump table test in 202205 (sonic-net#2307) (HEAD -> 202205, github/202205) [Stephen Sun] * 750d1db 2022-08-11 | Convert IPv6 addresses to lowercase in apply-patch (sonic-net#2299) (HEAD -> 202205) [dbarashinvd] * 555947e 2022-08-09 | [config][muxcable] add support to enable/disable ycable telemetry (sonic-net#2297) [vdahiya12] * 978f416 2022-08-09 | Fix GCU bug when backend service modifying config (sonic-net#2295) [jingwenxie] * 8fed381 2022-08-02 | [intfutil] Check whether the FEC mode is supported on the platform before configuring it to CONFIG_DB (sonic-net#2223) (github/202205) [Stephen Sun] * a1a09e4 2022-07-29 | Improve the way to check port type of RJ45 port (sonic-net#2249) [Stephen Sun] * 9bdbfb8 2022-05-19 | sonic-utils: initial support for link-training (sonic-net#2071) [Dante (Kuo-Jung) Su] * c088ec4 2022-08-10 | Support to enable fips for the command sonic_installer (sonic-net#2154) (sonic-net#2303) [xumia] platform-daemon: * 767cfb6 2022-08-09 | [ycabled] add capability to enable/disable telemetry (sonic-net#279) (HEAD -> 202205) [vdahiya12] linkmgrd: * cf1ba2b 2022-08-12 | wait for handler to be completed (sonic-net#114) (HEAD -> 202205, github/202205) [Jing Zhang] * e99026c 2022-08-11 | [lgtm]: add uuid-dev to lgtm prepare (sonic-net#112) (HEAD -> 202205) [Jing Zhang] * bd1b7f0 2022-08-11 | Adjust `DbInterfaceRaceConditionCheck` to Wait Longer for Handlers to be executed (sonic-net#111) (HEAD -> 202205, github/202205) [Jing Zhang] * e9dc6b2 2022-08-11 | Backoff mux probing for server down scenario (sonic-net#106) [Jing Zhang] * 0d61171 2022-08-09 | Fix race condition caused by strand `wrap` method (sonic-net#104) [Jing Zhang] * e9ede7d 2022-07-02 | Enforce switch after config mux to active (sonic-net#95) [Longxiang Lyu] * 15dbc30 2022-06-30 | Add unittest to verify mux toggle active (sonic-net#94) [Longxiang Lyu] Signed-off-by: Ying Xie <[email protected]>
Summary:
Readme of PFCWD reboot and restart tests.
Type of change