diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-06-26 22:34:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-26 22:34:47 +0200 |
| commit | 8e633a944aa64f8507afc85e0b548cc0b1ed997a (patch) | |
| tree | 687e982f5c4b2d5301f5112aecc4eb23227a47e3 /src/tests/test_utils_network.py | |
| parent | 67ba5d6e37abe4d8cfd73ba91de15d3236a5c7f9 (diff) | |
| parent | 33d4f8adb85fbf5e3b279ef59f1d2f113639e62f (diff) | |
| download | vyos-1x-8e633a944aa64f8507afc85e0b548cc0b1ed997a.tar.gz vyos-1x-8e633a944aa64f8507afc85e0b548cc0b1ed997a.zip | |
Merge pull request #3727 from c-po/T6510-smoketesting
T6510: smoketest: generell improvement task for the smoketesting platform
Diffstat (limited to 'src/tests/test_utils_network.py')
| -rw-r--r-- | src/tests/test_utils_network.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/tests/test_utils_network.py b/src/tests/test_utils_network.py index 5a6dc2586..d68dec16f 100644 --- a/src/tests/test_utils_network.py +++ b/src/tests/test_utils_network.py @@ -1,6 +1,4 @@ -#!/usr/bin/env python3 -# -# Copyright (C) 2020-2023 VyOS maintainers and contributors +# Copyright (C) 2020-2024 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 @@ -45,6 +43,3 @@ class TestVyOSUtilsNetwork(TestCase): self.assertFalse(vyos.utils.network.is_loopback_addr('::2')) self.assertFalse(vyos.utils.network.is_loopback_addr('192.0.2.1')) - - - |
