From a1c8751cbd07bfa25c72ab0bc193f28a872922ec Mon Sep 17 00:00:00 2001 From: Sujin Kang Date: Fri, 18 Jun 2021 15:36:35 -0700 Subject: [PATCH] Make the soft-reboot available in the SONiC image on master (#1681) Make the soft-reboot available in the SONiC image on master What I did Add soft-reboot to build package How I did it Add "soft-reboot" to the package list of sonic-utility/setup.py How to verify it Build a SONiC image, load the image to DUT and check if soft-reboot is available. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2ac87e4ad284..de5a3cbdac79 100644 --- a/setup.py +++ b/setup.py @@ -120,6 +120,7 @@ 'scripts/route_check_test.sh', 'scripts/vnet_route_check.py', 'scripts/sfpshow', + 'scripts/soft-reboot', 'scripts/storyteller', 'scripts/syseeprom-to-json', 'scripts/tempershow',