commit | 4233b02ed9dd03e2545932864b54bef072466fe5 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Sat May 31 17:52:48 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Sat May 31 17:52:48 2014 +0000 |
tree | 28e2c1a9625b9bc2618c7064cc7d24b5bde59286 | |
parent | 57f8b18a2e0bb9e98384606919c17cdfe9eca590 [diff] | |
parent | 99f269b4839c04a201378b7bb89c851645fb9182 [diff] |
Merge "modifies the test to sort based on UUID"
diff --git a/tempest/api/volume/v2/test_volumes_list.py b/tempest/api/volume/v2/test_volumes_list.py index 41445d7..e90c957 100644 --- a/tempest/api/volume/v2/test_volumes_list.py +++ b/tempest/api/volume/v2/test_volumes_list.py
@@ -203,7 +203,7 @@ def _list_details_with_multiple_params(limit=2, status='available', sort_dir='asc', - sort_key='created_at'): + sort_key='id'): params = {'limit': limit, 'status': status, 'sort_dir': sort_dir,