X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_pppoe.py;h=99dba01cdc94f4baf8f062181404226a7b5a1b04;hb=aa9903cabfd44ed9c88d1f624a39096ff7fee37f;hp=54378673eb47bb84f338f93843bbb85b66b77bef;hpb=90cf21b5d8fd2d3e531e841dcd752311df5f8a50;p=vpp.git diff --git a/test/test_pppoe.py b/test/test_pppoe.py index 54378673eb4..99dba01cdc9 100644 --- a/test/test_pppoe.py +++ b/test/test_pppoe.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import socket import unittest @@ -211,6 +211,7 @@ class TestPPPoE(VppTestCase): self.pg0.remote_mac, self.session_id) pppoe_if.add_vpp_config() + pppoe_if.set_unnumbered(self.pg0.sw_if_index) # # Send tunneled packets that match the created tunnel and @@ -274,6 +275,7 @@ class TestPPPoE(VppTestCase): self.pg0.remote_mac, self.session_id) pppoe_if.add_vpp_config() + pppoe_if.set_unnumbered(self.pg0.sw_if_index) # # Send a packet stream that is routed into the session @@ -337,6 +339,7 @@ class TestPPPoE(VppTestCase): self.pg0.remote_mac, self.session_id) pppoe_if.add_vpp_config() + pppoe_if.set_unnumbered(self.pg0.sw_if_index) # # The double create (create the same session twice) should fail, @@ -445,6 +448,7 @@ class TestPPPoE(VppTestCase): self.pg0.remote_mac, self.session_id) pppoe_if1.add_vpp_config() + pppoe_if1.set_unnumbered(self.pg0.sw_if_index) # Send PPPoE Discovery 2 tx3 = self.create_stream_pppoe_discovery(self.pg2, self.pg1, @@ -465,6 +469,7 @@ class TestPPPoE(VppTestCase): self.pg2.remote_mac, self.session_id + 1) pppoe_if2.add_vpp_config() + pppoe_if2.set_unnumbered(self.pg0.sw_if_index) # # Send tunneled packets that match the created tunnel and