Comment 26 for bug 1549443

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

Reviewed: https://review.openstack.org/425812
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2725b4d3140be526f9662082958ef82d1d3ebeef
Submitter: Jenkins
Branch: master

commit 2725b4d3140be526f9662082958ef82d1d3ebeef
Author: Daniel Alvarez <email address hidden>
Date: Mon Jan 16 02:55:08 2017 +0000

    Include port_security check in fullstack tests

    Bug #1549443 skipped setting up the right firewall rules for ports
    created with port security disabled. This bug was not caught since
    tests didn't cover this fact.

    This patch adds functionality to existing test by creating ports with
    port_security_enabled=False and checking that traffic is allowed prior
    to enabling port security and assigning security groups to them.

    Change-Id: I65da39fd390e4faecc6cfb18bb50e1f5ce684f1e
    Related-Bug: #1549443