Avocado User’s Guide¶
Contents:
- About Avocado
- Getting Started
- Writing Avocado Tests
- Basic example
- Test statuses
- Saving test generated (custom) data
- Accessing test data files
- Accessing test parameters
- Running multiple variants of tests
- Advanced logging capabilities
unittest.TestCase
heritage- Setup and cleanup methods
- Running third party test suites
- Fetching asset files
- Test Output Check and Output Record Mode
- Test log, stdout and stderr in native Avocado modules
- Setting a Test Timeout
- Skipping Tests
- Cancelling Tests
- Docstring Directives
- Python
unittest
Compatibility Limitations And Caveats - Environment Variables for Tests
- SIMPLE Tests BASH extensions
- SIMPLE Tests Status
- Wrap Up
- Result Formats
- Configuration
- Test discovery
- Logging system
- Sysinfo collection
- Test parameters
- Job Replay
- Job Diff
- Running Tests Remotely
- Subclassing Avocado
- Debugging with GDB
- Wrap executables run by tests
- Plugin System