From 92adc31f8a52705a4ee52b02223a4edd7ac55b26 Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Fri, 28 Nov 2025 19:36:00 +0000 Subject: [PATCH] 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) --- watcher-tempest-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher-tempest-plugin b/watcher-tempest-plugin index d1edf92c8f..acd50f8569 160000 --- a/watcher-tempest-plugin +++ b/watcher-tempest-plugin @@ -1 +1 @@ -Subproject commit d1edf92c8fa92c2221fc7364a0aa27a8018565dd +Subproject commit acd50f856980e2dc97f87d1dccaaa75d7086b3d9