summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_interfaces_pppoe.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-12-13 21:41:26 +0100
committerChristian Poessinger <christian@poessinger.com>2020-12-13 21:41:39 +0100
commit86f377f65248263e85fd0156e22daf0daf3c5fc4 (patch)
treeacb063fdca11f6a1f3fbb2d78af52e581321736b /smoketest/scripts/cli/test_interfaces_pppoe.py
parent3c16a4290652fb51a20175a69b6a4cc36e7e76c9 (diff)
downloadvyos-1x-86f377f65248263e85fd0156e22daf0daf3c5fc4.tar.gz
vyos-1x-86f377f65248263e85fd0156e22daf0daf3c5fc4.zip
smoketest: pppoe: test three interfaces
Diffstat (limited to 'smoketest/scripts/cli/test_interfaces_pppoe.py')
-rwxr-xr-xsmoketest/scripts/cli/test_interfaces_pppoe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_pppoe.py b/smoketest/scripts/cli/test_interfaces_pppoe.py
index ec256cb43..3364a4b81 100755
--- a/smoketest/scripts/cli/test_interfaces_pppoe.py
+++ b/smoketest/scripts/cli/test_interfaces_pppoe.py
@@ -45,7 +45,7 @@ def get_dhcp6c_config_value(interface, key):
class PPPoEInterfaceTest(unittest.TestCase):
def setUp(self):
self.session = ConfigSession(os.getpid())
- self._interfaces = ['pppoe0', 'pppoe50']
+ self._interfaces = ['pppoe10', 'pppoe20', 'pppoe30']
self._source_interface = 'eth0'
def tearDown(self):