python-openstackclient/openstackclient/tests/functional
Steve Martinelli 42ac82b1a4 change assert_show_fields to not fail on new fields
whenever a resource adds a field (which is allowed in our API
guidelines), OSC functional tests fail, because we validate
the resource keys to a hardcoded list.

instead, this change proposes that the logic of
assert_show_fields is flipped around, so our hardcoded list acts
as a minimum set of values that must appear in the resource.

as part of this change, some fields were remove from the constants
since they were not actually in the returned data.

also, delete unused code `assert_show_structure`.

Change-Id: I8c0f0e80ea472f9c7f93c5f1f0ae52048e6cd7da
2017-01-25 13:09:16 -08:00
..
common Fix OSC networking commands help errors 2017-01-22 06:30:31 +00:00
compute Update functional test for aggregate. 2017-01-16 20:58:33 +00:00
examples move all functional tests to tests module 2016-09-09 03:29:47 +00:00
identity change assert_show_fields to not fail on new fields 2017-01-25 13:09:16 -08:00
image Add support for Glance 'update image members' feature 2017-01-04 19:26:01 +01:00
network Merge "Functional tests - port" 2017-01-24 06:06:31 +00:00
object move all functional tests to tests module 2016-09-09 03:29:47 +00:00
volume Merge "Error in the return of command 'volume qos create'" 2017-01-21 06:18:08 +00:00
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
base.py change assert_show_fields to not fail on new fields 2017-01-25 13:09:16 -08:00
post_test_hook_tips.sh Use git+file urls instead of directories 2017-01-14 20:40:17 +00:00
post_test_hook.sh unwedge the gate 2016-09-09 22:49:35 -04:00