Skip to content

Commit

Permalink
Add shellcheck and mock modules for running unit and linter test (#14062
Browse files Browse the repository at this point in the history
)
  • Loading branch information
vaibhavhd authored Mar 3, 2023
1 parent f80bf77 commit 860bc74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y build-essential \
python3-pip \
python3-venv \
rsyslog \
shellcheck \
snmp \
software-properties-common \
sshpass \
Expand Down Expand Up @@ -59,6 +60,7 @@ RUN pip install allure-pytest==2.8.22 \
jsonpatch \
lazy-object-proxy==1.6.0 \
lxml \
mock \
msrest==0.6.21 \
natsort \
netaddr \
Expand Down Expand Up @@ -205,6 +207,7 @@ RUN python3 -m pip install aiohttp \
jsonpatch \
lxml \
markupsafe==2.0.1 \
mock \
msrest==0.6.21 \
natsort \
ncclient \
Expand Down

0 comments on commit 860bc74

Please sign in to comment.