ceilometer/ceilometer/tests/api/v2
Ildiko Vancsa 50cffbc08f Fix validation error for invalid field name in simple query
The field name validation code runs only in case of the operator that is
specified for the invalid field name, is 'eq'. Otherwise the validation
ends with an invalid operator error. The field name validation code was
modified to check the field name first and only checks the operators for
valid field names.

Closes-bug: #1294628
Change-Id: Id34ae882940b36dec3ea81043b0d29b996a38426
2014-03-24 17:28:39 +01:00
..
__init__.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
test_acl_scenarios.py Use explicit http error code for api v2 2014-01-28 00:12:18 +08:00
test_alarm_scenarios.py Fix validation error for invalid field name in simple query 2014-03-24 17:28:39 +01:00
test_app.py Update oslo 2014-01-16 15:00:50 +01:00
test_capabilities.py Fix bug in get_capabilities behavior in DB drivers 2014-03-17 11:08:44 +01:00
test_complex_query.py Add field translation to complex query from OldSample to Sample 2014-03-12 16:00:08 +01:00
test_complex_query_scenarios.py Add field translation to complex query from OldSample to Sample 2014-03-12 16:00:08 +01:00
test_compute_duration_by_resource_scenarios.py Selectable aggregation functions for statistics 2014-03-03 21:23:22 +00:00
test_event_scenarios.py Fix order of arguments in assertEquals 2014-03-14 17:35:55 +04:00
test_list_events_scenarios.py Fix order of arguments in assertEquals 2014-03-14 17:35:55 +04:00
test_list_meters_scenarios.py Fix validation error for invalid field name in simple query 2014-03-24 17:28:39 +01:00
test_list_resources_scenarios.py Fix order of arguments in assertEquals 2014-03-14 17:35:55 +04:00
test_post_samples_scenarios.py Fix order of arguments in assertEquals 2014-03-14 17:35:55 +04:00
test_query.py Fix order of arguments in assertEquals 2014-03-14 17:35:55 +04:00
test_statistics.py Fix order of arguments in assertEquals 2014-03-14 17:35:55 +04:00
test_statistics_scenarios.py Fix order of arguments in assertEquals 2014-03-14 14:54:29 +04:00
test_wsme_custom_type.py Fix order of arguments in assertEquals 2014-03-14 17:35:55 +04:00