aboutsummaryrefslogtreecommitdiffstats
path: root/test/template_bd.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/template_bd.py')
-rw-r--r--test/template_bd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/template_bd.py b/test/template_bd.py
index 91d5dd71..ae171351 100644
--- a/test/template_bd.py
+++ b/test/template_bd.py
@@ -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)