diff options
author | Klement Sekera <ksekera@cisco.com> | 2018-08-20 11:06:37 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-08-20 15:06:10 +0000 |
commit | 324454492cdc1022397486bb54db63d96e14532c (patch) | |
tree | 976c16bf123ec6227a8d46c6e2793a47b6609831 | |
parent | 5ff0e0b1864fa646accea1ee344cbd8db07605fe (diff) |
make test: remove excessive prints
Change-Id: Iad57387991d4330d7797cb85fef1157a36e8e897
Signed-off-by: Klement Sekera <ksekera@cisco.com>
-rw-r--r-- | test/test_l2_flood.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_l2_flood.py b/test/test_l2_flood.py index 36ec309ad97..a8b6b10f11a 100644 --- a/test/test_l2_flood.py +++ b/test/test_l2_flood.py @@ -78,8 +78,6 @@ class TestL2Flood(VppTestCase): for i in self.pg_interfaces[1:12]: rx0 = i.get_capture(65, timeout=1) - self.logger.error(self.vapi.cli("sh trace")) - # # input on pg4 (SHG=1) expect copies on pg0->3 (SHG=0) # and pg8->11 (SHG=2) |