()
| 172 | |
| 173 | |
| 174 | def test_basic_local_request(): |
| 175 | output = lambda_handler_user(VALID_TEST_REQUEST, context=Context, |
| 176 | ca_private_key_password=RSA_CA_PRIVATE_KEY_PASSWORD, |
| 177 | entropy_check=False, |
| 178 | config_file=os.path.join(os.path.dirname(__file__), 'bless-test.cfg')) |
| 179 | assert output['certificate'].startswith('ssh-rsa-cert-v01@openssh.com ') |
| 180 | |
| 181 | |
| 182 | def test_basic_local_request_ed2551(): |
nothing calls this directly
no test coverage detected