![Yuriy Taraday](/assets/img/avatar_default.png)
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
git-review
A git command for submitting branches to Gerrit
git-review is a tool that helps submitting git branches to gerrit for review.
- Free software: Apache license
- Documentation: http://docs.openstack.org/infra/git-review/
- Source: https://git.openstack.org/cgit/openstack-infra/git-review
- Bugs: https://storyboard.openstack.org/#!/project/719
Description
Languages
Python
89.3%
Roff
10.7%