Comment 22 for bug 1622914

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/newton)

Reviewed: https://review.openstack.org/399661
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=69f94f45dc5df1095bf94a1944e565a7a792a6a1
Submitter: Jenkins
Branch: stable/newton

commit 69f94f45dc5df1095bf94a1944e565a7a792a6a1
Author: Ihar Hrachyshka <email address hidden>
Date: Thu Sep 29 13:36:07 2016 +0000

    Fixed functional iptables firewall tests for newer kernels

    Iptables functional tests fail on Xenial and other newer kernels if
    br_netfilter kernel module is not loaded, in which case sysctl knobs to
    enable bridge firewalling are not available, and attempt to set them
    with _enable_netfilter_for_bridges fails.

    We should load the kernel module before running those tests. Luckily,
    devstack has a function for just that (plus more).

    Change-Id: I602d8cd02c73b18e9d719b19998e36059ae28cd8
    Depends-On: Id6bfd9595f0772a63d1096ef83ebbb6cd630fafd
    Related-Bug: #1622914
    (cherry picked from commit 80eb375ba1d58a41be1fcb6e11163f78cce8b65d)