Comment 4 for bug 1460220

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/kilo)

Reviewed: https://review.openstack.org/187954
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5407a42aba863da084ed63b532830016c9fadda7
Submitter: Jenkins
Branch: stable/kilo

commit 5407a42aba863da084ed63b532830016c9fadda7
Author: Assaf Muller <email address hidden>
Date: Fri May 29 19:17:34 2015 -0400

    Modify ipset functional tests to pass on older machines

    Production code uses ipset exclusively in the root namespace,
    however functional testing uses ipset in namespace for isolation.
    This poses an issue as ipset is not supported in namespaces on
    all kernels and distributions (I'm looking at you CentOS/RHEL 7.1).

    This patch changes the ipset functional tests to work in the root
    namespace while taking care of cleanups.

    Conflicts:
     neutron/tests/functional/agent/linux/test_ipset.py

    Change-Id: I08b2f59197ed76e59b2e58b5a10820653e857cda
    Closes-Bug: #1460220
    (cherry picked from commit 96e2314c8c0f06967b53828b0a771973f0031243)