diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-13 21:41:26 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-13 21:41:39 +0100 |
commit | 86f377f65248263e85fd0156e22daf0daf3c5fc4 (patch) | |
tree | acb063fdca11f6a1f3fbb2d78af52e581321736b /smoketest/scripts | |
parent | 3c16a4290652fb51a20175a69b6a4cc36e7e76c9 (diff) | |
download | vyos-1x-86f377f65248263e85fd0156e22daf0daf3c5fc4.tar.gz vyos-1x-86f377f65248263e85fd0156e22daf0daf3c5fc4.zip |
smoketest: pppoe: test three interfaces
Diffstat (limited to 'smoketest/scripts')
-rwxr-xr-x | smoketest/scripts/cli/test_interfaces_pppoe.py | 2 |
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): |