[utils] Skip missing params in cli_bool_option (closes #13865)

This commit is contained in:
Sergey M․ 2017-08-09 22:28:19 +07:00
parent 4bf22f7a10
commit 5b232f46dc
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 6 additions and 0 deletions

View file

@ -1182,6 +1182,10 @@ part 3</font></u>
cli_bool_option(
{'nocheckcertificate': False}, '--check-certificate', 'nocheckcertificate', 'false', 'true', '='),
['--check-certificate=true'])
self.assertEqual(
cli_bool_option(
{}, '--check-certificate', 'nocheckcertificate', 'false', 'true', '='),
[])
def test_ohdave_rsa_encrypt(self):
N = 0xab86b6371b5318aaa1d3c9e612a9f1264f372323c8c0f19875b5fc3b3fd3afcc1e5bec527aa94bfa85bffc157e4245aebda05389a5357b75115ac94f074aefcd