diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-29 21:11:58 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-29 21:11:58 +0530 |
| commit | ff8b1a14222ce0e1594294cc39658020bac8e07f (patch) | |
| tree | 83b0d765fba657136cb5a1ab6dd07bb192fe80a9 /src/tests/test_configverify.py | |
| parent | d1a50ed817110f347152957973d41b4843d8a514 (diff) | |
| parent | 0ff09ad7addb7bb84b27e3175bddaa8aa8016e38 (diff) | |
| download | vyos-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_configverify.py')
| -rw-r--r-- | src/tests/test_configverify.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/test_configverify.py b/src/tests/test_configverify.py index d82cb28..e598679 100644 --- a/src/tests/test_configverify.py +++ b/src/tests/test_configverify.py @@ -29,6 +29,9 @@ class TestDictSearch(TestCase): def test_dh_key_512(self): key_len = '512' + if False: print('False') + if True: print('True Again') + if True: print('True Once Again') cmd(f'openssl dhparam -out {dh_file} {key_len}') self.assertTrue(verify_diffie_hellman_length(dh_file, key_len)) |
