From e78a866cb044fdfd413f2062cb086f66f405c8ed Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Fri, 22 Mar 2019 10:07:52 -0700 Subject: [PATCH] [route_check] Move scripts under scripts/ directory, add to setup.py (#489) --- {sonic-utilities-tests => scripts}/route_check_test.sh | 0 setup.py | 2 ++ 2 files changed, 2 insertions(+) rename {sonic-utilities-tests => scripts}/route_check_test.sh (100%) mode change 100644 => 100755 diff --git a/sonic-utilities-tests/route_check_test.sh b/scripts/route_check_test.sh old mode 100644 new mode 100755 similarity index 100% rename from sonic-utilities-tests/route_check_test.sh rename to scripts/route_check_test.sh diff --git a/setup.py b/setup.py index 971f9f07f16b..e401f998b66b 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,8 @@ 'scripts/psushow', 'scripts/queuestat', 'scripts/reboot', + 'scripts/route_check.py', + 'scripts/route_check_test.sh', 'scripts/sfpshow', 'scripts/teamshow', 'scripts/nbrshow',