mirror of
https://opendev.org/openstack/openstack.git
synced 2026-01-16 23:02:00 +00:00
Update git submodules
* Update watcher-tempest-plugin from branch 'master'
to acd50f856980e2dc97f87d1dccaaa75d7086b3d9
- Improved continuous audit api test coverage
This commit reorganizes audit tests by microversion requirements and
adds comprehensive test coverage for continuous audit functionality:
It includes following changes:
* Microversion-aware test organization:
- Introduce TestCreateUpdateDeleteAuditV11 for features requiring >= 1.1
- Introduce TestCreateUpdateDeleteAuditV14 for features requiring >= 1.4
- Relocate test_create_audit_event to V14 class (EVENT type needs >= 1.4)
* Continuous audit test coverage:
- Add test for crontab-style interval expressions (*/5 * * * *)
- Add test for start_time and end_time parameter validation
- Add test for action plan superseding (latest RECOMMENDED, older CANCELLED)
- Add test for runtime interval updates via PATCH operations
- Add test for various crontab formats (minutely, hourly, daily)
* Test helper refactoring:
- Move has_action_plans() from scenario/base.py to common/base.py
- Add _has_multiple_action_plans() helper for superseding validation
- Improves reusability across test modules
* Python 3.11+ compatibility:
- Add datetime.UTC import with timezone.utc fallback
Closes-Bug: #2118904
Assisted-By: Cursor (GPT-5)
Change-Id: Idf9b8899015c4c7da48ff40af21c0a9717ded89e
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
parent
dccfb74e10
commit
92adc31f8a
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit d1edf92c8fa92c2221fc7364a0aa27a8018565dd
|
||||
Subproject commit acd50f856980e2dc97f87d1dccaaa75d7086b3d9
|
||||
Loading…
Add table
Reference in a new issue