ironic/ironic/tests/unit/api
Dmitry Tantsur 2b676a6864 Accept and use a TLS certificate from the agent
Accepts the certificate from a heartbeat and stores its path in
driver_internal_info for further usage by the agent client (or
any 3rd party deploy implementations).

Similarly to agent_url, the certificate is protected from further
changes (unless the local copy does not exist) and is removed
on reboot or tear down (unless fast-tracking).

Change-Id: I81b326116e62cd86ad22b533f55d061e5ed53e96
Story: #2007214
Task: #40603
2020-09-09 17:27:30 +02:00
..
controllers Accept and use a TLS certificate from the agent 2020-09-09 17:27:30 +02:00
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
base.py Enforce autospec in some api tests 2020-07-24 23:23:21 +02:00
test_acl.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_args.py Remove File type 2020-07-20 08:58:32 +12:00
test_audit.py Enforce autospec in some api tests 2020-07-24 23:23:21 +02:00
test_functions.py Add function definition handling 2020-06-02 15:08:53 +12:00
test_healthcheck.py Enforce autospec in some api tests 2020-07-24 23:23:21 +02:00
test_hooks.py Enforce autospec in some api tests 2020-07-24 23:23:21 +02:00
test_middleware.py Enable Basic HTTP authentication middleware 2020-06-05 01:15:08 +12:00
test_ospmiddleware.py Enforce autospec in some api tests 2020-07-24 23:23:21 +02:00
test_proxy_middleware.py Use HTTPProxyToWSGI middleware from oslo 2019-08-02 12:29:37 +00:00
test_root.py Convert v1 controller to plain, return JSON 2020-07-30 07:37:31 +12:00
test_types.py Remove File type 2020-07-20 08:58:32 +12:00
utils.py Add owner to allocations and create relevant policies 2019-12-10 19:00:33 +00:00