make test: improve documentation and PEP8 compliance

Change-Id: Ib4f0353aab6112fcc3c3d8f0bcbed5bc4b567b9b
Signed-off-by: Klement Sekera <ksekera@cisco.com>
This commit is contained in:
Klement Sekera
2017-01-04 12:58:53 +01:00
committed by Damjan Marion
parent a48ad28256
commit da505f608e
19 changed files with 468 additions and 156 deletions

View File

@@ -75,8 +75,8 @@ class BridgeDomain(object):
self.pg_start()
# Pick first received frame and check if it's the
# non-encapsulated frame
# Pick first received frame and check if it's the non-encapsulated
# frame
out = self.pg1.get_capture(1)
pkt = out[0]
self.assert_eq_pkts(pkt, self.frame_request)