ironic-inspector/ironic_inspector/test
Anton Arefiev 061d839a26 Add new condition: is-empty
Now, if operators want to check some attribute isn't specified,
they should use 'eq' condition with None, '', etc values:

    {'op': 'eq', 'field': 'inventory.bmc_addres', 'value': ''}

It would be useful to have condition plugin witch verify this case,
'is-empty' checks that field is empty string, list, dict or None value:

    {'op': 'is-empty', 'field': 'inventory.bmc_addres'}

Change-Id: I6596a067e769530092c3db34405e0f0917d2f052
2016-02-22 14:21:09 +02:00
..
__init__.py Rename discoverd -> inspector 2015-05-29 09:06:56 +02:00
base.py Always generate fresh uuid in test cases 2016-02-11 13:05:53 +01:00
functional.py Add new condition: is-empty 2016-02-22 14:21:09 +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 condition: is-empty 2016-02-22 14:21:09 +02: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 Always generate fresh uuid in test cases 2016-02-11 13:05:53 +01:00
test_swift.py Do not set Swift parameters defaults in keyword arguments 2016-02-12 10:11:49 +01:00
test_utils.py Merge "Enable Keystone v3 endpoints for Inspector" 2016-02-03 12:01:43 +00:00