-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add show reboot-history
#1154
Add show reboot-history
#1154
Commits on Oct 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e5e19ab - Browse repository at this point
Copy the full SHA e5e19abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60085a7 - Browse repository at this point
Copy the full SHA 60085a7View commit details -
[setup.py] Pin external runtime dependencies at known working versions (
sonic-net#1151) To ensure a smooth transition once we stop installing the dependencies explicitly in the SONiC image. We can upgrade dependencies selectively in the future. Also had to replace single-quotes with double-quotes in expected Click error messages, as it seems the Click package installed via pip uses double quotes, whereas the package installed via Debian used single-quotes.
Configuration menu - View commit details
-
Copy full SHA for e1244a5 - Browse repository at this point
Copy the full SHA e1244a5View commit details
Commits on Oct 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c4b2b6c - Browse repository at this point
Copy the full SHA c4b2b6cView commit details
Commits on Oct 11, 2020
-
[README.md] Add instructions for setting up a build/test environment (s…
…onic-net#1161) Add instructions for setting up an environment to build the sonic-utilities package and run unit tests Resolves sonic-net#1160
1Configuration menu - View commit details
-
Copy full SHA for 561d133 - Browse repository at this point
Copy the full SHA 561d133View commit details
Commits on Oct 12, 2020
-
[show] Add 'show' CLI for system-health feature (sonic-net#971)
* Add 'show' CLI for system-health feature Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com> * Add unit test for 'system-health' feature, add support for testing in 'show' script, Fix comments Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com> * Fix additional comments * Fix comments * Update Command-Reference.md Add a CLI reference for system-health feature. * Fix LGTM alerts * Fix comment Change 'Ignore' to 'Ignored' * Update Command-Reference.md Fix example output * Update Command-Reference.md * Change 'summary' output and adapt test and reference to the new change * Update main.py * Fix multiline output for expected output * keep output aligned * Fix import for unit testing after community change * Add clicommon for @cli.group after community change * Align changes in the feature to the CLI on commit sonic-net/sonic-buildimage@8ea2ab5 Signed-off-by: Shlomi Bitton <shlomibi@nvidia.com> * Update main.py * Move new group CLI into a separate file * Organize imports per PEP8 standards * Organize imports per PEP8 standards * Reformat docstring for readability
Configuration menu - View commit details
-
Copy full SHA for a71c72b - Browse repository at this point
Copy the full SHA a71c72bView commit details
Commits on Oct 13, 2020
-
Fix expected neighbor when multiple ports connect to same neighbor (s…
…onic-net#1162) Previous code only enumerate on distinct neighbors, thus only one port is shown for a neighbor. Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b6af9f4 - Browse repository at this point
Copy the full SHA b6af9f4View commit details -
[celestica] consutil to support customize tty device name (sonic-net#…
…1155) * Update lib.py * Keep the code format align see add spaces for special symbols * remove unused code
Configuration menu - View commit details
-
Copy full SHA for 3a7457c - Browse repository at this point
Copy the full SHA 3a7457cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8977fe - Browse repository at this point
Copy the full SHA d8977feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9531e41 - Browse repository at this point
Copy the full SHA 9531e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcd8647 - Browse repository at this point
Copy the full SHA fcd8647View commit details -
Configuration menu - View commit details
-
Copy full SHA for e66777b - Browse repository at this point
Copy the full SHA e66777bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a7e78 - Browse repository at this point
Copy the full SHA 29a7e78View commit details
Commits on Oct 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 89b189c - Browse repository at this point
Copy the full SHA 89b189cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4659ee2 - Browse repository at this point
Copy the full SHA 4659ee2View commit details -
Fix exception for ipaddress in python2 (sonic-net#1164)
The 'ipaddress.ip_interface' accepts only unicode str as input, which is default in python3. However, an exception will raise when running in python2. This commit fix the issue. Signed-off-by: bingwang <bingwang@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 059cdca - Browse repository at this point
Copy the full SHA 059cdcaView commit details -
[watermarkstat] Add unit tests for watermarkstat show commands (sonic…
…-net#1157) * Add watermark testcases and mock counters Signed-off-by: Neetha John <nejo@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for a733df5 - Browse repository at this point
Copy the full SHA a733df5View commit details
Commits on Oct 15, 2020
-
[consutil] Fix issue where the show line command crash if no ttyUSB e…
…xists (sonic-net#1173) Signed-off-by: Jing Kan jika@microsoft.com
Configuration menu - View commit details
-
Copy full SHA for e51d44f - Browse repository at this point
Copy the full SHA e51d44fView commit details -
[config/console] Support update console configuration related commands (
sonic-net#1166) Signed-off-by: Jing Kan jika@microsoft.com
Configuration menu - View commit details
-
Copy full SHA for c382d89 - Browse repository at this point
Copy the full SHA c382d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 574726f - Browse repository at this point
Copy the full SHA 574726fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28c23f0 - Browse repository at this point
Copy the full SHA 28c23f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 984ef40 - Browse repository at this point
Copy the full SHA 984ef40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4220356 - Browse repository at this point
Copy the full SHA 4220356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b62af0 - Browse repository at this point
Copy the full SHA 3b62af0View commit details
Commits on Oct 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b96fb6b - Browse repository at this point
Copy the full SHA b96fb6bView commit details
Commits on Oct 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c395e14 - Browse repository at this point
Copy the full SHA c395e14View commit details
Commits on Oct 20, 2020
-
[consutil] Add brief option to show line command (sonic-net#1176)
Signed-off-by: Jing Kan jika@microsoft.com
Configuration menu - View commit details
-
Copy full SHA for 510d0ad - Browse repository at this point
Copy the full SHA 510d0adView commit details -
[config/show] Add CLI support for proxy arp (sonic-net#1168)
* Add `config vlan proxy_arp <vlan id> <enable/disable>` * Add proxy ARP info to `show vlan brief`
Configuration menu - View commit details
-
Copy full SHA for 59a511d - Browse repository at this point
Copy the full SHA 59a511dView commit details -
Fixes the issue with show interface counters and for pfc and queue co…
…unters. (sonic-net#1180) * Fix for Issue: sonic-net/sonic-buildimage#5655 Signed-off-by: Abhishek Dosi <abdosi@microsoft.com> * Updated the the fix for pfc/queue counters also. Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 13bd06b - Browse repository at this point
Copy the full SHA 13bd06bView commit details
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5c12ffd - Browse repository at this point
Copy the full SHA 5c12ffdView commit details -
[counterpoll] Disable Counter Poll When Entering Fast Reboot (sonic-n…
…et#1174) Counter polling is enabled via enable_counters script when booting into new image and these configuration is written to config_db. However, subsequent fast-reboot into the same image will have counter polling enabled by default. This affect fast-reboot time. As a workaround, we will disable counter poll when entering fast-reboot. singed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for ca92e36 - Browse repository at this point
Copy the full SHA ca92e36View commit details
Commits on Oct 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f08d628 - Browse repository at this point
Copy the full SHA f08d628View commit details
Commits on Oct 23, 2020
-
Remove stdeb.cfg; no longer used now that we build as wheel (sonic-ne…
…t#1182) stdeb.cfg was needed for building Debian package. Now that we build a Python wheel, it is no longer used.
Configuration menu - View commit details
-
Copy full SHA for 0c3a97f - Browse repository at this point
Copy the full SHA 0c3a97fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5651b17 - Browse repository at this point
Copy the full SHA 5651b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for a060cf9 - Browse repository at this point
Copy the full SHA a060cf9View commit details
Commits on Oct 24, 2020
-
fdbshow and nbrshow use SonicV2Connector with decode_responses=True, …
…and remove all the decode() (sonic-net#1187)
Configuration menu - View commit details
-
Copy full SHA for 00a2570 - Browse repository at this point
Copy the full SHA 00a2570View commit details
Commits on Oct 26, 2020
-
[CLI][show][platform] Added ASIC count in the output. (sonic-net#1185)
* [CLI][show][platform] Added ASIC count in the output. Also added option for JSON output.
Configuration menu - View commit details
-
Copy full SHA for f14bbe5 - Browse repository at this point
Copy the full SHA f14bbe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfc73ac - Browse repository at this point
Copy the full SHA dfc73acView commit details -
[fwutil]: Set min log priority to INFO. (sonic-net#1191)
Set min log priority of fwutil to INFO Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for e889212 - Browse repository at this point
Copy the full SHA e889212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 987c433 - Browse repository at this point
Copy the full SHA 987c433View commit details
Commits on Oct 27, 2020
-
Add license file, remove third-party licenses file (sonic-net#1192)
Add LICENSE file, remove ThirdPartyLicenses.txt, as most of the files it referred to have moved to the sonic-platform-common repo, and sfputil has been completely refactored.
Configuration menu - View commit details
-
Copy full SHA for 63c6733 - Browse repository at this point
Copy the full SHA 63c6733View commit details -
[show] remove 'device2interface_dict' in show interface neighbor expe…
…cted (sonic-net#1188) Remove `device2interface_dict` in `expect` as it is no longer needed. Signed-off-by: Longxiang Lyu <lolv@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 1753f22 - Browse repository at this point
Copy the full SHA 1753f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for f645a38 - Browse repository at this point
Copy the full SHA f645a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e372b - Browse repository at this point
Copy the full SHA d7e372bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 615c3b4 - Browse repository at this point
Copy the full SHA 615c3b4View commit details
Commits on Oct 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for baeeed9 - Browse repository at this point
Copy the full SHA baeeed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f33931 - Browse repository at this point
Copy the full SHA 2f33931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2decd0c - Browse repository at this point
Copy the full SHA 2decd0cView commit details
Commits on Oct 29, 2020
-
Show FG_NHG CLI Commands Added (sonic-net#1056)
1. show fg-nhg-hash-view (shows the current hash bucket view of fg nhg) 2. show fg-nhg-active-hops (shows which set of next-hops are active)
Configuration menu - View commit details
-
Copy full SHA for 8af9aee - Browse repository at this point
Copy the full SHA 8af9aeeView commit details
Commits on Nov 2, 2020
-
[sfputil] Display 'N/A' for non-SFP ports (sonic-net#1078)
Currently, "Not Present" will be shown at non-sfp ports. This enhancement will show "N/A" instead of "Not Present" at non-sfp ports.
Configuration menu - View commit details
-
Copy full SHA for ef5f212 - Browse repository at this point
Copy the full SHA ef5f212View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4a0ebe - Browse repository at this point
Copy the full SHA b4a0ebeView commit details -
Merge branch 'reboot-history' of https://github.com/sujinmkang/sonic-…
…utilities into reboot-history
Configuration menu - View commit details
-
Copy full SHA for 9011750 - Browse repository at this point
Copy the full SHA 9011750View commit details
Commits on Nov 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6d0452b - Browse repository at this point
Copy the full SHA 6d0452bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4075f6 - Browse repository at this point
Copy the full SHA b4075f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8359c7b - Browse repository at this point
Copy the full SHA 8359c7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f838c1 - Browse repository at this point
Copy the full SHA 6f838c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac52429 - Browse repository at this point
Copy the full SHA ac52429View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc4f4e9 - Browse repository at this point
Copy the full SHA cc4f4e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b645c24 - Browse repository at this point
Copy the full SHA b645c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9fb1fc - Browse repository at this point
Copy the full SHA e9fb1fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c61191d - Browse repository at this point
Copy the full SHA c61191dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a634c - Browse repository at this point
Copy the full SHA b7a634cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dce6ed - Browse repository at this point
Copy the full SHA 6dce6edView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f02ec - Browse repository at this point
Copy the full SHA c6f02ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17516c5 - Browse repository at this point
Copy the full SHA 17516c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d0736 - Browse repository at this point
Copy the full SHA 81d0736View commit details -
Configuration menu - View commit details
-
Copy full SHA for df9cfcf - Browse repository at this point
Copy the full SHA df9cfcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd282e9 - Browse repository at this point
Copy the full SHA cd282e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6b55ae - Browse repository at this point
Copy the full SHA e6b55aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac2eba5 - Browse repository at this point
Copy the full SHA ac2eba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b927ab7 - Browse repository at this point
Copy the full SHA b927ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 212274d - Browse repository at this point
Copy the full SHA 212274dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f452276 - Browse repository at this point
Copy the full SHA f452276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e8fad6 - Browse repository at this point
Copy the full SHA 2e8fad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd2629f - Browse repository at this point
Copy the full SHA fd2629fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b59df08 - Browse repository at this point
Copy the full SHA b59df08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d20f97 - Browse repository at this point
Copy the full SHA 7d20f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08817ad - Browse repository at this point
Copy the full SHA 08817adView commit details -
Configuration menu - View commit details
-
Copy full SHA for b18f0c4 - Browse repository at this point
Copy the full SHA b18f0c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9489bb8 - Browse repository at this point
Copy the full SHA 9489bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 517c2c5 - Browse repository at this point
Copy the full SHA 517c2c5View commit details -
Merge branch 'reboot-history' of https://github.com/sujinmkang/sonic-…
…utilities into reboot-history
Configuration menu - View commit details
-
Copy full SHA for 02eb1c7 - Browse repository at this point
Copy the full SHA 02eb1c7View commit details