]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix API tests
authorAssaf Muller <amuller@redhat.com>
Tue, 5 Jan 2016 01:30:43 +0000 (20:30 -0500)
committerAkihiro Motoki <amotoki@gmail.com>
Tue, 5 Jan 2016 10:41:44 +0000 (10:41 +0000)
commit218b5d06f5016ddbd88e668b686ce60e7c630794
tree47c1b8a0103cd9bde3ad0d7a1b9a922e3b9e610b
parent0c073785099b768e93122d7631560099ae216782
Fix API tests

Patch https://review.openstack.org/#/c/256164/
broke the Neutron API job by unsetting Tempest configuration
values that were unused by Tempest, but used by Neutron's fork
of Tempest. This patch copies credentials from the 'auth' section
to the 'identity' section.

The longer term plan is detailed here:
https://etherpad.openstack.org/p/neutron-tempest-defork
TL;DR: Removed overlap of tests between the Tempest and Neutron
repos, then use Tempest's plugin architecture for the tests that
will remain in the Neutron repo.

Change-Id: Ieb396cfd17f9cb66776ead11e7f760c1c26a0b08
neutron/tests/tempest/config.py