X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_span.py;h=a77c98334b4979cca1042873fd5c52b98d62c6b2;hb=a43ccaefc3bd50c03c90f7c3bee02eac9709df56;hp=df3d9dbfda829b9d0f81eef276a632b56ce4b797;hpb=5fda7a3925be145f0c326d0aecc36d883cbcb2ee;p=vpp.git diff --git a/test/test_span.py b/test/test_span.py index df3d9dbfda8..a77c98334b4 100644 --- a/test/test_span.py +++ b/test/test_span.py @@ -252,7 +252,7 @@ class TestSpan(VppTestCase): gre_if = VppGreInterface(self, self.pg2.local_ip4, self.pg2.remote_ip4, - is_teb=1) + type=1) gre_if.add_vpp_config() gre_if.admin_up()