]> git.ipfire.org Git - thirdparty/iproute2.git/commit
testsuite: Add a first ss test validating ssfilter
authorPhil Sutter <phil@nwl.cc>
Tue, 14 Aug 2018 12:18:08 +0000 (14:18 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 15 Aug 2018 21:25:18 +0000 (14:25 -0700)
commitd67eb4fbf89eb6d9a037dea1b691b449a07d898c
treebc236b452c30131746abfb75d24fbebe56162284
parent744bd07662c09db406be79c0be7ec7698be5283e
testsuite: Add a first ss test validating ssfilter

This tests a few ssfilter expressions by selecting sockets from a TCP
dump file. The dump was created using the following command:

| ss -ntaD testsuite/tests/ss/ss1.dump

It is fed into ss via TCPDIAG_FILE environment variable.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
testsuite/tests/ss/ss1.dump [new file with mode: 0644]
testsuite/tests/ss/ssfilter.t [new file with mode: 0755]