Comment 15 for bug 1336172

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

Reviewed: https://review.openstack.org/104042
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=37086a8f175ed47776cfc7160aeb29b10060ec8b
Submitter: Jenkins
Branch: master

commit 37086a8f175ed47776cfc7160aeb29b10060ec8b
Author: Maru Newby <email address hidden>
Date: Wed Jul 2 00:35:12 2014 +0000

    Add a gate-specific tox env for functional tests

    The functional gate jobs (*-neutron-dsvm-functional) need special
    configuration (e.g. OS_SUDO_TESTING, OS_ROOTWRAP_CMD) to run tests.
    This patch adds a new gate-specific tox env (tox -e dsvm-functional)
    that sets the appropriate values and allows easy duplication of the
    results of the upstream job on a host that has successfully run
    devstack with neutron enabled.

    A new configuration option, OS_FAIL_ON_MISSING_DEPS, is also set by
    the dsvm-functional tox env to ensure that dependency failures will
    result in failures rather than skips when run in the gate.

    Change-Id: Idbfef1ba72ed129a3021509c7969e2685b8a6d09
    Partial-bug: #1336172