[sonic-mgmt]: Support for pytest-html to control logs better (#4791)

The current stdout file which also includes the dut logs are very verbose and noisy.

We have manually installed it in the sonic-mgmt docker in our organization and tuned the pytest settings to produce very helpful and concise logs.

pytest-html plugins can be used to post-process the output in various ways based on our different and unique organizational needs.

Hence proposing to add this pkt to the docker file
This commit is contained in:
Shuba Viswanathan 2020-06-25 17:45:16 -07:00 committed by GitHub
parent b8ad0ed4e4
commit 921d132a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ RUN pip install cffi==1.10.0 \
pyro4 \
pysnmp==4.2.5 \
pytest-repeat \
pytest-html \
pytest-xdist==1.28.0 \
pytest==4.6.5 \
redis \