MCPcopy Create free account
hub / github.com/Netflix/bless / test_basic_local_request

Function test_basic_local_request

tests/aws_lambda/test_bless_lambda_user.py:174–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172
173
174def 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
182def test_basic_local_request_ed2551():

Callers

nothing calls this directly

Calls 1

lambda_handler_userFunction · 0.90

Tested by

no test coverage detected