tempest/tempest/api/telemetry
Ken'ichi Ohmichi 66494e9e69 Apply other "get" rule of GET to image v2 client
[GET /resources] methods should be "list_<resource name>s" or
"show_<resource name>", so this patch applies the part of the
rule to image client.

NOTE: This patch renames get_image_file to load_image_file
because the method gets the content of file. So show_image_file
didn't fit to its meaning. In addition, this renames store_image
to store_image_file for consistency.

Partially implements blueprint consistent-service-method-names

Change-Id: I2b354ff7192bea20339c61bedcd2f11eee455381
2015-06-11 03:10:38 +00:00
..
__init__.py Add base class for Telemetry tests 2014-01-07 18:00:38 +01:00
base.py Initial class creds creation in test base class 2015-04-27 15:23:13 +01:00
test_telemetry_alarming_api.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_telemetry_notification_api.py Apply other "get" rule of GET to image v2 client 2015-06-11 03:10:38 +00:00