diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2017-02-23 09:11:35 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-02-23 09:12:16 +0000 |
commit | 22dc9df3a8d6669a769b15a90d6ccb911cf49edc (patch) | |
tree | 890a62fe6fe3eaf506c8ed8b400285e162e0a63a | |
parent | def19da0c92bfffc23ad898e459271c7c9209110 (diff) |
Remove prints from LISP test
Change-Id: I2776e0a0661794b1c0076519b08807080a1282fb
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
-rw-r--r-- | test/test_lisp.py | 5 |
1 files changed, 0 insertions, 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) |