Fix a samples xfail test that now succeeds

Commit e056f6f312 fixed bug 1426466
but the associated xfailing test in samples.yaml was not updated so
became a uxsuccess. This corrects the test to now expect success and
validate the expected output.

Change-Id: I8185c26189195dc0270fc7f3216a0102e9b51c14
This commit is contained in:
Chris Dent 2015-04-09 12:49:39 +00:00
parent 416d127a45
commit 309668a8a8

View File

@ -78,11 +78,11 @@ tests:
- project - project
- unrecognized field in query - unrecognized field in query
- name: list samples with metaquery field - name: list samples with bad metaquery field
url: /v2/samples?q.field=metaquery&q.value=cow&q.op=eq url: /v2/samples?q.field=metaquery&q.value=cow&q.op=eq
desc: https://bugs.launchpad.net/ceilometer/+bug/1426466
xfail: true
status: 400 status: 400
response_strings:
- unrecognized field in query
- name: bad limit value - name: bad limit value
url: /v2/samples?limit=happiness url: /v2/samples?limit=happiness