commit | ab46ce2083846cdacbe3216a5ed992162297c416 | [log] [tgz] |
---|---|---|
author | Rohan Kanade <rkanade@redhat.com> | Thu Jun 19 14:22:35 2014 +0200 |
committer | Rohan Kanade <rkanade@redhat.com> | Sun Jun 29 12:56:53 2014 +0200 |
tree | 9c5a4783a6b95bfab57ed74908febc2da57eb43f | |
parent | b2f215dbfe101da1330542ce9fb18c3933224d36 [diff] |
Fix race condition in flavor tests * Flavor tests (admin) create and delete flavors globally, This causes race condition for Flavor list tests where the list test is using the currently created flavors for further operations Use locally created flavor reference in Flavor list tests Change-Id: Id557a58008cf42e94524b061acaad9bb89f42ec7 Closes-Bug: #1267949