URL: https://github.com/freeipa/freeipa/pull/1392
Author: tiran
 Title: #1392: Travis: Add ::1 to loopback in case it's missing
Action: opened

PR body:
"""
Signed-off-by: Christian Heimes <chei...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1392/head:pr1392
git checkout pr1392
From e3e0fb687bf4733e70681e1bfdb56bdd6c3695d0 Mon Sep 17 00:00:00 2001
From: Christian Heimes <chei...@redhat.com>
Date: Tue, 12 Dec 2017 20:19:42 +0100
Subject: [PATCH] Travis: add ::1

Signed-off-by: Christian Heimes <chei...@redhat.com>
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index d6fbb553c8..4aa6a9904d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ language: python
 services:
     - docker
 
+group: travis_latest
+
 python:
     - "3.6"
 cache: pip
@@ -49,6 +51,8 @@ env:
         - TASK_TO_RUN="tox"
           TEST_RUNNER_CONFIG=".test_runner_config.yaml"
 install:
+    - ip addr
+    - ip addr show lo | grep -q inet6 || ip addr add ::1/128 dev lo
     - pip3 install --upgrade pip
     - pip3 install pycodestyle
     - >
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to