ironic-inspector/ironic_inspector/test/unit
dparalen 7cb40d5fec Add API for listing all introspection statuses
This patch introduces an API endpoint to list introspection statuses.  The
endpoint supports pagination with an uuid-marker and a limit query string
fields.  Due to the pagination, this change introduces a new configuration
option: ``api_max_limit``.

APIImpact

Change-Id: I74d02698801d5290619161b2d8d7181ab51a0a5e
Partial-Bug: #1525238
2016-11-21 15:58:24 +01:00
..
__init__.py Move unit tests to "unit" directory 2016-04-05 11:15:29 +03:00
test_api_tools.py Add API for listing all introspection statuses 2016-11-21 15:58:24 +01:00
test_common_ironic.py Fix order of arguments in assertEqual 2016-08-17 18:10:44 +07:00
test_firewall.py Make sure to clean the blacklist cache when disabling the firewall 2016-04-15 14:03:46 +02:00
test_introspect.py Replace assertRaisesRegexp with assertRaisesRegex 2016-09-05 08:57:47 -04:00
test_keystone.py TrivialFix: Remove cfg import unused 2016-09-06 14:24:06 +07:00
test_main.py Add API for listing all introspection statuses 2016-11-21 15:58:24 +01:00
test_migrations.py Change asserts with more specific assert methods. 2016-08-31 11:52:48 +00:00
test_node_cache.py Add API for listing all introspection statuses 2016-11-21 15:58:24 +01:00
test_plugins_base.py Replace assertRaisesRegexp with assertRaisesRegex 2016-09-05 08:57:47 -04:00
test_plugins_capabilities.py Add a plugin for capabilities detection 2016-06-06 13:18:09 +00:00
test_plugins_discovery.py Move unit tests to "unit" directory 2016-04-05 11:15:29 +03:00
test_plugins_extra_hardware.py Changed an assert to more specific assert method 2016-08-30 08:07:31 +07:00
test_plugins_local_link_connection.py LLC Hook: Do not assume interfaces are added to Ironic 2016-09-30 16:39:41 +01:00
test_plugins_pci_devices.py Use assertEqual() instead of assertDictEqual() 2016-09-26 11:07:27 +07:00
test_plugins_raid_device.py Remove deprecated alias "root_device_hint" for "raid_device" hook 2016-06-06 19:07:24 +02:00
test_plugins_rules.py Replace assertRaisesRegexp with assertRaisesRegex 2016-09-05 08:57:47 -04:00
test_plugins_standard.py Replace assertRaisesRegexp with assertRaisesRegex 2016-09-05 08:57:47 -04:00
test_process.py Merge "Set node to the error if reapply fails" 2016-09-12 11:26:13 +00:00
test_rules.py Replace assertRaisesRegexp with assertRaisesRegex 2016-09-05 08:57:47 -04:00
test_swift.py Move unit tests to "unit" directory 2016-04-05 11:15:29 +03:00
test_utils.py UUID, started_at, finished_at in the status API 2016-10-21 00:25:38 +02:00