Merge "Add basic tempest tests for Glance/identity/compute/network"

This commit is contained in:
Zuul 2018-04-20 23:32:56 +00:00 committed by Gerrit Code Review
commit 048af7b09b
1 changed files with 14 additions and 4 deletions

View File

@ -44,11 +44,21 @@ tempest_format: container
tempest_undercloud: true
tempest_overcloud: false
tempest_whitelist:
- 'keystone_tempest_plugin'
- 'tempest.api.identity'
- 'tempest.api.image'
- 'tempest.api.network'
- 'tempest.api.compute'
- 'tempest.api.image.v2.test_images.BasicOperationsImagesTest'
- 'tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest'
- 'tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest'
- 'tempest.api.compute.admin.test_flavors'
- 'tempest.api.compute.flavors'
- 'tempest.api.compute.keypairs'
- 'tempest.api.compute.admin.test_quotas'
- 'tempest.api.compute.admin.test_aggregates_negative'
- 'tempest.api.compute.security_groups'
- 'tempest.api.network.test_networks'
- 'tempest.api.network.test_networks_negative'
- 'tempest.api.network.test_security_groups_negative'
- 'tempest.api.network.test_ports'
- 'tempest.api.network.test_routers_negative'
# tripleo-ui is not working yet
enable_port_forward_for_tripleo_ui: false