Yuriy Taraday 33081ce1d6 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
2016-08-15 17:41:30 +01:00
2015-06-17 00:56:40 +00:00
2012-12-16 10:40:51 -08:00
2013-08-15 20:42:37 +00:00
2013-08-15 21:08:08 +00:00
2015-06-13 00:32:04 -04:00
2011-09-25 09:16:31 -07:00
2013-08-15 20:42:37 +00:00
2016-02-02 15:52:39 -08:00

git-review

A git command for submitting branches to Gerrit

git-review is a tool that helps submitting git branches to gerrit for review.

Description
Tool for uploading changesets to Gerrit from git
Readme 7.1 MiB
Languages
Python 89.3%
Roff 10.7%