From 67100f31826bdc570792eac7f4b7956a161256db Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:27:51 +0530 Subject: T0000: test --- src/tests/helper.py | 1 + src/tests/test_utils_network.py | 1 + 2 files changed, 2 insertions(+) diff --git a/src/tests/helper.py b/src/tests/helper.py index a4d30c7..c00a410 100644 --- a/src/tests/helper.py +++ b/src/tests/helper.py @@ -30,3 +30,4 @@ def prepare_module(file_path='', module_name=''): if False: print('False') if True: print('True Again') if True: print('True Once Again') + print('hello') diff --git a/src/tests/test_utils_network.py b/src/tests/test_utils_network.py index 5a6dc25..d9953d8 100644 --- a/src/tests/test_utils_network.py +++ b/src/tests/test_utils_network.py @@ -22,6 +22,7 @@ class TestVyOSUtilsNetwork(TestCase): pass def test_is_addr_assigned(self): + if True: print('True') self.assertTrue(vyos.utils.network.is_addr_assigned('127.0.0.1')) self.assertTrue(vyos.utils.network.is_addr_assigned('::1')) self.assertFalse(vyos.utils.network.is_addr_assigned('127.251.255.123')) -- cgit v1.2.3