commit 68f5243e23f8768d8996d0268eae282ccb3cb83c
Author: Louis Taylor <email address hidden>
Date: Fri Aug 15 15:43:36 2014 +0000
Do not assume order of images
This fixes the test_tag_lifecycle test, which broke with a randomized
PYTHONHASHSEED.
Previously, the test assumed that the values in the list of tag names
would remain constant. The test now sorts the results and compares to a
sorted set.
Reviewed: https:/ /review. openstack. org/114582 /git.openstack. org/cgit/ openstack/ glance/ commit/ ?id=68f5243e23f 8768d8996d0268e ae282ccb3cb83c
Committed: https:/
Submitter: Jenkins
Branch: master
commit 68f5243e23f8768 d8996d0268eae28 2ccb3cb83c
Author: Louis Taylor <email address hidden>
Date: Fri Aug 15 15:43:36 2014 +0000
Do not assume order of images
This fixes the test_tag_lifecycle test, which broke with a randomized
PYTHONHASHSEED.
Previously, the test assumed that the values in the list of tag names
would remain constant. The test now sorts the results and compares to a
sorted set.
Change-Id: If5a2ef683fcf55 520c7d539f1b90a efaba4739d5
Partial-bug: #1348818