ironic-inspector/ironic_inspector/test
Anton Arefiev bf86545ca4 Extend conditions and actions
Conditions: ``field`` supports new format, it allow to comparison
data both from inspection and node info:

     {'field': 'node://ironic/style/path', 'op': 'eq', 'value': 'val'}
     {'field': 'data://introspection/path', 'op': 'eq', 'value': 'val'}

Actions: ``value`` supports fetching data from introspection, it's
using python string formatting notation:

     {'action': 'set-attribute', 'path': '/driver_info/ipmi_address',
      'value': '{data[inventory][bmc_address]}'}

Related-Bug: #1524753
Change-Id: Ie05f82e7a29fba2f743217f0893c085fd843cd5b
2016-02-17 19:07:30 +02:00
..
__init__.py Rename discoverd -> inspector 2015-05-29 09:06:56 +02:00
base.py Extend conditions and actions 2016-02-17 19:07:30 +02:00
functional.py Extend conditions and actions 2016-02-17 19:07:30 +02:00
test_firewall.py Do not update firewall rules if list of MAC's did not change 2016-02-09 15:04:53 +01:00
test_introspect.py Introduce API for aborting introspection 2016-02-09 15:30:46 +01:00
test_main.py Always generate fresh uuid in test cases 2016-02-11 13:05:53 +01:00
test_node_cache.py Always generate fresh uuid in test cases 2016-02-11 13:05:53 +01:00
test_plugins_base.py Add introspection rules support 2015-09-14 14:56:09 +02:00
test_plugins_extra_hardware.py Convert eDeploy data so that rules can process it 2015-09-22 13:29:58 +01:00
test_plugins_raid_device.py Support IPA in raid_device plugin 2015-09-22 17:05:02 +02:00
test_plugins_rules.py Add new conditions: matches and contains 2016-01-26 17:01:41 +01:00
test_plugins_standard.py Remove deprecated support for passing patches lists into hooks 2016-02-09 12:36:07 +01:00
test_process.py Always generate fresh uuid in test cases 2016-02-11 13:05:53 +01:00
test_rules.py Extend conditions and actions 2016-02-17 19:07:30 +02:00
test_swift.py Store and expose introspection data 2015-08-27 20:18:54 -04:00
test_utils.py Merge "Enable Keystone v3 endpoints for Inspector" 2016-02-03 12:01:43 +00:00