diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-29 01:19:15 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-29 01:19:15 +0530 |
| commit | e457c69632268170ea15e5cbf1ef18bd79e2bbe7 (patch) | |
| tree | 03bf8ea5d441869d92df88d721dfd93b85772967 /src/tests/test_config_diff.py | |
| parent | d1a50ed817110f347152957973d41b4843d8a514 (diff) | |
| download | vyos-workflow-test-temp-e457c69632268170ea15e5cbf1ef18bd79e2bbe7.tar.gz vyos-workflow-test-temp-e457c69632268170ea15e5cbf1ef18bd79e2bbe7.zip | |
T0000: check
Diffstat (limited to 'src/tests/test_config_diff.py')
| -rw-r--r-- | src/tests/test_config_diff.py | 4 |
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(), |
