Comment 8 for bug 1667485

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-sfc (stable/newton)

Reviewed: https://review.openstack.org/447433
Committed: https://git.openstack.org/cgit/openstack/networking-sfc/commit/?id=645f08cc7c9f99fe2e87a870aa86396c1f8cdaf2
Submitter: Jenkins
Branch: stable/newton

commit 645f08cc7c9f99fe2e87a870aa86396c1f8cdaf2
Author: Bernard Cafarelli <email address hidden>
Date: Thu Feb 23 22:08:23 2017 +0100

    Fix tempest gate on stable/newton

    This is a combination of 3 commits.

    The first commit's message is:

    Drop localrc references

    devstack-gate supports local.conf over localrc now:
    https://review.openstack.org/#/c/326585/

    This broke our tempest check, so dropping the only element filling
    localrc file (sourcing devstackgaterc is needed all the time anyway to
    get the DEVSTACK_GATE_TEMPEST_REGEX variable)

    Change-Id: I9ee5e18cc5c879de500517e9c663ce99d01218d6
    Closes-Bug: 1667485
    (cherry picked from commit f081f642525b6027f1cad114d3d835bfd507e7dc)

    This is the 2nd commit message:

    Be explicit about the extensions being tested

    Otherwise there the danger of skipping those important for SFC [1]

    Co-Authored-By: Ihar Hrachyshka <email address hidden>
    Co-Authored-By: Sean Dague <email address hidden>
    Original-Commit: Ibd0f67f9131e7f67f3a4a62cb6ad28bf80e11bbf

    Needed-By: Ie995f6875a1e2b4c1e47a6596d7e84d9d72c768b
    [1] http://logs.openstack.org/11/442111/2/check/gate-tempest-dsvm-networking-sfc-ubuntu-xenial/0d87aca/console.html#_2017-03-07_20_40_34_903985

    Change-Id: I4a51e25b7fc3c39beea69433e3230838ae2f65bc
    (cherry picked from commit 5cb1e424c9c38bfd75dd2f086ca6e21ee111ec42)

    This is the 3rd commit message:

    Add all extensions to the tempest run

    The post hook runs full tempest as well.

    Change-Id: I19e4df1b26b05f08d0d770e2cbfebff6e7e91270
    (cherry picked from commit 2a4a9e1e985821129b91352631b7c5037af28bc0)