Commit Graph

6 Commits

Author SHA1 Message Date
Jeremy Freudberg 9664dd23d6 Shorten the blacklist
A lot more tests pass since the last time we focused on this file.

Change-Id: Ib90ad5c4dd8e78d6aabe0d4e0541610c4ae0cb46
2018-06-13 19:31:48 +00:00
Kristi Nikolla 4bb9dd6841 The Volume API now supports user messages
This tentatively adds support for that API by letting the
microversion header OpenStack-API-Version go through. Also
added a few unit tests just to check that we're properly routing
the messages path.

Change-Id: Ie21b15ee5d33085e0515a129ea4ef89836ca8d57
2017-07-05 17:04:19 +00:00
Jeremy Freudberg 22f45add29 Return most specific error instead of 404
Particularly for client-side errors, we ought to at least return the
actual error status instead of a generic 404.

Enablement of negative Tempest tests.

Change-Id: Ieaf658c9bd202dbb5000c10c43bdd1afa15a2aa1
2017-07-03 16:26:59 +00:00
Kristi Nikolla e55f32a0ae Blacklist tests in functional gate
Some tests fail because of the new volume v3 messages API. Some
fail because tempest is now checking also the URL which we do no
rewrite with the proxies URL but we still return the original one.
And some need investigation. Comments about each test are in the
blacklist file.

Change-Id: I8ef19c471f7f77f57335b640953826450dbb53de
2017-05-15 17:04:12 -04:00
Kristi Nikolla afdfc72d7f Added ContainerSyncMiddlewareTest to blacklist
Not sure why that test is reliably failing. Need to investigate.

Change-Id: Id46a7607b9466688ffea859bd4205dacd87d9278
2017-03-23 13:03:01 -04:00
Eric Juma 73e9780ad7 Integrate tempest testing
Run tempest API and scenario tests in dsvm_hook excluding failing
tests, which are in tempest_blacklist.txt. Also fixes database
connection, which is now in /tmp/mixmatch.db instead of memory
because it needs to be accessed by multiple workers.

Change-Id: Ia3b3906dacd33622ce44a0b034dbd90ba6c980cc
2017-02-21 11:58:34 -05:00