X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_container.py;h=474805333c5f3ec76703125cbcca978bdb91a12a;hb=61717cc38;hp=1e3ec40a2f76fa28e79a74223e4a9ef30c9a0108;hpb=053204ab039d34a990ff0e14c32ce3b294fcce0e;p=vpp.git diff --git a/test/test_container.py b/test/test_container.py index 1e3ec40a2f7..474805333c5 100644 --- a/test/test_container.py +++ b/test/test_container.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ Container integration tests """ import unittest @@ -47,8 +47,7 @@ class ContainerIntegrationTestCase(VppTestCase): super(ContainerIntegrationTestCase, self).tearDown() def show_commands_at_teardown(self): - self.logger.info(self.vapi.cli("show ip arp")) - self.logger.info(self.vapi.cli("show ip6 neighbors")) + self.logger.info(self.vapi.cli("show ip neighbors")) def run_basic_conn_test(self, af, acl_side): """ Basic connectivity test """