python-manilaclient/tests
Your Name c7456c675f Improve share list API filtering
1) Added new params for filtering by:
- share network
- snapshot
- volume type
- host
- limit and offset a la pagination
- project id (useful with '--all-tenants')
- metadata*
- extra-specs*
- direction (asc, desc)*
- key of share*

* requires server-side update

2) Added aliases for params, mostly in perspective to avoid mess of underscore
and dash symbols.

3) Updated utils.print_list func to print results as is without reordering.

Implements  blueprint improve-share-list-filtering

Change-Id: I6fe92c5242f18c900e109271f9182bd5ed287b25
2014-10-09 19:02:04 +00:00
..
old/contrib Update requirements and fix pep issues after it 2014-07-10 16:38:42 +03:00
v1 Improve share list API filtering 2014-10-09 19:02:04 +00:00
__init__.py Initial checkin 2013-09-02 23:42:41 -04:00
fakes.py Fix and enable H102 pep8 rule (apache license header) 2014-07-10 09:25:04 +00:00
test_base.py Use Resource class from common code 2014-08-04 05:26:28 -04:00
test_client.py Update requirements and fix pep issues after it 2014-07-10 16:38:42 +03:00
test_http.py Fix and enable H102 pep8 rule (apache license header) 2014-07-10 09:25:04 +00:00
test_service_catalog.py Fix and enable H102 pep8 rule (apache license header) 2014-07-10 09:25:04 +00:00
test_shell.py Improve share list API filtering 2014-10-09 19:02:04 +00:00
utils.py Reuse exceptions from common apiclient code 2014-07-15 09:28:17 +03:00