]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix outstanding failures with Neutron API job
authorarmando-migliaccio <armamig@gmail.com>
Wed, 7 Jan 2015 00:31:02 +0000 (16:31 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Sat, 17 Jan 2015 08:24:24 +0000 (00:24 -0800)
commit0edd89fc56fd0afc9e936bfee3baf703c667ee1e
tree1f6dbd49f8b477ab3ce591788bfb3f0727be1e75
parentb3db517a521cf1d4f2854101204702efda66ad9d
Fix outstanding failures with Neutron API job

In order to run the API job successfully, must be installed and
configured. Today when using devstack-vm-gate.sh this means that
Tempest will run as well, which we do not want. To fix this problem
there are changes needed both in project-config and devstack-gate.

As a stop-gap solution, we bring in the scripts required and run
them directly within the gate hooks that we already have.

Once changes in devstack-gate and project-config will be accepted, this
solution can be dropped.

Supports-blueprint: retargetable-functional-testing

Change-Id: If04641ca6a12e956d7baff427e50816fd1a65fbe
neutron/tests/contrib/devstack-vm-gate.sh [new file with mode: 0755]
neutron/tests/contrib/functions.sh [new file with mode: 0644]
neutron/tests/contrib/gate_hook.sh
neutron/tests/contrib/post_test_hook.sh