summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-29 01:09:01 +0530
committerGitHub <noreply@github.com>2024-08-29 01:09:01 +0530
commit01a22425cbfb11d9982bea813a511f4e26cef391 (patch)
treeef0199f72c26f86bf7649fc4114fb5c31096e833 /src
parente01d892d0cf6052fc555092bea4a84c9070513c4 (diff)
downloadvyos-workflow-test-temp-01a22425cbfb11d9982bea813a511f4e26cef391.tar.gz
vyos-workflow-test-temp-01a22425cbfb11d9982bea813a511f4e26cef391.zip
T0000: test
Diffstat (limited to 'src')
-rw-r--r--src/tests/helper.py3
-rw-r--r--src/tests/test_config_diff.py2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/tests/helper.py b/src/tests/helper.py
index c00a410..636e1ec 100644
--- a/src/tests/helper.py
+++ b/src/tests/helper.py
@@ -27,7 +27,4 @@ def prepare_module(file_path='', module_name=''):
if True:
print('True')
print()
- if False: print('False')
- if True: print('True Again')
- if True: print('True Once Again')
print('hello')
diff --git a/src/tests/test_config_diff.py b/src/tests/test_config_diff.py
index 9558fa5..a42ccac 100644
--- a/src/tests/test_config_diff.py
+++ b/src/tests/test_config_diff.py
@@ -66,6 +66,8 @@ class TestConfigDiff(TestCase):
l_union = vyos.configtree.union(sub, inter)
if False: print('False')
+ if True: print('True Again')
+ if True: print('True Once Again')
self.assertEqual(r_union.to_string(),
self.config_right.to_string(ordered_values=True))