diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-29 01:17:30 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 01:17:30 +0530 |
commit | d1a50ed817110f347152957973d41b4843d8a514 (patch) | |
tree | a609f15bf2b4e177a1b0a6f6d3684ad8ecf0fa44 /src/tests/test_config_diff.py | |
parent | e01d892d0cf6052fc555092bea4a84c9070513c4 (diff) | |
parent | 81e918c0061e2e55886efed0e4069207b54041ef (diff) | |
download | vyos-workflow-test-temp-d1a50ed817110f347152957973d41b4843d8a514.tar.gz vyos-workflow-test-temp-d1a50ed817110f347152957973d41b4843d8a514.zip |
Merge pull request #44 from kumvijaya/current
T0000: test
Diffstat (limited to 'src/tests/test_config_diff.py')
-rw-r--r-- | src/tests/test_config_diff.py | 2 |
1 files changed, 2 insertions, 0 deletions
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)) |