Add shellcheck and mock modules for running unit and linter test (#14062)

This commit is contained in:
Vaibhav Hemant Dixit 2023-03-03 11:24:26 -08:00 committed by GitHub
parent f80bf7783d
commit 860bc7492a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \
@ -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 \
@ -205,6 +207,7 @@ RUN python3 -m pip install aiohttp \
jsonpatch \
lxml \
markupsafe==2.0.1 \
mock \
msrest==0.6.21 \
natsort \
ncclient \