summaryrefslogtreecommitdiff
path: root/src/tests/test_config_diff.py
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-29 21:11:58 +0530
committerGitHub <noreply@github.com>2024-08-29 21:11:58 +0530
commitff8b1a14222ce0e1594294cc39658020bac8e07f (patch)
tree83b0d765fba657136cb5a1ab6dd07bb192fe80a9 /src/tests/test_config_diff.py
parentd1a50ed817110f347152957973d41b4843d8a514 (diff)
parent0ff09ad7addb7bb84b27e3175bddaa8aa8016e38 (diff)
downloadvyos-workflow-test-temp-ff8b1a14222ce0e1594294cc39658020bac8e07f.tar.gz
vyos-workflow-test-temp-ff8b1a14222ce0e1594294cc39658020bac8e07f.zip
Merge pull request #45 from kumvijaya/current
T0000: check
Diffstat (limited to 'src/tests/test_config_diff.py')
-rw-r--r--src/tests/test_config_diff.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tests/test_config_diff.py b/src/tests/test_config_diff.py
index a42ccac..cac1565 100644
--- a/src/tests/test_config_diff.py
+++ b/src/tests/test_config_diff.py
@@ -65,10 +65,6 @@ class TestConfigDiff(TestCase):
r_union = vyos.configtree.union(add, inter)
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))
self.assertEqual(l_union.to_string(),