tests: Add support for getting corefile patterns on FreeBSD
[vpp.git] / test / requirements.txt
index 1f55ef5..c01d311 100644 (file)
@@ -22,3 +22,5 @@ jsonschema; python_version >= '3.7'     # MIT
 dataclasses; python_version == '3.6'    # Apache-2.0
 black                                   # MIT https://github.com/psf/black
 pycryptodome                            # BSD, Public Domain
+sh                                      # MIT https://github.com/amoffat/sh
+sysctl; platform_system == "FreeBSD"   # BSD