l3-longevity: Report avg latency for endpoints on a particular port.

Use endpoint EID to match Port EID so we can know which ports
endpoints belong to.

Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
Ben Greear
2021-04-09 17:12:06 -07:00
parent 39306b26a9
commit ba4212fff6
2 changed files with 69 additions and 17 deletions

View File

@@ -542,6 +542,8 @@ class L3CXProfile(LFCliBase):
self.local_realm.wait_until_cxs_appear(these_cx, debug=debug_)
return these_cx, these_endp
def to_string(self):
pprint.pprint(self)