• Sasha Goldshtein's avatar
    bpflist: Add to tests and use Python directory listing · 563af796
    Sasha Goldshtein authored
    This commit adds bpflist to the smoke tests suite (omitted by mistake),
    and switches to listing file descriptors using Python's `os` module
    instead of relying on `ls` glob expansion, which is fragile when there
    are many processes with many fds.
    563af796
test_tools_smoke.py 13.3 KB