Skip to content

Commit 88516a6

Browse files
authored
adding free radius (sonic-net#21307)
Why I did it In a subsequent PR in the sonic-mgmt repo, I will add RADIUS tests, and there needs to be a consumable RADIUS server in the infrastructure. How I did it Added the freeradius package the ptf docker j2 file. How to verify it I build the new docker image locally and then ran few succesfull app-topo tasks inside of sonic-mgmt. Also verifed that freeradius is installed.
1 parent 2d7b827 commit 88516a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockers/docker-ptf/Dockerfile.j2

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ RUN apt-get update \
9191
gdb \
9292
automake \
9393
iproute2 \
94-
wireshark-common
94+
wireshark-common \
95+
freeradius
9596

9697
{% if PTF_ENV_PY_VER == "py3" %}
9798
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1 \

0 commit comments

Comments
 (0)