Remove prints from LISP test 89/5489/2
authorFilip Tehlar <[email protected]>
Thu, 23 Feb 2017 08:11:35 +0000 (09:11 +0100)
committerFlorin Coras <[email protected]>
Thu, 23 Feb 2017 09:12:16 +0000 (09:12 +0000)
Change-Id: I2776e0a0661794b1c0076519b08807080a1282fb
Signed-off-by: Filip Tehlar <[email protected]>
test/test_lisp.py

index a896698..cfe8e0a 100644 (file)
@@ -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)