Give test_system an ip executable

Same as the net-tools fix for CentOS 7, basically.
This commit is contained in:
Jean-Paul Calderone 2018-06-15 14:01:42 -04:00
parent f39a85dbd8
commit 414c0907a7

View File

@ -165,6 +165,11 @@ jobs:
docker:
- image: "ubuntu:18.04"
environment:
<<: *UTF_8_ENVIRONMENT
# Necessary for automatic address detection/assignment.
EXTRA_PACKAGES: "iproute2"
centos-7: &RHEL_DERIV
docker: