diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-08 18:15:06 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-08 18:15:06 +0100 |
commit | 23f55c4bcbe5475ed98d57cf54b645ef0c2cc1a8 (patch) | |
tree | 1ebf48f51cb0c945201ffe7a10f38db58c2a3ec2 | |
parent | b01fd3e053f20876f19dff6f0d2e58ed0e7394e3 (diff) | |
download | vyos-1x-23f55c4bcbe5475ed98d57cf54b645ef0c2cc1a8.tar.gz vyos-1x-23f55c4bcbe5475ed98d57cf54b645ef0c2cc1a8.zip |
smoketest: dummy: fix indent
-rwxr-xr-x | smoketest/scripts/cli/test_interfaces_dummy.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_dummy.py b/smoketest/scripts/cli/test_interfaces_dummy.py index c482a6f0b..60465a1d5 100755 --- a/smoketest/scripts/cli/test_interfaces_dummy.py +++ b/smoketest/scripts/cli/test_interfaces_dummy.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2020 VyOS maintainers and contributors +# Copyright (C) 2020-2021 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as @@ -20,9 +20,9 @@ from base_interfaces_test import BasicInterfaceTest class DummyInterfaceTest(BasicInterfaceTest.BaseTest): def setUp(self): - self._base_path = ['interfaces', 'dummy'] - self._interfaces = ['dum0', 'dum1', 'dum2'] - super().setUp() + self._base_path = ['interfaces', 'dummy'] + self._interfaces = ['dum435', 'dum8677', 'dum0931', 'dum089'] + super().setUp() if __name__ == '__main__': unittest.main(verbosity=2) |