Neels Hofmeyr has submitted this change and it was merged.

Change subject: nitb: Filter ssh packets in pcap
......................................................................


nitb: Filter ssh packets in pcap

Change-Id: I62a6ae7bd3a84baceb684c26727d2269c86ed023
---
M src/osmo_gsm_tester/osmo_nitb.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Neels Hofmeyr: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/src/osmo_gsm_tester/osmo_nitb.py b/src/osmo_gsm_tester/osmo_nitb.py
index 835bf13..13dfe27 100644
--- a/src/osmo_gsm_tester/osmo_nitb.py
+++ b/src/osmo_gsm_tester/osmo_nitb.py
@@ -53,7 +53,7 @@
 
         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) }
 

-- 
To view, visit https://gerrit.osmocom.org/2586
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I62a6ae7bd3a84baceb684c26727d2269c86ed023
Gerrit-PatchSet: 3
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: neels <[email protected]>

Reply via email to