Status: Pass 67 Failure 1 Skip 1
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| watcher_tempest_plugin.tests.scenario.test_execute_actuator.TestExecuteActionsViaActuator | 1 | 0 | 1 | 0 | 0 | Detail | |
test_execute_scenarios |
fail
ft1.1: watcher_tempest_plugin.tests.scenario.test_execute_actuator.TestExecuteActionsViaActuator.test_execute_scenariostesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-21 18:12:19,318 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.104s
2026-01-21 18:12:19,319 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:19 GMT', 'server': 'Apache', 'content-length': '20', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans'}
Body: b'{"action_plans": []}'
2026-01-21 18:12:19,319 79 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.105476 seconds
2026-01-21 18:12:19,398 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.079s
2026-01-21 18:12:19,399 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:19 GMT', 'server': 'Apache', 'content-length': '477', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/9eba6e8d-b354-4276-8f5b-bf6dec146618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/9eba6e8d-b354-4276-8f5b-bf6dec146618", "rel": "bookmark"}], "created_at": "2026-01-21T17:37:17+00:00", "updated_at": null, "deleted_at": null}'
2026-01-21 18:12:19,461 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.062s
2026-01-21 18:12:19,462 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:19 GMT', 'server': 'Apache', 'content-length': '894', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "rel": "bookmark"}], "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2026-01-21 18:12:19,546 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.083s
2026-01-21 18:12:19,546 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"name": "cac751a2-6587-4c00-ac8e-0193518f30ec", "description": "tempest-test-audit_template-403834624", "goal": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "strategy": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "scope": []}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:19 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/4094d1bc-bc4e-41d0-944f-80016dcdd6cd', 'content-length': '703', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "4094d1bc-bc4e-41d0-944f-80016dcdd6cd", "name": "cac751a2-6587-4c00-ac8e-0193518f30ec", "description": "tempest-test-audit_template-403834624", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/4094d1bc-bc4e-41d0-944f-80016dcdd6cd", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/4094d1bc-bc4e-41d0-944f-80016dcdd6cd", "rel": "bookmark"}], "scope": [], "created_at": "2026-01-21T18:12:19.527749+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:12:19,650 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.103s
2026-01-21 18:12:19,650 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"audit_template_uuid": "4094d1bc-bc4e-41d0-944f-80016dcdd6cd", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:19 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f1d4e7a6-aa6b-492b-bb54-49965d94e65b', 'content-length': '910', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "name": "actuator-2026-01-21T18:12:19.609353", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:12:19.624744+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:12:19,759 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/f1d4e7a6-aa6b-492b-bb54-49965d94e65b 0.108s
2026-01-21 18:12:19,759 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:19 GMT', 'server': 'Apache', 'content-length': '949', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f1d4e7a6-aa6b-492b-bb54-49965d94e65b'}
Body: b'{"uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "name": "actuator-2026-01-21T18:12:19.609353", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:12:19+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:19+00:00"}'
2026-01-21 18:12:20,339 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/f1d4e7a6-aa6b-492b-bb54-49965d94e65b 0.078s
2026-01-21 18:12:20,339 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:20 GMT', 'server': 'Apache', 'content-length': '951', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f1d4e7a6-aa6b-492b-bb54-49965d94e65b'}
Body: b'{"uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "name": "actuator-2026-01-21T18:12:19.609353", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:12:19+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:19+00:00"}'
2026-01-21 18:12:20,339 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.689182 seconds
2026-01-21 18:12:20,419 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f1d4e7a6-aa6b-492b-bb54-49965d94e65b 0.079s
2026-01-21 18:12:20,420 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:20 GMT', 'server': 'Apache', 'content-length': '576', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f1d4e7a6-aa6b-492b-bb54-49965d94e65b'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "audit_uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "bookmark"}], "updated_at": null}]}'
2026-01-21 18:12:20,525 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7 0.105s
2026-01-21 18:12:20,526 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:20 GMT', 'server': 'Apache', 'content-length': '637', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7'}
Body: b'{"efficacy_indicators": [], "uuid": "89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "audit_uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "bookmark"}], "hostname": null, "created_at": "2026-01-21T18:12:19+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:12:20,677 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7 0.150s
2026-01-21 18:12:20,677 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:20 GMT', 'server': 'Apache', 'content-length': '656', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7'}
Body: b'{"efficacy_indicators": [], "uuid": "89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "audit_uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "bookmark"}], "hostname": null, "created_at": "2026-01-21T18:12:19+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:20+00:00"}'
2026-01-21 18:12:20,780 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7 0.102s
2026-01-21 18:12:20,780 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:20 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7'}
Body: b'{"efficacy_indicators": [], "uuid": "89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "audit_uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:12:19+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:20+00:00"}'
2026-01-21 18:12:21,874 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7 0.092s
2026-01-21 18:12:21,875 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:21 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7'}
Body: b'{"efficacy_indicators": [], "uuid": "89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "audit_uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:12:19+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:21+00:00"}'
2026-01-21 18:12:21,875 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 1.197231 seconds
2026-01-21 18:12:21,961 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7 0.085s
2026-01-21 18:12:21,961 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:21 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7'}
Body: b'{"efficacy_indicators": [], "uuid": "89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "audit_uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:12:19+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:21+00:00"}'
2026-01-21 18:12:22,042 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=89b4fa2d-d621-497d-83b2-8ffdb3494bc7 0.080s
2026-01-21 18:12:22,043 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:21 GMT', 'server': 'Apache', 'content-length': '446', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=89b4fa2d-d621-497d-83b2-8ffdb3494bc7'}
Body: b'{"actions": [{"uuid": "f64a8479-2222-40ba-a4a2-5db3be7b1c39", "action_plan_uuid": "89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "state": "SUCCEEDED", "action_type": "nop", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/f64a8479-2222-40ba-a4a2-5db3be7b1c39", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/f64a8479-2222-40ba-a4a2-5db3be7b1c39", "rel": "bookmark"}]}]}'
2026-01-21 18:12:22,135 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.091s
2026-01-21 18:12:22,135 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:22 GMT', 'server': 'Apache', 'content-length': '597', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "audit_uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "bookmark"}], "updated_at": "2026-01-21T18:12:21+00:00"}]}'
2026-01-21 18:12:22,136 79 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.092675 seconds
2026-01-21 18:12:22,233 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.096s
2026-01-21 18:12:22,233 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:22 GMT', 'server': 'Apache', 'content-length': '477', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/9eba6e8d-b354-4276-8f5b-bf6dec146618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/9eba6e8d-b354-4276-8f5b-bf6dec146618", "rel": "bookmark"}], "created_at": "2026-01-21T17:37:17+00:00", "updated_at": null, "deleted_at": null}'
2026-01-21 18:12:22,340 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.105s
2026-01-21 18:12:22,340 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:22 GMT', 'server': 'Apache', 'content-length': '894', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "rel": "bookmark"}], "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2026-01-21 18:12:22,451 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.109s
2026-01-21 18:12:22,451 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"name": "8ab21ed2-a898-4f59-b0c5-bb6488673865", "description": "tempest-test-audit_template-574168654", "goal": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "strategy": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "scope": []}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:22 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/cabdf38e-2a71-42af-b1b2-d7f48330c787', 'content-length': '703', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "cabdf38e-2a71-42af-b1b2-d7f48330c787", "name": "8ab21ed2-a898-4f59-b0c5-bb6488673865", "description": "tempest-test-audit_template-574168654", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/cabdf38e-2a71-42af-b1b2-d7f48330c787", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/cabdf38e-2a71-42af-b1b2-d7f48330c787", "rel": "bookmark"}], "scope": [], "created_at": "2026-01-21T18:12:22.428692+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:12:22,543 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.091s
2026-01-21 18:12:22,543 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"audit_template_uuid": "cabdf38e-2a71-42af-b1b2-d7f48330c787", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:22 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/5431b9fd-c165-4d4f-bd3e-b05f00483297', 'content-length': '903', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "name": "actuator-2026-01-21T18:12:22.510124", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/5431b9fd-c165-4d4f-bd3e-b05f00483297", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/5431b9fd-c165-4d4f-bd3e-b05f00483297", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:12:22.521721+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:12:22,620 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/5431b9fd-c165-4d4f-bd3e-b05f00483297 0.076s
2026-01-21 18:12:22,620 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:22 GMT', 'server': 'Apache', 'content-length': '942', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/5431b9fd-c165-4d4f-bd3e-b05f00483297'}
Body: b'{"uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "name": "actuator-2026-01-21T18:12:22.510124", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/5431b9fd-c165-4d4f-bd3e-b05f00483297", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/5431b9fd-c165-4d4f-bd3e-b05f00483297", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:12:22+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:22+00:00"}'
2026-01-21 18:12:23,195 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/5431b9fd-c165-4d4f-bd3e-b05f00483297 0.073s
2026-01-21 18:12:23,196 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:23 GMT', 'server': 'Apache', 'content-length': '944', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/5431b9fd-c165-4d4f-bd3e-b05f00483297'}
Body: b'{"uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "name": "actuator-2026-01-21T18:12:22.510124", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/5431b9fd-c165-4d4f-bd3e-b05f00483297", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/5431b9fd-c165-4d4f-bd3e-b05f00483297", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:12:22+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:22+00:00"}'
2026-01-21 18:12:23,196 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.652651 seconds
2026-01-21 18:12:23,268 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=5431b9fd-c165-4d4f-bd3e-b05f00483297 0.071s
2026-01-21 18:12:23,269 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:23 GMT', 'server': 'Apache', 'content-length': '576', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=5431b9fd-c165-4d4f-bd3e-b05f00483297'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "audit_uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "bookmark"}], "updated_at": null}]}'
2026-01-21 18:12:23,340 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6 0.070s
2026-01-21 18:12:23,340 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:23 GMT', 'server': 'Apache', 'content-length': '637', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6'}
Body: b'{"efficacy_indicators": [], "uuid": "2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "audit_uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "bookmark"}], "hostname": null, "created_at": "2026-01-21T18:12:22+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:12:23,437 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6 0.095s
2026-01-21 18:12:23,437 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:23 GMT', 'server': 'Apache', 'content-length': '656', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6'}
Body: b'{"efficacy_indicators": [], "uuid": "2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "audit_uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "bookmark"}], "hostname": null, "created_at": "2026-01-21T18:12:22+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:23+00:00"}'
2026-01-21 18:12:23,540 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6 0.102s
2026-01-21 18:12:23,541 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:23 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6'}
Body: b'{"efficacy_indicators": [], "uuid": "2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "audit_uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:12:22+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:23+00:00"}'
2026-01-21 18:12:24,645 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6 0.103s
2026-01-21 18:12:24,646 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:24 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6'}
Body: b'{"efficacy_indicators": [], "uuid": "2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "audit_uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:12:22+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:23+00:00"}'
2026-01-21 18:12:25,740 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6 0.092s
2026-01-21 18:12:25,740 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:25 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6'}
Body: b'{"efficacy_indicators": [], "uuid": "2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "audit_uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:12:22+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:25+00:00"}'
2026-01-21 18:12:25,741 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 2.303346 seconds
2026-01-21 18:12:25,835 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6 0.093s
2026-01-21 18:12:25,835 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:25 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6'}
Body: b'{"efficacy_indicators": [], "uuid": "2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "audit_uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:12:22+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:25+00:00"}'
2026-01-21 18:12:25,920 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6 0.084s
2026-01-21 18:12:25,921 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:25 GMT', 'server': 'Apache', 'content-length': '448', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6'}
Body: b'{"actions": [{"uuid": "e0b199dc-51e9-470d-87c4-7f98b48a7771", "action_plan_uuid": "2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "state": "SUCCEEDED", "action_type": "sleep", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/e0b199dc-51e9-470d-87c4-7f98b48a7771", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/e0b199dc-51e9-470d-87c4-7f98b48a7771", "rel": "bookmark"}]}]}'
2026-01-21 18:12:26,007 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.085s
2026-01-21 18:12:26,007 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:25 GMT', 'server': 'Apache', 'content-length': '1176', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "audit_uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "bookmark"}], "updated_at": "2026-01-21T18:12:21+00:00"}, {"efficacy_indicators": [], "uuid": "2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "audit_uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "bookmark"}], "updated_at": "2026-01-21T18:12:25+00:00"}]}'
2026-01-21 18:12:26,007 79 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.086133 seconds
2026-01-21 18:12:26,088 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.080s
2026-01-21 18:12:26,088 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:26 GMT', 'server': 'Apache', 'content-length': '477', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/9eba6e8d-b354-4276-8f5b-bf6dec146618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/9eba6e8d-b354-4276-8f5b-bf6dec146618", "rel": "bookmark"}], "created_at": "2026-01-21T17:37:17+00:00", "updated_at": null, "deleted_at": null}'
2026-01-21 18:12:26,149 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.059s
2026-01-21 18:12:26,149 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:26 GMT', 'server': 'Apache', 'content-length': '894', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "rel": "bookmark"}], "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2026-01-21 18:12:26,274 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.123s
2026-01-21 18:12:26,274 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"name": "1b432cbf-363a-49fd-95d3-4f2ebb92f6d8", "description": "tempest-test-audit_template-352540016", "goal": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "strategy": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "scope": []}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:26 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/06a5165a-2877-48c9-99dc-fd07e388ccef', 'content-length': '703', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "06a5165a-2877-48c9-99dc-fd07e388ccef", "name": "1b432cbf-363a-49fd-95d3-4f2ebb92f6d8", "description": "tempest-test-audit_template-352540016", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/06a5165a-2877-48c9-99dc-fd07e388ccef", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/06a5165a-2877-48c9-99dc-fd07e388ccef", "rel": "bookmark"}], "scope": [], "created_at": "2026-01-21T18:12:26.245527+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:12:26,384 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.108s
2026-01-21 18:12:26,384 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"audit_template_uuid": "06a5165a-2877-48c9-99dc-fd07e388ccef", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "change_nova_service_state", "input_parameters": {"state": "enabled"}, "resource_id": "compute-0.ctlplane.example.com"}]}}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:26 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667', 'content-length': '975', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "name": "actuator-2026-01-21T18:12:26.338675", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "change_nova_service_state", "input_parameters": {"state": "enabled"}, "resource_id": "compute-0.ctlplane.example.com"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:12:26.352627+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:12:26,468 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667 0.083s
2026-01-21 18:12:26,469 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:26 GMT', 'server': 'Apache', 'content-length': '1014', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667'}
Body: b'{"uuid": "f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "name": "actuator-2026-01-21T18:12:26.338675", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "change_nova_service_state", "input_parameters": {"state": "enabled"}, "resource_id": "compute-0.ctlplane.example.com"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:12:26+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:26+00:00"}'
2026-01-21 18:12:27,076 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667 0.106s
2026-01-21 18:12:27,076 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:27 GMT', 'server': 'Apache', 'content-length': '1016', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667'}
Body: b'{"uuid": "f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "name": "actuator-2026-01-21T18:12:26.338675", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "change_nova_service_state", "input_parameters": {"state": "enabled"}, "resource_id": "compute-0.ctlplane.example.com"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:12:26+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:26+00:00"}'
2026-01-21 18:12:27,076 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.691477 seconds
2026-01-21 18:12:27,144 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667 0.067s
2026-01-21 18:12:27,145 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:27 GMT', 'server': 'Apache', 'content-length': '576', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "55695f81-13ad-41f8-a31e-5cade9e15fa6", "audit_uuid": "f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "bookmark"}], "updated_at": null}]}'
2026-01-21 18:12:27,238 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6 0.092s
2026-01-21 18:12:27,238 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:27 GMT', 'server': 'Apache', 'content-length': '637', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6'}
Body: b'{"efficacy_indicators": [], "uuid": "55695f81-13ad-41f8-a31e-5cade9e15fa6", "audit_uuid": "f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "bookmark"}], "hostname": null, "created_at": "2026-01-21T18:12:26+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:12:27,375 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6 0.136s
2026-01-21 18:12:27,375 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:27 GMT', 'server': 'Apache', 'content-length': '656', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6'}
Body: b'{"efficacy_indicators": [], "uuid": "55695f81-13ad-41f8-a31e-5cade9e15fa6", "audit_uuid": "f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "bookmark"}], "hostname": null, "created_at": "2026-01-21T18:12:26+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:27+00:00"}'
2026-01-21 18:12:27,474 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6 0.097s
2026-01-21 18:12:27,474 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:27 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6'}
Body: b'{"efficacy_indicators": [], "uuid": "55695f81-13ad-41f8-a31e-5cade9e15fa6", "audit_uuid": "f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:12:26+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:27+00:00"}'
2026-01-21 18:12:28,577 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6 0.101s
2026-01-21 18:12:28,577 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:28 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6'}
Body: b'{"efficacy_indicators": [], "uuid": "55695f81-13ad-41f8-a31e-5cade9e15fa6", "audit_uuid": "f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:12:26+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:28+00:00"}'
2026-01-21 18:12:28,577 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 1.201958 seconds
2026-01-21 18:12:28,641 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6 0.063s
2026-01-21 18:12:28,642 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:28 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6'}
Body: b'{"efficacy_indicators": [], "uuid": "55695f81-13ad-41f8-a31e-5cade9e15fa6", "audit_uuid": "f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:12:26+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:12:28+00:00"}'
2026-01-21 18:12:28,728 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=55695f81-13ad-41f8-a31e-5cade9e15fa6 0.085s
2026-01-21 18:12:28,729 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:28 GMT', 'server': 'Apache', 'content-length': '468', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=55695f81-13ad-41f8-a31e-5cade9e15fa6'}
Body: b'{"actions": [{"uuid": "f1b7a6cb-7b5d-44c8-a1bf-2bf040b142ae", "action_plan_uuid": "55695f81-13ad-41f8-a31e-5cade9e15fa6", "state": "SUCCEEDED", "action_type": "change_nova_service_state", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/f1b7a6cb-7b5d-44c8-a1bf-2bf040b142ae", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/f1b7a6cb-7b5d-44c8-a1bf-2bf040b142ae", "rel": "bookmark"}]}]}'
2026-01-21 18:12:28,851 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.121s
2026-01-21 18:12:28,851 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:28 GMT', 'server': 'Apache', 'content-length': '1297', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98ccea99-8dd1-4be0-abc4-26e2d3996ed8', 'x-compute-request-id': 'req-98ccea99-8dd1-4be0-abc4-26e2d3996ed8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-services'}
Body: b'{"services": [{"binary": "nova-conductor", "host": "nova-cell0-conductor-0", "id": "6349dfae-aea5-44d5-aa25-a7f5ac16aab9", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:12:27.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "32665fca-d7e0-42f7-aed3-d8680a349a63", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:12:23.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "cd3806db-8817-4361-9d87-3a747bf0a54f", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:12:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "382d22f8-76d2-4ea3-bc3e-e0c1ec60f4d5", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:12:27.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "f56be188-6e51-448f-a532-1b94f9b7890a", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:12:27.000000", "disabled_reason": null, "forced_down": false}]}'
2026-01-21 18:12:28,989 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.135s
2026-01-21 18:12:28,989 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:28 GMT', 'server': 'Apache', 'content-length': '15', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bae84bba-be19-427b-bf88-65021cd1cb60', 'x-compute-request-id': 'req-bae84bba-be19-427b-bf88-65021cd1cb60', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-01-21 18:12:29,094 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.097s
2026-01-21 18:12:29,095 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:29 GMT', 'server': 'Apache', 'content-length': '3471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c641811-cc9f-43dd-a942-990f9ee1c973', 'x-compute-request-id': 'req-9c641811-cc9f-43dd-a942-990f9ee1c973', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail'}
Body: b'{"hypervisors": [{"id": "b0b84ad3-d467-4fef-a623-1e37e81e4b09", "hypervisor_hostname": "compute-1.ctlplane.example.com", "state": "up", "status": "enabled", "hypervisor_type": "QEMU", "hypervisor_version": 10001000, "host_ip": "192.168.122.101", "service": {"id": "f56be188-6e51-448f-a532-1b94f9b7890a", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pdpe1gb", "ibpb", "rdrand", "sse4.2", "tsc-deadline", "pse36", "adx", "xsavec", "aes", "xgetbv1", "avx2", "mds-no", "movbe", "de", "svm", "abm", "umip", "sha-ni", "lbrv", "sse4a", "hypervisor", "pfthreshold", "bmi1", "perfctr_core", "topoext", "smap", "osvw", "msr", "amd-stibp", "nrip-save", "wbnoinvd", "3dnowprefetch", "bmi2", "fxsr_opt", "mce", "cx8", "rdseed", "svme-addr-chk", "cmov", "ibrs", "amd-ssbd", "mmx", "sse4.1", "npt", "ssse3", "xsave", "pschange-mc-no", "pge", "avx", "pause-filter", "arat", "mtrr", "cmp_legacy", "fxsr", "pse", "lm", "skip-l1dfl-vmentry", "syscall", "spec-ctrl", "x2apic", "rdpid", "clzero", "sep", "arch-capabilities", "xsaveopt", "tsc_adjust", "sse", "lahf_lm", "pclmuldq", "ssbd", "stibp", "popcnt", "smep", "fsgsbase", "pae", "misalignsse", "tsc-scale", "mmxext", "vmcb-clean", "f16c", "rdctl-no", "tsc", "rdtscp", "fma", "xsaveerptr", "fpu", "clflush", "cr8legacy", "cx16", "clflushopt", "mca", "nx", "apic", "vme", "pat", "clwb", "sse2", "virt-ssbd", "pni"]}}, {"id": "502e4243-611b-433d-a766-9b485d51652d", "hypervisor_hostname": "compute-0.ctlplane.example.com", "state": "up", "status": "enabled", "hypervisor_type": "QEMU", "hypervisor_version": 10001000, "host_ip": "192.168.122.100", "service": {"id": "382d22f8-76d2-4ea3-bc3e-e0c1ec60f4d5", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["sse4.2", "clflush", "pae", "lm", "mmx", "nx", "rdrand", "ibrs", "rdctl-no", "sha-ni", "pse36", "mce", "umip", "adx", "avx", "perfctr_core", "virt-ssbd", "xsaveopt", "pclmuldq", "sse", "pse", "cx16", "tsc", "xsavec", "stibp", "ssbd", "rdpid", "skip-l1dfl-vmentry", "f16c", "lahf_lm", "lbrv", "pat", "aes", "tsc-scale", "xsave", "pni", "mca", "arch-capabilities", "clzero", "tsc-deadline", "ssse3", "msr", "vmcb-clean", "cmov", "arat", "popcnt", "cr8legacy", "xsaveerptr", "smap", "mmxext", "nrip-save", "sse4a", "syscall", "pause-filter", "ibpb", "apic", "fxsr_opt", "pschange-mc-no", "wbnoinvd", "avx2", "3dnowprefetch", "bmi2", "cmp_legacy", "clflushopt", "osvw", "movbe", "tsc_adjust", "topoext", "x2apic", "svm", "mds-no", "fsgsbase", "rdtscp", "npt", "misalignsse", "smep", "pge", "bmi1", "xgetbv1", "hypervisor", "clwb", "cx8", "abm", "fma", "amd-stibp", "svme-addr-chk", "sse4.1", "sep", "fpu", "pdpe1gb", "rdseed", "vme", "amd-ssbd", "fxsr", "mtrr", "spec-ctrl", "pfthreshold", "sse2", "de"]}}]}'
2026-01-21 18:12:29,208 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/502e4243-611b-433d-a766-9b485d51652d/traits 0.109s
2026-01-21 18:12:29,209 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:29 GMT', 'server': 'Apache', 'last-modified': 'Wed, 21 Jan 2026 17:38:30 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-3584c97a-f2a2-419b-b276-99f0eb5ec1ee', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=b62f7f2ac36d7d892e62b370ffc9bc67; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/502e4243-611b-433d-a766-9b485d51652d/traits'}
Body: b'{"traits": ["COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_IMAGE_TYPE_ARI", "HW_CPU_X86_SSE", "COMPUTE_NET_VIF_MODEL_E1000E", "HW_CPU_X86_MMX", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SSE41", "COMPUTE_ACCELERATORS", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "HW_CPU_X86_SSE2", "HW_CPU_X86_SSSE3", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_PCNET", "HW_CPU_X86_SSE42", "COMPUTE_NODE"], "resource_provider_generation": 2}'
2026-01-21 18:12:29,570 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.355s
2026-01-21 18:12:29,570 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:29 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-46277856-2428-425d-92a0-32edce8fdb2f', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=1093aa0bd35a4e2732ede5c785409da0; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "16f8ab2ae83b48f9a88753a5deddcc19", "name": "tempest-TestExecuteActionsViaActuator-627352265-project-member", "password_expires_at": null}, "audit_ids": ["-Ivtm1ALRqGYV55BeFMRWA"], "expires_at": "2026-01-21T19:12:29.000000Z", "issued_at": "2026-01-21T18:12:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a4b7cdf556d4f8393d1c61b57628813", "name": "tempest-TestExecuteActionsViaActuator-627352265"}, "is_domain": false, "roles": [{"id": "ab87ddb583a14a8bb2165cb990517f39", "name": "reader"}, {"id": "35e929c9b4484002953fe2c9c081c5ba", "name": "member"}], "catalog": [{"endpoints": [], "id": "0854c4f0c62348efabcd19b428c2d1b5", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "placement", "id": "daf1dbddc70e4223bcf7bb5ddc348086", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "db96626fe51f49a0af113fc5fd25ac7a", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "164625c6e7e94185a552ee48a1b35d46", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "watcher", "id": "7da6497d591443008dfb531280a6f96b", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "watcher", "id": "feb929c79fa04f23ac37c13cb742420d", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}], "id": "1974d0bd679b4dec8035ca9b3f45344a", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "swift", "id": "c8a53a1d9bf9414c87a13d5ea2cb9bab", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_2a4b7cdf556d4f8393d1c61b57628813", "region": "regionOne"}, {"name": "swift", "id": "fd24994f84ec470d8105ecb4088201fc", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_2a4b7cdf556d4f8393d1c61b57628813", "region": "regionOne"}], "id": "262c695b78c0469f8151a4c960319f00", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "nova", "id": "ed126d0d2cd74388b0f44b8f69eb154b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "f48050627956486293369f186486943f", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "3ae45f7cbbd347ff8dd77d6f3fdac1d6", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "7d80aeab6e0a456594bbb362eccb0471", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "b06349ef874d46e8891803a2f2a7a564", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "65b1e4a8909b4f6da7fa5f1e930fb136", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "cinderv3", "id": "579bee52c910400486ee60326ff9ab5f", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "cb497eee1df14aaf8fc2bdf1ccda8b5f", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "68c8dd8552184dc49392ab5b3ee04828", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b6f135ee9564b6d8740274e707f2b74", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "fd171e6d1a554c919078d7721bee60f2", "interface": "internal", "region_id": "regionOne", "u
2026-01-21 18:12:29,571 79 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': 'e8161199-7513-4099-89c4-00e7e075c92b', 'name': 'tempest-TestExecuteActionsViaActuator-514974975-network', 'tenant_id': '2a4b7cdf556d4f8393d1c61b57628813', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2a4b7cdf556d4f8393d1c61b57628813', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 932, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-01-21T18:11:54Z', 'updated_at': '2026-01-21T18:11:54Z', 'revision_number': 1} available for tenant
2026-01-21 18:12:32,594 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.021s
2026-01-21 18:12:32,595 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestExecuteActionsViaActuator-server-215034302", "imageRef": "672306ae-5521-4fc1-a825-a16d6d125c61", "flavorRef": "45095fe9-3fd5-4f1f-87b2-a2a8292135a2", "networks": [{"uuid": "e8161199-7513-4099-89c4-00e7e075c92b"}]}}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:29 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d20816eb-f488-4df4-a92c-50ea09bcd42c', 'x-compute-request-id': 'req-d20816eb-f488-4df4-a92c-50ea09bcd42c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "841e0bef-3987-412a-805b-b71e87fa2a74", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "JQFHj9joDMzz"}}'
2026-01-21 18:12:33,357 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 0.758s
2026-01-21 18:12:33,358 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:32 GMT', 'server': 'Apache', 'content-length': '1370', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23a0c454-4746-477e-9ec8-2ca4db00457d', 'x-compute-request-id': 'req-23a0c454-4746-477e-9ec8-2ca4db00457d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b'{"server": {"id": "841e0bef-3987-412a-805b-b71e87fa2a74", "name": "tempest-TestExecuteActionsViaActuator-server-215034302", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:32Z", "updated": "2026-01-21T18:12:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:35,420 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 1.048s
2026-01-21 18:12:35,421 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:34 GMT', 'server': 'Apache', 'content-length': '1422', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd8a77b9-d5d7-4931-94b4-6952a4f7f1d9', 'x-compute-request-id': 'req-fd8a77b9-d5d7-4931-94b4-6952a4f7f1d9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b'{"server": {"id": "841e0bef-3987-412a-805b-b71e87fa2a74", "name": "tempest-TestExecuteActionsViaActuator-server-215034302", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:32Z", "updated": "2026-01-21T18:12:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:35,435 79 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-21 18:12:38,419 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 1.982s
2026-01-21 18:12:38,419 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:36 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de0222bf-80b2-4f97-b8cb-b96da0587b0a', 'x-compute-request-id': 'req-de0222bf-80b2-4f97-b8cb-b96da0587b0a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b'{"server": {"id": "841e0bef-3987-412a-805b-b71e87fa2a74", "name": "tempest-TestExecuteActionsViaActuator-server-215034302", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:32Z", "updated": "2026-01-21T18:12:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:38,426 79 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait
2026-01-21 18:12:40,516 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 1.089s
2026-01-21 18:12:40,518 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:39 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9204fab5-cdfb-4632-829c-3c9cd9f7b61f', 'x-compute-request-id': 'req-9204fab5-cdfb-4632-829c-3c9cd9f7b61f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b'{"server": {"id": "841e0bef-3987-412a-805b-b71e87fa2a74", "name": "tempest-TestExecuteActionsViaActuator-server-215034302", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:32Z", "updated": "2026-01-21T18:12:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:42,408 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 0.877s
2026-01-21 18:12:42,408 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:41 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d2ea793-39a2-4d81-93f5-0d490cdd6afd', 'x-compute-request-id': 'req-0d2ea793-39a2-4d81-93f5-0d490cdd6afd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b'{"server": {"id": "841e0bef-3987-412a-805b-b71e87fa2a74", "name": "tempest-TestExecuteActionsViaActuator-server-215034302", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:32Z", "updated": "2026-01-21T18:12:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:43,841 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 0.419s
2026-01-21 18:12:43,842 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:43 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49c911b9-6805-4af3-8615-7249d09d0139', 'x-compute-request-id': 'req-49c911b9-6805-4af3-8615-7249d09d0139', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b'{"server": {"id": "841e0bef-3987-412a-805b-b71e87fa2a74", "name": "tempest-TestExecuteActionsViaActuator-server-215034302", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:32Z", "updated": "2026-01-21T18:12:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:45,519 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 0.662s
2026-01-21 18:12:45,519 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:44 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4cf0cc8-4bb3-4daf-ba7c-f6c9befbee2c', 'x-compute-request-id': 'req-e4cf0cc8-4bb3-4daf-ba7c-f6c9befbee2c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b'{"server": {"id": "841e0bef-3987-412a-805b-b71e87fa2a74", "name": "tempest-TestExecuteActionsViaActuator-server-215034302", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:32Z", "updated": "2026-01-21T18:12:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:47,528 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 0.997s
2026-01-21 18:12:47,528 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:46 GMT', 'server': 'Apache', 'content-length': '1664', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ae14ac8-fbd5-4470-b938-3219a38432da', 'x-compute-request-id': 'req-2ae14ac8-fbd5-4470-b938-3219a38432da', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b'{"server": {"id": "841e0bef-3987-412a-805b-b71e87fa2a74", "name": "tempest-TestExecuteActionsViaActuator-server-215034302", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:32Z", "updated": "2026-01-21T18:12:45Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:65:b9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:12:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:47,540 79 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait
2026-01-21 18:12:48,531 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 0.990s
2026-01-21 18:12:48,532 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:47 GMT', 'server': 'Apache', 'content-length': '1664', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-107cf524-a4b1-42db-bee8-287ec950c615', 'x-compute-request-id': 'req-107cf524-a4b1-42db-bee8-287ec950c615', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b'{"server": {"id": "841e0bef-3987-412a-805b-b71e87fa2a74", "name": "tempest-TestExecuteActionsViaActuator-server-215034302", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:32Z", "updated": "2026-01-21T18:12:45Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:65:b9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:12:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:49,531 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 0.989s
2026-01-21 18:12:49,532 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:48 GMT', 'server': 'Apache', 'content-length': '2189', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-051d3534-5b7d-4402-a92c-6d5d8bbec3c5', 'x-compute-request-id': 'req-051d3534-5b7d-4402-a92c-6d5d8bbec3c5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b'{"server": {"id": "841e0bef-3987-412a-805b-b71e87fa2a74", "name": "tempest-TestExecuteActionsViaActuator-server-215034302", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:32Z", "updated": "2026-01-21T18:12:45Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:65:b9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:12:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-gzrkbma3", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-215034302", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:49,539 79 DEBUG [watcher_tempest_plugin.services.base] Executing command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iODQxZTBiZWYtMzk4Ny00MTJhLTgwNWItYjcxZTg3ZmEyYTc0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MTY5NTM5In0gMjQwMDAwMDAwMDEuMCAxNzY5MDE4ODY5NTM5CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9Ijg0MWUwYmVmLTM5ODctNDEyYS04MDViLWI3MWU4N2ZhMmE3NCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTE2OTUzOSJ9IDQ4MDAwMDAwMDAxLjAgMTc2OTAxODg5OTUzOQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI4NDFlMGJlZi0zOTg3LTQxMmEtODA1Yi1iNzFlODdmYTJhNzQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkxNjk1MzkifSA3MjAwMDAwMDAwMS4wIDE3NjkwMTg5Mjk1MzkKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iODQxZTBiZWYtMzk4Ny00MTJhLTgwNWItYjcxZTg3ZmEyYTc0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MTY5NTM5In0gOTYwMDAwMDAwMDEuMCAxNzY5MDE4OTU5NTM5CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9Ijg0MWUwYmVmLTM5ODctNDEyYS04MDViLWI3MWU4N2ZhMmE3NCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTE2OTUzOSJ9IDEyMDAwMDAwMDAwMS4wIDE3NjkwMTg5ODk1MzkKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iODQxZTBiZWYtMzk4Ny00MTJhLTgwNWItYjcxZTg3ZmEyYTc0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MTY5NTM5In0gMTQ0MDAwMDAwMDAxLjAgMTc2OTAxOTAxOTUzOQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI4NDFlMGJlZi0zOTg3LTQxMmEtODA1Yi1iNzFlODdmYTJhNzQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkxNjk1MzkifSAxNjgwMDAwMDAwMDEuMCAxNzY5MDE5MDQ5NTM5CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9Ijg0MWUwYmVmLTM5ODctNDEyYS04MDViLWI3MWU4N2ZhMmE3NCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTE2OTUzOSJ9IDE5MjAwMDAwMDAwMS4wIDE3NjkwMTkwNzk1MzkKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iODQxZTBiZWYtMzk4Ny00MTJhLTgwNWItYjcxZTg3ZmEyYTc0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MTY5NTM5In0gMjE2MDAwMDAwMDAxLjAgMTc2OTAxOTEwOTUzOQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI4NDFlMGJlZi0zOTg3LTQxMmEtODA1Yi1iNzFlODdmYTJhNzQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkxNjk1MzkifSAyNDAwMDAwMDAwMDEuMCAxNzY5MDE5MTM5NTM5Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' on host '38.102.83.17'
2026-01-21 18:12:49,539 79 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.17:22' as 'zuul' with password None
2026-01-21 18:12:49,555 79 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-01-21 18:12:49,615 79 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-21 18:12:49,615 79 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.17 successfully created
2026-01-21 18:12:50,462 79 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2026-01-21 18:12:50,555 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/b0b84ad3-d467-4fef-a623-1e37e81e4b09/traits 0.092s
2026-01-21 18:12:50,555 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:50 GMT', 'server': 'Apache', 'last-modified': 'Wed, 21 Jan 2026 17:38:30 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-4ca19060-98f0-4e28-8d46-8dffde626678', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=b62f7f2ac36d7d892e62b370ffc9bc67; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/b0b84ad3-d467-4fef-a623-1e37e81e4b09/traits'}
Body: b'{"traits": ["COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_IMAGE_TYPE_ARI", "HW_CPU_X86_SSE", "COMPUTE_NET_VIF_MODEL_E1000E", "HW_CPU_X86_MMX", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SSE41", "COMPUTE_ACCELERATORS", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "HW_CPU_X86_SSE2", "HW_CPU_X86_SSSE3", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_PCNET", "HW_CPU_X86_SSE42", "COMPUTE_NODE"], "resource_provider_generation": 2}'
2026-01-21 18:12:50,888 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.328s
2026-01-21 18:12:50,888 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:50 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-39b0c3c1-58f0-4539-8204-f50d6dd1537d', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=1093aa0bd35a4e2732ede5c785409da0; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "16f8ab2ae83b48f9a88753a5deddcc19", "name": "tempest-TestExecuteActionsViaActuator-627352265-project-member", "password_expires_at": null}, "audit_ids": ["FZEyLoZ2R_m2LDmuxFldew"], "expires_at": "2026-01-21T19:12:50.000000Z", "issued_at": "2026-01-21T18:12:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a4b7cdf556d4f8393d1c61b57628813", "name": "tempest-TestExecuteActionsViaActuator-627352265"}, "is_domain": false, "roles": [{"id": "ab87ddb583a14a8bb2165cb990517f39", "name": "reader"}, {"id": "35e929c9b4484002953fe2c9c081c5ba", "name": "member"}], "catalog": [{"endpoints": [], "id": "0854c4f0c62348efabcd19b428c2d1b5", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "placement", "id": "daf1dbddc70e4223bcf7bb5ddc348086", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "db96626fe51f49a0af113fc5fd25ac7a", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "164625c6e7e94185a552ee48a1b35d46", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "watcher", "id": "7da6497d591443008dfb531280a6f96b", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "watcher", "id": "feb929c79fa04f23ac37c13cb742420d", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}], "id": "1974d0bd679b4dec8035ca9b3f45344a", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "swift", "id": "c8a53a1d9bf9414c87a13d5ea2cb9bab", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_2a4b7cdf556d4f8393d1c61b57628813", "region": "regionOne"}, {"name": "swift", "id": "fd24994f84ec470d8105ecb4088201fc", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_2a4b7cdf556d4f8393d1c61b57628813", "region": "regionOne"}], "id": "262c695b78c0469f8151a4c960319f00", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "nova", "id": "ed126d0d2cd74388b0f44b8f69eb154b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "f48050627956486293369f186486943f", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "3ae45f7cbbd347ff8dd77d6f3fdac1d6", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "7d80aeab6e0a456594bbb362eccb0471", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "b06349ef874d46e8891803a2f2a7a564", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "65b1e4a8909b4f6da7fa5f1e930fb136", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "cinderv3", "id": "579bee52c910400486ee60326ff9ab5f", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "cb497eee1df14aaf8fc2bdf1ccda8b5f", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "68c8dd8552184dc49392ab5b3ee04828", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b6f135ee9564b6d8740274e707f2b74", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "fd171e6d1a554c919078d7721bee60f2", "interface": "internal", "region_id": "regionOne", "u
2026-01-21 18:12:50,888 79 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': 'e8161199-7513-4099-89c4-00e7e075c92b', 'name': 'tempest-TestExecuteActionsViaActuator-514974975-network', 'tenant_id': '2a4b7cdf556d4f8393d1c61b57628813', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2a4b7cdf556d4f8393d1c61b57628813', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 932, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-01-21T18:11:54Z', 'updated_at': '2026-01-21T18:11:54Z', 'revision_number': 1} available for tenant
2026-01-21 18:12:52,111 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.222s
2026-01-21 18:12:52,112 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestExecuteActionsViaActuator-server-109399693", "imageRef": "672306ae-5521-4fc1-a825-a16d6d125c61", "flavorRef": "45095fe9-3fd5-4f1f-87b2-a2a8292135a2", "networks": [{"uuid": "e8161199-7513-4099-89c4-00e7e075c92b"}]}}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:50 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3878c69b-d279-419b-9a85-5cab2ce3e1e0', 'x-compute-request-id': 'req-3878c69b-d279-419b-9a85-5cab2ce3e1e0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "1f09a88d-ab0c-44aa-964e-85e999bb781e", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6Pb6E4hNNzfA"}}'
2026-01-21 18:12:52,297 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e 0.183s
2026-01-21 18:12:52,297 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:52 GMT', 'server': 'Apache', 'content-length': '1370', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7260bbcb-8f3d-40b1-9b7f-2d3c3d9ae877', 'x-compute-request-id': 'req-7260bbcb-8f3d-40b1-9b7f-2d3c3d9ae877', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e'}
Body: b'{"server": {"id": "1f09a88d-ab0c-44aa-964e-85e999bb781e", "name": "tempest-TestExecuteActionsViaActuator-server-109399693", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:52Z", "updated": "2026-01-21T18:12:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:53,570 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e 0.264s
2026-01-21 18:12:53,571 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:53 GMT', 'server': 'Apache', 'content-length': '1428', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-181c0c2d-781b-4d1c-9d78-531d5ad73724', 'x-compute-request-id': 'req-181c0c2d-781b-4d1c-9d78-531d5ad73724', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e'}
Body: b'{"server": {"id": "1f09a88d-ab0c-44aa-964e-85e999bb781e", "name": "tempest-TestExecuteActionsViaActuator-server-109399693", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:52Z", "updated": "2026-01-21T18:12:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:53,581 79 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-01-21 18:12:55,513 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e 0.931s
2026-01-21 18:12:55,514 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:54 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b324a265-367d-4790-ba18-2ff36ad7db44', 'x-compute-request-id': 'req-b324a265-367d-4790-ba18-2ff36ad7db44', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e'}
Body: b'{"server": {"id": "1f09a88d-ab0c-44aa-964e-85e999bb781e", "name": "tempest-TestExecuteActionsViaActuator-server-109399693", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:52Z", "updated": "2026-01-21T18:12:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:57,377 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e 0.855s
2026-01-21 18:12:57,377 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:56 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3957639a-b2a0-408f-900b-31b86cd8b00f', 'x-compute-request-id': 'req-3957639a-b2a0-408f-900b-31b86cd8b00f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e'}
Body: b'{"server": {"id": "1f09a88d-ab0c-44aa-964e-85e999bb781e", "name": "tempest-TestExecuteActionsViaActuator-server-109399693", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:52Z", "updated": "2026-01-21T18:12:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:12:58,828 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e 0.441s
2026-01-21 18:12:58,828 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:58 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79964941-8b6f-4632-a520-fd09f5db45a9', 'x-compute-request-id': 'req-79964941-8b6f-4632-a520-fd09f5db45a9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e'}
Body: b'{"server": {"id": "1f09a88d-ab0c-44aa-964e-85e999bb781e", "name": "tempest-TestExecuteActionsViaActuator-server-109399693", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:52Z", "updated": "2026-01-21T18:12:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:00,325 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e 0.481s
2026-01-21 18:13:00,326 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:12:59 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38b59144-dd18-411e-b95a-8dd8c6bc13eb', 'x-compute-request-id': 'req-38b59144-dd18-411e-b95a-8dd8c6bc13eb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e'}
Body: b'{"server": {"id": "1f09a88d-ab0c-44aa-964e-85e999bb781e", "name": "tempest-TestExecuteActionsViaActuator-server-109399693", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:52Z", "updated": "2026-01-21T18:12:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:02,681 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e 1.335s
2026-01-21 18:13:02,682 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:01 GMT', 'server': 'Apache', 'content-length': '1665', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba53de5e-a4cf-427c-9aea-428f02e122fa', 'x-compute-request-id': 'req-ba53de5e-a4cf-427c-9aea-428f02e122fa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e'}
Body: b'{"server": {"id": "1f09a88d-ab0c-44aa-964e-85e999bb781e", "name": "tempest-TestExecuteActionsViaActuator-server-109399693", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:52Z", "updated": "2026-01-21T18:13:00Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:d3:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:02,690 79 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait
2026-01-21 18:13:02,992 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e 0.301s
2026-01-21 18:13:02,992 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:02 GMT', 'server': 'Apache', 'content-length': '1665', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67129e6a-4149-44a4-b07c-4de50e4ed3b9', 'x-compute-request-id': 'req-67129e6a-4149-44a4-b07c-4de50e4ed3b9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e'}
Body: b'{"server": {"id": "1f09a88d-ab0c-44aa-964e-85e999bb781e", "name": "tempest-TestExecuteActionsViaActuator-server-109399693", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:52Z", "updated": "2026-01-21T18:13:00Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:d3:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:03,346 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e 0.342s
2026-01-21 18:13:03,346 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:03 GMT', 'server': 'Apache', 'content-length': '2190', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3aa66eaf-f29d-46b5-8ddf-d3bc0077cf04', 'x-compute-request-id': 'req-3aa66eaf-f29d-46b5-8ddf-d3bc0077cf04', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e'}
Body: b'{"server": {"id": "1f09a88d-ab0c-44aa-964e-85e999bb781e", "name": "tempest-TestExecuteActionsViaActuator-server-109399693", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:52Z", "updated": "2026-01-21T18:13:00Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:d3:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-q6vngv9h", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-109399693", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:03,354 79 DEBUG [watcher_tempest_plugin.services.base] Executing command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMWYwOWE4OGQtYWIwYy00NGFhLTk2NGUtODVlOTk5YmI3ODFlIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MTgzMzU0In0gMjQwMDAwMDAwMDEuMCAxNzY5MDE4ODgzMzU0CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjFmMDlhODhkLWFiMGMtNDRhYS05NjRlLTg1ZTk5OWJiNzgxZSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTE4MzM1NCJ9IDQ4MDAwMDAwMDAxLjAgMTc2OTAxODkxMzM1NApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIxZjA5YTg4ZC1hYjBjLTQ0YWEtOTY0ZS04NWU5OTliYjc4MWUiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkxODMzNTQifSA3MjAwMDAwMDAwMS4wIDE3NjkwMTg5NDMzNTQKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMWYwOWE4OGQtYWIwYy00NGFhLTk2NGUtODVlOTk5YmI3ODFlIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MTgzMzU0In0gOTYwMDAwMDAwMDEuMCAxNzY5MDE4OTczMzU0CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjFmMDlhODhkLWFiMGMtNDRhYS05NjRlLTg1ZTk5OWJiNzgxZSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTE4MzM1NCJ9IDEyMDAwMDAwMDAwMS4wIDE3NjkwMTkwMDMzNTQKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMWYwOWE4OGQtYWIwYy00NGFhLTk2NGUtODVlOTk5YmI3ODFlIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MTgzMzU0In0gMTQ0MDAwMDAwMDAxLjAgMTc2OTAxOTAzMzM1NApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIxZjA5YTg4ZC1hYjBjLTQ0YWEtOTY0ZS04NWU5OTliYjc4MWUiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkxODMzNTQifSAxNjgwMDAwMDAwMDEuMCAxNzY5MDE5MDYzMzU0CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjFmMDlhODhkLWFiMGMtNDRhYS05NjRlLTg1ZTk5OWJiNzgxZSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTE4MzM1NCJ9IDE5MjAwMDAwMDAwMS4wIDE3NjkwMTkwOTMzNTQKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMWYwOWE4OGQtYWIwYy00NGFhLTk2NGUtODVlOTk5YmI3ODFlIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MTgzMzU0In0gMjE2MDAwMDAwMDAxLjAgMTc2OTAxOTEyMzM1NApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIxZjA5YTg4ZC1hYjBjLTQ0YWEtOTY0ZS04NWU5OTliYjc4MWUiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkxODMzNTQifSAyNDAwMDAwMDAwMDEuMCAxNzY5MDE5MTUzMzU0Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' on host '38.102.83.17'
2026-01-21 18:13:03,354 79 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.17:22' as 'zuul' with password None
2026-01-21 18:13:03,371 79 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-01-21 18:13:03,439 79 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-21 18:13:03,439 79 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.17 successfully created
2026-01-21 18:13:03,970 79 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2026-01-21 18:13:04,071 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/flavors 0.099s
2026-01-21 18:13:04,071 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:03 GMT', 'server': 'Apache', 'content-length': '710', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ddb4d95-ad9f-4137-a7ad-535903f5dc6b', 'x-compute-request-id': 'req-9ddb4d95-ad9f-4137-a7ad-535903f5dc6b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/flavors'}
Body: b'{"flavors": [{"id": "45095fe9-3fd5-4f1f-87b2-a2a8292135a2", "name": "m1.nano", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/45095fe9-3fd5-4f1f-87b2-a2a8292135a2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/45095fe9-3fd5-4f1f-87b2-a2a8292135a2"}], "description": null}, {"id": "7c243844-2414-4ae7-b958-8d921804ee59", "name": "m1.micro", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/7c243844-2414-4ae7-b958-8d921804ee59"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/7c243844-2414-4ae7-b958-8d921804ee59"}], "description": null}]}'
2026-01-21 18:13:04,179 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.104s
2026-01-21 18:13:04,179 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:04 GMT', 'server': 'Apache', 'content-length': '1755', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "audit_uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "bookmark"}], "updated_at": "2026-01-21T18:12:21+00:00"}, {"efficacy_indicators": [], "uuid": "2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "audit_uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "bookmark"}], "updated_at": "2026-01-21T18:12:25+00:00"}, {"efficacy_indicators": [], "uuid": "55695f81-13ad-41f8-a31e-5cade9e15fa6", "audit_uuid": "f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "bookmark"}], "updated_at": "2026-01-21T18:12:28+00:00"}]}'
2026-01-21 18:13:04,179 79 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.105271 seconds
2026-01-21 18:13:04,246 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.065s
2026-01-21 18:13:04,246 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:04 GMT', 'server': 'Apache', 'content-length': '477', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/9eba6e8d-b354-4276-8f5b-bf6dec146618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/9eba6e8d-b354-4276-8f5b-bf6dec146618", "rel": "bookmark"}], "created_at": "2026-01-21T17:37:17+00:00", "updated_at": null, "deleted_at": null}'
2026-01-21 18:13:04,318 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.071s
2026-01-21 18:13:04,318 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:04 GMT', 'server': 'Apache', 'content-length': '894', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "rel": "bookmark"}], "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2026-01-21 18:13:04,463 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.142s
2026-01-21 18:13:04,465 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"name": "7d2ad326-5490-41b8-853e-657d67cf0ef9", "description": "tempest-test-audit_template-1469111599", "goal": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "strategy": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "scope": []}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:04 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/ac6b7bdc-65eb-4395-84a2-ea04fd1da3b1', 'content-length': '704', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "ac6b7bdc-65eb-4395-84a2-ea04fd1da3b1", "name": "7d2ad326-5490-41b8-853e-657d67cf0ef9", "description": "tempest-test-audit_template-1469111599", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/ac6b7bdc-65eb-4395-84a2-ea04fd1da3b1", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/ac6b7bdc-65eb-4395-84a2-ea04fd1da3b1", "rel": "bookmark"}], "scope": [], "created_at": "2026-01-21T18:13:04.392163+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:13:04,591 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.124s
2026-01-21 18:13:04,592 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"audit_template_uuid": "ac6b7bdc-65eb-4395-84a2-ea04fd1da3b1", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "resize", "resource_id": "841e0bef-3987-412a-805b-b71e87fa2a74", "input_parameters": {"flavor": "m1.micro"}}]}}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:04 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/a8fcbb1c-4456-4d7d-af5d-58303874f024', 'content-length': '964', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "name": "actuator-2026-01-21T18:13:04.536288", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "resize", "resource_id": "841e0bef-3987-412a-805b-b71e87fa2a74", "input_parameters": {"flavor": "m1.micro"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/a8fcbb1c-4456-4d7d-af5d-58303874f024", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/a8fcbb1c-4456-4d7d-af5d-58303874f024", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:13:04.546840+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:13:04,676 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/a8fcbb1c-4456-4d7d-af5d-58303874f024 0.083s
2026-01-21 18:13:04,676 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:04 GMT', 'server': 'Apache', 'content-length': '1005', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/a8fcbb1c-4456-4d7d-af5d-58303874f024'}
Body: b'{"uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "name": "actuator-2026-01-21T18:13:04.536288", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "resize", "resource_id": "841e0bef-3987-412a-805b-b71e87fa2a74", "input_parameters": {"flavor": "m1.micro"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/a8fcbb1c-4456-4d7d-af5d-58303874f024", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/a8fcbb1c-4456-4d7d-af5d-58303874f024", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:04,677 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.084541 seconds
2026-01-21 18:13:04,753 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=a8fcbb1c-4456-4d7d-af5d-58303874f024 0.075s
2026-01-21 18:13:04,753 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:04 GMT', 'server': 'Apache', 'content-length': '576', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=a8fcbb1c-4456-4d7d-af5d-58303874f024'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "updated_at": null}]}'
2026-01-21 18:13:04,856 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.102s
2026-01-21 18:13:04,856 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:04 GMT', 'server': 'Apache', 'content-length': '637', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": null, "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:13:04,986 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.129s
2026-01-21 18:13:04,986 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:04 GMT', 'server': 'Apache', 'content-length': '656', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": null, "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:05,105 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.117s
2026-01-21 18:13:05,105 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:05 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:06,215 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.107s
2026-01-21 18:13:06,215 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:06 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:07,294 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.077s
2026-01-21 18:13:07,294 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:07 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:08,403 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.106s
2026-01-21 18:13:08,403 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:08 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:09,477 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.072s
2026-01-21 18:13:09,477 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:09 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:10,578 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.099s
2026-01-21 18:13:10,579 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:10 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:11,665 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.085s
2026-01-21 18:13:11,665 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:11 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:12,763 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.096s
2026-01-21 18:13:12,764 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:12 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:13,833 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.068s
2026-01-21 18:13:13,833 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:13 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:14,934 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.095s
2026-01-21 18:13:14,934 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:14 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:16,015 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.080s
2026-01-21 18:13:16,016 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:15 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:17,137 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.119s
2026-01-21 18:13:17,138 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:17 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:18,275 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.135s
2026-01-21 18:13:18,276 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:18 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:19,347 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.069s
2026-01-21 18:13:19,348 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:19 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:20,545 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.195s
2026-01-21 18:13:20,545 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:20 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:21,633 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.086s
2026-01-21 18:13:21,633 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:21 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:22,726 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.091s
2026-01-21 18:13:22,726 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:22 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:23,811 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.084s
2026-01-21 18:13:23,811 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:23 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:24,896 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.082s
2026-01-21 18:13:24,896 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:24 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:25,988 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.089s
2026-01-21 18:13:25,988 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:25 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:27,068 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.078s
2026-01-21 18:13:27,069 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:27 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:28,171 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.101s
2026-01-21 18:13:28,172 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:28 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:29,265 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.092s
2026-01-21 18:13:29,266 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:29 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:30,341 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.073s
2026-01-21 18:13:30,341 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:30 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:04+00:00"}'
2026-01-21 18:13:31,414 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.071s
2026-01-21 18:13:31,414 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:31 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:30+00:00"}'
2026-01-21 18:13:31,415 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 26.428114 seconds
2026-01-21 18:13:31,483 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.067s
2026-01-21 18:13:31,483 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:31 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:13:04+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:13:30+00:00"}'
2026-01-21 18:13:31,557 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.073s
2026-01-21 18:13:31,558 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:31 GMT', 'server': 'Apache', 'content-length': '449', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b'{"actions": [{"uuid": "1e074c9a-626c-4ba9-8e43-fa45f3647b9a", "action_plan_uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "state": "SUCCEEDED", "action_type": "resize", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/1e074c9a-626c-4ba9-8e43-fa45f3647b9a", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/1e074c9a-626c-4ba9-8e43-fa45f3647b9a", "rel": "bookmark"}]}]}'
2026-01-21 18:13:31,651 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.093s
2026-01-21 18:13:31,652 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:31 GMT', 'server': 'Apache', 'content-length': '1297', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-779d66d4-5e7e-4b30-86ce-82a2be14362c', 'x-compute-request-id': 'req-779d66d4-5e7e-4b30-86ce-82a2be14362c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-services'}
Body: b'{"services": [{"binary": "nova-conductor", "host": "nova-cell0-conductor-0", "id": "6349dfae-aea5-44d5-aa25-a7f5ac16aab9", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:13:27.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "32665fca-d7e0-42f7-aed3-d8680a349a63", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:13:23.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "cd3806db-8817-4361-9d87-3a747bf0a54f", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:13:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "382d22f8-76d2-4ea3-bc3e-e0c1ec60f4d5", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:13:27.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "f56be188-6e51-448f-a532-1b94f9b7890a", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:13:27.000000", "disabled_reason": null, "forced_down": false}]}'
2026-01-21 18:13:31,782 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.127s
2026-01-21 18:13:31,782 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:31 GMT', 'server': 'Apache', 'content-length': '15', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b8fb061-27c8-4f72-9a63-61703d814762', 'x-compute-request-id': 'req-1b8fb061-27c8-4f72-9a63-61703d814762', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-01-21 18:13:31,874 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.086s
2026-01-21 18:13:31,875 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:31 GMT', 'server': 'Apache', 'content-length': '3471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42a94df8-4e80-4c0e-8b0f-c8540ebf68aa', 'x-compute-request-id': 'req-42a94df8-4e80-4c0e-8b0f-c8540ebf68aa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail'}
Body: b'{"hypervisors": [{"id": "b0b84ad3-d467-4fef-a623-1e37e81e4b09", "hypervisor_hostname": "compute-1.ctlplane.example.com", "state": "up", "status": "enabled", "hypervisor_type": "QEMU", "hypervisor_version": 10001000, "host_ip": "192.168.122.101", "service": {"id": "f56be188-6e51-448f-a532-1b94f9b7890a", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 2, "memory_mb_used": 832, "local_gb_used": 2, "free_ram_mb": 6847, "free_disk_gb": 77, "current_workload": 0, "running_vms": 1, "disk_available_least": 72, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pdpe1gb", "ibpb", "rdrand", "sse4.2", "tsc-deadline", "pse36", "adx", "xsavec", "aes", "xgetbv1", "avx2", "mds-no", "movbe", "de", "svm", "abm", "umip", "sha-ni", "lbrv", "sse4a", "hypervisor", "pfthreshold", "bmi1", "perfctr_core", "topoext", "smap", "osvw", "msr", "amd-stibp", "nrip-save", "wbnoinvd", "3dnowprefetch", "bmi2", "fxsr_opt", "mce", "cx8", "rdseed", "svme-addr-chk", "cmov", "ibrs", "amd-ssbd", "mmx", "sse4.1", "npt", "ssse3", "xsave", "pschange-mc-no", "pge", "avx", "pause-filter", "arat", "mtrr", "cmp_legacy", "fxsr", "pse", "lm", "skip-l1dfl-vmentry", "syscall", "spec-ctrl", "x2apic", "rdpid", "clzero", "sep", "arch-capabilities", "xsaveopt", "tsc_adjust", "sse", "lahf_lm", "pclmuldq", "ssbd", "stibp", "popcnt", "smep", "fsgsbase", "pae", "misalignsse", "tsc-scale", "mmxext", "vmcb-clean", "f16c", "rdctl-no", "tsc", "rdtscp", "fma", "xsaveerptr", "fpu", "clflush", "cr8legacy", "cx16", "clflushopt", "mca", "nx", "apic", "vme", "pat", "clwb", "sse2", "virt-ssbd", "pni"]}}, {"id": "502e4243-611b-433d-a766-9b485d51652d", "hypervisor_hostname": "compute-0.ctlplane.example.com", "state": "up", "status": "enabled", "hypervisor_type": "QEMU", "hypervisor_version": 10001000, "host_ip": "192.168.122.100", "service": {"id": "382d22f8-76d2-4ea3-bc3e-e0c1ec60f4d5", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 1, "memory_mb_used": 640, "local_gb_used": 1, "free_ram_mb": 7039, "free_disk_gb": 78, "current_workload": 0, "running_vms": 1, "disk_available_least": 72, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["sse4.2", "clflush", "pae", "lm", "mmx", "nx", "rdrand", "ibrs", "rdctl-no", "sha-ni", "pse36", "mce", "umip", "adx", "avx", "perfctr_core", "virt-ssbd", "xsaveopt", "pclmuldq", "sse", "pse", "cx16", "tsc", "xsavec", "stibp", "ssbd", "rdpid", "skip-l1dfl-vmentry", "f16c", "lahf_lm", "lbrv", "pat", "aes", "tsc-scale", "xsave", "pni", "mca", "arch-capabilities", "clzero", "tsc-deadline", "ssse3", "msr", "vmcb-clean", "cmov", "arat", "popcnt", "cr8legacy", "xsaveerptr", "smap", "mmxext", "nrip-save", "sse4a", "syscall", "pause-filter", "ibpb", "apic", "fxsr_opt", "pschange-mc-no", "wbnoinvd", "avx2", "3dnowprefetch", "bmi2", "cmp_legacy", "clflushopt", "osvw", "movbe", "tsc_adjust", "topoext", "x2apic", "svm", "mds-no", "fsgsbase", "rdtscp", "npt", "misalignsse", "smep", "pge", "bmi1", "xgetbv1", "hypervisor", "clwb", "cx8", "abm", "fma", "amd-stibp", "svme-addr-chk", "sse4.1", "sep", "fpu", "pdpe1gb", "rdseed", "vme", "amd-ssbd", "fxsr", "mtrr", "spec-ctrl", "pfthreshold", "sse2", "de"]}}]}'
2026-01-21 18:13:31,923 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/502e4243-611b-433d-a766-9b485d51652d/traits 0.041s
2026-01-21 18:13:31,923 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:31 GMT', 'server': 'Apache', 'last-modified': 'Wed, 21 Jan 2026 17:38:30 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-8b1f80ae-6a6e-4353-8ec1-c4bd6272d6a7', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=b62f7f2ac36d7d892e62b370ffc9bc67; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/502e4243-611b-433d-a766-9b485d51652d/traits'}
Body: b'{"traits": ["COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_IMAGE_TYPE_ARI", "HW_CPU_X86_SSE", "COMPUTE_NET_VIF_MODEL_E1000E", "HW_CPU_X86_MMX", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SSE41", "COMPUTE_ACCELERATORS", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "HW_CPU_X86_SSE2", "HW_CPU_X86_SSSE3", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_PCNET", "HW_CPU_X86_SSE42", "COMPUTE_NODE"], "resource_provider_generation": 5}'
2026-01-21 18:13:32,252 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.324s
2026-01-21 18:13:32,253 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:31 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-025846f3-3f82-4fa3-ab13-2e02287b4098', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=1093aa0bd35a4e2732ede5c785409da0; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "16f8ab2ae83b48f9a88753a5deddcc19", "name": "tempest-TestExecuteActionsViaActuator-627352265-project-member", "password_expires_at": null}, "audit_ids": ["WNvLfz4GQbqlKJHy6ARxqw"], "expires_at": "2026-01-21T19:13:32.000000Z", "issued_at": "2026-01-21T18:13:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a4b7cdf556d4f8393d1c61b57628813", "name": "tempest-TestExecuteActionsViaActuator-627352265"}, "is_domain": false, "roles": [{"id": "ab87ddb583a14a8bb2165cb990517f39", "name": "reader"}, {"id": "35e929c9b4484002953fe2c9c081c5ba", "name": "member"}], "catalog": [{"endpoints": [], "id": "0854c4f0c62348efabcd19b428c2d1b5", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "placement", "id": "daf1dbddc70e4223bcf7bb5ddc348086", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "db96626fe51f49a0af113fc5fd25ac7a", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "164625c6e7e94185a552ee48a1b35d46", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "watcher", "id": "7da6497d591443008dfb531280a6f96b", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "watcher", "id": "feb929c79fa04f23ac37c13cb742420d", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}], "id": "1974d0bd679b4dec8035ca9b3f45344a", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "swift", "id": "c8a53a1d9bf9414c87a13d5ea2cb9bab", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_2a4b7cdf556d4f8393d1c61b57628813", "region": "regionOne"}, {"name": "swift", "id": "fd24994f84ec470d8105ecb4088201fc", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_2a4b7cdf556d4f8393d1c61b57628813", "region": "regionOne"}], "id": "262c695b78c0469f8151a4c960319f00", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "nova", "id": "ed126d0d2cd74388b0f44b8f69eb154b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "f48050627956486293369f186486943f", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "3ae45f7cbbd347ff8dd77d6f3fdac1d6", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "7d80aeab6e0a456594bbb362eccb0471", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "b06349ef874d46e8891803a2f2a7a564", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "65b1e4a8909b4f6da7fa5f1e930fb136", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "cinderv3", "id": "579bee52c910400486ee60326ff9ab5f", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "cb497eee1df14aaf8fc2bdf1ccda8b5f", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "68c8dd8552184dc49392ab5b3ee04828", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b6f135ee9564b6d8740274e707f2b74", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "fd171e6d1a554c919078d7721bee60f2", "interface": "internal", "region_id": "regionOne", "u
2026-01-21 18:13:32,253 79 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': 'e8161199-7513-4099-89c4-00e7e075c92b', 'name': 'tempest-TestExecuteActionsViaActuator-514974975-network', 'tenant_id': '2a4b7cdf556d4f8393d1c61b57628813', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2a4b7cdf556d4f8393d1c61b57628813', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 932, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-01-21T18:11:54Z', 'updated_at': '2026-01-21T18:11:54Z', 'revision_number': 1} available for tenant
2026-01-21 18:13:34,681 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.427s
2026-01-21 18:13:34,682 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "imageRef": "672306ae-5521-4fc1-a825-a16d6d125c61", "flavorRef": "45095fe9-3fd5-4f1f-87b2-a2a8292135a2", "networks": [{"uuid": "e8161199-7513-4099-89c4-00e7e075c92b"}]}}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:32 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1702a6d-cd84-4485-805b-5a6efa95b1a0', 'x-compute-request-id': 'req-b1702a6d-cd84-4485-805b-5a6efa95b1a0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "fMhJwfhN7YXp"}}'
2026-01-21 18:13:34,916 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.232s
2026-01-21 18:13:34,916 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:34 GMT', 'server': 'Apache', 'content-length': '1371', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8874d8e-77e8-40cb-994b-b489429d5405', 'x-compute-request-id': 'req-a8874d8e-77e8-40cb-994b-b489429d5405', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:13:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:36,423 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.498s
2026-01-21 18:13:36,423 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:35 GMT', 'server': 'Apache', 'content-length': '1423', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-075e599b-9977-4a66-8cde-6e8e532d9f73', 'x-compute-request-id': 'req-075e599b-9977-4a66-8cde-6e8e532d9f73', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:13:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:36,430 79 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-21 18:13:37,763 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.331s
2026-01-21 18:13:37,763 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:37 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a0d78f6-fabe-4ea3-a13c-262dc90b18cd', 'x-compute-request-id': 'req-4a0d78f6-fabe-4ea3-a13c-262dc90b18cd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:13:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:37,770 79 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait
2026-01-21 18:13:39,172 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.400s
2026-01-21 18:13:39,173 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:38 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1980b00-bdcb-4379-ba0d-beaf138f70c1', 'x-compute-request-id': 'req-b1980b00-bdcb-4379-ba0d-beaf138f70c1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:13:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:40,595 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.409s
2026-01-21 18:13:40,595 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:40 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab1e1529-3523-4c6a-84de-035ae5ea5eb6', 'x-compute-request-id': 'req-ab1e1529-3523-4c6a-84de-035ae5ea5eb6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:42,523 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.918s
2026-01-21 18:13:42,523 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:41 GMT', 'server': 'Apache', 'content-length': '1666', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83a3f0a6-a4bc-44e4-b09b-65dbc60c9742', 'x-compute-request-id': 'req-83a3f0a6-a4bc-44e4-b09b-65dbc60c9742', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:13:40Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:dd:15"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:42,531 79 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait
2026-01-21 18:13:43,349 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.817s
2026-01-21 18:13:43,350 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:42 GMT', 'server': 'Apache', 'content-length': '1666', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-762d1c60-b913-465e-9dd4-3847fa8ce1ef', 'x-compute-request-id': 'req-762d1c60-b913-465e-9dd4-3847fa8ce1ef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:13:40Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:dd:15"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:43,726 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.359s
2026-01-21 18:13:43,726 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:43 GMT', 'server': 'Apache', 'content-length': '2192', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a967fbe7-2525-4dff-9638-10b6a80377e8', 'x-compute-request-id': 'req-a967fbe7-2525-4dff-9638-10b6a80377e8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:13:40Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:dd:15"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-9cw14hr2", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-1264591926", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:43,743 79 DEBUG [watcher_tempest_plugin.services.base] Executing command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjQ5OTg4M2EtZWU5Zi00MjM5LWI5OTYtNGZiYWExNzViY2MzIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjIzNzQzIn0gMjQwMDAwMDAwMDEuMCAxNzY5MDE4OTIzNzQzCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI0OTk4ODNhLWVlOWYtNDIzOS1iOTk2LTRmYmFhMTc1YmNjMyIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTIyMzc0MyJ9IDQ4MDAwMDAwMDAxLjAgMTc2OTAxODk1Mzc0MwpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiNDk5ODgzYS1lZTlmLTQyMzktYjk5Ni00ZmJhYTE3NWJjYzMiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkyMjM3NDMifSA3MjAwMDAwMDAwMS4wIDE3NjkwMTg5ODM3NDMKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjQ5OTg4M2EtZWU5Zi00MjM5LWI5OTYtNGZiYWExNzViY2MzIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjIzNzQzIn0gOTYwMDAwMDAwMDEuMCAxNzY5MDE5MDEzNzQzCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI0OTk4ODNhLWVlOWYtNDIzOS1iOTk2LTRmYmFhMTc1YmNjMyIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTIyMzc0MyJ9IDEyMDAwMDAwMDAwMS4wIDE3NjkwMTkwNDM3NDMKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjQ5OTg4M2EtZWU5Zi00MjM5LWI5OTYtNGZiYWExNzViY2MzIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjIzNzQzIn0gMTQ0MDAwMDAwMDAxLjAgMTc2OTAxOTA3Mzc0MwpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiNDk5ODgzYS1lZTlmLTQyMzktYjk5Ni00ZmJhYTE3NWJjYzMiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkyMjM3NDMifSAxNjgwMDAwMDAwMDEuMCAxNzY5MDE5MTAzNzQzCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI0OTk4ODNhLWVlOWYtNDIzOS1iOTk2LTRmYmFhMTc1YmNjMyIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTIyMzc0MyJ9IDE5MjAwMDAwMDAwMS4wIDE3NjkwMTkxMzM3NDMKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjQ5OTg4M2EtZWU5Zi00MjM5LWI5OTYtNGZiYWExNzViY2MzIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjIzNzQzIn0gMjE2MDAwMDAwMDAxLjAgMTc2OTAxOTE2Mzc0MwpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiNDk5ODgzYS1lZTlmLTQyMzktYjk5Ni00ZmJhYTE3NWJjYzMiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkyMjM3NDMifSAyNDAwMDAwMDAwMDEuMCAxNzY5MDE5MTkzNzQzCg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' on host '38.102.83.17'
2026-01-21 18:13:43,744 79 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.17:22' as 'zuul' with password None
2026-01-21 18:13:43,759 79 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-01-21 18:13:43,826 79 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-21 18:13:43,826 79 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.17 successfully created
2026-01-21 18:13:44,354 79 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2026-01-21 18:13:44,397 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/b0b84ad3-d467-4fef-a623-1e37e81e4b09/traits 0.042s
2026-01-21 18:13:44,397 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:44 GMT', 'server': 'Apache', 'last-modified': 'Wed, 21 Jan 2026 17:38:30 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-642f54f3-2a23-4309-a8b7-2e53dd9240f8', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=b62f7f2ac36d7d892e62b370ffc9bc67; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/b0b84ad3-d467-4fef-a623-1e37e81e4b09/traits'}
Body: b'{"traits": ["COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_IMAGE_TYPE_ARI", "HW_CPU_X86_SSE", "COMPUTE_NET_VIF_MODEL_E1000E", "HW_CPU_X86_MMX", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SSE41", "COMPUTE_ACCELERATORS", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "HW_CPU_X86_SSE2", "HW_CPU_X86_SSSE3", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_PCNET", "HW_CPU_X86_SSE42", "COMPUTE_NODE"], "resource_provider_generation": 5}'
2026-01-21 18:13:44,701 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.300s
2026-01-21 18:13:44,702 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:44 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1912d433-718f-4fcb-b189-d5011fe670ce', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=1093aa0bd35a4e2732ede5c785409da0; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "16f8ab2ae83b48f9a88753a5deddcc19", "name": "tempest-TestExecuteActionsViaActuator-627352265-project-member", "password_expires_at": null}, "audit_ids": ["WUq8QTC-RumKGJee_10Iyg"], "expires_at": "2026-01-21T19:13:44.000000Z", "issued_at": "2026-01-21T18:13:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a4b7cdf556d4f8393d1c61b57628813", "name": "tempest-TestExecuteActionsViaActuator-627352265"}, "is_domain": false, "roles": [{"id": "ab87ddb583a14a8bb2165cb990517f39", "name": "reader"}, {"id": "35e929c9b4484002953fe2c9c081c5ba", "name": "member"}], "catalog": [{"endpoints": [], "id": "0854c4f0c62348efabcd19b428c2d1b5", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "placement", "id": "daf1dbddc70e4223bcf7bb5ddc348086", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "db96626fe51f49a0af113fc5fd25ac7a", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "164625c6e7e94185a552ee48a1b35d46", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "watcher", "id": "7da6497d591443008dfb531280a6f96b", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "watcher", "id": "feb929c79fa04f23ac37c13cb742420d", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}], "id": "1974d0bd679b4dec8035ca9b3f45344a", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "swift", "id": "c8a53a1d9bf9414c87a13d5ea2cb9bab", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_2a4b7cdf556d4f8393d1c61b57628813", "region": "regionOne"}, {"name": "swift", "id": "fd24994f84ec470d8105ecb4088201fc", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_2a4b7cdf556d4f8393d1c61b57628813", "region": "regionOne"}], "id": "262c695b78c0469f8151a4c960319f00", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "nova", "id": "ed126d0d2cd74388b0f44b8f69eb154b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "f48050627956486293369f186486943f", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "3ae45f7cbbd347ff8dd77d6f3fdac1d6", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "7d80aeab6e0a456594bbb362eccb0471", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "b06349ef874d46e8891803a2f2a7a564", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "65b1e4a8909b4f6da7fa5f1e930fb136", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "cinderv3", "id": "579bee52c910400486ee60326ff9ab5f", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "cb497eee1df14aaf8fc2bdf1ccda8b5f", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "68c8dd8552184dc49392ab5b3ee04828", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b6f135ee9564b6d8740274e707f2b74", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "fd171e6d1a554c919078d7721bee60f2", "interface": "internal", "region_id": "regionOne", "u
2026-01-21 18:13:44,702 79 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': 'e8161199-7513-4099-89c4-00e7e075c92b', 'name': 'tempest-TestExecuteActionsViaActuator-514974975-network', 'tenant_id': '2a4b7cdf556d4f8393d1c61b57628813', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2a4b7cdf556d4f8393d1c61b57628813', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 932, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-01-21T18:11:54Z', 'updated_at': '2026-01-21T18:11:54Z', 'revision_number': 1} available for tenant
2026-01-21 18:13:46,080 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.377s
2026-01-21 18:13:46,081 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestExecuteActionsViaActuator-server-868115992", "imageRef": "672306ae-5521-4fc1-a825-a16d6d125c61", "flavorRef": "45095fe9-3fd5-4f1f-87b2-a2a8292135a2", "networks": [{"uuid": "e8161199-7513-4099-89c4-00e7e075c92b"}]}}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:44 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62a59c4c-2527-4ba4-bbd4-433778c28f85', 'x-compute-request-id': 'req-62a59c4c-2527-4ba4-bbd4-433778c28f85', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "U88UopC2JYdD"}}'
2026-01-21 18:13:46,403 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f 0.320s
2026-01-21 18:13:46,403 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:46 GMT', 'server': 'Apache', 'content-length': '1370', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21d5500c-37fd-4331-9929-63bf9e6bd5f6', 'x-compute-request-id': 'req-21d5500c-37fd-4331-9929-63bf9e6bd5f6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f'}
Body: b'{"server": {"id": "eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f", "name": "tempest-TestExecuteActionsViaActuator-server-868115992", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:46Z", "updated": "2026-01-21T18:13:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:48,418 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f 1.006s
2026-01-21 18:13:48,418 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:47 GMT', 'server': 'Apache', 'content-length': '1430', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c254103-b9d0-4d4e-b4f6-e33a94b622c9', 'x-compute-request-id': 'req-5c254103-b9d0-4d4e-b4f6-e33a94b622c9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f'}
Body: b'{"server": {"id": "eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f", "name": "tempest-TestExecuteActionsViaActuator-server-868115992", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:46Z", "updated": "2026-01-21T18:13:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:48,436 79 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait
2026-01-21 18:13:50,041 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f 0.603s
2026-01-21 18:13:50,041 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:49 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fa20366-e48e-4753-8994-de2f91f702c7', 'x-compute-request-id': 'req-3fa20366-e48e-4753-8994-de2f91f702c7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f'}
Body: b'{"server": {"id": "eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f", "name": "tempest-TestExecuteActionsViaActuator-server-868115992", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:46Z", "updated": "2026-01-21T18:13:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:50,053 79 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait
2026-01-21 18:13:51,700 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f 0.645s
2026-01-21 18:13:51,701 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:51 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-730cd862-a7dd-4e90-8f56-d13efa6a16fc', 'x-compute-request-id': 'req-730cd862-a7dd-4e90-8f56-d13efa6a16fc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f'}
Body: b'{"server": {"id": "eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f", "name": "tempest-TestExecuteActionsViaActuator-server-868115992", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:46Z", "updated": "2026-01-21T18:13:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:53,241 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f 0.531s
2026-01-21 18:13:53,241 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:52 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80dcefb2-454a-4225-ba55-179d2aebddcd', 'x-compute-request-id': 'req-80dcefb2-454a-4225-ba55-179d2aebddcd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f'}
Body: b'{"server": {"id": "eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f", "name": "tempest-TestExecuteActionsViaActuator-server-868115992", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:46Z", "updated": "2026-01-21T18:13:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:55,516 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f 1.263s
2026-01-21 18:13:55,517 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:54 GMT', 'server': 'Apache', 'content-length': '1664', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57d1b0c4-b766-4211-b400-ea78567b8229', 'x-compute-request-id': 'req-57d1b0c4-b766-4211-b400-ea78567b8229', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f'}
Body: b'{"server": {"id": "eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f", "name": "tempest-TestExecuteActionsViaActuator-server-868115992", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:46Z", "updated": "2026-01-21T18:13:53Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:28:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:55,525 79 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait
2026-01-21 18:13:57,416 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f 1.889s
2026-01-21 18:13:57,416 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:55 GMT', 'server': 'Apache', 'content-length': '1664', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-196bfb97-27ea-4441-8e6b-83e602ed17f5', 'x-compute-request-id': 'req-196bfb97-27ea-4441-8e6b-83e602ed17f5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f'}
Body: b'{"server": {"id": "eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f", "name": "tempest-TestExecuteActionsViaActuator-server-868115992", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:46Z", "updated": "2026-01-21T18:13:53Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:28:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:57,746 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f 0.317s
2026-01-21 18:13:57,747 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:57 GMT', 'server': 'Apache', 'content-length': '2189', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8874acd-a26f-4e05-98a6-c0b33172b60d', 'x-compute-request-id': 'req-e8874acd-a26f-4e05-98a6-c0b33172b60d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f'}
Body: b'{"server": {"id": "eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f", "name": "tempest-TestExecuteActionsViaActuator-server-868115992", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:46Z", "updated": "2026-01-21T18:13:53Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:28:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000004", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-8g58z6t0", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-868115992", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-01-21 18:13:57,755 79 DEBUG [watcher_tempest_plugin.services.base] Executing command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZWVkZjI1ZDMtNWUwZS00ZjU1LWJhNDYtNWI0NDQ4YmE2YjFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjM3NzU1In0gMjQwMDAwMDAwMDEuMCAxNzY5MDE4OTM3NzU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImVlZGYyNWQzLTVlMGUtNGY1NS1iYTQ2LTViNDQ0OGJhNmIxZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTIzNzc1NSJ9IDQ4MDAwMDAwMDAxLjAgMTc2OTAxODk2Nzc1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJlZWRmMjVkMy01ZTBlLTRmNTUtYmE0Ni01YjQ0NDhiYTZiMWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkyMzc3NTUifSA3MjAwMDAwMDAwMS4wIDE3NjkwMTg5OTc3NTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZWVkZjI1ZDMtNWUwZS00ZjU1LWJhNDYtNWI0NDQ4YmE2YjFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjM3NzU1In0gOTYwMDAwMDAwMDEuMCAxNzY5MDE5MDI3NzU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImVlZGYyNWQzLTVlMGUtNGY1NS1iYTQ2LTViNDQ0OGJhNmIxZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTIzNzc1NSJ9IDEyMDAwMDAwMDAwMS4wIDE3NjkwMTkwNTc3NTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZWVkZjI1ZDMtNWUwZS00ZjU1LWJhNDYtNWI0NDQ4YmE2YjFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjM3NzU1In0gMTQ0MDAwMDAwMDAxLjAgMTc2OTAxOTA4Nzc1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJlZWRmMjVkMy01ZTBlLTRmNTUtYmE0Ni01YjQ0NDhiYTZiMWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkyMzc3NTUifSAxNjgwMDAwMDAwMDEuMCAxNzY5MDE5MTE3NzU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImVlZGYyNWQzLTVlMGUtNGY1NS1iYTQ2LTViNDQ0OGJhNmIxZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTIzNzc1NSJ9IDE5MjAwMDAwMDAwMS4wIDE3NjkwMTkxNDc3NTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZWVkZjI1ZDMtNWUwZS00ZjU1LWJhNDYtNWI0NDQ4YmE2YjFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjM3NzU1In0gMjE2MDAwMDAwMDAxLjAgMTc2OTAxOTE3Nzc1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJlZWRmMjVkMy01ZTBlLTRmNTUtYmE0Ni01YjQ0NDhiYTZiMWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkyMzc3NTUifSAyNDAwMDAwMDAwMDEuMCAxNzY5MDE5MjA3NzU1Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' on host '38.102.83.17'
2026-01-21 18:13:57,755 79 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.17:22' as 'zuul' with password None
2026-01-21 18:13:57,768 79 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-01-21 18:13:57,852 79 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-21 18:13:57,852 79 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.17 successfully created
2026-01-21 18:13:58,888 79 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2026-01-21 18:13:58,975 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.085s
2026-01-21 18:13:58,975 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:58 GMT', 'server': 'Apache', 'content-length': '1297', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75aa0ad0-5ac3-4d4a-9b53-5b6302221ab8', 'x-compute-request-id': 'req-75aa0ad0-5ac3-4d4a-9b53-5b6302221ab8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-services'}
Body: b'{"services": [{"binary": "nova-conductor", "host": "nova-cell0-conductor-0", "id": "6349dfae-aea5-44d5-aa25-a7f5ac16aab9", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:13:57.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "32665fca-d7e0-42f7-aed3-d8680a349a63", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:13:53.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "cd3806db-8817-4361-9d87-3a747bf0a54f", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:13:52.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "382d22f8-76d2-4ea3-bc3e-e0c1ec60f4d5", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:13:57.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "f56be188-6e51-448f-a532-1b94f9b7890a", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:13:57.000000", "disabled_reason": null, "forced_down": false}]}'
2026-01-21 18:13:59,081 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.103s
2026-01-21 18:13:59,081 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:58 GMT', 'server': 'Apache', 'content-length': '15', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ae16216-910c-4ccd-9553-fc8ba1324e13', 'x-compute-request-id': 'req-9ae16216-910c-4ccd-9553-fc8ba1324e13', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-01-21 18:13:59,182 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.093s
2026-01-21 18:13:59,183 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:59 GMT', 'server': 'Apache', 'content-length': '3471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5af4be59-0efe-4caf-a613-8b3393dda97f', 'x-compute-request-id': 'req-5af4be59-0efe-4caf-a613-8b3393dda97f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail'}
Body: b'{"hypervisors": [{"id": "b0b84ad3-d467-4fef-a623-1e37e81e4b09", "hypervisor_hostname": "compute-1.ctlplane.example.com", "state": "up", "status": "enabled", "hypervisor_type": "QEMU", "hypervisor_version": 10001000, "host_ip": "192.168.122.101", "service": {"id": "f56be188-6e51-448f-a532-1b94f9b7890a", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 3, "memory_mb_used": 960, "local_gb_used": 3, "free_ram_mb": 6719, "free_disk_gb": 76, "current_workload": 0, "running_vms": 2, "disk_available_least": 72, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pdpe1gb", "ibpb", "rdrand", "sse4.2", "tsc-deadline", "pse36", "adx", "xsavec", "aes", "xgetbv1", "avx2", "mds-no", "movbe", "de", "svm", "abm", "umip", "sha-ni", "lbrv", "sse4a", "hypervisor", "pfthreshold", "bmi1", "perfctr_core", "topoext", "smap", "osvw", "msr", "amd-stibp", "nrip-save", "wbnoinvd", "3dnowprefetch", "bmi2", "fxsr_opt", "mce", "cx8", "rdseed", "svme-addr-chk", "cmov", "ibrs", "amd-ssbd", "mmx", "sse4.1", "npt", "ssse3", "xsave", "pschange-mc-no", "pge", "avx", "pause-filter", "arat", "mtrr", "cmp_legacy", "fxsr", "pse", "lm", "skip-l1dfl-vmentry", "syscall", "spec-ctrl", "x2apic", "rdpid", "clzero", "sep", "arch-capabilities", "xsaveopt", "tsc_adjust", "sse", "lahf_lm", "pclmuldq", "ssbd", "stibp", "popcnt", "smep", "fsgsbase", "pae", "misalignsse", "tsc-scale", "mmxext", "vmcb-clean", "f16c", "rdctl-no", "tsc", "rdtscp", "fma", "xsaveerptr", "fpu", "clflush", "cr8legacy", "cx16", "clflushopt", "mca", "nx", "apic", "vme", "pat", "clwb", "sse2", "virt-ssbd", "pni"]}}, {"id": "502e4243-611b-433d-a766-9b485d51652d", "hypervisor_hostname": "compute-0.ctlplane.example.com", "state": "up", "status": "enabled", "hypervisor_type": "QEMU", "hypervisor_version": 10001000, "host_ip": "192.168.122.100", "service": {"id": "382d22f8-76d2-4ea3-bc3e-e0c1ec60f4d5", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 1, "memory_mb_used": 640, "local_gb_used": 1, "free_ram_mb": 7039, "free_disk_gb": 78, "current_workload": 0, "running_vms": 2, "disk_available_least": 72, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["sse4.2", "clflush", "pae", "lm", "mmx", "nx", "rdrand", "ibrs", "rdctl-no", "sha-ni", "pse36", "mce", "umip", "adx", "avx", "perfctr_core", "virt-ssbd", "xsaveopt", "pclmuldq", "sse", "pse", "cx16", "tsc", "xsavec", "stibp", "ssbd", "rdpid", "skip-l1dfl-vmentry", "f16c", "lahf_lm", "lbrv", "pat", "aes", "tsc-scale", "xsave", "pni", "mca", "arch-capabilities", "clzero", "tsc-deadline", "ssse3", "msr", "vmcb-clean", "cmov", "arat", "popcnt", "cr8legacy", "xsaveerptr", "smap", "mmxext", "nrip-save", "sse4a", "syscall", "pause-filter", "ibpb", "apic", "fxsr_opt", "pschange-mc-no", "wbnoinvd", "avx2", "3dnowprefetch", "bmi2", "cmp_legacy", "clflushopt", "osvw", "movbe", "tsc_adjust", "topoext", "x2apic", "svm", "mds-no", "fsgsbase", "rdtscp", "npt", "misalignsse", "smep", "pge", "bmi1", "xgetbv1", "hypervisor", "clwb", "cx8", "abm", "fma", "amd-stibp", "svme-addr-chk", "sse4.1", "sep", "fpu", "pdpe1gb", "rdseed", "vme", "amd-ssbd", "fxsr", "mtrr", "spec-ctrl", "pfthreshold", "sse2", "de"]}}]}'
2026-01-21 18:13:59,226 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/502e4243-611b-433d-a766-9b485d51652d/traits 0.038s
2026-01-21 18:13:59,227 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:59 GMT', 'server': 'Apache', 'last-modified': 'Wed, 21 Jan 2026 17:38:30 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-10eff2f3-7112-438b-a868-6e92fe28eb39', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=b62f7f2ac36d7d892e62b370ffc9bc67; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/502e4243-611b-433d-a766-9b485d51652d/traits'}
Body: b'{"traits": ["COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_IMAGE_TYPE_ARI", "HW_CPU_X86_SSE", "COMPUTE_NET_VIF_MODEL_E1000E", "HW_CPU_X86_MMX", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SSE41", "COMPUTE_ACCELERATORS", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "HW_CPU_X86_SSE2", "HW_CPU_X86_SSSE3", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_PCNET", "HW_CPU_X86_SSE42", "COMPUTE_NODE"], "resource_provider_generation": 7}'
2026-01-21 18:13:59,756 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.309s
2026-01-21 18:13:59,757 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:59 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3797d55c-87c8-4d8e-bfc6-ad77fdfb0b36', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=1093aa0bd35a4e2732ede5c785409da0; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "16f8ab2ae83b48f9a88753a5deddcc19", "name": "tempest-TestExecuteActionsViaActuator-627352265-project-member", "password_expires_at": null}, "audit_ids": ["zEO3PBlZS7WxGfitUwKMAw"], "expires_at": "2026-01-21T19:13:59.000000Z", "issued_at": "2026-01-21T18:13:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a4b7cdf556d4f8393d1c61b57628813", "name": "tempest-TestExecuteActionsViaActuator-627352265"}, "is_domain": false, "roles": [{"id": "ab87ddb583a14a8bb2165cb990517f39", "name": "reader"}, {"id": "35e929c9b4484002953fe2c9c081c5ba", "name": "member"}], "catalog": [{"endpoints": [], "id": "0854c4f0c62348efabcd19b428c2d1b5", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "placement", "id": "daf1dbddc70e4223bcf7bb5ddc348086", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "db96626fe51f49a0af113fc5fd25ac7a", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "164625c6e7e94185a552ee48a1b35d46", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "watcher", "id": "7da6497d591443008dfb531280a6f96b", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "watcher", "id": "feb929c79fa04f23ac37c13cb742420d", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}], "id": "1974d0bd679b4dec8035ca9b3f45344a", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "swift", "id": "c8a53a1d9bf9414c87a13d5ea2cb9bab", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_2a4b7cdf556d4f8393d1c61b57628813", "region": "regionOne"}, {"name": "swift", "id": "fd24994f84ec470d8105ecb4088201fc", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_2a4b7cdf556d4f8393d1c61b57628813", "region": "regionOne"}], "id": "262c695b78c0469f8151a4c960319f00", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "nova", "id": "ed126d0d2cd74388b0f44b8f69eb154b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "f48050627956486293369f186486943f", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "3ae45f7cbbd347ff8dd77d6f3fdac1d6", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "7d80aeab6e0a456594bbb362eccb0471", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "b06349ef874d46e8891803a2f2a7a564", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "65b1e4a8909b4f6da7fa5f1e930fb136", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "cinderv3", "id": "579bee52c910400486ee60326ff9ab5f", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "cb497eee1df14aaf8fc2bdf1ccda8b5f", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "68c8dd8552184dc49392ab5b3ee04828", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b6f135ee9564b6d8740274e707f2b74", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "fd171e6d1a554c919078d7721bee60f2", "interface": "internal", "region_id": "regionOne", "u
2026-01-21 18:13:59,757 79 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': 'e8161199-7513-4099-89c4-00e7e075c92b', 'name': 'tempest-TestExecuteActionsViaActuator-514974975-network', 'tenant_id': '2a4b7cdf556d4f8393d1c61b57628813', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2a4b7cdf556d4f8393d1c61b57628813', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 932, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-01-21T18:11:54Z', 'updated_at': '2026-01-21T18:11:54Z', 'revision_number': 1} available for tenant
2026-01-21 18:14:01,174 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.415s
2026-01-21 18:14:01,175 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestExecuteActionsViaActuator-server-1134094695", "imageRef": "672306ae-5521-4fc1-a825-a16d6d125c61", "flavorRef": "45095fe9-3fd5-4f1f-87b2-a2a8292135a2", "networks": [{"uuid": "e8161199-7513-4099-89c4-00e7e075c92b"}]}}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:13:59 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0aadabe-1d72-48e8-91f9-cc41c9c287c9', 'x-compute-request-id': 'req-b0aadabe-1d72-48e8-91f9-cc41c9c287c9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "uwWN4RxuXeq2"}}'
2026-01-21 18:14:02,424 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9 1.247s
2026-01-21 18:14:02,425 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:01 GMT', 'server': 'Apache', 'content-length': '1371', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33feaaa3-89e7-407b-8ef3-d2af76e05d73', 'x-compute-request-id': 'req-33feaaa3-89e7-407b-8ef3-d2af76e05d73', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9'}
Body: b'{"server": {"id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9", "name": "tempest-TestExecuteActionsViaActuator-server-1134094695", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:01Z", "updated": "2026-01-21T18:14:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:03,651 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9 0.213s
2026-01-21 18:14:03,651 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:03 GMT', 'server': 'Apache', 'content-length': '1429', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5ade125-ce5f-40b0-a76a-2d94fb016d5a', 'x-compute-request-id': 'req-a5ade125-ce5f-40b0-a76a-2d94fb016d5a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9'}
Body: b'{"server": {"id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9", "name": "tempest-TestExecuteActionsViaActuator-server-1134094695", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:01Z", "updated": "2026-01-21T18:14:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:03,659 79 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-01-21 18:14:05,112 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9 0.451s
2026-01-21 18:14:05,113 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:04 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f7f273d-2bcf-46cf-ba41-619f51f0251e', 'x-compute-request-id': 'req-5f7f273d-2bcf-46cf-ba41-619f51f0251e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9'}
Body: b'{"server": {"id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9", "name": "tempest-TestExecuteActionsViaActuator-server-1134094695", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:01Z", "updated": "2026-01-21T18:14:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:07,440 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9 1.315s
2026-01-21 18:14:07,440 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:06 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c26603aa-6335-417b-8b7f-c7d40e80a4c1', 'x-compute-request-id': 'req-c26603aa-6335-417b-8b7f-c7d40e80a4c1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9'}
Body: b'{"server": {"id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9", "name": "tempest-TestExecuteActionsViaActuator-server-1134094695", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:01Z", "updated": "2026-01-21T18:14:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:09,791 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9 1.331s
2026-01-21 18:14:09,794 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:08 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09b029fa-6eab-4d30-94f6-dffeedae933e', 'x-compute-request-id': 'req-09b029fa-6eab-4d30-94f6-dffeedae933e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9'}
Body: b'{"server": {"id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9", "name": "tempest-TestExecuteActionsViaActuator-server-1134094695", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:01Z", "updated": "2026-01-21T18:14:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:11,660 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9 0.849s
2026-01-21 18:14:11,661 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:10 GMT', 'server': 'Apache', 'content-length': '1665', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4384dda-61ac-49fc-af43-d8e5372e912a', 'x-compute-request-id': 'req-b4384dda-61ac-49fc-af43-d8e5372e912a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9'}
Body: b'{"server": {"id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9", "name": "tempest-TestExecuteActionsViaActuator-server-1134094695", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:01Z", "updated": "2026-01-21T18:14:09Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:14:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:14:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:11,672 79 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait
2026-01-21 18:14:12,598 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9 0.924s
2026-01-21 18:14:12,599 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:11 GMT', 'server': 'Apache', 'content-length': '1665', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48713347-32ec-44a2-87ad-20ecfef59824', 'x-compute-request-id': 'req-48713347-32ec-44a2-87ad-20ecfef59824', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9'}
Body: b'{"server": {"id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9", "name": "tempest-TestExecuteActionsViaActuator-server-1134094695", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:01Z", "updated": "2026-01-21T18:14:09Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:14:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:14:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:13,514 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9 0.898s
2026-01-21 18:14:13,515 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:12 GMT', 'server': 'Apache', 'content-length': '2191', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae7d3108-db23-47e7-a0d9-f1e84b7c7944', 'x-compute-request-id': 'req-ae7d3108-db23-47e7-a0d9-f1e84b7c7944', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9'}
Body: b'{"server": {"id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9", "name": "tempest-TestExecuteActionsViaActuator-server-1134094695", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:01Z", "updated": "2026-01-21T18:14:09Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:14:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:14:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-zgv0rt21", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-1134094695", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:13,528 79 DEBUG [watcher_tempest_plugin.services.base] Executing command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjRkNWE1ZDAtM2I0NC00NjMwLTliMWQtZGQ1MDEyM2MyZGM5Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjUzNTI3In0gMjQwMDAwMDAwMDEuMCAxNzY5MDE4OTUzNTI3CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI0ZDVhNWQwLTNiNDQtNDYzMC05YjFkLWRkNTAxMjNjMmRjOSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTI1MzUyNyJ9IDQ4MDAwMDAwMDAxLjAgMTc2OTAxODk4MzUyNwpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiNGQ1YTVkMC0zYjQ0LTQ2MzAtOWIxZC1kZDUwMTIzYzJkYzkiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkyNTM1MjcifSA3MjAwMDAwMDAwMS4wIDE3NjkwMTkwMTM1MjcKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjRkNWE1ZDAtM2I0NC00NjMwLTliMWQtZGQ1MDEyM2MyZGM5Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjUzNTI3In0gOTYwMDAwMDAwMDEuMCAxNzY5MDE5MDQzNTI3CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI0ZDVhNWQwLTNiNDQtNDYzMC05YjFkLWRkNTAxMjNjMmRjOSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTI1MzUyNyJ9IDEyMDAwMDAwMDAwMS4wIDE3NjkwMTkwNzM1MjcKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjRkNWE1ZDAtM2I0NC00NjMwLTliMWQtZGQ1MDEyM2MyZGM5Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjUzNTI3In0gMTQ0MDAwMDAwMDAxLjAgMTc2OTAxOTEwMzUyNwpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiNGQ1YTVkMC0zYjQ0LTQ2MzAtOWIxZC1kZDUwMTIzYzJkYzkiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkyNTM1MjcifSAxNjgwMDAwMDAwMDEuMCAxNzY5MDE5MTMzNTI3CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI0ZDVhNWQwLTNiNDQtNDYzMC05YjFkLWRkNTAxMjNjMmRjOSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTI1MzUyNyJ9IDE5MjAwMDAwMDAwMS4wIDE3NjkwMTkxNjM1MjcKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjRkNWE1ZDAtM2I0NC00NjMwLTliMWQtZGQ1MDEyM2MyZGM5Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjUzNTI3In0gMjE2MDAwMDAwMDAxLjAgMTc2OTAxOTE5MzUyNwpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiNGQ1YTVkMC0zYjQ0LTQ2MzAtOWIxZC1kZDUwMTIzYzJkYzkiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkyNTM1MjcifSAyNDAwMDAwMDAwMDEuMCAxNzY5MDE5MjIzNTI3Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' on host '38.102.83.17'
2026-01-21 18:14:13,528 79 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.17:22' as 'zuul' with password None
2026-01-21 18:14:13,543 79 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-01-21 18:14:13,612 79 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-21 18:14:13,613 79 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.17 successfully created
2026-01-21 18:14:14,153 79 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2026-01-21 18:14:14,190 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/b0b84ad3-d467-4fef-a623-1e37e81e4b09/traits 0.036s
2026-01-21 18:14:14,190 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:14 GMT', 'server': 'Apache', 'last-modified': 'Wed, 21 Jan 2026 17:38:30 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-62dd9dac-8781-4256-ab2c-2856119bdf51', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=b62f7f2ac36d7d892e62b370ffc9bc67; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/b0b84ad3-d467-4fef-a623-1e37e81e4b09/traits'}
Body: b'{"traits": ["COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_IMAGE_TYPE_ARI", "HW_CPU_X86_SSE", "COMPUTE_NET_VIF_MODEL_E1000E", "HW_CPU_X86_MMX", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SSE41", "COMPUTE_ACCELERATORS", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "HW_CPU_X86_SSE2", "HW_CPU_X86_SSSE3", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_PCNET", "HW_CPU_X86_SSE42", "COMPUTE_NODE"], "resource_provider_generation": 6}'
2026-01-21 18:14:14,541 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.346s
2026-01-21 18:14:14,541 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:14 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a99e17e0-3eea-4597-a519-001a77e2fc71', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=1093aa0bd35a4e2732ede5c785409da0; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "16f8ab2ae83b48f9a88753a5deddcc19", "name": "tempest-TestExecuteActionsViaActuator-627352265-project-member", "password_expires_at": null}, "audit_ids": ["5HnsdJ4PSYOVI51kyHNj4g"], "expires_at": "2026-01-21T19:14:14.000000Z", "issued_at": "2026-01-21T18:14:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a4b7cdf556d4f8393d1c61b57628813", "name": "tempest-TestExecuteActionsViaActuator-627352265"}, "is_domain": false, "roles": [{"id": "ab87ddb583a14a8bb2165cb990517f39", "name": "reader"}, {"id": "35e929c9b4484002953fe2c9c081c5ba", "name": "member"}], "catalog": [{"endpoints": [], "id": "0854c4f0c62348efabcd19b428c2d1b5", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "placement", "id": "daf1dbddc70e4223bcf7bb5ddc348086", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "db96626fe51f49a0af113fc5fd25ac7a", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "164625c6e7e94185a552ee48a1b35d46", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "watcher", "id": "7da6497d591443008dfb531280a6f96b", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "watcher", "id": "feb929c79fa04f23ac37c13cb742420d", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}], "id": "1974d0bd679b4dec8035ca9b3f45344a", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "swift", "id": "c8a53a1d9bf9414c87a13d5ea2cb9bab", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_2a4b7cdf556d4f8393d1c61b57628813", "region": "regionOne"}, {"name": "swift", "id": "fd24994f84ec470d8105ecb4088201fc", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_2a4b7cdf556d4f8393d1c61b57628813", "region": "regionOne"}], "id": "262c695b78c0469f8151a4c960319f00", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "nova", "id": "ed126d0d2cd74388b0f44b8f69eb154b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "f48050627956486293369f186486943f", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "3ae45f7cbbd347ff8dd77d6f3fdac1d6", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "7d80aeab6e0a456594bbb362eccb0471", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "b06349ef874d46e8891803a2f2a7a564", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "65b1e4a8909b4f6da7fa5f1e930fb136", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "cinderv3", "id": "579bee52c910400486ee60326ff9ab5f", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "cb497eee1df14aaf8fc2bdf1ccda8b5f", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "68c8dd8552184dc49392ab5b3ee04828", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b6f135ee9564b6d8740274e707f2b74", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "fd171e6d1a554c919078d7721bee60f2", "interface": "internal", "region_id": "regionOne", "u
2026-01-21 18:14:14,542 79 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': 'e8161199-7513-4099-89c4-00e7e075c92b', 'name': 'tempest-TestExecuteActionsViaActuator-514974975-network', 'tenant_id': '2a4b7cdf556d4f8393d1c61b57628813', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2a4b7cdf556d4f8393d1c61b57628813', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 932, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-01-21T18:11:54Z', 'updated_at': '2026-01-21T18:11:54Z', 'revision_number': 1} available for tenant
2026-01-21 18:14:16,568 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.025s
2026-01-21 18:14:16,569 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestExecuteActionsViaActuator-server-1653852301", "imageRef": "672306ae-5521-4fc1-a825-a16d6d125c61", "flavorRef": "45095fe9-3fd5-4f1f-87b2-a2a8292135a2", "networks": [{"uuid": "e8161199-7513-4099-89c4-00e7e075c92b"}]}}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:14 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80ac4ed2-c220-4748-8661-83b9b391fc41', 'x-compute-request-id': 'req-80ac4ed2-c220-4748-8661-83b9b391fc41', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "c4cf9774-0343-498d-9bca-196666c53830", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c4cf9774-0343-498d-9bca-196666c53830"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "DvKN88dSiAXH"}}'
2026-01-21 18:14:16,796 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 0.225s
2026-01-21 18:14:16,797 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:16 GMT', 'server': 'Apache', 'content-length': '1371', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebc379ae-5d2c-4022-beea-0cfda1d08389', 'x-compute-request-id': 'req-ebc379ae-5d2c-4022-beea-0cfda1d08389', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b'{"server": {"id": "c4cf9774-0343-498d-9bca-196666c53830", "name": "tempest-TestExecuteActionsViaActuator-server-1653852301", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:16Z", "updated": "2026-01-21T18:14:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c4cf9774-0343-498d-9bca-196666c53830"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:18,453 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 0.646s
2026-01-21 18:14:18,453 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:17 GMT', 'server': 'Apache', 'content-length': '1429', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-568a6852-b7bc-4111-89f5-9899e1b18e33', 'x-compute-request-id': 'req-568a6852-b7bc-4111-89f5-9899e1b18e33', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b'{"server": {"id": "c4cf9774-0343-498d-9bca-196666c53830", "name": "tempest-TestExecuteActionsViaActuator-server-1653852301", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:16Z", "updated": "2026-01-21T18:14:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c4cf9774-0343-498d-9bca-196666c53830"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:18,460 79 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait
2026-01-21 18:14:19,670 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 0.208s
2026-01-21 18:14:19,670 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:19 GMT', 'server': 'Apache', 'content-length': '1429', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92551447-ae91-4f5d-ae45-44599a9e56c9', 'x-compute-request-id': 'req-92551447-ae91-4f5d-ae45-44599a9e56c9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b'{"server": {"id": "c4cf9774-0343-498d-9bca-196666c53830", "name": "tempest-TestExecuteActionsViaActuator-server-1653852301", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:16Z", "updated": "2026-01-21T18:14:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c4cf9774-0343-498d-9bca-196666c53830"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:22,210 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 1.532s
2026-01-21 18:14:22,211 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:20 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a0c5f7b-980d-46db-b69d-9eac71a9d7b1', 'x-compute-request-id': 'req-4a0c5f7b-980d-46db-b69d-9eac71a9d7b1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b'{"server": {"id": "c4cf9774-0343-498d-9bca-196666c53830", "name": "tempest-TestExecuteActionsViaActuator-server-1653852301", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:16Z", "updated": "2026-01-21T18:14:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c4cf9774-0343-498d-9bca-196666c53830"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:23,618 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 0.392s
2026-01-21 18:14:23,619 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:23 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74fe5000-0834-4cbc-a97c-ab14bb48c7e7', 'x-compute-request-id': 'req-74fe5000-0834-4cbc-a97c-ab14bb48c7e7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b'{"server": {"id": "c4cf9774-0343-498d-9bca-196666c53830", "name": "tempest-TestExecuteActionsViaActuator-server-1653852301", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:16Z", "updated": "2026-01-21T18:14:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c4cf9774-0343-498d-9bca-196666c53830"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:25,534 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 0.898s
2026-01-21 18:14:25,535 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:24 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60474c7e-a057-41f1-bade-e3a24d2e0c74', 'x-compute-request-id': 'req-60474c7e-a057-41f1-bade-e3a24d2e0c74', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b'{"server": {"id": "c4cf9774-0343-498d-9bca-196666c53830", "name": "tempest-TestExecuteActionsViaActuator-server-1653852301", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:16Z", "updated": "2026-01-21T18:14:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c4cf9774-0343-498d-9bca-196666c53830"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:27,375 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 0.825s
2026-01-21 18:14:27,376 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:26 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99cb32f7-2581-47ba-b70b-5c9af0d7d545', 'x-compute-request-id': 'req-99cb32f7-2581-47ba-b70b-5c9af0d7d545', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b'{"server": {"id": "c4cf9774-0343-498d-9bca-196666c53830", "name": "tempest-TestExecuteActionsViaActuator-server-1653852301", "status": "BUILD", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:16Z", "updated": "2026-01-21T18:14:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c4cf9774-0343-498d-9bca-196666c53830"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:29,498 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 1.105s
2026-01-21 18:14:29,498 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:28 GMT', 'server': 'Apache', 'content-length': '1666', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0db60601-3ee7-46d7-97b4-0f6ebaed42f6', 'x-compute-request-id': 'req-0db60601-3ee7-46d7-97b4-0f6ebaed42f6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b'{"server": {"id": "c4cf9774-0343-498d-9bca-196666c53830", "name": "tempest-TestExecuteActionsViaActuator-server-1653852301", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:16Z", "updated": "2026-01-21T18:14:27Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:5e:35"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c4cf9774-0343-498d-9bca-196666c53830"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:14:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:29,505 79 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait
2026-01-21 18:14:30,553 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 1.047s
2026-01-21 18:14:30,553 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:29 GMT', 'server': 'Apache', 'content-length': '1666', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b8a3cf5-063f-4231-b666-b730dc0ab657', 'x-compute-request-id': 'req-1b8a3cf5-063f-4231-b666-b730dc0ab657', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b'{"server": {"id": "c4cf9774-0343-498d-9bca-196666c53830", "name": "tempest-TestExecuteActionsViaActuator-server-1653852301", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:16Z", "updated": "2026-01-21T18:14:27Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:5e:35"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c4cf9774-0343-498d-9bca-196666c53830"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:14:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:31,467 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 0.906s
2026-01-21 18:14:31,467 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:30 GMT', 'server': 'Apache', 'content-length': '2192', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e74ebabe-bed5-4dd2-bdb4-9943c54bb733', 'x-compute-request-id': 'req-e74ebabe-bed5-4dd2-bdb4-9943c54bb733', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b'{"server": {"id": "c4cf9774-0343-498d-9bca-196666c53830", "name": "tempest-TestExecuteActionsViaActuator-server-1653852301", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:16Z", "updated": "2026-01-21T18:14:27Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:5e:35"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c4cf9774-0343-498d-9bca-196666c53830"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:14:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-pocehibf", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-1653852301", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-01-21 18:14:31,478 79 DEBUG [watcher_tempest_plugin.services.base] Executing command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYzRjZjk3NzQtMDM0My00OThkLTliY2EtMTk2NjY2YzUzODMwIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjcxNDc4In0gMjQwMDAwMDAwMDEuMCAxNzY5MDE4OTcxNDc4CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImM0Y2Y5Nzc0LTAzNDMtNDk4ZC05YmNhLTE5NjY2NmM1MzgzMCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTI3MTQ3OCJ9IDQ4MDAwMDAwMDAxLjAgMTc2OTAxOTAwMTQ3OApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJjNGNmOTc3NC0wMzQzLTQ5OGQtOWJjYS0xOTY2NjZjNTM4MzAiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkyNzE0NzgifSA3MjAwMDAwMDAwMS4wIDE3NjkwMTkwMzE0NzgKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYzRjZjk3NzQtMDM0My00OThkLTliY2EtMTk2NjY2YzUzODMwIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjcxNDc4In0gOTYwMDAwMDAwMDEuMCAxNzY5MDE5MDYxNDc4CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImM0Y2Y5Nzc0LTAzNDMtNDk4ZC05YmNhLTE5NjY2NmM1MzgzMCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTI3MTQ3OCJ9IDEyMDAwMDAwMDAwMS4wIDE3NjkwMTkwOTE0NzgKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYzRjZjk3NzQtMDM0My00OThkLTliY2EtMTk2NjY2YzUzODMwIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjcxNDc4In0gMTQ0MDAwMDAwMDAxLjAgMTc2OTAxOTEyMTQ3OApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJjNGNmOTc3NC0wMzQzLTQ5OGQtOWJjYS0xOTY2NjZjNTM4MzAiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkyNzE0NzgifSAxNjgwMDAwMDAwMDEuMCAxNzY5MDE5MTUxNDc4CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImM0Y2Y5Nzc0LTAzNDMtNDk4ZC05YmNhLTE5NjY2NmM1MzgzMCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2OTAxOTI3MTQ3OCJ9IDE5MjAwMDAwMDAwMS4wIDE3NjkwMTkxODE0NzgKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYzRjZjk3NzQtMDM0My00OThkLTliY2EtMTk2NjY2YzUzODMwIiwib3JpZ190aW1lc3RhbXAiPSIxNzY5MDE5MjcxNDc4In0gMjE2MDAwMDAwMDAxLjAgMTc2OTAxOTIxMTQ3OApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJjNGNmOTc3NC0wMzQzLTQ5OGQtOWJjYS0xOTY2NjZjNTM4MzAiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjkwMTkyNzE0NzgifSAyNDAwMDAwMDAwMDEuMCAxNzY5MDE5MjQxNDc4Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' on host '38.102.83.17'
2026-01-21 18:14:31,479 79 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.17:22' as 'zuul' with password None
2026-01-21 18:14:31,494 79 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-01-21 18:14:31,553 79 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-21 18:14:31,553 79 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.17 successfully created
2026-01-21 18:14:32,057 79 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2026-01-21 18:14:32,192 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.134s
2026-01-21 18:14:32,192 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:32 GMT', 'server': 'Apache', 'content-length': '2334', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "audit_uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "bookmark"}], "updated_at": "2026-01-21T18:12:21+00:00"}, {"efficacy_indicators": [], "uuid": "2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "audit_uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "bookmark"}], "updated_at": "2026-01-21T18:12:25+00:00"}, {"efficacy_indicators": [], "uuid": "55695f81-13ad-41f8-a31e-5cade9e15fa6", "audit_uuid": "f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "bookmark"}], "updated_at": "2026-01-21T18:12:28+00:00"}, {"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "updated_at": "2026-01-21T18:13:30+00:00"}]}'
2026-01-21 18:14:32,192 79 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.135353 seconds
2026-01-21 18:14:32,346 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.153s
2026-01-21 18:14:32,347 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:32 GMT', 'server': 'Apache', 'content-length': '477', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/9eba6e8d-b354-4276-8f5b-bf6dec146618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/9eba6e8d-b354-4276-8f5b-bf6dec146618", "rel": "bookmark"}], "created_at": "2026-01-21T17:37:17+00:00", "updated_at": null, "deleted_at": null}'
2026-01-21 18:14:32,409 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.061s
2026-01-21 18:14:32,409 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:32 GMT', 'server': 'Apache', 'content-length': '894', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "rel": "bookmark"}], "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2026-01-21 18:14:32,530 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.119s
2026-01-21 18:14:32,531 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"name": "2bd5c2a9-91a5-4ce5-940d-6f2a9cbbc100", "description": "tempest-test-audit_template-1692391129", "goal": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "strategy": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "scope": []}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:32 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/1bac7c53-13e6-49ac-8681-30370427a77f', 'content-length': '704', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "1bac7c53-13e6-49ac-8681-30370427a77f", "name": "2bd5c2a9-91a5-4ce5-940d-6f2a9cbbc100", "description": "tempest-test-audit_template-1692391129", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/1bac7c53-13e6-49ac-8681-30370427a77f", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/1bac7c53-13e6-49ac-8681-30370427a77f", "rel": "bookmark"}], "scope": [], "created_at": "2026-01-21T18:14:32.499688+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:14:32,653 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.121s
2026-01-21 18:14:32,653 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"audit_template_uuid": "1bac7c53-13e6-49ac-8681-30370427a77f", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "migrate", "input_parameters": {"migration_type": "live", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-1.ctlplane.example.com"}, "resource_id": "b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}]}}
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:32 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f250da72-ecb1-4b10-878e-302629da2f21', 'content-length': '1306', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "name": "actuator-2026-01-21T18:14:32.603710", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "migrate", "input_parameters": {"migration_type": "live", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-1.ctlplane.example.com"}, "resource_id": "b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/f250da72-ecb1-4b10-878e-302629da2f21", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/f250da72-ecb1-4b10-878e-302629da2f21", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:14:32.621345+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:14:32,728 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/f250da72-ecb1-4b10-878e-302629da2f21 0.074s
2026-01-21 18:14:32,728 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:32 GMT', 'server': 'Apache', 'content-length': '1345', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f250da72-ecb1-4b10-878e-302629da2f21'}
Body: b'{"uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "name": "actuator-2026-01-21T18:14:32.603710", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "migrate", "input_parameters": {"migration_type": "live", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-1.ctlplane.example.com"}, "resource_id": "b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/f250da72-ecb1-4b10-878e-302629da2f21", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/f250da72-ecb1-4b10-878e-302629da2f21", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:32+00:00"}'
2026-01-21 18:14:33,322 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/f250da72-ecb1-4b10-878e-302629da2f21 0.092s
2026-01-21 18:14:33,322 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:33 GMT', 'server': 'Apache', 'content-length': '1347', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f250da72-ecb1-4b10-878e-302629da2f21'}
Body: b'{"uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "name": "actuator-2026-01-21T18:14:32.603710", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "9eba6e8d-b354-4276-8f5b-bf6dec146618", "goal_name": "unclassified", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "migrate", "input_parameters": {"migration_type": "live", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-1.ctlplane.example.com"}, "resource_id": "b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/f250da72-ecb1-4b10-878e-302629da2f21", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/f250da72-ecb1-4b10-878e-302629da2f21", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:32+00:00"}'
2026-01-21 18:14:33,323 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.669077 seconds
2026-01-21 18:14:33,425 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f250da72-ecb1-4b10-878e-302629da2f21 0.102s
2026-01-21 18:14:33,426 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:33 GMT', 'server': 'Apache', 'content-length': '576', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f250da72-ecb1-4b10-878e-302629da2f21'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "updated_at": null}]}'
2026-01-21 18:14:33,515 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.087s
2026-01-21 18:14:33,515 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:33 GMT', 'server': 'Apache', 'content-length': '637', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": null, "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": null}'
2026-01-21 18:14:33,614 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.097s
2026-01-21 18:14:33,614 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:33 GMT', 'server': 'Apache', 'content-length': '656', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": null, "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:33,690 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.075s
2026-01-21 18:14:33,690 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:33 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:34,769 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.078s
2026-01-21 18:14:34,769 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:34 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:35,860 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.089s
2026-01-21 18:14:35,860 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:35 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:36,948 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.085s
2026-01-21 18:14:36,948 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:36 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:38,021 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.071s
2026-01-21 18:14:38,022 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:37 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:39,154 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.130s
2026-01-21 18:14:39,155 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:39 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:40,229 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.073s
2026-01-21 18:14:40,230 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:40 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:41,348 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.116s
2026-01-21 18:14:41,348 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:41 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:42,475 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.124s
2026-01-21 18:14:42,475 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:42 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:43,554 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.076s
2026-01-21 18:14:43,555 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:43 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:44,645 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.088s
2026-01-21 18:14:44,645 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:44 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:45,728 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.080s
2026-01-21 18:14:45,729 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:45 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:46,795 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.065s
2026-01-21 18:14:46,795 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:46 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:47,879 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.081s
2026-01-21 18:14:47,880 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:47 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:48,969 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.087s
2026-01-21 18:14:48,970 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:48 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:50,075 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.101s
2026-01-21 18:14:50,075 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:49 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:51,163 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.085s
2026-01-21 18:14:51,163 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:51 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:52,248 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.082s
2026-01-21 18:14:52,249 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:52 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:53,339 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.088s
2026-01-21 18:14:53,340 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:53 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:54,412 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.071s
2026-01-21 18:14:54,413 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:54 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:55,515 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.101s
2026-01-21 18:14:55,515 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:55 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:56,622 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.104s
2026-01-21 18:14:56,622 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:56 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:33+00:00"}'
2026-01-21 18:14:57,694 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.070s
2026-01-21 18:14:57,694 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:57 GMT', 'server': 'Apache', 'content-length': '670', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "FAILED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:56+00:00"}'
2026-01-21 18:14:57,694 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 24.080252 seconds
2026-01-21 18:14:57,761 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.065s
2026-01-21 18:14:57,761 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:57 GMT', 'server': 'Apache', 'content-length': '670', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "FAILED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-01-21T18:14:32+00:00", "deleted_at": null, "updated_at": "2026-01-21T18:14:56+00:00"}'
2026-01-21 18:14:57,842 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=4bb73dc1-ee57-4974-b510-1bbd11017e06 0.080s
2026-01-21 18:14:57,842 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:57 GMT', 'server': 'Apache', 'content-length': '884', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b'{"actions": [{"uuid": "ef22c7a6-8a13-4f5c-b77f-e112c2dabec8", "action_plan_uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "state": "SUCCEEDED", "action_type": "migrate", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/ef22c7a6-8a13-4f5c-b77f-e112c2dabec8", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/ef22c7a6-8a13-4f5c-b77f-e112c2dabec8", "rel": "bookmark"}]}, {"uuid": "c76cad80-5d91-4479-9d00-7e1d84d652ab", "action_plan_uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "state": "FAILED", "action_type": "migrate", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/c76cad80-5d91-4479-9d00-7e1d84d652ab", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/c76cad80-5d91-4479-9d00-7e1d84d652ab", "rel": "bookmark"}]}]}'
2026-01-21 18:14:57,952 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f250da72-ecb1-4b10-878e-302629da2f21 0.108s
2026-01-21 18:14:57,952 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:57 GMT', 'server': 'Apache', 'content-length': '594', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f250da72-ecb1-4b10-878e-302629da2f21'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "4bb73dc1-ee57-4974-b510-1bbd11017e06", "audit_uuid": "f250da72-ecb1-4b10-878e-302629da2f21", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "FAILED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06", "rel": "bookmark"}], "updated_at": "2026-01-21T18:14:56+00:00"}]}'
2026-01-21 18:14:58,100 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06 0.146s
2026-01-21 18:14:58,100 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:57 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4bb73dc1-ee57-4974-b510-1bbd11017e06'}
Body: b''
2026-01-21 18:14:58,202 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/f250da72-ecb1-4b10-878e-302629da2f21 0.102s
2026-01-21 18:14:58,203 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:58 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f250da72-ecb1-4b10-878e-302629da2f21'}
Body: b''
2026-01-21 18:14:58,289 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/1bac7c53-13e6-49ac-8681-30370427a77f 0.085s
2026-01-21 18:14:58,289 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:58 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/1bac7c53-13e6-49ac-8681-30370427a77f'}
Body: b''
2026-01-21 18:14:58,516 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 0.226s
2026-01-21 18:14:58,516 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:58 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39d0b9e5-801a-4264-8265-6065237f06dc', 'x-compute-request-id': 'req-39d0b9e5-801a-4264-8265-6065237f06dc', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b''
2026-01-21 18:15:00,537 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 2.020s
2026-01-21 18:15:00,537 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:14:58 GMT', 'server': 'Apache', 'content-length': '1672', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2eb35fc-9aad-4e53-a170-c60e341acca8', 'x-compute-request-id': 'req-d2eb35fc-9aad-4e53-a170-c60e341acca8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b'{"server": {"id": "c4cf9774-0343-498d-9bca-196666c53830", "name": "tempest-TestExecuteActionsViaActuator-server-1653852301", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:16Z", "updated": "2026-01-21T18:14:58Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:5e:35"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c4cf9774-0343-498d-9bca-196666c53830"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:14:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:15:01,767 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 0.218s
2026-01-21 18:15:01,767 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:01 GMT', 'server': 'Apache', 'content-length': '1461', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d84e5769-073a-4997-85fa-132f5c45ad19', 'x-compute-request-id': 'req-d84e5769-073a-4997-85fa-132f5c45ad19', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b'{"server": {"id": "c4cf9774-0343-498d-9bca-196666c53830", "name": "tempest-TestExecuteActionsViaActuator-server-1653852301", "status": "DELETED", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:16Z", "updated": "2026-01-21T18:15:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c4cf9774-0343-498d-9bca-196666c53830"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:14:27.000000", "OS-SRV-USG:terminated_at": "2026-01-21T18:15:01.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:15:01,779 79 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait
2026-01-21 18:15:02,881 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830 0.100s
2026-01-21 18:15:02,881 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:02 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0cd3b68-a9e1-4790-b79a-55f790e0bf85', 'x-compute-request-id': 'req-f0cd3b68-a9e1-4790-b79a-55f790e0bf85', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c4cf9774-0343-498d-9bca-196666c53830'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance c4cf9774-0343-498d-9bca-196666c53830 could not be found."}}'
2026-01-21 18:15:03,126 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9 0.243s
2026-01-21 18:15:03,126 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:02 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a843f3f-e330-40e5-9d43-f70043ae4463', 'x-compute-request-id': 'req-9a843f3f-e330-40e5-9d43-f70043ae4463', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9'}
Body: b''
2026-01-21 18:15:03,781 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9 0.653s
2026-01-21 18:15:03,781 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:03 GMT', 'server': 'Apache', 'content-length': '1671', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21ae93f1-bde8-447a-bb57-b5c96f6b75bf', 'x-compute-request-id': 'req-21ae93f1-bde8-447a-bb57-b5c96f6b75bf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9'}
Body: b'{"server": {"id": "b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9", "name": "tempest-TestExecuteActionsViaActuator-server-1134094695", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "694d0f8f5b710c5e2f24f7b8679f93c308534bd449588aea7bba8d17", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:14:01Z", "updated": "2026-01-21T18:15:03Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:14:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:14:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:15:04,920 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9 0.129s
2026-01-21 18:15:04,921 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:04 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8447cb74-d21c-4420-be56-c740fdfa30bb', 'x-compute-request-id': 'req-8447cb74-d21c-4420-be56-c740fdfa30bb', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance b4d5a5d0-3b44-4630-9b1d-dd50123c2dc9 could not be found."}}'
2026-01-21 18:15:05,096 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f 0.173s
2026-01-21 18:15:05,096 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:04 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51274db8-0151-431f-bec1-867d3b4bf9f3', 'x-compute-request-id': 'req-51274db8-0151-431f-bec1-867d3b4bf9f3', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f'}
Body: b''
2026-01-21 18:15:05,798 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f 0.701s
2026-01-21 18:15:05,799 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:05 GMT', 'server': 'Apache', 'content-length': '1670', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d935766f-c626-4e55-9de6-8c66fe2083e9', 'x-compute-request-id': 'req-d935766f-c626-4e55-9de6-8c66fe2083e9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f'}
Body: b'{"server": {"id": "eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f", "name": "tempest-TestExecuteActionsViaActuator-server-868115992", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:46Z", "updated": "2026-01-21T18:15:05Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:28:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:15:06,913 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f 0.105s
2026-01-21 18:15:06,913 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:06 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-203deea6-995f-4fcb-94e5-c01724556da0', 'x-compute-request-id': 'req-203deea6-995f-4fcb-94e5-c01724556da0', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance eedf25d3-5e0e-4f55-ba46-5b4448ba6b1f could not be found."}}'
2026-01-21 18:15:07,767 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.853s
2026-01-21 18:15:07,767 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:06 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd22baa4-623d-4905-a779-adaeaa93a8ce', 'x-compute-request-id': 'req-cd22baa4-623d-4905-a779-adaeaa93a8ce', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b''
2026-01-21 18:15:08,205 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.437s
2026-01-21 18:15:08,206 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:07 GMT', 'server': 'Apache', 'content-length': '1672', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0abdec69-43d9-4553-b34a-43bf560bce56', 'x-compute-request-id': 'req-0abdec69-43d9-4553-b34a-43bf560bce56', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:15:07Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:dd:15"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:15:10,565 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 1.345s
2026-01-21 18:15:10,565 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:09 GMT', 'server': 'Apache', 'content-length': '1672', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56d883d0-3f3f-40f8-a398-87231a0e9c93', 'x-compute-request-id': 'req-56d883d0-3f3f-40f8-a398-87231a0e9c93', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:15:08Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:dd:15"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:15:12,460 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.884s
2026-01-21 18:15:12,460 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:11 GMT', 'server': 'Apache', 'content-length': '1630', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74d8c81a-3c7f-4d5c-a9b4-149d5f4d3f7c', 'x-compute-request-id': 'req-74d8c81a-3c7f-4d5c-a9b4-149d5f4d3f7c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:15:08Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:dd:15"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:40.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:15:14,462 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.991s
2026-01-21 18:15:14,462 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:13 GMT', 'server': 'Apache', 'content-length': '1456', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68e0df47-c740-4060-b52e-927a310ec99a', 'x-compute-request-id': 'req-68e0df47-c740-4060-b52e-927a310ec99a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:15:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:40.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:15:15,739 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.267s
2026-01-21 18:15:15,740 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:15 GMT', 'server': 'Apache', 'content-length': '1461', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17191f66-2a4f-4bc0-a7a1-a885a8815482', 'x-compute-request-id': 'req-17191f66-2a4f-4bc0-a7a1-a885a8815482', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "DELETED", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:15:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:40.000000", "OS-SRV-USG:terminated_at": "2026-01-21T18:15:12.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:15:15,747 79 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 7 second wait
2026-01-21 18:15:18,894 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 2.134s
2026-01-21 18:15:18,894 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:16 GMT', 'server': 'Apache', 'content-length': '1461', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31af8a40-fb99-428d-ab45-201d25975591', 'x-compute-request-id': 'req-31af8a40-fb99-428d-ab45-201d25975591', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"server": {"id": "b499883a-ee9f-4239-b996-4fbaa175bcc3", "name": "tempest-TestExecuteActionsViaActuator-server-1264591926", "status": "DELETED", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:13:34Z", "updated": "2026-01-21T18:15:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:40.000000", "OS-SRV-USG:terminated_at": "2026-01-21T18:15:12.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:15:20,006 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3 0.097s
2026-01-21 18:15:20,006 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:19 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43b5228e-fba9-4d99-ab71-7f4248f77fc5', 'x-compute-request-id': 'req-43b5228e-fba9-4d99-ab71-7f4248f77fc5', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b499883a-ee9f-4239-b996-4fbaa175bcc3'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance b499883a-ee9f-4239-b996-4fbaa175bcc3 could not be found."}}'
2026-01-21 18:15:20,107 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=a8fcbb1c-4456-4d7d-af5d-58303874f024 0.100s
2026-01-21 18:15:20,108 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:20 GMT', 'server': 'Apache', 'content-length': '597', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=a8fcbb1c-4456-4d7d-af5d-58303874f024'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "audit_uuid": "a8fcbb1c-4456-4d7d-af5d-58303874f024", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2", "rel": "bookmark"}], "updated_at": "2026-01-21T18:13:30+00:00"}]}'
2026-01-21 18:15:20,371 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2 0.262s
2026-01-21 18:15:20,371 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:20 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/976f7a65-e9e0-4abd-a61f-17b05ca50aa2'}
Body: b''
2026-01-21 18:15:20,465 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/a8fcbb1c-4456-4d7d-af5d-58303874f024 0.092s
2026-01-21 18:15:20,465 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:20 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/a8fcbb1c-4456-4d7d-af5d-58303874f024'}
Body: b''
2026-01-21 18:15:20,545 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/ac6b7bdc-65eb-4395-84a2-ea04fd1da3b1 0.078s
2026-01-21 18:15:20,545 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:20 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/ac6b7bdc-65eb-4395-84a2-ea04fd1da3b1'}
Body: b''
2026-01-21 18:15:20,684 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e 0.138s
2026-01-21 18:15:20,684 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:20 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8cb6dad-a8d1-480f-bea8-b34f46847d71', 'x-compute-request-id': 'req-c8cb6dad-a8d1-480f-bea8-b34f46847d71', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e'}
Body: b''
2026-01-21 18:15:22,472 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e 1.787s
2026-01-21 18:15:22,473 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:20 GMT', 'server': 'Apache', 'content-length': '1671', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16533376-844d-49af-84b3-b42f035b9fff', 'x-compute-request-id': 'req-16533376-844d-49af-84b3-b42f035b9fff', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e'}
Body: b'{"server": {"id": "1f09a88d-ab0c-44aa-964e-85e999bb781e", "name": "tempest-TestExecuteActionsViaActuator-server-109399693", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:52Z", "updated": "2026-01-21T18:15:20Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:d3:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:15:23,564 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e 0.081s
2026-01-21 18:15:23,565 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:23 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a2f9eed-0d27-4fc9-adb7-3ab44d9f0aba', 'x-compute-request-id': 'req-8a2f9eed-0d27-4fc9-adb7-3ab44d9f0aba', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1f09a88d-ab0c-44aa-964e-85e999bb781e'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1f09a88d-ab0c-44aa-964e-85e999bb781e could not be found."}}'
2026-01-21 18:15:23,709 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 0.143s
2026-01-21 18:15:23,709 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:23 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a31611f-71e7-40b4-ad8f-102ec5a008ae', 'x-compute-request-id': 'req-4a31611f-71e7-40b4-ad8f-102ec5a008ae', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b''
2026-01-21 18:15:24,817 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 1.107s
2026-01-21 18:15:24,818 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:23 GMT', 'server': 'Apache', 'content-length': '1671', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd6d871c-7d22-4f57-84c0-a49d8d413f39', 'x-compute-request-id': 'req-cd6d871c-7d22-4f57-84c0-a49d8d413f39', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b'{"server": {"id": "841e0bef-3987-412a-805b-b71e87fa2a74", "name": "tempest-TestExecuteActionsViaActuator-server-215034302", "status": "ACTIVE", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.micro", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:32Z", "updated": "2026-01-21T18:15:23Z", "addresses": {"tempest-TestExecuteActionsViaActuator-514974975-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:65:b9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:15:26,472 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 0.639s
2026-01-21 18:15:26,473 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:25 GMT', 'server': 'Apache', 'content-length': '1461', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c8c771d-3660-41ec-b4a4-328381bdafe2', 'x-compute-request-id': 'req-6c8c771d-3660-41ec-b4a4-328381bdafe2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b'{"server": {"id": "841e0bef-3987-412a-805b-b71e87fa2a74", "name": "tempest-TestExecuteActionsViaActuator-server-215034302", "status": "DELETED", "tenant_id": "2a4b7cdf556d4f8393d1c61b57628813", "user_id": "16f8ab2ae83b48f9a88753a5deddcc19", "metadata": {}, "hostId": "1c1cf46397a1e1cf17e651e23fa6751aea2ed523a0ac270113d3b6a2", "image": {"id": "672306ae-5521-4fc1-a825-a16d6d125c61", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/672306ae-5521-4fc1-a825-a16d6d125c61"}]}, "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.micro", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-21T18:12:32Z", "updated": "2026-01-21T18:15:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/841e0bef-3987-412a-805b-b71e87fa2a74"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-01-21T18:13:26.000000", "OS-SRV-USG:terminated_at": "2026-01-21T18:15:25.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-21 18:15:26,494 79 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait
2026-01-21 18:15:27,596 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74 0.099s
2026-01-21 18:15:27,597 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:27 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e667ba9-132f-4878-b13b-2be5e9595bfe', 'x-compute-request-id': 'req-5e667ba9-132f-4878-b13b-2be5e9595bfe', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/841e0bef-3987-412a-805b-b71e87fa2a74'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 841e0bef-3987-412a-805b-b71e87fa2a74 could not be found."}}'
2026-01-21 18:15:27,688 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667 0.091s
2026-01-21 18:15:27,689 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:27 GMT', 'server': 'Apache', 'content-length': '597', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "55695f81-13ad-41f8-a31e-5cade9e15fa6", "audit_uuid": "f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6", "rel": "bookmark"}], "updated_at": "2026-01-21T18:12:28+00:00"}]}'
2026-01-21 18:15:27,837 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6 0.147s
2026-01-21 18:15:27,837 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:27 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/55695f81-13ad-41f8-a31e-5cade9e15fa6'}
Body: b''
2026-01-21 18:15:27,910 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667 0.072s
2026-01-21 18:15:27,910 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:27 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f8dfb9e5-1ace-4108-a8a3-2ba5ea66b667'}
Body: b''
2026-01-21 18:15:27,979 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/06a5165a-2877-48c9-99dc-fd07e388ccef 0.068s
2026-01-21 18:15:27,980 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:27 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/06a5165a-2877-48c9-99dc-fd07e388ccef'}
Body: b''
2026-01-21 18:15:28,051 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=5431b9fd-c165-4d4f-bd3e-b05f00483297 0.070s
2026-01-21 18:15:28,051 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:27 GMT', 'server': 'Apache', 'content-length': '597', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=5431b9fd-c165-4d4f-bd3e-b05f00483297'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "audit_uuid": "5431b9fd-c165-4d4f-bd3e-b05f00483297", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6", "rel": "bookmark"}], "updated_at": "2026-01-21T18:12:25+00:00"}]}'
2026-01-21 18:15:28,141 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6 0.088s
2026-01-21 18:15:28,142 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:28 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2f5ac4d2-be89-4db3-8ea2-3a99fdc5a0f6'}
Body: b''
2026-01-21 18:15:28,216 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/5431b9fd-c165-4d4f-bd3e-b05f00483297 0.073s
2026-01-21 18:15:28,216 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:28 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/5431b9fd-c165-4d4f-bd3e-b05f00483297'}
Body: b''
2026-01-21 18:15:28,283 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/cabdf38e-2a71-42af-b1b2-d7f48330c787 0.066s
2026-01-21 18:15:28,284 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:28 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/cabdf38e-2a71-42af-b1b2-d7f48330c787'}
Body: b''
2026-01-21 18:15:28,389 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f1d4e7a6-aa6b-492b-bb54-49965d94e65b 0.104s
2026-01-21 18:15:28,389 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:28 GMT', 'server': 'Apache', 'content-length': '597', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f1d4e7a6-aa6b-492b-bb54-49965d94e65b'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "audit_uuid": "f1d4e7a6-aa6b-492b-bb54-49965d94e65b", "strategy_uuid": "ee3f6313-4799-4ef4-8bca-03bd7efec6cb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7", "rel": "bookmark"}], "updated_at": "2026-01-21T18:12:21+00:00"}]}'
2026-01-21 18:15:28,548 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7 0.157s
2026-01-21 18:15:28,548 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:28 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/89b4fa2d-d621-497d-83b2-8ffdb3494bc7'}
Body: b''
2026-01-21 18:15:28,620 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/f1d4e7a6-aa6b-492b-bb54-49965d94e65b 0.071s
2026-01-21 18:15:28,620 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:28 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f1d4e7a6-aa6b-492b-bb54-49965d94e65b'}
Body: b''
2026-01-21 18:15:28,694 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/4094d1bc-bc4e-41d0-944f-80016dcdd6cd 0.072s
2026-01-21 18:15:28,694 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:28 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/4094d1bc-bc4e-41d0-944f-80016dcdd6cd'}
Body: b''
2026-01-21 18:15:28,780 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.085s
2026-01-21 18:15:28,780 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 21 Jan 2026 18:15:28 GMT', 'server': 'Apache', 'content-length': '1297', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50904347-5e3d-4543-b828-d1aafa766e74', 'x-compute-request-id': 'req-50904347-5e3d-4543-b828-d1aafa766e74', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=9ca9398ab10cf4495fa874bb70afb686; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-services'}
Body: b'{"services": [{"binary": "nova-conductor", "host": "nova-cell0-conductor-0", "id": "6349dfae-aea5-44d5-aa25-a7f5ac16aab9", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:15:27.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "32665fca-d7e0-42f7-aed3-d8680a349a63", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:15:23.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "cd3806db-8817-4361-9d87-3a747bf0a54f", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:15:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "382d22f8-76d2-4ea3-bc3e-e0c1ec60f4d5", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:15:27.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "f56be188-6e51-448f-a532-1b94f9b7890a", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-01-21T18:15:27.000000", "disabled_reason": null, "forced_down": false}]}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/test_execute_actuator.py", line 201, in test_execute_scenarios
self._execute_actions(actions)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/test_execute_actuator.py", line 186, in _execute_actions
self.assertIn(finished_ap['state'], ('SUCCEEDED', 'SUPERSEDED'))
File "/usr/lib/python3.9/site-packages/testtools/testcase.py", line 401, in assertIn
self.assertThat(haystack, Contains(needle), message)
File "/usr/lib/python3.9/site-packages/testtools/testcase.py", line 482, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: 'FAILED' not in ('SUCCEEDED', 'SUPERSEDED')
|
||||||
| setUpClass (watcher_tempest_plugin.tests.scenario.test_execute_storage_balance | 1 | 0 | 0 | 0 | 1 | Detail | |
TestExecuteStorageCapacityBalanceStrategy) |
skip
pt2.1: setUpClass (watcher_tempest_plugin.tests.scenario.test_execute_storage_balance.TestExecuteStorageCapacityBalanceStrategy)
|
||||||
| watcher_tempest_plugin.tests.api.admin.test_action.TestShowListAction | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_actions[smoke] |
pass
pt3.1: watcher_tempest_plugin.tests.api.admin.test_action.TestShowListAction.test_list_actions[smoke]
|
||||||
test_list_actions_by_action_plan[smoke] |
pass
pt3.2: watcher_tempest_plugin.tests.api.admin.test_action.TestShowListAction.test_list_actions_by_action_plan[smoke]
|
||||||
test_list_actions_by_audit[smoke] |
pass
pt3.3: watcher_tempest_plugin.tests.api.admin.test_action.TestShowListAction.test_list_actions_by_audit[smoke]
|
||||||
test_show_action_with_links[smoke] |
pass
pt3.4: watcher_tempest_plugin.tests.api.admin.test_action.TestShowListAction.test_show_action_with_links[smoke]
|
||||||
test_show_one_action[smoke] |
pass
pt3.5: watcher_tempest_plugin.tests.api.admin.test_action.TestShowListAction.test_show_one_action[smoke]
|
||||||
| watcher_tempest_plugin.tests.api.admin.test_action_plan.TestCreateDeleteExecuteActionPlan | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_action_plan[smoke] |
pass
pt4.1: watcher_tempest_plugin.tests.api.admin.test_action_plan.TestCreateDeleteExecuteActionPlan.test_create_action_plan[smoke]
|
||||||
test_delete_action_plan[smoke] |
pass
pt4.2: watcher_tempest_plugin.tests.api.admin.test_action_plan.TestCreateDeleteExecuteActionPlan.test_delete_action_plan[smoke]
|
||||||
test_execute_action_plan[smoke] |
pass
pt4.3: watcher_tempest_plugin.tests.api.admin.test_action_plan.TestCreateDeleteExecuteActionPlan.test_execute_action_plan[smoke]
|
||||||
| watcher_tempest_plugin.tests.api.admin.test_action_plan.TestShowListActionPlan | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_action_plans[smoke] |
pass
pt5.1: watcher_tempest_plugin.tests.api.admin.test_action_plan.TestShowListActionPlan.test_list_action_plans[smoke]
|
||||||
test_list_with_limit[smoke] |
pass
pt5.2: watcher_tempest_plugin.tests.api.admin.test_action_plan.TestShowListActionPlan.test_list_with_limit[smoke]
|
||||||
test_show_action_plan[smoke] |
pass
pt5.3: watcher_tempest_plugin.tests.api.admin.test_action_plan.TestShowListActionPlan.test_show_action_plan[smoke]
|
||||||
test_show_action_plan_detail[smoke] |
pass
pt5.4: watcher_tempest_plugin.tests.api.admin.test_action_plan.TestShowListActionPlan.test_show_action_plan_detail[smoke]
|
||||||
test_show_action_plan_with_links[smoke] |
pass
pt5.5: watcher_tempest_plugin.tests.api.admin.test_action_plan.TestShowListActionPlan.test_show_action_plan_with_links[smoke]
|
||||||
| watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery | 3 | 3 | 0 | 0 | 0 | Detail | |
test_api_versions[smoke] |
pass
pt6.1: watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery.test_api_versions[smoke]
|
||||||
test_default_version[smoke] |
pass
pt6.2: watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery.test_default_version[smoke]
|
||||||
test_version_1_resources[smoke] |
pass
pt6.3: watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery.test_version_1_resources[smoke]
|
||||||
| watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_audit_continuous[smoke] |
pass
pt7.1: watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit.test_create_audit_continuous[smoke]
|
||||||
test_create_audit_event[smoke] |
pass
pt7.2: watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit.test_create_audit_event[smoke]
|
||||||
test_create_audit_oneshot[smoke] |
pass
pt7.3: watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit.test_create_audit_oneshot[smoke]
|
||||||
test_create_audit_with_invalid_state[smoke] |
pass
pt7.4: watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit.test_create_audit_with_invalid_state[smoke]
|
||||||
test_create_audit_with_no_state[smoke] |
pass
pt7.5: watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit.test_create_audit_with_no_state[smoke]
|
||||||
test_create_audit_with_wrong_audit_template[smoke] |
pass
pt7.6: watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit.test_create_audit_with_wrong_audit_template[smoke]
|
||||||
test_delete_audit[smoke] |
pass
pt7.7: watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit.test_delete_audit[smoke]
|
||||||
test_update_audit[smoke] |
pass
pt7.8: watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit.test_update_audit[smoke]
|
||||||
| watcher_tempest_plugin.tests.api.admin.test_audit.TestShowListAudit | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_audits[smoke] |
pass
pt8.1: watcher_tempest_plugin.tests.api.admin.test_audit.TestShowListAudit.test_list_audits[smoke]
|
||||||
test_list_audits_related_to_given_audit_template[smoke] |
pass
pt8.2: watcher_tempest_plugin.tests.api.admin.test_audit.TestShowListAudit.test_list_audits_related_to_given_audit_template[smoke]
|
||||||
test_list_with_limit[smoke] |
pass
pt8.3: watcher_tempest_plugin.tests.api.admin.test_audit.TestShowListAudit.test_list_with_limit[smoke]
|
||||||
test_show_audit[smoke] |
pass
pt8.4: watcher_tempest_plugin.tests.api.admin.test_audit.TestShowListAudit.test_show_audit[smoke]
|
||||||
test_show_audit_with_links[smoke] |
pass
pt8.5: watcher_tempest_plugin.tests.api.admin.test_audit.TestShowListAudit.test_show_audit_with_links[smoke]
|
||||||
| watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate | 9 | 9 | 0 | 0 | 0 | Detail | |
test_filter_audit_template_by_goal_uuid[smoke] |
pass
pt9.1: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_filter_audit_template_by_goal_uuid[smoke]
|
||||||
test_filter_audit_template_by_strategy_uuid[smoke] |
pass
pt9.2: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_filter_audit_template_by_strategy_uuid[smoke]
|
||||||
test_list_audit_templates[smoke] |
pass
pt9.3: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_list_audit_templates[smoke]
|
||||||
test_list_with_limit[smoke] |
pass
pt9.4: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_list_with_limit[smoke]
|
||||||
test_show_audit_template[smoke] |
pass
pt9.5: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_show_audit_template[smoke]
|
||||||
test_show_audit_template_with_links[smoke] |
pass
pt9.6: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_show_audit_template_with_links[smoke]
|
||||||
test_update_audit_template_add[smoke] |
pass
pt9.7: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_update_audit_template_add[smoke]
|
||||||
test_update_audit_template_remove[smoke] |
pass
pt9.8: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_update_audit_template_remove[smoke]
|
||||||
test_update_audit_template_replace[smoke] |
pass
pt9.9: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_update_audit_template_replace[smoke]
|
||||||
| watcher_tempest_plugin.tests.api.admin.test_audit_template.TestCreateDeleteAuditTemplate | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_audit_template[smoke] |
pass
pt10.1: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestCreateDeleteAuditTemplate.test_create_audit_template[smoke]
|
||||||
test_create_audit_template_unicode_description[smoke] |
pass
pt10.2: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestCreateDeleteAuditTemplate.test_create_audit_template_unicode_description[smoke]
|
||||||
test_delete_audit_template[smoke] |
pass
pt10.3: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestCreateDeleteAuditTemplate.test_delete_audit_template[smoke]
|
||||||
| watcher_tempest_plugin.tests.api.admin.test_goal.TestShowListGoal | 3 | 3 | 0 | 0 | 0 | Detail | |
test_list_goals[smoke] |
pass
pt11.1: watcher_tempest_plugin.tests.api.admin.test_goal.TestShowListGoal.test_list_goals[smoke]
|
||||||
test_show_goal[smoke] |
pass
pt11.2: watcher_tempest_plugin.tests.api.admin.test_goal.TestShowListGoal.test_show_goal[smoke]
|
||||||
test_show_goal_with_links[smoke] |
pass
pt11.3: watcher_tempest_plugin.tests.api.admin.test_goal.TestShowListGoal.test_show_goal_with_links[smoke]
|
||||||
| watcher_tempest_plugin.tests.api.admin.test_scoring_engine.TestShowListScoringEngine | 3 | 3 | 0 | 0 | 0 | Detail | |
test_list_scoring_engines[smoke] |
pass
pt12.1: watcher_tempest_plugin.tests.api.admin.test_scoring_engine.TestShowListScoringEngine.test_list_scoring_engines[smoke]
|
||||||
test_show_scoring_engine[smoke] |
pass
pt12.2: watcher_tempest_plugin.tests.api.admin.test_scoring_engine.TestShowListScoringEngine.test_show_scoring_engine[smoke]
|
||||||
test_show_scoring_engine_with_links[smoke] |
pass
pt12.3: watcher_tempest_plugin.tests.api.admin.test_scoring_engine.TestShowListScoringEngine.test_show_scoring_engine_with_links[smoke]
|
||||||
| watcher_tempest_plugin.tests.api.admin.test_service.TestShowListService | 3 | 3 | 0 | 0 | 0 | Detail | |
test_list_services[smoke] |
pass
pt13.1: watcher_tempest_plugin.tests.api.admin.test_service.TestShowListService.test_list_services[smoke]
|
||||||
test_show_service[smoke] |
pass
pt13.2: watcher_tempest_plugin.tests.api.admin.test_service.TestShowListService.test_show_service[smoke]
|
||||||
test_show_service_with_links[smoke] |
pass
pt13.3: watcher_tempest_plugin.tests.api.admin.test_service.TestShowListService.test_show_service_with_links[smoke]
|
||||||
| watcher_tempest_plugin.tests.api.admin.test_strategy.TestShowListStrategy | 3 | 3 | 0 | 0 | 0 | Detail | |
test_list_strategies[smoke] |
pass
pt14.1: watcher_tempest_plugin.tests.api.admin.test_strategy.TestShowListStrategy.test_list_strategies[smoke]
|
||||||
test_show_strategy[smoke] |
pass
pt14.2: watcher_tempest_plugin.tests.api.admin.test_strategy.TestShowListStrategy.test_show_strategy[smoke]
|
||||||
test_show_strategy_with_links[smoke] |
pass
pt14.3: watcher_tempest_plugin.tests.api.admin.test_strategy.TestShowListStrategy.test_show_strategy_with_links[smoke]
|
||||||
| watcher_tempest_plugin.tests.scenario.test_execute_basic_optim.TestExecuteBasicStrategy | 1 | 1 | 0 | 0 | 0 | Detail | |
test_execute_basic_action_plan |
pass
pt15.1: watcher_tempest_plugin.tests.scenario.test_execute_basic_optim.TestExecuteBasicStrategy.test_execute_basic_action_plan
|
||||||
| watcher_tempest_plugin.tests.scenario.test_execute_dummy_optim.TestExecuteDummyStrategy | 1 | 1 | 0 | 0 | 0 | Detail | |
test_execute_dummy_action_plan |
pass
pt16.1: watcher_tempest_plugin.tests.scenario.test_execute_dummy_optim.TestExecuteDummyStrategy.test_execute_dummy_action_plan
|
||||||
| watcher_tempest_plugin.tests.scenario.test_execute_host_maintenance.TestExecuteHostMaintenanceStrategy | 1 | 1 | 0 | 0 | 0 | Detail | |
test_execute_host_maintenance |
pass
pt17.1: watcher_tempest_plugin.tests.scenario.test_execute_host_maintenance.TestExecuteHostMaintenanceStrategy.test_execute_host_maintenance
|
||||||
| watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies | 8 | 8 | 0 | 0 | 0 | Detail | |
test_execute_basic_strategy |
pass
pt18.1: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_basic_strategy
|
||||||
test_execute_dummy_strategy |
pass
pt18.2: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_dummy_strategy
|
||||||
test_execute_host_maintenance_strategy |
pass
pt18.3: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_host_maintenance_strategy
|
||||||
test_execute_node_resource_consolidation_strategy_with_auto |
pass
pt18.4: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_node_resource_consolidation_strategy_with_auto
|
||||||
test_execute_node_resource_consolidation_strategy_with_specify |
pass
pt18.5: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_node_resource_consolidation_strategy_with_specify
|
||||||
test_execute_vm_workload_consolidation_strategy |
pass
pt18.6: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_vm_workload_consolidation_strategy
|
||||||
test_execute_workload_stabilization_strategy |
pass
pt18.7: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_workload_stabilization_strategy
|
||||||
test_execute_zone_migration_live_migration_strategy |
pass
pt18.8: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_zone_migration_live_migration_strategy
|
||||||
| watcher_tempest_plugin.tests.scenario.test_execute_vm_workload_consolidation.TestExecuteVmWorkloadBalanceStrategy | 1 | 1 | 0 | 0 | 0 | Detail | |
test_execute_vm_workload_consolidation_action_plan |
pass
pt19.1: watcher_tempest_plugin.tests.scenario.test_execute_vm_workload_consolidation.TestExecuteVmWorkloadBalanceStrategy.test_execute_vm_workload_consolidation_action_plan
|
||||||
| watcher_tempest_plugin.tests.scenario.test_execute_workload_balancing.TestExecuteWorkloadBalancingStrategy | 1 | 1 | 0 | 0 | 0 | Detail | |
test_execute_workload_stabilization |
pass
pt20.1: watcher_tempest_plugin.tests.scenario.test_execute_workload_balancing.TestExecuteWorkloadBalancingStrategy.test_execute_workload_stabilization
|
||||||
| watcher_tempest_plugin.tests.scenario.test_execute_zone_migration.TestExecuteZoneMigrationStrategy | 1 | 1 | 0 | 0 | 0 | Detail | |
test_execute_zone_migration_live_migration |
pass
pt21.1: watcher_tempest_plugin.tests.scenario.test_execute_zone_migration.TestExecuteZoneMigrationStrategy.test_execute_zone_migration_live_migration
|
||||||
| Total | 69 | 67 | 1 | 0 | 1 | ||