tobiko/extra-requirements.txt
Eduardo Olivares 1d8a0b18e6 Add tcpdump support and verify DSCP marking in QoS tests
tcpdump can be executed as a background process. A capture file,
a filter and an interface can be defined
Once the process is launched, traffic can be sent
After that, the process can be stopped and the capture file can be read
and verified if any packets have been captured

For the specific DSCP scenario, a filter is defined based on the DSCP
marking value configured for the QoS policy

Change-Id: I68a6529284aee27f162e7c27a322b83b767e2504
2021-07-21 20:06:53 +00:00

10 lines
297 B
Plaintext

# Additional requirements not in openstack/requirements project
ansi2html # LGPLv3+
dpkt # BSD
pandas # BSD
podman-py # Apache-2.0
pytest-cov # MIT
pytest-rerunfailures # MPL-2.0
pytest-timeout # MIT