From 87ea5490aff2251828983e1820280a3b7abcc182 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 (cherry picked from commit 35aab1274a5ec6ad696040965c87a87310bb019e) --- 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 2fd436aa7..286d8e5ae 100644 --- a/tests/functional/rhcs_setup.yml +++ b/tests/functional/rhcs_setup.yml @@ -71,6 +71,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"