Commit Graph

8 Commits

Author SHA1 Message Date
Lee Yarwood ac0e4a8f51 tempest: Use a more appropriate name for the skip list
Change-Id: I59c8692ed7dab123c5bfce9e7e28646b4800846f
2021-03-12 17:24:09 +00:00
Lee Yarwood 14370639a3 Add tempest.api.identity to tempest blacklist
As with tempest.api.network the identity tests have nothing to do with
ceph so lets blacklist them and hopefully reduce runtime.

Change-Id: Ibcda268021b236bc049e21b7ddd9e99a7c24dace
2020-12-24 10:58:51 +00:00
Lee Yarwood 8d61c90121 Revert "Skip rescue BFV instance tests"
This reverts commit c1fc88670c.

Depends-On: https://review.opendev.org/#/c/725812/
Change-Id: Ic58b68d431a7226fdd16b5ac2259aff92c9ecd16
2020-05-06 11:16:14 +01:00
Ghanshyam Mann c1fc88670c Skip rescue BFV instance tests
Nova implemented the feature for rescuing the BFV instances.
- https://specs.openstack.org/openstack/nova-specs/specs/ussuri/approved/virt-bfv-instance-rescue.html

It is not working with ceph backend as new tests added in Tempest are failing ceph job

Related-Bug: #1876330

Change-Id: Ie675610a040e9f4c164b51b6b61b2a8094ecd09f
2020-05-01 15:59:46 +00:00
Matt Riedemann 5e11880882 Skip tempest.api.network tests
There is really no point in running the tempest.api.network
tests in the devstack-plugin-ceph-tempest job since a ceph
backend shouldn't make any difference to those tests.

This should speed up the job slightly and more importantly
avoid unnecessarily random failures from tests that don't matter
for this setup.

Change-Id: Icf8d776a648b93b232b83fd4493e00b5f76b3ebf
2019-04-24 10:11:20 -04:00
Eric Harney 7728027cdd Remove slow tests from blacklist
c6d3b84 intended to turn on
"TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks",
but it didn't since that test is marked as slow.

It only turned on
"TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks".

Change-Id: Ifa8ec1651be95dd6d8d30ed5d04e9ac692209e50
2018-12-13 17:45:44 -05:00
Eric Harney c6d3b84268 Test attach encrypted volume
Enable encrypted volume testing.

Change-Id: I96739a3592241aff6326662d15f36b39f1772356
2018-12-12 15:35:20 -05:00
Andrea Frittoli 9e5d173f5a Add ceph jobs as zuulv3 native in tree
This migrates the legacy jobs to zuulv3 native ones.

While migrating the jobs I got the impressions that they have not
bin maintained recently, which is possible since they are not
voting / experimental.

The regex in the py27 job includes cinder.* tests, and the job
used the all-plugin tox env (which has site-packages enabled) so
my guess is that the job used to run cinder in tree tests.
Those tests are now available in the cinder-tempest-plugin repo
instead, which could be added to these jobs if needed.

Following a similar setup in the cinder-tempest-plugin[0] we add
a file `tempest_blacklist.txt` that can by amended to list tests
that are known to fail for a ceph based deployment.

[0] https://review.openstack.org/#/c/531206/

Co-Authored-By: Jens Harbott <j.harbott@x-ion.de>
Change-Id: I27f85991ca947809d46ae2dee57704e779e6dfb6
2018-09-10 22:19:48 +00:00