Fix auth_token middleware test invalid cross-device link issue
Fixes path of temporary files, containing token revocation lists,
which weren't in the appropriate directory. File renaming now works
properly since source and destination files are in the same directory,
and therefore on the same partition.
Added to .gitignore temporary files generated during tests, that are
not being removed at the end of test.
Reviewed: https:/ /review. openstack. org/64555 /git.openstack. org/cgit/ openstack/ python- keystoneclient/ commit/ ?id=6157dd57e73 2b12455cb64f858 94037f2672d6d6
Committed: https:/
Submitter: Jenkins
Branch: master
commit 6157dd57e732b12 455cb64f8589403 7f2672d6d6
Author: Florent Flament <email address hidden>
Date: Tue Dec 31 16:23:43 2013 +0100
Fix auth_token middleware test invalid cross-device link issue
Fixes path of temporary files, containing token revocation lists,
which weren't in the appropriate directory. File renaming now works
properly since source and destination files are in the same directory,
and therefore on the same partition.
Added to .gitignore temporary files generated during tests, that are
not being removed at the end of test.
Change-Id: I21ff81419313f4 205ebe552556e27 b86135fd096
Closes-Bug: #1265190