PolySync / oscc

Open Source Car Control 💻🚗🙌
Other
966 stars 274 forks source link

Fix test port collision during builds #285

Closed rebpdx closed 6 years ago

rebpdx commented 6 years ago

The can gateway was missed when adding port numbers to cucumber tests causing Jenkins build tests to intermittently fail on port collision. This pull request fixes that by adding dynamic port numbers so that the port is tied to the Jenkins executor rather than a fixed number.