From 35aab1274a5ec6ad696040965c87a87310bb019e Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 10 Apr 2017 13:46:03 -0500 Subject: [PATCH] tests: enable the rhcs-7-extras-nightly repo on test nodes Signed-off-by: Andrew Schoen --- tests/functional/rhcs_setup.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/functional/rhcs_setup.yml b/tests/functional/rhcs_setup.yml index 6c8c8f96a..7dadcf971 100644 --- a/tests/functional/rhcs_setup.yml +++ b/tests/functional/rhcs_setup.yml @@ -49,6 +49,9 @@ group: root when: not is_atomic + - name: enable the rhel-7-extras-nightly repo + command: "yum-config-manager --enable rhel-7-extras-nightly" + - name: set MTU on eth0 command: "ifconfig eth0 mtu 1400 up"