nitb: Filter ssh packets in pcap

Change-Id: I62a6ae7bd3a84baceb684c26727d2269c86ed023
This commit is contained in:
Pau Espin 2017-05-12 16:24:21 +02:00 committed by Neels Hofmeyr
parent 95fd67374c
commit 8cd347b2c5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class OsmoNitb(log.Origin):
iface = util.ip_to_iface(self.addr())
pcap_recorder.PcapRecorder(self.suite_run, self.run_dir.new_dir('pcap'), iface,
'host %s' % self.addr())
'host %s and port not 22' % self.addr())
env = { 'LD_LIBRARY_PATH': util.prepend_library_path(lib) }