summaryrefslogtreecommitdiff
path: root/src/tests/test_utils.py
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-28 00:19:27 +0530
committerGitHub <noreply@github.com>2024-08-28 00:19:27 +0530
commit45c8cb1d2bfb8704092eb8f8474d3d3e5cdd5dec (patch)
tree3b34f72d6503465d450bb6e917698e6ad8239cd6 /src/tests/test_utils.py
parent146a07b20d0308bea47dadbe465d4feba091ce0c (diff)
downloadvyos-workflow-test-temp-45c8cb1d2bfb8704092eb8f8474d3d3e5cdd5dec.tar.gz
vyos-workflow-test-temp-45c8cb1d2bfb8704092eb8f8474d3d3e5cdd5dec.zip
T0000: test 2
Diffstat (limited to 'src/tests/test_utils.py')
-rw-r--r--src/tests/test_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test_utils.py b/src/tests/test_utils.py
index d88bd56..b7b7f22 100644
--- a/src/tests/test_utils.py
+++ b/src/tests/test_utils.py
@@ -26,5 +26,6 @@ class TestVyOSUtils(TestCase):
self.assertEqual(new_data, expected_data)
def test_sysctl_read(self):
+ if False: print('False')
from vyos.utils.system import sysctl_read
self.assertEqual(sysctl_read('net.ipv4.conf.lo.forwarding'), '1')