From 22dc9df3a8d6669a769b15a90d6ccb911cf49edc Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Thu, 23 Feb 2017 09:11:35 +0100 Subject: [PATCH] Remove prints from LISP test Change-Id: I2776e0a0661794b1c0076519b08807080a1282fb Signed-off-by: Filip Tehlar --- test/test_lisp.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/test_lisp.py b/test/test_lisp.py index a896698c7b4..cfe8e0af65d 100644 --- a/test/test_lisp.py +++ b/test/test_lisp.py @@ -97,11 +97,6 @@ class SimpleDriver(Driver): self.test.logger.info('Running {}'.format(tc[1]['name'])) self.configure_tc(tc[1]) - print self.test.vapi.cli("sh lisp loc") - print self.test.vapi.cli("sh lisp eid") - print self.test.vapi.cli("sh lisp adj vni 0") - print self.test.vapi.cli("sh lisp gpe entry") - packet = self.create_packet(self.test.pg0, self.test.pg1, dest, 'data') self.test.pg0.add_stream(packet) -- 2.16.6