gecko-dev/testing/mozbase/moznetwork
Andrew Halberstadt 053dcfabfe Bug 1003417 - Use 'ip addr show' instead of 'ifconfig' for moznetwork tests, r=ted
The taskcluster docker image for source-check tasks does not have 'ifconfig' installed. We
could add this package, but ifconfig is more or less deprecated in favour of 'ip addr show'.
Although the formats of both commands are different, because the test pulls ip addresses out
of the output with regexes, the only change that is needed to make sure the tests still pass
is to change the command.

MozReview-Commit-ID: 758Qb6KSHzS

--HG--
extra : rebase_source : 7ff59a448bfac6414a88adfac361463157ec5275
2017-01-06 11:19:19 -05:00
..
moznetwork Bug 1280573 - Add testing/mozbase to flake8 linter: r=ahal 2016-09-30 16:08:37 +02:00
tests Bug 1003417 - Use 'ip addr show' instead of 'ifconfig' for moznetwork tests, r=ted 2017-01-06 11:19:19 -05:00
setup.py Bug 1280573 - Add testing/mozbase to flake8 linter: r=ahal 2016-09-30 16:08:37 +02:00