Updated openstack/openstack

Project: openstack-infra/git-review  6b056e4d0bd34d7004a9eb7a4ee77e5bb026ca63

Use hash of test ID to pick Gerrit ports in tests

This eliminates need for 127.* IPs mapped to loopback interface (which
is true only for Linux) and makes test site generation even more
predictable (name of site dir for a test is the same on any machine).

Hash function used is md5(test_id) % 10000 which is enough for now. This
function is checked for collisions before every run in tox.ini, so if
someone happens to add test that will cause a collision, it'll be
immediately visible. Hash function can be changed to anything else that
maps test ID string to a number in [0,10000].

Change-Id: Ib05d9b489a80e4f55c84db2f8bea20b88e959649
This commit is contained in:
Jenkins 2016-08-30 14:06:54 +00:00 committed by Gerrit Code Review
parent 1fe473e519
commit a0bd3c12ac
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9149685eea6341f22dbaf8537e43d00fa0b4e54a
Subproject commit 6b056e4d0bd34d7004a9eb7a4ee77e5bb026ca63