Skip to content

Commit

Permalink
Add pytest-stress to sonic-mgmt image (#21304)
Browse files Browse the repository at this point in the history
Why I did it
Adding pytest-stress to sonic-mgmt image will help in running stress tests.

How I did it
pip install pytest-stress plugin

How to verify it
Manually tested the image with DUT

Tested branch (Please provide the tested image version)
Not applicable.

Description for the changelog
Adding pytest-stress to sonic-mgmt image will help in running stress tests.

Link to config_db schema for YANG module changes
Not applicable
  • Loading branch information
opcoder0 authored Jan 8, 2025
1 parent 4317df5 commit 2630e7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ RUN python3 -m pip install aiohttp \
pytest-xdist==1.28.0 \
python-dateutil \
pytest==7.4.0 \
pytest-stress \
PyYAML \
redis \
requests \
Expand Down Expand Up @@ -175,6 +176,7 @@ RUN python2 -m pip install allure-pytest==2.8.22 \
pytest-repeat \
pytest-html \
pytest-xdist==1.28.0 \
pytest-stress \
python-dateutil \
PyYAML \
redis \
Expand Down

0 comments on commit 2630e7d

Please sign in to comment.