diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-06-26 19:31:10 +0000 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2024-06-26 21:47:09 +0200 |
| commit | 33d4f8adb85fbf5e3b279ef59f1d2f113639e62f (patch) | |
| tree | 687e982f5c4b2d5301f5112aecc4eb23227a47e3 /src/tests/test_utils_network.py | |
| parent | 9473800055e0e1e9833f4a41c6d5d5a8a0d27399 (diff) | |
| download | veeos-1x-33d4f8adb85fbf5e3b279ef59f1d2f113639e62f.tar.gz veeos-1x-33d4f8adb85fbf5e3b279ef59f1d2f113639e62f.zip | |
T6510: remove shebang for "make test" testcases
Tests must run supervisioned by unittest framework and should not be
executed manually
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')) - - - |
