3 Commits

Author SHA1 Message Date
John Vrbanac
2a4fb02bb3 Replacing functional test authentication hookup
This change, replaces the authentication wrapper for our functional test
calls with a simple wrapper using Keystone client. As a result, this
change removes our dependence on Tempest trunk to run our functional
tests. Unfortunately, this was done primarally due to the uncompability
between Tempest's oslo.log and the oslo_log that we use in Barbican that
was causing our gates to fail and blocking merges across the project.

Change-Id: I0eee6a34d1ab5ca654e737d95c1e124465dc9c14
2015-03-11 02:39:33 -05:00
Steve Heyman
2f373227e1 Fix "invalid credentials" error running functional tests
This fixes the "invalid credentials" error that you will get
if you create a clean barbican environment and try to run the
functional tests.  It is actually a workaround for a change
to tempest (see https://review.openstack.org/#/c/147778/) which
causes a config object to be created BEFORE we get a chance to
set the path to OUR config.  When we set the path to our config
it is essentially ignored (since the config has already been
created) so the credentials in the tempest config aren't the
ones we set - hence the invalid credentials error.

This isn't an issue in devstack gate because our config
file isn't used.

This fix ensures that we will get our path update done before
tempest builds its config so our values will be used by tempest
when the real config object is created.

Change-Id: If8381aff3233934a0c733e12d64605c2dbdfe60c
2015-02-12 09:22:19 -06:00
chadlung
f5eea48528 Adjust location of the functionaltests folder to root of project
Change-Id: I9f269dedc6f3c86e149f51233a1c4dc747d97487
2014-02-25 09:11:45 -06:00