tests: Add support for getting corefile patterns on FreeBSD
[vpp.git] / test / requirements.txt
index beb338d..c01d311 100644 (file)
@@ -23,3 +23,4 @@ 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