Comment 15 for bug 1622914

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

Reviewed: https://review.openstack.org/379468
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=80eb375ba1d58a41be1fcb6e11163f78cce8b65d
Submitter: Jenkins
Branch: master

commit 80eb375ba1d58a41be1fcb6e11163f78cce8b65d
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