Tempest Testing Project¶
Contents:
- Tempest - The OpenStack Integration Test Suite
- Tempest Coding Guide
- Tempest Specific Commandments
- Test Data/Configuration
- Exception Handling
- Test cases are independent
- Service Tagging
- Test fixtures and resources
- Skipping Tests
- Negative Tests
- Test skips because of Known Bugs
- Guidelines
- Parallel Test Execution
- Stress Tests in Tempest
- Sample Configuration File
- Unit Tests
- Test Documentation
- Test Identification with Idempotent ID
- Branchless Tempest Considerations
- API Stability
- Reviewing Tempest Code
- Tempest Test Plugin Interface
- Tempest Plugin Registry
- Tempest Library Documentation
- How To Implement Microversion Tests
- Tempest Test Removal Procedure
Field Guides¶
Tempest contains tests of many different types, the field guides attempt to explain these in a way that makes it easy to understand where your test contributions should go.