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:'': {{{
2025-12-09 09:33:01,085 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.121s
2025-12-09 09:33:01,085 83 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': 'Tue, 09 Dec 2025 09:33:00 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=fa80b919219bacf9732594b821a43bb6; 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": []}'
2025-12-09 09:33:01,086 83 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.122722 seconds
2025-12-09 09:33:01,183 83 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
2025-12-09 09:33:01,183 83 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': 'Tue, 09 Dec 2025 09:33:01 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/a214bcaf-8538-4338-becf-ee5d7719196a", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/a214bcaf-8538-4338-becf-ee5d7719196a", "rel": "bookmark"}], "created_at": "2025-12-09T08:59:52+00:00", "updated_at": null, "deleted_at": null}'
2025-12-09 09:33:01,262 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.079s
2025-12-09 09:33:01,262 83 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': 'Tue, 09 Dec 2025 09:33:01 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/ac44faa1-c494-4d04-a583-fa50bc9a5216", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/ac44faa1-c494-4d04-a583-fa50bc9a5216", "rel": "bookmark"}], "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "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"]}}'
2025-12-09 09:33:01,378 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.115s
2025-12-09 09:33:01,379 83 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": "5db9b704-401c-4eff-852b-57c87d120d44", "description": "tempest-test-audit_template-132037858", "goal": "a214bcaf-8538-4338-becf-ee5d7719196a", "strategy": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "scope": []}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:33:01 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/8541f22e-4fe7-4ca1-901c-f0c7f522ac73', '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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "8541f22e-4fe7-4ca1-901c-f0c7f522ac73", "name": "5db9b704-401c-4eff-852b-57c87d120d44", "description": "tempest-test-audit_template-132037858", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/8541f22e-4fe7-4ca1-901c-f0c7f522ac73", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/8541f22e-4fe7-4ca1-901c-f0c7f522ac73", "rel": "bookmark"}], "scope": [], "created_at": "2025-12-09T09:33:01.359822+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:33:01,923 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.543s
2025-12-09 09:33:01,923 83 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": "8541f22e-4fe7-4ca1-901c-f0c7f522ac73", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:33:01 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/59088c05-56ea-4b32-8aff-1af71edff731', '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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "name": "actuator-2025-12-09T09:33:01.440648", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/59088c05-56ea-4b32-8aff-1af71edff731", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/59088c05-56ea-4b32-8aff-1af71edff731", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-09T09:33:01.465640+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:33:02,024 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/59088c05-56ea-4b32-8aff-1af71edff731 0.099s
2025-12-09 09:33:02,024 83 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': 'Tue, 09 Dec 2025 09:33:01 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/59088c05-56ea-4b32-8aff-1af71edff731'}
Body: b'{"uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "name": "actuator-2025-12-09T09:33:01.440648", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/59088c05-56ea-4b32-8aff-1af71edff731", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/59088c05-56ea-4b32-8aff-1af71edff731", "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": "2025-12-09T09:33:01+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:01+00:00"}'
2025-12-09 09:33:02,606 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/59088c05-56ea-4b32-8aff-1af71edff731 0.080s
2025-12-09 09:33:02,606 83 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': 'Tue, 09 Dec 2025 09:33:02 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/59088c05-56ea-4b32-8aff-1af71edff731'}
Body: b'{"uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "name": "actuator-2025-12-09T09:33:01.440648", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/59088c05-56ea-4b32-8aff-1af71edff731", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/59088c05-56ea-4b32-8aff-1af71edff731", "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": "2025-12-09T09:33:01+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:02+00:00"}'
2025-12-09 09:33:02,606 83 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.682779 seconds
2025-12-09 09:33:02,721 83 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=59088c05-56ea-4b32-8aff-1af71edff731 0.114s
2025-12-09 09:33:02,721 83 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': 'Tue, 09 Dec 2025 09:33:02 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=59088c05-56ea-4b32-8aff-1af71edff731'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "5c23d9ad-ea24-4553-b07e-4e67e578608c", "audit_uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "bookmark"}], "updated_at": null}]}'
2025-12-09 09:33:02,795 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c 0.072s
2025-12-09 09:33:02,795 83 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': 'Tue, 09 Dec 2025 09:33:02 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c'}
Body: b'{"efficacy_indicators": [], "uuid": "5c23d9ad-ea24-4553-b07e-4e67e578608c", "audit_uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-09T09:33:01+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:33:02,891 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c 0.094s
2025-12-09 09:33:02,891 83 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': 'Tue, 09 Dec 2025 09:33:02 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c'}
Body: b'{"efficacy_indicators": [], "uuid": "5c23d9ad-ea24-4553-b07e-4e67e578608c", "audit_uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-09T09:33:01+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:02+00:00"}'
2025-12-09 09:33:02,972 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c 0.080s
2025-12-09 09:33:02,972 83 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': 'Tue, 09 Dec 2025 09:33:02 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c'}
Body: b'{"efficacy_indicators": [], "uuid": "5c23d9ad-ea24-4553-b07e-4e67e578608c", "audit_uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:01+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:02+00:00"}'
2025-12-09 09:33:04,045 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c 0.071s
2025-12-09 09:33:04,045 83 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': 'Tue, 09 Dec 2025 09:33:03 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c'}
Body: b'{"efficacy_indicators": [], "uuid": "5c23d9ad-ea24-4553-b07e-4e67e578608c", "audit_uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:01+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:03+00:00"}'
2025-12-09 09:33:04,046 83 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 1.154316 seconds
2025-12-09 09:33:04,138 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c 0.091s
2025-12-09 09:33:04,138 83 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': 'Tue, 09 Dec 2025 09:33:04 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c'}
Body: b'{"efficacy_indicators": [], "uuid": "5c23d9ad-ea24-4553-b07e-4e67e578608c", "audit_uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:01+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:03+00:00"}'
2025-12-09 09:33:04,240 83 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=5c23d9ad-ea24-4553-b07e-4e67e578608c 0.101s
2025-12-09 09:33:04,240 83 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': 'Tue, 09 Dec 2025 09:33:04 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=5c23d9ad-ea24-4553-b07e-4e67e578608c'}
Body: b'{"actions": [{"uuid": "7055d1a2-2908-4d9f-b0f5-95a05388e410", "action_plan_uuid": "5c23d9ad-ea24-4553-b07e-4e67e578608c", "state": "SUCCEEDED", "action_type": "nop", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/7055d1a2-2908-4d9f-b0f5-95a05388e410", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/7055d1a2-2908-4d9f-b0f5-95a05388e410", "rel": "bookmark"}]}]}'
2025-12-09 09:33:04,339 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.098s
2025-12-09 09:33:04,339 83 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': 'Tue, 09 Dec 2025 09:33:04 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=fa80b919219bacf9732594b821a43bb6; 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": "5c23d9ad-ea24-4553-b07e-4e67e578608c", "audit_uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "bookmark"}], "updated_at": "2025-12-09T09:33:03+00:00"}]}'
2025-12-09 09:33:04,340 83 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.099532 seconds
2025-12-09 09:33:04,418 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.077s
2025-12-09 09:33:04,418 83 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': 'Tue, 09 Dec 2025 09:33: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/a214bcaf-8538-4338-becf-ee5d7719196a", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/a214bcaf-8538-4338-becf-ee5d7719196a", "rel": "bookmark"}], "created_at": "2025-12-09T08:59:52+00:00", "updated_at": null, "deleted_at": null}'
2025-12-09 09:33:04,489 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.070s
2025-12-09 09:33:04,490 83 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': 'Tue, 09 Dec 2025 09:33: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/ac44faa1-c494-4d04-a583-fa50bc9a5216", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/ac44faa1-c494-4d04-a583-fa50bc9a5216", "rel": "bookmark"}], "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "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"]}}'
2025-12-09 09:33:04,602 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.111s
2025-12-09 09:33:04,602 83 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": "7a6175a8-1ccc-49dd-8ed3-56d10533f45a", "description": "tempest-test-audit_template-2053710661", "goal": "a214bcaf-8538-4338-becf-ee5d7719196a", "strategy": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "scope": []}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:33:04 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/3a9683a8-5002-4063-bb46-79414e13979c', '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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "3a9683a8-5002-4063-bb46-79414e13979c", "name": "7a6175a8-1ccc-49dd-8ed3-56d10533f45a", "description": "tempest-test-audit_template-2053710661", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/3a9683a8-5002-4063-bb46-79414e13979c", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/3a9683a8-5002-4063-bb46-79414e13979c", "rel": "bookmark"}], "scope": [], "created_at": "2025-12-09T09:33:04.577573+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:33:04,739 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.136s
2025-12-09 09:33:04,739 83 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": "3a9683a8-5002-4063-bb46-79414e13979c", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:33:04 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/898a885c-1325-4ac5-828c-107373de7807', '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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "898a885c-1325-4ac5-828c-107373de7807", "name": "actuator-2025-12-09T09:33:04.677767", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/898a885c-1325-4ac5-828c-107373de7807", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/898a885c-1325-4ac5-828c-107373de7807", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-09T09:33:04.705467+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:33:04,826 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/898a885c-1325-4ac5-828c-107373de7807 0.086s
2025-12-09 09:33:04,827 83 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': 'Tue, 09 Dec 2025 09:33:04 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/898a885c-1325-4ac5-828c-107373de7807'}
Body: b'{"uuid": "898a885c-1325-4ac5-828c-107373de7807", "name": "actuator-2025-12-09T09:33:04.677767", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/898a885c-1325-4ac5-828c-107373de7807", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/898a885c-1325-4ac5-828c-107373de7807", "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": "2025-12-09T09:33:04+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:04+00:00"}'
2025-12-09 09:33:05,458 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/898a885c-1325-4ac5-828c-107373de7807 0.126s
2025-12-09 09:33:05,458 83 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': 'Tue, 09 Dec 2025 09:33:05 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/898a885c-1325-4ac5-828c-107373de7807'}
Body: b'{"uuid": "898a885c-1325-4ac5-828c-107373de7807", "name": "actuator-2025-12-09T09:33:04.677767", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/898a885c-1325-4ac5-828c-107373de7807", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/898a885c-1325-4ac5-828c-107373de7807", "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": "2025-12-09T09:33:04+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:04+00:00"}'
2025-12-09 09:33:05,458 83 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.718780 seconds
2025-12-09 09:33:05,550 83 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=898a885c-1325-4ac5-828c-107373de7807 0.090s
2025-12-09 09:33:05,550 83 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': 'Tue, 09 Dec 2025 09:33:05 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=898a885c-1325-4ac5-828c-107373de7807'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "b0dc3289-60ba-41fc-9106-3286ddb0b676", "audit_uuid": "898a885c-1325-4ac5-828c-107373de7807", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "bookmark"}], "updated_at": null}]}'
2025-12-09 09:33:05,652 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676 0.101s
2025-12-09 09:33:05,653 83 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': 'Tue, 09 Dec 2025 09:33:05 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676'}
Body: b'{"efficacy_indicators": [], "uuid": "b0dc3289-60ba-41fc-9106-3286ddb0b676", "audit_uuid": "898a885c-1325-4ac5-828c-107373de7807", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-09T09:33:04+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:33:05,784 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676 0.131s
2025-12-09 09:33:05,785 83 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': 'Tue, 09 Dec 2025 09:33:05 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676'}
Body: b'{"efficacy_indicators": [], "uuid": "b0dc3289-60ba-41fc-9106-3286ddb0b676", "audit_uuid": "898a885c-1325-4ac5-828c-107373de7807", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-09T09:33:04+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:05+00:00"}'
2025-12-09 09:33:05,889 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676 0.103s
2025-12-09 09:33:05,890 83 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': 'Tue, 09 Dec 2025 09:33: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676'}
Body: b'{"efficacy_indicators": [], "uuid": "b0dc3289-60ba-41fc-9106-3286ddb0b676", "audit_uuid": "898a885c-1325-4ac5-828c-107373de7807", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:04+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:05+00:00"}'
2025-12-09 09:33:06,996 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676 0.104s
2025-12-09 09:33:06,996 83 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': 'Tue, 09 Dec 2025 09:33:06 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676'}
Body: b'{"efficacy_indicators": [], "uuid": "b0dc3289-60ba-41fc-9106-3286ddb0b676", "audit_uuid": "898a885c-1325-4ac5-828c-107373de7807", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:04+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:06+00:00"}'
2025-12-09 09:33:06,996 83 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 1.210844 seconds
2025-12-09 09:33:07,117 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676 0.120s
2025-12-09 09:33:07,117 83 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': 'Tue, 09 Dec 2025 09:33:07 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676'}
Body: b'{"efficacy_indicators": [], "uuid": "b0dc3289-60ba-41fc-9106-3286ddb0b676", "audit_uuid": "898a885c-1325-4ac5-828c-107373de7807", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:04+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:06+00:00"}'
2025-12-09 09:33:07,191 83 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=b0dc3289-60ba-41fc-9106-3286ddb0b676 0.073s
2025-12-09 09:33:07,191 83 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': 'Tue, 09 Dec 2025 09:33:07 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=b0dc3289-60ba-41fc-9106-3286ddb0b676'}
Body: b'{"actions": [{"uuid": "81521419-cc40-40d9-b9e1-d2ea85b460bd", "action_plan_uuid": "b0dc3289-60ba-41fc-9106-3286ddb0b676", "state": "SUCCEEDED", "action_type": "sleep", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/81521419-cc40-40d9-b9e1-d2ea85b460bd", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/81521419-cc40-40d9-b9e1-d2ea85b460bd", "rel": "bookmark"}]}]}'
2025-12-09 09:33:07,281 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.089s
2025-12-09 09:33:07,282 83 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': 'Tue, 09 Dec 2025 09:33:07 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=fa80b919219bacf9732594b821a43bb6; 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": "5c23d9ad-ea24-4553-b07e-4e67e578608c", "audit_uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "bookmark"}], "updated_at": "2025-12-09T09:33:03+00:00"}, {"efficacy_indicators": [], "uuid": "b0dc3289-60ba-41fc-9106-3286ddb0b676", "audit_uuid": "898a885c-1325-4ac5-828c-107373de7807", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "bookmark"}], "updated_at": "2025-12-09T09:33:06+00:00"}]}'
2025-12-09 09:33:07,283 83 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.091024 seconds
2025-12-09 09:33:07,347 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.063s
2025-12-09 09:33:07,347 83 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': 'Tue, 09 Dec 2025 09:33:07 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/a214bcaf-8538-4338-becf-ee5d7719196a", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/a214bcaf-8538-4338-becf-ee5d7719196a", "rel": "bookmark"}], "created_at": "2025-12-09T08:59:52+00:00", "updated_at": null, "deleted_at": null}'
2025-12-09 09:33:07,413 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.065s
2025-12-09 09:33:07,414 83 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': 'Tue, 09 Dec 2025 09:33:07 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/ac44faa1-c494-4d04-a583-fa50bc9a5216", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/ac44faa1-c494-4d04-a583-fa50bc9a5216", "rel": "bookmark"}], "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "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"]}}'
2025-12-09 09:33:07,510 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.095s
2025-12-09 09:33:07,511 83 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": "62a520b5-8bd0-4148-893c-5f3aa2a5c2f2", "description": "tempest-test-audit_template-1431816419", "goal": "a214bcaf-8538-4338-becf-ee5d7719196a", "strategy": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "scope": []}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:33:07 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/6f2a8a56-8bc0-4d0f-8f75-321bff2b1662', '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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "6f2a8a56-8bc0-4d0f-8f75-321bff2b1662", "name": "62a520b5-8bd0-4148-893c-5f3aa2a5c2f2", "description": "tempest-test-audit_template-1431816419", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/6f2a8a56-8bc0-4d0f-8f75-321bff2b1662", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/6f2a8a56-8bc0-4d0f-8f75-321bff2b1662", "rel": "bookmark"}], "scope": [], "created_at": "2025-12-09T09:33:07.493259+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:33:07,672 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.160s
2025-12-09 09:33:07,673 83 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": "6f2a8a56-8bc0-4d0f-8f75-321bff2b1662", "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': 'Tue, 09 Dec 2025 09:33:07 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/e5d69a9f-42bc-4386-9463-40f9a1b99a11', '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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "e5d69a9f-42bc-4386-9463-40f9a1b99a11", "name": "actuator-2025-12-09T09:33:07.611497", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "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/e5d69a9f-42bc-4386-9463-40f9a1b99a11", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/e5d69a9f-42bc-4386-9463-40f9a1b99a11", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-09T09:33:07.632776+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:33:07,775 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/e5d69a9f-42bc-4386-9463-40f9a1b99a11 0.101s
2025-12-09 09:33:07,775 83 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': 'Tue, 09 Dec 2025 09:33:07 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/e5d69a9f-42bc-4386-9463-40f9a1b99a11'}
Body: b'{"uuid": "e5d69a9f-42bc-4386-9463-40f9a1b99a11", "name": "actuator-2025-12-09T09:33:07.611497", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "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/e5d69a9f-42bc-4386-9463-40f9a1b99a11", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/e5d69a9f-42bc-4386-9463-40f9a1b99a11", "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": "2025-12-09T09:33:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:07+00:00"}'
2025-12-09 09:33:08,603 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/e5d69a9f-42bc-4386-9463-40f9a1b99a11 0.326s
2025-12-09 09:33:08,603 83 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': 'Tue, 09 Dec 2025 09:33:08 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/e5d69a9f-42bc-4386-9463-40f9a1b99a11'}
Body: b'{"uuid": "e5d69a9f-42bc-4386-9463-40f9a1b99a11", "name": "actuator-2025-12-09T09:33:07.611497", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "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/e5d69a9f-42bc-4386-9463-40f9a1b99a11", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/e5d69a9f-42bc-4386-9463-40f9a1b99a11", "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": "2025-12-09T09:33:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:07+00:00"}'
2025-12-09 09:33:08,603 83 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.930327 seconds
2025-12-09 09:33:08,691 83 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=e5d69a9f-42bc-4386-9463-40f9a1b99a11 0.087s
2025-12-09 09:33:08,692 83 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': 'Tue, 09 Dec 2025 09:33:08 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=e5d69a9f-42bc-4386-9463-40f9a1b99a11'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "b94863f4-c4ff-4ebd-85f2-851f8c594465", "audit_uuid": "e5d69a9f-42bc-4386-9463-40f9a1b99a11", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "bookmark"}], "updated_at": null}]}'
2025-12-09 09:33:08,851 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465 0.158s
2025-12-09 09:33:08,852 83 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': 'Tue, 09 Dec 2025 09:33:08 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465'}
Body: b'{"efficacy_indicators": [], "uuid": "b94863f4-c4ff-4ebd-85f2-851f8c594465", "audit_uuid": "e5d69a9f-42bc-4386-9463-40f9a1b99a11", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-09T09:33:07+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:33:08,965 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465 0.112s
2025-12-09 09:33:08,965 83 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': 'Tue, 09 Dec 2025 09:33:08 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465'}
Body: b'{"efficacy_indicators": [], "uuid": "b94863f4-c4ff-4ebd-85f2-851f8c594465", "audit_uuid": "e5d69a9f-42bc-4386-9463-40f9a1b99a11", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-09T09:33:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:08+00:00"}'
2025-12-09 09:33:09,095 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465 0.128s
2025-12-09 09:33:09,095 83 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': 'Tue, 09 Dec 2025 09:33: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465'}
Body: b'{"efficacy_indicators": [], "uuid": "b94863f4-c4ff-4ebd-85f2-851f8c594465", "audit_uuid": "e5d69a9f-42bc-4386-9463-40f9a1b99a11", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:08+00:00"}'
2025-12-09 09:33:10,262 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465 0.164s
2025-12-09 09:33:10,263 83 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': 'Tue, 09 Dec 2025 09:33:10 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465'}
Body: b'{"efficacy_indicators": [], "uuid": "b94863f4-c4ff-4ebd-85f2-851f8c594465", "audit_uuid": "e5d69a9f-42bc-4386-9463-40f9a1b99a11", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:10+00:00"}'
2025-12-09 09:33:10,263 83 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 1.297512 seconds
2025-12-09 09:33:10,388 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465 0.124s
2025-12-09 09:33:10,388 83 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': 'Tue, 09 Dec 2025 09:33:10 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465'}
Body: b'{"efficacy_indicators": [], "uuid": "b94863f4-c4ff-4ebd-85f2-851f8c594465", "audit_uuid": "e5d69a9f-42bc-4386-9463-40f9a1b99a11", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:10+00:00"}'
2025-12-09 09:33:10,483 83 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=b94863f4-c4ff-4ebd-85f2-851f8c594465 0.094s
2025-12-09 09:33:10,483 83 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': 'Tue, 09 Dec 2025 09:33:10 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=b94863f4-c4ff-4ebd-85f2-851f8c594465'}
Body: b'{"actions": [{"uuid": "12e5a585-56c4-42de-b672-4dd7ed4e7afa", "action_plan_uuid": "b94863f4-c4ff-4ebd-85f2-851f8c594465", "state": "SUCCEEDED", "action_type": "change_nova_service_state", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/12e5a585-56c4-42de-b672-4dd7ed4e7afa", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/12e5a585-56c4-42de-b672-4dd7ed4e7afa", "rel": "bookmark"}]}]}'
2025-12-09 09:33:10,580 83 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.095s
2025-12-09 09:33:10,580 83 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': 'Tue, 09 Dec 2025 09:33:10 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-5ff1b126-5d84-4a48-85b9-787f41575f21', 'x-compute-request-id': 'req-5ff1b126-5d84-4a48-85b9-787f41575f21', '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": "4e439e4f-2cfd-4356-b7dd-1a59e2e8617c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:33:10.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "5643022c-1b6c-4679-9367-5333b45e9210", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:33:04.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "c0087e2b-ec5e-4caf-9b2e-64cf96b15724", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:33:07.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "bd93d044-c365-4593-a71b-715e3332cf9c", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:33:09.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "2545aeb5-9947-4697-a147-fca67af1ba8b", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:33:10.000000", "disabled_reason": null, "forced_down": false}]}'
2025-12-09 09:33:10,747 83 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.162s
2025-12-09 09:33:10,747 83 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': 'Tue, 09 Dec 2025 09:33:10 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-7371d06c-0832-4fd1-9954-714e55a1d490', 'x-compute-request-id': 'req-7371d06c-0832-4fd1-9954-714e55a1d490', '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": []}'
2025-12-09 09:33:10,868 83 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.113s
2025-12-09 09:33:10,868 83 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': 'Tue, 09 Dec 2025 09:33:10 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-cf121e93-7384-4213-8aa5-99dc10485cf5', 'x-compute-request-id': 'req-cf121e93-7384-4213-8aa5-99dc10485cf5', '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": "fec3cf5b-8e78-49a5-bc6d-1452dafdf902", "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": "bd93d044-c365-4593-a71b-715e3332cf9c", "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": ["3dnowprefetch", "lahf_lm", "mce", "arch-capabilities", "ssbd", "pfthreshold", "arat", "f16c", "sep", "vme", "tsc_adjust", "sse4.1", "ibpb", "umip", "pni", "avx2", "aes", "lbrv", "cmov", "wbnoinvd", "pse", "ssse3", "nx", "npt", "spec-ctrl", "rdpid", "popcnt", "pclmuldq", "smep", "mtrr", "apic", "mds-no", "bmi2", "de", "virt-ssbd", "perfctr_core", "tsc", "misalignsse", "fxsr_opt", "cr8legacy", "clwb", "clzero", "pat", "pause-filter", "rdrand", "pschange-mc-no", "fxsr", "xgetbv1", "osvw", "pse36", "amd-stibp", "cx8", "bmi1", "mca", "svme-addr-chk", "movbe", "cmp_legacy", "vmcb-clean", "pge", "pdpe1gb", "clflushopt", "fsgsbase", "xsaveopt", "clflush", "avx", "stibp", "topoext", "x2apic", "skip-l1dfl-vmentry", "sse4a", "rdseed", "lm", "hypervisor", "ibrs", "rdctl-no", "msr", "fma", "rdtscp", "sse2", "nrip-save", "amd-ssbd", "smap", "cx16", "svm", "tsc-deadline", "mmx", "sse4.2", "tsc-scale", "mmxext", "pae", "xsavec", "fpu", "sse", "xsave", "sha-ni", "xsaveerptr", "adx", "syscall", "abm"]}}, {"id": "9120e052-9d22-413c-b01c-d53140af2913", "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": "2545aeb5-9947-4697-a147-fca67af1ba8b", "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": ["lm", "avx2", "syscall", "sha-ni", "clflushopt", "sse2", "tsc_adjust", "avx", "xgetbv1", "virt-ssbd", "sep", "smep", "wbnoinvd", "mce", "de", "aes", "pfthreshold", "cx8", "osvw", "mmxext", "skip-l1dfl-vmentry", "rdpid", "mtrr", "lbrv", "sse4.1", "nrip-save", "pause-filter", "cx16", "sse4a", "x2apic", "arat", "pse36", "fxsr", "pdpe1gb", "rdtscp", "clzero", "fsgsbase", "3dnowprefetch", "msr", "amd-stibp", "xsave", "pschange-mc-no", "cr8legacy", "misalignsse", "tsc", "pge", "pat", "rdrand", "mds-no", "mmx", "adx", "hypervisor", "stibp", "rdseed", "fpu", "rdctl-no", "smap", "cmp_legacy", "tsc-scale", "pse", "ssbd", "umip", "tsc-deadline", "ibpb", "apic", "vme", "ibrs", "vmcb-clean", "bmi1", "arch-capabilities", "f16c", "fxsr_opt", "mca", "clflush", "npt", "fma", "popcnt", "pae", "svm", "pni", "abm", "cmov", "xsaveopt", "nx", "clwb", "spec-ctrl", "xsavec", "sse4.2", "svme-addr-chk", "topoext", "bmi2", "ssse3", "movbe", "perfctr_core", "amd-ssbd", "sse", "lahf_lm", "pclmuldq", "xsaveerptr"]}}]}'
2025-12-09 09:33:10,985 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/fec3cf5b-8e78-49a5-bc6d-1452dafdf902/traits 0.112s
2025-12-09 09:33:10,985 83 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': 'Tue, 09 Dec 2025 09:33:10 GMT', 'server': 'Apache', 'last-modified': 'Tue, 09 Dec 2025 09:01:01 GMT', 'content-length': '1651', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-1294a0ad-1c12-4251-99d1-0a1e09f04c40', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=d16278cebaff46555ea2dec6ce641e4d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/fec3cf5b-8e78-49a5-bc6d-1452dafdf902/traits'}
Body: b'{"traits": ["HW_CPU_X86_MMX", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_RESCUE_BFV", "HW_CPU_X86_SSE2", "HW_CPU_X86_BMI", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_IMAGE_TYPE_QCOW2", "HW_CPU_X86_SSE42", "HW_CPU_X86_ABM", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_TRUSTED_CERTS", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_VOLUME_MULTI_ATTACH", "HW_CPU_X86_SSE4A", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_USB", "HW_CPU_X86_FMA3", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_RTL8139", "HW_CPU_X86_F16C", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SVM", "HW_CPU_X86_CLMUL", "COMPUTE_IMAGE_TYPE_RAW", "HW_CPU_X86_AVX", "HW_CPU_X86_SSSE3", "COMPUTE_IMAGE_TYPE_ISO", "HW_CPU_X86_SHA", "HW_CPU_X86_AMD_SVM", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_ACCELERATORS", "COMPUTE_DEVICE_TAGGING", "HW_CPU_X86_SSE", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_VIOMMU_MODEL_INTEL", "HW_CPU_X86_BMI2", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NODE", "HW_CPU_X86_AESNI", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "HW_CPU_X86_AVX2", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_VOLUME_EXTEND"], "resource_provider_generation": 2}'
2025-12-09 09:33:11,325 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.336s
2025-12-09 09:33:11,326 83 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:33:11 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e10774b7-bc93-4725-a910-a99c618dd89a', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=9c082d72f3436665840bb5db34dfd92e; 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": "a78024541ff0477589abc79005062789", "name": "tempest-TestExecuteActionsViaActuator-754102653-project-member", "password_expires_at": null}, "audit_ids": ["ybia_UsaQ5m-9cltE-cpeQ"], "expires_at": "2025-12-09T10:33:11.000000Z", "issued_at": "2025-12-09T09:33:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85b8c6ab954d4fa1913496e44f83f6f6", "name": "tempest-TestExecuteActionsViaActuator-754102653"}, "is_domain": false, "roles": [{"id": "637b6c8245344aa4b6ead90a60075378", "name": "reader"}, {"id": "6d936d9db28c46dc820a9c063bbe48d2", "name": "member"}], "catalog": [{"endpoints": [{"name": "swift", "id": "1e970aa026d84c59b7021a7f4520160a", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_85b8c6ab954d4fa1913496e44f83f6f6", "region": "regionOne"}, {"name": "swift", "id": "a87fe4277c6c4247b0b72a3378ac81f1", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_85b8c6ab954d4fa1913496e44f83f6f6", "region": "regionOne"}], "id": "0881f86d55c84a28b14fa13131943749", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "9ca4b1842b7e47409d84c81ea93294f9", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "f373aaf6b03b4379a4f88ebeaa33c922", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "09e5e165a8a04bf0a350d0940f21e09c", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "watcher", "id": "27fb74c8c7ce40ef8251a383b2ff7578", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "watcher", "id": "30a9d0a03e4f4ab2ac3dfefd5648e775", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}], "id": "0e909ad74ef640b7960483f4b91bdde6", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "placement", "id": "ab9aa6ebe96848e18777a8d38cd2f8fa", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "f85d51bbf560459285b2388b3a54f03c", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "238bf6d8f1c84e8daaa647e59e57945e", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinderv3", "id": "2984c91a500d4e19857b2997721a16a2", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "fec15b3afa074e2eabef4aeacd3e2851", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "2c0b4bcc4a23497c83a7474136378007", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [], "id": "a25155b1de8f44a48d1cf3dbb689492d", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "a2cfbefbdb964ac3b5b713912b84c03f", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "b01db333054a4a968ff4c58c066ca049", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "b8637822c55d4c68b7140f14acf95442", "type": "network", "name": "neutron"}, {"endpoints": [{"name": "glance", "id": "0396eb0cd91543b1b24825241a5f4327", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "69f4066edc514827a2765f287c1286a6", "inter
2025-12-09 09:33:11,326 83 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '0e48ef06-3f27-4fb5-b371-186bb56915d1', 'name': 'tempest-TestExecuteActionsViaActuator-1371910865-network', 'tenant_id': '85b8c6ab954d4fa1913496e44f83f6f6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '85b8c6ab954d4fa1913496e44f83f6f6', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29408, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-12-09T09:32:37Z', 'updated_at': '2025-12-09T09:32:37Z', 'revision_number': 1} available for tenant
2025-12-09 09:33:14,756 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.429s
2025-12-09 09:33:14,757 83 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-239070926", "imageRef": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "flavorRef": "3130212e-de0a-42ae-abf3-5e3d0ad904f0", "networks": [{"uuid": "0e48ef06-3f27-4fb5-b371-186bb56915d1"}]}}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:33:11 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75', '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-1685bb43-6baf-449e-a52c-617b6b1ee53d', 'x-compute-request-id': 'req-1685bb43-6baf-449e-a52c-617b6b1ee53d', '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": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "geTAj3djJ47m"}}'
2025-12-09 09:33:16,596 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75 1.836s
2025-12-09 09:33:16,596 83 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': 'Tue, 09 Dec 2025 09:33:14 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-8bece351-0f67-424f-939e-d4ab2ceeef1e', 'x-compute-request-id': 'req-8bece351-0f67-424f-939e-d4ab2ceeef1e', '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/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75'}
Body: b'{"server": {"id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "name": "tempest-TestExecuteActionsViaActuator-server-239070926", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:14Z", "updated": "2025-12-09T09:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}], "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": []}}'
2025-12-09 09:33:18,586 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75 0.978s
2025-12-09 09:33:18,586 83 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': 'Tue, 09 Dec 2025 09:33:17 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-a55105d2-2107-4885-85b5-8fb2bbedfba5', 'x-compute-request-id': 'req-a55105d2-2107-4885-85b5-8fb2bbedfba5', '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/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75'}
Body: b'{"server": {"id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "name": "tempest-TestExecuteActionsViaActuator-server-239070926", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:14Z", "updated": "2025-12-09T09:33:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}], "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": []}}'
2025-12-09 09:33:18,593 83 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait
2025-12-09 09:33:20,158 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75 0.564s
2025-12-09 09:33:20,159 83 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': 'Tue, 09 Dec 2025 09:33:19 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-34ea7d8a-52f1-4c24-9dbc-b90ce063c18e', 'x-compute-request-id': 'req-34ea7d8a-52f1-4c24-9dbc-b90ce063c18e', '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/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75'}
Body: b'{"server": {"id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "name": "tempest-TestExecuteActionsViaActuator-server-239070926", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:14Z", "updated": "2025-12-09T09:33:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}], "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": []}}'
2025-12-09 09:33:21,595 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75 0.428s
2025-12-09 09:33:21,596 83 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': 'Tue, 09 Dec 2025 09:33:21 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-b72b7358-dfc1-4594-82ce-e8e3b3216d5d', 'x-compute-request-id': 'req-b72b7358-dfc1-4594-82ce-e8e3b3216d5d', '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/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75'}
Body: b'{"server": {"id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "name": "tempest-TestExecuteActionsViaActuator-server-239070926", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:14Z", "updated": "2025-12-09T09:33:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}], "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": []}}'
2025-12-09 09:33:24,600 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75 1.993s
2025-12-09 09:33:24,601 83 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': 'Tue, 09 Dec 2025 09:33:22 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-3bed9e41-3a76-4dc8-a811-60b1bc1ce48c', 'x-compute-request-id': 'req-3bed9e41-3a76-4dc8-a811-60b1bc1ce48c', '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/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75'}
Body: b'{"server": {"id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "name": "tempest-TestExecuteActionsViaActuator-server-239070926", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:14Z", "updated": "2025-12-09T09:33:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}], "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": []}}'
2025-12-09 09:33:26,749 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75 1.136s
2025-12-09 09:33:26,749 83 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': 'Tue, 09 Dec 2025 09:33:25 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-9a3d0978-218a-4fe7-bc68-517270a14f6e', 'x-compute-request-id': 'req-9a3d0978-218a-4fe7-bc68-517270a14f6e', '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/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75'}
Body: b'{"server": {"id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "name": "tempest-TestExecuteActionsViaActuator-server-239070926", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:14Z", "updated": "2025-12-09T09:33:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}], "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": []}}'
2025-12-09 09:33:28,726 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75 0.967s
2025-12-09 09:33:28,727 83 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': 'Tue, 09 Dec 2025 09:33:27 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-802911a4-fab9-4c70-b9cf-47e1dcc4a6b8', 'x-compute-request-id': 'req-802911a4-fab9-4c70-b9cf-47e1dcc4a6b8', '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/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75'}
Body: b'{"server": {"id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "name": "tempest-TestExecuteActionsViaActuator-server-239070926", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:14Z", "updated": "2025-12-09T09:33:25Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:e8:36"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:33:25.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": []}}'
2025-12-09 09:33:28,735 83 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait
2025-12-09 09:33:29,603 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75 0.867s
2025-12-09 09:33:29,604 83 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': 'Tue, 09 Dec 2025 09:33: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-663bc47d-0546-4629-a4b1-914e0069674a', 'x-compute-request-id': 'req-663bc47d-0546-4629-a4b1-914e0069674a', '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/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75'}
Body: b'{"server": {"id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "name": "tempest-TestExecuteActionsViaActuator-server-239070926", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:14Z", "updated": "2025-12-09T09:33:25Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:e8:36"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:33:25.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": []}}'
2025-12-09 09:33:30,133 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75 0.521s
2025-12-09 09:33:30,134 83 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': 'Tue, 09 Dec 2025 09:33:29 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-2c4a1849-05b8-459a-b288-e10099305965', 'x-compute-request-id': 'req-2c4a1849-05b8-459a-b288-e10099305965', '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/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75'}
Body: b'{"server": {"id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "name": "tempest-TestExecuteActionsViaActuator-server-239070926", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:14Z", "updated": "2025-12-09T09:33:25Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:e8:36"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:33:25.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-bnf6jahq", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-239070926", "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": []}}'
2025-12-09 09:33:30,141 83 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjEyY2NiOGUtODNhMC00NGVmLThmNGYtNGMwNDFiYzZlZDc1Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODEwMTQxIn0gMjQwMDAwMDAwMDEuMCAxNzY1MjcyNTEwMTQxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImYxMmNjYjhlLTgzYTAtNDRlZi04ZjRmLTRjMDQxYmM2ZWQ3NSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3MjgxMDE0MSJ9IDQ4MDAwMDAwMDAxLjAgMTc2NTI3MjU0MDE0MQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmMTJjY2I4ZS04M2EwLTQ0ZWYtOGY0Zi00YzA0MWJjNmVkNzUiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4MTAxNDEifSA3MjAwMDAwMDAwMS4wIDE3NjUyNzI1NzAxNDEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjEyY2NiOGUtODNhMC00NGVmLThmNGYtNGMwNDFiYzZlZDc1Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODEwMTQxIn0gOTYwMDAwMDAwMDEuMCAxNzY1MjcyNjAwMTQxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImYxMmNjYjhlLTgzYTAtNDRlZi04ZjRmLTRjMDQxYmM2ZWQ3NSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3MjgxMDE0MSJ9IDEyMDAwMDAwMDAwMS4wIDE3NjUyNzI2MzAxNDEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjEyY2NiOGUtODNhMC00NGVmLThmNGYtNGMwNDFiYzZlZDc1Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODEwMTQxIn0gMTQ0MDAwMDAwMDAxLjAgMTc2NTI3MjY2MDE0MQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmMTJjY2I4ZS04M2EwLTQ0ZWYtOGY0Zi00YzA0MWJjNmVkNzUiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4MTAxNDEifSAxNjgwMDAwMDAwMDEuMCAxNzY1MjcyNjkwMTQxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImYxMmNjYjhlLTgzYTAtNDRlZi04ZjRmLTRjMDQxYmM2ZWQ3NSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3MjgxMDE0MSJ9IDE5MjAwMDAwMDAwMS4wIDE3NjUyNzI3MjAxNDEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjEyY2NiOGUtODNhMC00NGVmLThmNGYtNGMwNDFiYzZlZDc1Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODEwMTQxIn0gMjE2MDAwMDAwMDAxLjAgMTc2NTI3Mjc1MDE0MQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmMTJjY2I4ZS04M2EwLTQ0ZWYtOGY0Zi00YzA0MWJjNmVkNzUiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4MTAxNDEifSAyNDAwMDAwMDAwMDEuMCAxNzY1MjcyNzgwMTQxCg==" | 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.155'
2025-12-09 09:33:30,142 83 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.155:22' as 'zuul' with password None
2025-12-09 09:33:30,156 83 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2025-12-09 09:33:30,217 83 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-09 09:33:30,217 83 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.155 successfully created
2025-12-09 09:33:31,124 83 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2025-12-09 09:33:31,225 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/9120e052-9d22-413c-b01c-d53140af2913/traits 0.100s
2025-12-09 09:33:31,225 83 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': 'Tue, 09 Dec 2025 09:33:31 GMT', 'server': 'Apache', 'last-modified': 'Tue, 09 Dec 2025 09:01:01 GMT', 'content-length': '1651', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-950b1f16-2301-4893-be2c-5985edc46a3a', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=d16278cebaff46555ea2dec6ce641e4d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/9120e052-9d22-413c-b01c-d53140af2913/traits'}
Body: b'{"traits": ["HW_CPU_X86_MMX", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_RESCUE_BFV", "HW_CPU_X86_SSE2", "HW_CPU_X86_BMI", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_IMAGE_TYPE_QCOW2", "HW_CPU_X86_SSE42", "HW_CPU_X86_ABM", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_TRUSTED_CERTS", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_VOLUME_MULTI_ATTACH", "HW_CPU_X86_SSE4A", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_USB", "HW_CPU_X86_FMA3", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_RTL8139", "HW_CPU_X86_F16C", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SVM", "HW_CPU_X86_CLMUL", "COMPUTE_IMAGE_TYPE_RAW", "HW_CPU_X86_AVX", "HW_CPU_X86_SSSE3", "COMPUTE_IMAGE_TYPE_ISO", "HW_CPU_X86_SHA", "HW_CPU_X86_AMD_SVM", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_ACCELERATORS", "COMPUTE_DEVICE_TAGGING", "HW_CPU_X86_SSE", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_VIOMMU_MODEL_INTEL", "HW_CPU_X86_BMI2", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NODE", "HW_CPU_X86_AESNI", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "HW_CPU_X86_AVX2", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_VOLUME_EXTEND"], "resource_provider_generation": 2}'
2025-12-09 09:33:31,538 83 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
2025-12-09 09:33:31,539 83 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:33:31 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b7802ba1-3e02-4bd4-8c15-1339ee15bfc8', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=9c082d72f3436665840bb5db34dfd92e; 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": "a78024541ff0477589abc79005062789", "name": "tempest-TestExecuteActionsViaActuator-754102653-project-member", "password_expires_at": null}, "audit_ids": ["hXM8ECo9TmyFBfAdDQbhJw"], "expires_at": "2025-12-09T10:33:31.000000Z", "issued_at": "2025-12-09T09:33:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85b8c6ab954d4fa1913496e44f83f6f6", "name": "tempest-TestExecuteActionsViaActuator-754102653"}, "is_domain": false, "roles": [{"id": "637b6c8245344aa4b6ead90a60075378", "name": "reader"}, {"id": "6d936d9db28c46dc820a9c063bbe48d2", "name": "member"}], "catalog": [{"endpoints": [{"name": "swift", "id": "1e970aa026d84c59b7021a7f4520160a", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_85b8c6ab954d4fa1913496e44f83f6f6", "region": "regionOne"}, {"name": "swift", "id": "a87fe4277c6c4247b0b72a3378ac81f1", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_85b8c6ab954d4fa1913496e44f83f6f6", "region": "regionOne"}], "id": "0881f86d55c84a28b14fa13131943749", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "9ca4b1842b7e47409d84c81ea93294f9", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "f373aaf6b03b4379a4f88ebeaa33c922", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "09e5e165a8a04bf0a350d0940f21e09c", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "watcher", "id": "27fb74c8c7ce40ef8251a383b2ff7578", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "watcher", "id": "30a9d0a03e4f4ab2ac3dfefd5648e775", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}], "id": "0e909ad74ef640b7960483f4b91bdde6", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "placement", "id": "ab9aa6ebe96848e18777a8d38cd2f8fa", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "f85d51bbf560459285b2388b3a54f03c", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "238bf6d8f1c84e8daaa647e59e57945e", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinderv3", "id": "2984c91a500d4e19857b2997721a16a2", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "fec15b3afa074e2eabef4aeacd3e2851", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "2c0b4bcc4a23497c83a7474136378007", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [], "id": "a25155b1de8f44a48d1cf3dbb689492d", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "a2cfbefbdb964ac3b5b713912b84c03f", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "b01db333054a4a968ff4c58c066ca049", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "b8637822c55d4c68b7140f14acf95442", "type": "network", "name": "neutron"}, {"endpoints": [{"name": "glance", "id": "0396eb0cd91543b1b24825241a5f4327", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "69f4066edc514827a2765f287c1286a6", "inter
2025-12-09 09:33:31,539 83 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '0e48ef06-3f27-4fb5-b371-186bb56915d1', 'name': 'tempest-TestExecuteActionsViaActuator-1371910865-network', 'tenant_id': '85b8c6ab954d4fa1913496e44f83f6f6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '85b8c6ab954d4fa1913496e44f83f6f6', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29408, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-12-09T09:32:37Z', 'updated_at': '2025-12-09T09:32:37Z', 'revision_number': 1} available for tenant
2025-12-09 09:33:33,816 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.275s
2025-12-09 09:33:33,816 83 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-1138834316", "imageRef": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "flavorRef": "3130212e-de0a-42ae-abf3-5e3d0ad904f0", "networks": [{"uuid": "0e48ef06-3f27-4fb5-b371-186bb56915d1"}]}}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:33:31 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20', '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-94e7abb8-ac26-448e-9083-534e2842f918', 'x-compute-request-id': 'req-94e7abb8-ac26-448e-9083-534e2842f918', '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": "40d448ab-301f-4086-b9aa-04d0847aff20", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "G4szyi5Nohdw"}}'
2025-12-09 09:33:34,585 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20 0.766s
2025-12-09 09:33:34,585 83 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': 'Tue, 09 Dec 2025 09:33:33 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-da9ca38b-8e9c-4140-94a1-bc82582fc83d', 'x-compute-request-id': 'req-da9ca38b-8e9c-4140-94a1-bc82582fc83d', '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/40d448ab-301f-4086-b9aa-04d0847aff20'}
Body: b'{"server": {"id": "40d448ab-301f-4086-b9aa-04d0847aff20", "name": "tempest-TestExecuteActionsViaActuator-server-1138834316", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:33Z", "updated": "2025-12-09T09:33:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}], "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": []}}'
2025-12-09 09:33:36,577 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20 0.978s
2025-12-09 09:33:36,578 83 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': 'Tue, 09 Dec 2025 09:33:35 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-50ecdcc2-7153-4b4d-b2a5-d37e09b42932', 'x-compute-request-id': 'req-50ecdcc2-7153-4b4d-b2a5-d37e09b42932', '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/40d448ab-301f-4086-b9aa-04d0847aff20'}
Body: b'{"server": {"id": "40d448ab-301f-4086-b9aa-04d0847aff20", "name": "tempest-TestExecuteActionsViaActuator-server-1138834316", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:33Z", "updated": "2025-12-09T09:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}], "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": []}}'
2025-12-09 09:33:36,585 83 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait
2025-12-09 09:33:38,029 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20 0.441s
2025-12-09 09:33:38,029 83 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': 'Tue, 09 Dec 2025 09:33: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-bdbd262c-02f7-4aa4-a8a6-512ce8d717d9', 'x-compute-request-id': 'req-bdbd262c-02f7-4aa4-a8a6-512ce8d717d9', '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/40d448ab-301f-4086-b9aa-04d0847aff20'}
Body: b'{"server": {"id": "40d448ab-301f-4086-b9aa-04d0847aff20", "name": "tempest-TestExecuteActionsViaActuator-server-1138834316", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:33Z", "updated": "2025-12-09T09:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}], "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": []}}'
2025-12-09 09:33:39,755 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20 0.717s
2025-12-09 09:33:39,756 83 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': 'Tue, 09 Dec 2025 09:33:39 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-7879f40a-a554-4414-866b-8431a2ec6cd3', 'x-compute-request-id': 'req-7879f40a-a554-4414-866b-8431a2ec6cd3', '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/40d448ab-301f-4086-b9aa-04d0847aff20'}
Body: b'{"server": {"id": "40d448ab-301f-4086-b9aa-04d0847aff20", "name": "tempest-TestExecuteActionsViaActuator-server-1138834316", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:33Z", "updated": "2025-12-09T09:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}], "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": []}}'
2025-12-09 09:33:41,745 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20 0.978s
2025-12-09 09:33:41,746 83 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': 'Tue, 09 Dec 2025 09:33: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-a6c242e1-8b83-408c-ab4e-55d1853f207b', 'x-compute-request-id': 'req-a6c242e1-8b83-408c-ab4e-55d1853f207b', '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/40d448ab-301f-4086-b9aa-04d0847aff20'}
Body: b'{"server": {"id": "40d448ab-301f-4086-b9aa-04d0847aff20", "name": "tempest-TestExecuteActionsViaActuator-server-1138834316", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:33Z", "updated": "2025-12-09T09:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}], "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": []}}'
2025-12-09 09:33:43,599 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20 0.843s
2025-12-09 09:33:43,600 83 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': 'Tue, 09 Dec 2025 09:33:42 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-43ba66fe-4850-43fc-a813-01ae9ed08b2f', 'x-compute-request-id': 'req-43ba66fe-4850-43fc-a813-01ae9ed08b2f', '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/40d448ab-301f-4086-b9aa-04d0847aff20'}
Body: b'{"server": {"id": "40d448ab-301f-4086-b9aa-04d0847aff20", "name": "tempest-TestExecuteActionsViaActuator-server-1138834316", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:33Z", "updated": "2025-12-09T09:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}], "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": []}}'
2025-12-09 09:33:45,025 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20 0.416s
2025-12-09 09:33:45,026 83 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': 'Tue, 09 Dec 2025 09:33:44 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-8d8585be-f9f6-4414-b447-15c30a16d2b4', 'x-compute-request-id': 'req-8d8585be-f9f6-4414-b447-15c30a16d2b4', '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/40d448ab-301f-4086-b9aa-04d0847aff20'}
Body: b'{"server": {"id": "40d448ab-301f-4086-b9aa-04d0847aff20", "name": "tempest-TestExecuteActionsViaActuator-server-1138834316", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:33Z", "updated": "2025-12-09T09:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}], "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": []}}'
2025-12-09 09:33:46,711 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20 0.676s
2025-12-09 09:33:46,711 83 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': 'Tue, 09 Dec 2025 09:33:46 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-6285599d-b4a0-498a-940a-a3e09a45e292', 'x-compute-request-id': 'req-6285599d-b4a0-498a-940a-a3e09a45e292', '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/40d448ab-301f-4086-b9aa-04d0847aff20'}
Body: b'{"server": {"id": "40d448ab-301f-4086-b9aa-04d0847aff20", "name": "tempest-TestExecuteActionsViaActuator-server-1138834316", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:33Z", "updated": "2025-12-09T09:33:45Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:89:fa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:33: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": []}}'
2025-12-09 09:33:46,721 83 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait
2025-12-09 09:33:47,191 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20 0.469s
2025-12-09 09:33:47,191 83 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': 'Tue, 09 Dec 2025 09:33:46 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-1728fcd7-d238-4ed0-82af-b1ad42698a46', 'x-compute-request-id': 'req-1728fcd7-d238-4ed0-82af-b1ad42698a46', '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/40d448ab-301f-4086-b9aa-04d0847aff20'}
Body: b'{"server": {"id": "40d448ab-301f-4086-b9aa-04d0847aff20", "name": "tempest-TestExecuteActionsViaActuator-server-1138834316", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:33Z", "updated": "2025-12-09T09:33:45Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:89:fa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:33: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": []}}'
2025-12-09 09:33:47,747 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20 0.542s
2025-12-09 09:33:47,747 83 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': 'Tue, 09 Dec 2025 09:33:47 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-a1e14018-2023-4370-b165-b4cd26860cf3', 'x-compute-request-id': 'req-a1e14018-2023-4370-b165-b4cd26860cf3', '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/40d448ab-301f-4086-b9aa-04d0847aff20'}
Body: b'{"server": {"id": "40d448ab-301f-4086-b9aa-04d0847aff20", "name": "tempest-TestExecuteActionsViaActuator-server-1138834316", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:33Z", "updated": "2025-12-09T09:33:45Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:89:fa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:33:45.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-uyf60ace", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-1138834316", "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": []}}'
2025-12-09 09:33:47,756 83 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNDBkNDQ4YWItMzAxZi00MDg2LWI5YWEtMDRkMDg0N2FmZjIwIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODI3NzU2In0gMjQwMDAwMDAwMDEuMCAxNzY1MjcyNTI3NzU2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjQwZDQ0OGFiLTMwMWYtNDA4Ni1iOWFhLTA0ZDA4NDdhZmYyMCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3MjgyNzc1NiJ9IDQ4MDAwMDAwMDAxLjAgMTc2NTI3MjU1Nzc1NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI0MGQ0NDhhYi0zMDFmLTQwODYtYjlhYS0wNGQwODQ3YWZmMjAiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4Mjc3NTYifSA3MjAwMDAwMDAwMS4wIDE3NjUyNzI1ODc3NTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNDBkNDQ4YWItMzAxZi00MDg2LWI5YWEtMDRkMDg0N2FmZjIwIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODI3NzU2In0gOTYwMDAwMDAwMDEuMCAxNzY1MjcyNjE3NzU2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjQwZDQ0OGFiLTMwMWYtNDA4Ni1iOWFhLTA0ZDA4NDdhZmYyMCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3MjgyNzc1NiJ9IDEyMDAwMDAwMDAwMS4wIDE3NjUyNzI2NDc3NTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNDBkNDQ4YWItMzAxZi00MDg2LWI5YWEtMDRkMDg0N2FmZjIwIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODI3NzU2In0gMTQ0MDAwMDAwMDAxLjAgMTc2NTI3MjY3Nzc1NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI0MGQ0NDhhYi0zMDFmLTQwODYtYjlhYS0wNGQwODQ3YWZmMjAiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4Mjc3NTYifSAxNjgwMDAwMDAwMDEuMCAxNzY1MjcyNzA3NzU2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjQwZDQ0OGFiLTMwMWYtNDA4Ni1iOWFhLTA0ZDA4NDdhZmYyMCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3MjgyNzc1NiJ9IDE5MjAwMDAwMDAwMS4wIDE3NjUyNzI3Mzc3NTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNDBkNDQ4YWItMzAxZi00MDg2LWI5YWEtMDRkMDg0N2FmZjIwIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODI3NzU2In0gMjE2MDAwMDAwMDAxLjAgMTc2NTI3Mjc2Nzc1NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI0MGQ0NDhhYi0zMDFmLTQwODYtYjlhYS0wNGQwODQ3YWZmMjAiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4Mjc3NTYifSAyNDAwMDAwMDAwMDEuMCAxNzY1MjcyNzk3NzU2Cg==" | 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.155'
2025-12-09 09:33:47,756 83 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.155:22' as 'zuul' with password None
2025-12-09 09:33:47,770 83 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2025-12-09 09:33:47,830 83 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-09 09:33:47,831 83 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.155 successfully created
2025-12-09 09:33:48,383 83 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2025-12-09 09:33:48,458 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/flavors 0.074s
2025-12-09 09:33:48,459 83 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': 'Tue, 09 Dec 2025 09:33:48 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-dcf0ecac-6d90-45fc-afc7-3ed4b02a6049', 'x-compute-request-id': 'req-dcf0ecac-6d90-45fc-afc7-3ed4b02a6049', '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": "3130212e-de0a-42ae-abf3-5e3d0ad904f0", "name": "m1.nano", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/3130212e-de0a-42ae-abf3-5e3d0ad904f0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3130212e-de0a-42ae-abf3-5e3d0ad904f0"}], "description": null}, {"id": "77067702-aae4-483c-81f4-2ccfdff363ef", "name": "m1.micro", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/77067702-aae4-483c-81f4-2ccfdff363ef"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/77067702-aae4-483c-81f4-2ccfdff363ef"}], "description": null}]}'
2025-12-09 09:33:48,595 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.133s
2025-12-09 09:33:48,596 83 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': 'Tue, 09 Dec 2025 09:33:48 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=fa80b919219bacf9732594b821a43bb6; 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": "5c23d9ad-ea24-4553-b07e-4e67e578608c", "audit_uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "bookmark"}], "updated_at": "2025-12-09T09:33:03+00:00"}, {"efficacy_indicators": [], "uuid": "b0dc3289-60ba-41fc-9106-3286ddb0b676", "audit_uuid": "898a885c-1325-4ac5-828c-107373de7807", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "bookmark"}], "updated_at": "2025-12-09T09:33:06+00:00"}, {"efficacy_indicators": [], "uuid": "b94863f4-c4ff-4ebd-85f2-851f8c594465", "audit_uuid": "e5d69a9f-42bc-4386-9463-40f9a1b99a11", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "bookmark"}], "updated_at": "2025-12-09T09:33:10+00:00"}]}'
2025-12-09 09:33:48,596 83 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.134173 seconds
2025-12-09 09:33:48,668 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.070s
2025-12-09 09:33:48,668 83 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': 'Tue, 09 Dec 2025 09:33:48 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/a214bcaf-8538-4338-becf-ee5d7719196a", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/a214bcaf-8538-4338-becf-ee5d7719196a", "rel": "bookmark"}], "created_at": "2025-12-09T08:59:52+00:00", "updated_at": null, "deleted_at": null}'
2025-12-09 09:33:48,755 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.085s
2025-12-09 09:33:48,755 83 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': 'Tue, 09 Dec 2025 09:33:48 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/ac44faa1-c494-4d04-a583-fa50bc9a5216", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/ac44faa1-c494-4d04-a583-fa50bc9a5216", "rel": "bookmark"}], "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "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"]}}'
2025-12-09 09:33:48,849 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.092s
2025-12-09 09:33:48,849 83 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": "72b989d4-6aed-471d-b7cf-3caf4840016e", "description": "tempest-test-audit_template-41676244", "goal": "a214bcaf-8538-4338-becf-ee5d7719196a", "strategy": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "scope": []}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:33:48 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/eab84cb6-9b70-45e0-af03-12abd9ee05e5', 'content-length': '702', '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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "eab84cb6-9b70-45e0-af03-12abd9ee05e5", "name": "72b989d4-6aed-471d-b7cf-3caf4840016e", "description": "tempest-test-audit_template-41676244", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/eab84cb6-9b70-45e0-af03-12abd9ee05e5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/eab84cb6-9b70-45e0-af03-12abd9ee05e5", "rel": "bookmark"}], "scope": [], "created_at": "2025-12-09T09:33:48.830570+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:33:48,957 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.107s
2025-12-09 09:33:48,958 83 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": "eab84cb6-9b70-45e0-af03-12abd9ee05e5", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "resize", "resource_id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "input_parameters": {"flavor": "m1.micro"}}]}}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:33:48 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/64911f76-661e-4918-b3d8-5681225ccb2b', '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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "name": "actuator-2025-12-09T09:33:48.911251", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "resize", "resource_id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "input_parameters": {"flavor": "m1.micro"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/64911f76-661e-4918-b3d8-5681225ccb2b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/64911f76-661e-4918-b3d8-5681225ccb2b", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-09T09:33:48.924632+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:33:49,033 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/64911f76-661e-4918-b3d8-5681225ccb2b 0.074s
2025-12-09 09:33:49,033 83 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': 'Tue, 09 Dec 2025 09:33:48 GMT', 'server': 'Apache', 'content-length': '1003', '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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/64911f76-661e-4918-b3d8-5681225ccb2b'}
Body: b'{"uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "name": "actuator-2025-12-09T09:33:48.911251", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "resize", "resource_id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "input_parameters": {"flavor": "m1.micro"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/64911f76-661e-4918-b3d8-5681225ccb2b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/64911f76-661e-4918-b3d8-5681225ccb2b", "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": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:48+00:00"}'
2025-12-09 09:33:49,603 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/64911f76-661e-4918-b3d8-5681225ccb2b 0.069s
2025-12-09 09:33:49,604 83 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': 'Tue, 09 Dec 2025 09:33:49 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/64911f76-661e-4918-b3d8-5681225ccb2b'}
Body: b'{"uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "name": "actuator-2025-12-09T09:33:48.911251", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "resize", "resource_id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "input_parameters": {"flavor": "m1.micro"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/64911f76-661e-4918-b3d8-5681225ccb2b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/64911f76-661e-4918-b3d8-5681225ccb2b", "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": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:33:49,604 83 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.645880 seconds
2025-12-09 09:33:49,705 83 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=64911f76-661e-4918-b3d8-5681225ccb2b 0.101s
2025-12-09 09:33:49,706 83 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': 'Tue, 09 Dec 2025 09:33:49 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=64911f76-661e-4918-b3d8-5681225ccb2b'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "updated_at": null}]}'
2025-12-09 09:33:49,771 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.064s
2025-12-09 09:33:49,772 83 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': 'Tue, 09 Dec 2025 09:33:49 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:33:49,882 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.109s
2025-12-09 09:33:49,882 83 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': 'Tue, 09 Dec 2025 09:33:49 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:33:50,149 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.266s
2025-12-09 09:33:50,149 83 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': 'Tue, 09 Dec 2025 09:33: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:33:51,218 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.067s
2025-12-09 09:33:51,218 83 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': 'Tue, 09 Dec 2025 09:33: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:33:52,283 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.063s
2025-12-09 09:33:52,284 83 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': 'Tue, 09 Dec 2025 09:33: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:33:53,371 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.085s
2025-12-09 09:33:53,371 83 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': 'Tue, 09 Dec 2025 09:33: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:33:54,466 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.094s
2025-12-09 09:33:54,467 83 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': 'Tue, 09 Dec 2025 09:33: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:33:55,581 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.112s
2025-12-09 09:33:55,581 83 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': 'Tue, 09 Dec 2025 09:33: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:33:56,737 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.154s
2025-12-09 09:33:56,737 83 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': 'Tue, 09 Dec 2025 09:33: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:33:57,861 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.116s
2025-12-09 09:33:57,862 83 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': 'Tue, 09 Dec 2025 09:33:57 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:33:59,025 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.161s
2025-12-09 09:33:59,025 83 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': 'Tue, 09 Dec 2025 09:33:58 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:34:00,225 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.158s
2025-12-09 09:34:00,226 83 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': 'Tue, 09 Dec 2025 09:34:00 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:34:01,336 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.109s
2025-12-09 09:34:01,337 83 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': 'Tue, 09 Dec 2025 09:34:01 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:34:02,467 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.128s
2025-12-09 09:34:02,468 83 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': 'Tue, 09 Dec 2025 09:34:02 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:34:03,655 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.184s
2025-12-09 09:34:03,655 83 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': 'Tue, 09 Dec 2025 09:34:03 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:34:04,976 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.309s
2025-12-09 09:34:04,976 83 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': 'Tue, 09 Dec 2025 09:34:04 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:34:06,145 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.167s
2025-12-09 09:34:06,146 83 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': 'Tue, 09 Dec 2025 09:34: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:34:07,243 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.096s
2025-12-09 09:34:07,244 83 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': 'Tue, 09 Dec 2025 09:34: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:34:08,338 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.092s
2025-12-09 09:34:08,338 83 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': 'Tue, 09 Dec 2025 09:34: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:34:09,452 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.111s
2025-12-09 09:34:09,452 83 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': 'Tue, 09 Dec 2025 09:34: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:34:10,545 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.091s
2025-12-09 09:34:10,546 83 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': 'Tue, 09 Dec 2025 09:34: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:34:11,706 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.157s
2025-12-09 09:34:11,707 83 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': 'Tue, 09 Dec 2025 09:34: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:33:49+00:00"}'
2025-12-09 09:34:12,818 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.109s
2025-12-09 09:34:12,819 83 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': 'Tue, 09 Dec 2025 09:34:12 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:34:12+00:00"}'
2025-12-09 09:34:12,819 83 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 22.936695 seconds
2025-12-09 09:34:12,896 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.076s
2025-12-09 09:34:12,896 83 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': 'Tue, 09 Dec 2025 09:34:12 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:33:48+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:34:12+00:00"}'
2025-12-09 09:34:12,984 83 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=532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.086s
2025-12-09 09:34:12,984 83 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': 'Tue, 09 Dec 2025 09:34:12 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b'{"actions": [{"uuid": "e8b7ca29-15e1-4633-9571-c2a4f4578afa", "action_plan_uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "state": "SUCCEEDED", "action_type": "resize", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/e8b7ca29-15e1-4633-9571-c2a4f4578afa", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/e8b7ca29-15e1-4633-9571-c2a4f4578afa", "rel": "bookmark"}]}]}'
2025-12-09 09:34:13,112 83 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.126s
2025-12-09 09:34:13,113 83 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': 'Tue, 09 Dec 2025 09:34:13 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-6d2b460b-8626-433a-88cb-2c19ccf4a480', 'x-compute-request-id': 'req-6d2b460b-8626-433a-88cb-2c19ccf4a480', '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": "4e439e4f-2cfd-4356-b7dd-1a59e2e8617c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:34:10.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "5643022c-1b6c-4679-9367-5333b45e9210", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:34:04.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "c0087e2b-ec5e-4caf-9b2e-64cf96b15724", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:34:07.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "bd93d044-c365-4593-a71b-715e3332cf9c", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:34:09.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "2545aeb5-9947-4697-a147-fca67af1ba8b", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:34:10.000000", "disabled_reason": null, "forced_down": false}]}'
2025-12-09 09:34:13,223 83 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.105s
2025-12-09 09:34:13,223 83 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': 'Tue, 09 Dec 2025 09:34:13 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-ef518c46-1ee8-448b-bf59-edf612355ea0', 'x-compute-request-id': 'req-ef518c46-1ee8-448b-bf59-edf612355ea0', '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": []}'
2025-12-09 09:34:13,316 83 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.085s
2025-12-09 09:34:13,316 83 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': 'Tue, 09 Dec 2025 09:34:13 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-7dafcbc0-c7ac-4946-b8a1-d824d1c711a5', 'x-compute-request-id': 'req-7dafcbc0-c7ac-4946-b8a1-d824d1c711a5', '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": "fec3cf5b-8e78-49a5-bc6d-1452dafdf902", "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": "bd93d044-c365-4593-a71b-715e3332cf9c", "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": ["3dnowprefetch", "lahf_lm", "mce", "arch-capabilities", "ssbd", "pfthreshold", "arat", "f16c", "sep", "vme", "tsc_adjust", "sse4.1", "ibpb", "umip", "pni", "avx2", "aes", "lbrv", "cmov", "wbnoinvd", "pse", "ssse3", "nx", "npt", "spec-ctrl", "rdpid", "popcnt", "pclmuldq", "smep", "mtrr", "apic", "mds-no", "bmi2", "de", "virt-ssbd", "perfctr_core", "tsc", "misalignsse", "fxsr_opt", "cr8legacy", "clwb", "clzero", "pat", "pause-filter", "rdrand", "pschange-mc-no", "fxsr", "xgetbv1", "osvw", "pse36", "amd-stibp", "cx8", "bmi1", "mca", "svme-addr-chk", "movbe", "cmp_legacy", "vmcb-clean", "pge", "pdpe1gb", "clflushopt", "fsgsbase", "xsaveopt", "clflush", "avx", "stibp", "topoext", "x2apic", "skip-l1dfl-vmentry", "sse4a", "rdseed", "lm", "hypervisor", "ibrs", "rdctl-no", "msr", "fma", "rdtscp", "sse2", "nrip-save", "amd-ssbd", "smap", "cx16", "svm", "tsc-deadline", "mmx", "sse4.2", "tsc-scale", "mmxext", "pae", "xsavec", "fpu", "sse", "xsave", "sha-ni", "xsaveerptr", "adx", "syscall", "abm"]}}, {"id": "9120e052-9d22-413c-b01c-d53140af2913", "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": "2545aeb5-9947-4697-a147-fca67af1ba8b", "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": ["lm", "avx2", "syscall", "sha-ni", "clflushopt", "sse2", "tsc_adjust", "avx", "xgetbv1", "virt-ssbd", "sep", "smep", "wbnoinvd", "mce", "de", "aes", "pfthreshold", "cx8", "osvw", "mmxext", "skip-l1dfl-vmentry", "rdpid", "mtrr", "lbrv", "sse4.1", "nrip-save", "pause-filter", "cx16", "sse4a", "x2apic", "arat", "pse36", "fxsr", "pdpe1gb", "rdtscp", "clzero", "fsgsbase", "3dnowprefetch", "msr", "amd-stibp", "xsave", "pschange-mc-no", "cr8legacy", "misalignsse", "tsc", "pge", "pat", "rdrand", "mds-no", "mmx", "adx", "hypervisor", "stibp", "rdseed", "fpu", "rdctl-no", "smap", "cmp_legacy", "tsc-scale", "pse", "ssbd", "umip", "tsc-deadline", "ibpb", "apic", "vme", "ibrs", "vmcb-clean", "bmi1", "arch-capabilities", "f16c", "fxsr_opt", "mca", "clflush", "npt", "fma", "popcnt", "pae", "svm", "pni", "abm", "cmov", "xsaveopt", "nx", "clwb", "spec-ctrl", "xsavec", "sse4.2", "svme-addr-chk", "topoext", "bmi2", "ssse3", "movbe", "perfctr_core", "amd-ssbd", "sse", "lahf_lm", "pclmuldq", "xsaveerptr"]}}]}'
2025-12-09 09:34:13,361 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/fec3cf5b-8e78-49a5-bc6d-1452dafdf902/traits 0.038s
2025-12-09 09:34:13,362 83 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': 'Tue, 09 Dec 2025 09:34:13 GMT', 'server': 'Apache', 'last-modified': 'Tue, 09 Dec 2025 09:01:01 GMT', 'content-length': '1651', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-aeed7026-fa94-482c-a086-d30d0806b9c6', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=d16278cebaff46555ea2dec6ce641e4d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/fec3cf5b-8e78-49a5-bc6d-1452dafdf902/traits'}
Body: b'{"traits": ["HW_CPU_X86_MMX", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_RESCUE_BFV", "HW_CPU_X86_SSE2", "HW_CPU_X86_BMI", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_IMAGE_TYPE_QCOW2", "HW_CPU_X86_SSE42", "HW_CPU_X86_ABM", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_TRUSTED_CERTS", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_VOLUME_MULTI_ATTACH", "HW_CPU_X86_SSE4A", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_USB", "HW_CPU_X86_FMA3", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_RTL8139", "HW_CPU_X86_F16C", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SVM", "HW_CPU_X86_CLMUL", "COMPUTE_IMAGE_TYPE_RAW", "HW_CPU_X86_AVX", "HW_CPU_X86_SSSE3", "COMPUTE_IMAGE_TYPE_ISO", "HW_CPU_X86_SHA", "HW_CPU_X86_AMD_SVM", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_ACCELERATORS", "COMPUTE_DEVICE_TAGGING", "HW_CPU_X86_SSE", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_VIOMMU_MODEL_INTEL", "HW_CPU_X86_BMI2", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NODE", "HW_CPU_X86_AESNI", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "HW_CPU_X86_AVX2", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_VOLUME_EXTEND"], "resource_provider_generation": 5}'
2025-12-09 09:34:13,698 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.327s
2025-12-09 09:34:13,698 83 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:34:13 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6adf6b94-41d5-41b8-97b1-7f4db4a47c5b', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=9c082d72f3436665840bb5db34dfd92e; 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": "a78024541ff0477589abc79005062789", "name": "tempest-TestExecuteActionsViaActuator-754102653-project-member", "password_expires_at": null}, "audit_ids": ["OEqNVc1sRrCerLOHSRe_8g"], "expires_at": "2025-12-09T10:34:13.000000Z", "issued_at": "2025-12-09T09:34:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85b8c6ab954d4fa1913496e44f83f6f6", "name": "tempest-TestExecuteActionsViaActuator-754102653"}, "is_domain": false, "roles": [{"id": "637b6c8245344aa4b6ead90a60075378", "name": "reader"}, {"id": "6d936d9db28c46dc820a9c063bbe48d2", "name": "member"}], "catalog": [{"endpoints": [{"name": "swift", "id": "1e970aa026d84c59b7021a7f4520160a", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_85b8c6ab954d4fa1913496e44f83f6f6", "region": "regionOne"}, {"name": "swift", "id": "a87fe4277c6c4247b0b72a3378ac81f1", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_85b8c6ab954d4fa1913496e44f83f6f6", "region": "regionOne"}], "id": "0881f86d55c84a28b14fa13131943749", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "9ca4b1842b7e47409d84c81ea93294f9", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "f373aaf6b03b4379a4f88ebeaa33c922", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "09e5e165a8a04bf0a350d0940f21e09c", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "watcher", "id": "27fb74c8c7ce40ef8251a383b2ff7578", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "watcher", "id": "30a9d0a03e4f4ab2ac3dfefd5648e775", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}], "id": "0e909ad74ef640b7960483f4b91bdde6", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "placement", "id": "ab9aa6ebe96848e18777a8d38cd2f8fa", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "f85d51bbf560459285b2388b3a54f03c", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "238bf6d8f1c84e8daaa647e59e57945e", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinderv3", "id": "2984c91a500d4e19857b2997721a16a2", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "fec15b3afa074e2eabef4aeacd3e2851", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "2c0b4bcc4a23497c83a7474136378007", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [], "id": "a25155b1de8f44a48d1cf3dbb689492d", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "a2cfbefbdb964ac3b5b713912b84c03f", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "b01db333054a4a968ff4c58c066ca049", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "b8637822c55d4c68b7140f14acf95442", "type": "network", "name": "neutron"}, {"endpoints": [{"name": "glance", "id": "0396eb0cd91543b1b24825241a5f4327", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "69f4066edc514827a2765f287c1286a6", "inter
2025-12-09 09:34:13,699 83 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '0e48ef06-3f27-4fb5-b371-186bb56915d1', 'name': 'tempest-TestExecuteActionsViaActuator-1371910865-network', 'tenant_id': '85b8c6ab954d4fa1913496e44f83f6f6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '85b8c6ab954d4fa1913496e44f83f6f6', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29408, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-12-09T09:32:37Z', 'updated_at': '2025-12-09T09:32:37Z', 'revision_number': 1} available for tenant
2025-12-09 09:34:15,236 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.536s
2025-12-09 09:34:15,236 83 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-1252492053", "imageRef": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "flavorRef": "3130212e-de0a-42ae-abf3-5e3d0ad904f0", "networks": [{"uuid": "0e48ef06-3f27-4fb5-b371-186bb56915d1"}]}}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:34:13 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf', '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-bc19e7df-ddc9-4bc8-8e1c-5f8a281ceda8', 'x-compute-request-id': 'req-bc19e7df-ddc9-4bc8-8e1c-5f8a281ceda8', '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": "f9936ed0-2d19-4bc4-8f3c-fbee247e21cf", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "TT6jGUT4iSqN"}}'
2025-12-09 09:34:15,615 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf 0.376s
2025-12-09 09:34:15,616 83 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': 'Tue, 09 Dec 2025 09:34:15 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-4c5c9d96-e97a-4e02-8e37-02f3bf6aa2b4', 'x-compute-request-id': 'req-4c5c9d96-e97a-4e02-8e37-02f3bf6aa2b4', '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/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf'}
Body: b'{"server": {"id": "f9936ed0-2d19-4bc4-8f3c-fbee247e21cf", "name": "tempest-TestExecuteActionsViaActuator-server-1252492053", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:15Z", "updated": "2025-12-09T09:34:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}], "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": []}}'
2025-12-09 09:34:16,915 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf 0.290s
2025-12-09 09:34:16,915 83 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': 'Tue, 09 Dec 2025 09:34:16 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-5295ff74-57e1-4839-bad0-02c510fd91ec', 'x-compute-request-id': 'req-5295ff74-57e1-4839-bad0-02c510fd91ec', '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/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf'}
Body: b'{"server": {"id": "f9936ed0-2d19-4bc4-8f3c-fbee247e21cf", "name": "tempest-TestExecuteActionsViaActuator-server-1252492053", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:15Z", "updated": "2025-12-09T09:34:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}], "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": []}}'
2025-12-09 09:34:16,924 83 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2025-12-09 09:34:18,367 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf 0.441s
2025-12-09 09:34:18,368 83 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': 'Tue, 09 Dec 2025 09:34:17 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-d352a4a4-0735-4931-a03f-706f83f97be6', 'x-compute-request-id': 'req-d352a4a4-0735-4931-a03f-706f83f97be6', '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/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf'}
Body: b'{"server": {"id": "f9936ed0-2d19-4bc4-8f3c-fbee247e21cf", "name": "tempest-TestExecuteActionsViaActuator-server-1252492053", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:15Z", "updated": "2025-12-09T09:34:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}], "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": []}}'
2025-12-09 09:34:22,662 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf 3.286s
2025-12-09 09:34:22,663 83 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': 'Tue, 09 Dec 2025 09:34:19 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-95fc2a52-ed4b-4cfa-b850-605c13737db6', 'x-compute-request-id': 'req-95fc2a52-ed4b-4cfa-b850-605c13737db6', '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/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf'}
Body: b'{"server": {"id": "f9936ed0-2d19-4bc4-8f3c-fbee247e21cf", "name": "tempest-TestExecuteActionsViaActuator-server-1252492053", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:15Z", "updated": "2025-12-09T09:34:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}], "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": []}}'
2025-12-09 09:34:24,725 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf 1.049s
2025-12-09 09:34:24,726 83 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': 'Tue, 09 Dec 2025 09:34:23 GMT', 'server': 'Apache', 'content-length': '1667', '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-331e229d-b90b-44f5-808d-9ea195b52ed3', 'x-compute-request-id': 'req-331e229d-b90b-44f5-808d-9ea195b52ed3', '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/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf'}
Body: b'{"server": {"id": "f9936ed0-2d19-4bc4-8f3c-fbee247e21cf", "name": "tempest-TestExecuteActionsViaActuator-server-1252492053", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:15Z", "updated": "2025-12-09T09:34:20Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:56:a3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:20.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": []}}'
2025-12-09 09:34:24,734 83 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait
2025-12-09 09:34:25,837 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf 1.102s
2025-12-09 09:34:25,837 83 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': 'Tue, 09 Dec 2025 09:34:24 GMT', 'server': 'Apache', 'content-length': '1667', '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-42359085-b3a0-40c6-81c9-342405b0d8d9', 'x-compute-request-id': 'req-42359085-b3a0-40c6-81c9-342405b0d8d9', '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/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf'}
Body: b'{"server": {"id": "f9936ed0-2d19-4bc4-8f3c-fbee247e21cf", "name": "tempest-TestExecuteActionsViaActuator-server-1252492053", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:15Z", "updated": "2025-12-09T09:34:20Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:56:a3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:20.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": []}}'
2025-12-09 09:34:26,756 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf 0.903s
2025-12-09 09:34:26,756 83 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': 'Tue, 09 Dec 2025 09:34:25 GMT', 'server': 'Apache', 'content-length': '2193', '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-8c757fdf-dde3-4738-a8ab-59d622042fd6', 'x-compute-request-id': 'req-8c757fdf-dde3-4738-a8ab-59d622042fd6', '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/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf'}
Body: b'{"server": {"id": "f9936ed0-2d19-4bc4-8f3c-fbee247e21cf", "name": "tempest-TestExecuteActionsViaActuator-server-1252492053", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:15Z", "updated": "2025-12-09T09:34:20Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:56:a3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:20.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-1nh764pw", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-1252492053", "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": []}}'
2025-12-09 09:34:26,766 83 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjk5MzZlZDAtMmQxOS00YmM0LThmM2MtZmJlZTI0N2UyMWNmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODY2NzY2In0gMjQwMDAwMDAwMDEuMCAxNzY1MjcyNTY2NzY2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImY5OTM2ZWQwLTJkMTktNGJjNC04ZjNjLWZiZWUyNDdlMjFjZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3Mjg2Njc2NiJ9IDQ4MDAwMDAwMDAxLjAgMTc2NTI3MjU5Njc2NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmOTkzNmVkMC0yZDE5LTRiYzQtOGYzYy1mYmVlMjQ3ZTIxY2YiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4NjY3NjYifSA3MjAwMDAwMDAwMS4wIDE3NjUyNzI2MjY3NjYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjk5MzZlZDAtMmQxOS00YmM0LThmM2MtZmJlZTI0N2UyMWNmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODY2NzY2In0gOTYwMDAwMDAwMDEuMCAxNzY1MjcyNjU2NzY2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImY5OTM2ZWQwLTJkMTktNGJjNC04ZjNjLWZiZWUyNDdlMjFjZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3Mjg2Njc2NiJ9IDEyMDAwMDAwMDAwMS4wIDE3NjUyNzI2ODY3NjYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjk5MzZlZDAtMmQxOS00YmM0LThmM2MtZmJlZTI0N2UyMWNmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODY2NzY2In0gMTQ0MDAwMDAwMDAxLjAgMTc2NTI3MjcxNjc2NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmOTkzNmVkMC0yZDE5LTRiYzQtOGYzYy1mYmVlMjQ3ZTIxY2YiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4NjY3NjYifSAxNjgwMDAwMDAwMDEuMCAxNzY1MjcyNzQ2NzY2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImY5OTM2ZWQwLTJkMTktNGJjNC04ZjNjLWZiZWUyNDdlMjFjZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3Mjg2Njc2NiJ9IDE5MjAwMDAwMDAwMS4wIDE3NjUyNzI3NzY3NjYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjk5MzZlZDAtMmQxOS00YmM0LThmM2MtZmJlZTI0N2UyMWNmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODY2NzY2In0gMjE2MDAwMDAwMDAxLjAgMTc2NTI3MjgwNjc2NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmOTkzNmVkMC0yZDE5LTRiYzQtOGYzYy1mYmVlMjQ3ZTIxY2YiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4NjY3NjYifSAyNDAwMDAwMDAwMDEuMCAxNzY1MjcyODM2NzY2Cg==" | 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.155'
2025-12-09 09:34:26,766 83 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.155:22' as 'zuul' with password None
2025-12-09 09:34:26,780 83 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2025-12-09 09:34:26,847 83 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-09 09:34:26,848 83 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.155 successfully created
2025-12-09 09:34:27,375 83 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2025-12-09 09:34:27,423 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/9120e052-9d22-413c-b01c-d53140af2913/traits 0.046s
2025-12-09 09:34:27,423 83 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': 'Tue, 09 Dec 2025 09:34:27 GMT', 'server': 'Apache', 'last-modified': 'Tue, 09 Dec 2025 09:01:01 GMT', 'content-length': '1651', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-d88fb13d-9b79-4fca-bcef-dcb85c609d0b', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=d16278cebaff46555ea2dec6ce641e4d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/9120e052-9d22-413c-b01c-d53140af2913/traits'}
Body: b'{"traits": ["HW_CPU_X86_MMX", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_RESCUE_BFV", "HW_CPU_X86_SSE2", "HW_CPU_X86_BMI", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_IMAGE_TYPE_QCOW2", "HW_CPU_X86_SSE42", "HW_CPU_X86_ABM", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_TRUSTED_CERTS", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_VOLUME_MULTI_ATTACH", "HW_CPU_X86_SSE4A", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_USB", "HW_CPU_X86_FMA3", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_RTL8139", "HW_CPU_X86_F16C", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SVM", "HW_CPU_X86_CLMUL", "COMPUTE_IMAGE_TYPE_RAW", "HW_CPU_X86_AVX", "HW_CPU_X86_SSSE3", "COMPUTE_IMAGE_TYPE_ISO", "HW_CPU_X86_SHA", "HW_CPU_X86_AMD_SVM", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_ACCELERATORS", "COMPUTE_DEVICE_TAGGING", "HW_CPU_X86_SSE", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_VIOMMU_MODEL_INTEL", "HW_CPU_X86_BMI2", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NODE", "HW_CPU_X86_AESNI", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "HW_CPU_X86_AVX2", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_VOLUME_EXTEND"], "resource_provider_generation": 5}'
2025-12-09 09:34:27,745 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.316s
2025-12-09 09:34:27,745 83 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:34:27 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-39dd0c72-12ee-4b69-bd02-7f70486fe5a4', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=9c082d72f3436665840bb5db34dfd92e; 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": "a78024541ff0477589abc79005062789", "name": "tempest-TestExecuteActionsViaActuator-754102653-project-member", "password_expires_at": null}, "audit_ids": ["KrPmD3GIQrilq_1QqSPlfg"], "expires_at": "2025-12-09T10:34:27.000000Z", "issued_at": "2025-12-09T09:34:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85b8c6ab954d4fa1913496e44f83f6f6", "name": "tempest-TestExecuteActionsViaActuator-754102653"}, "is_domain": false, "roles": [{"id": "637b6c8245344aa4b6ead90a60075378", "name": "reader"}, {"id": "6d936d9db28c46dc820a9c063bbe48d2", "name": "member"}], "catalog": [{"endpoints": [{"name": "swift", "id": "1e970aa026d84c59b7021a7f4520160a", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_85b8c6ab954d4fa1913496e44f83f6f6", "region": "regionOne"}, {"name": "swift", "id": "a87fe4277c6c4247b0b72a3378ac81f1", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_85b8c6ab954d4fa1913496e44f83f6f6", "region": "regionOne"}], "id": "0881f86d55c84a28b14fa13131943749", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "9ca4b1842b7e47409d84c81ea93294f9", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "f373aaf6b03b4379a4f88ebeaa33c922", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "09e5e165a8a04bf0a350d0940f21e09c", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "watcher", "id": "27fb74c8c7ce40ef8251a383b2ff7578", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "watcher", "id": "30a9d0a03e4f4ab2ac3dfefd5648e775", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}], "id": "0e909ad74ef640b7960483f4b91bdde6", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "placement", "id": "ab9aa6ebe96848e18777a8d38cd2f8fa", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "f85d51bbf560459285b2388b3a54f03c", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "238bf6d8f1c84e8daaa647e59e57945e", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinderv3", "id": "2984c91a500d4e19857b2997721a16a2", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "fec15b3afa074e2eabef4aeacd3e2851", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "2c0b4bcc4a23497c83a7474136378007", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [], "id": "a25155b1de8f44a48d1cf3dbb689492d", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "a2cfbefbdb964ac3b5b713912b84c03f", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "b01db333054a4a968ff4c58c066ca049", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "b8637822c55d4c68b7140f14acf95442", "type": "network", "name": "neutron"}, {"endpoints": [{"name": "glance", "id": "0396eb0cd91543b1b24825241a5f4327", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "69f4066edc514827a2765f287c1286a6", "inter
2025-12-09 09:34:27,746 83 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '0e48ef06-3f27-4fb5-b371-186bb56915d1', 'name': 'tempest-TestExecuteActionsViaActuator-1371910865-network', 'tenant_id': '85b8c6ab954d4fa1913496e44f83f6f6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '85b8c6ab954d4fa1913496e44f83f6f6', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29408, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-12-09T09:32:37Z', 'updated_at': '2025-12-09T09:32:37Z', 'revision_number': 1} available for tenant
2025-12-09 09:34:29,720 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.974s
2025-12-09 09:34:29,720 83 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-747447262", "imageRef": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "flavorRef": "3130212e-de0a-42ae-abf3-5e3d0ad904f0", "networks": [{"uuid": "0e48ef06-3f27-4fb5-b371-186bb56915d1"}]}}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:34:27 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147', '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-9ac137dd-c0c4-4595-bd92-581ca4a181bc', 'x-compute-request-id': 'req-9ac137dd-c0c4-4595-bd92-581ca4a181bc', '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": "6634c1df-d681-4ecf-831d-cd7a5b665147", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "UUtwMRLs5QBD"}}'
2025-12-09 09:34:30,033 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147 0.310s
2025-12-09 09:34:30,034 83 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': 'Tue, 09 Dec 2025 09:34:29 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-c710b51b-c33e-4eca-93bd-9142104501a4', 'x-compute-request-id': 'req-c710b51b-c33e-4eca-93bd-9142104501a4', '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/6634c1df-d681-4ecf-831d-cd7a5b665147'}
Body: b'{"server": {"id": "6634c1df-d681-4ecf-831d-cd7a5b665147", "name": "tempest-TestExecuteActionsViaActuator-server-747447262", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:29Z", "updated": "2025-12-09T09:34:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}], "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": []}}'
2025-12-09 09:34:31,612 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147 0.569s
2025-12-09 09:34:31,613 83 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': 'Tue, 09 Dec 2025 09:34:31 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-020d5be8-e420-41c8-82cc-48389cf77a3a', 'x-compute-request-id': 'req-020d5be8-e420-41c8-82cc-48389cf77a3a', '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/6634c1df-d681-4ecf-831d-cd7a5b665147'}
Body: b'{"server": {"id": "6634c1df-d681-4ecf-831d-cd7a5b665147", "name": "tempest-TestExecuteActionsViaActuator-server-747447262", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:29Z", "updated": "2025-12-09T09:34:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}], "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": []}}'
2025-12-09 09:34:31,621 83 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2025-12-09 09:34:33,280 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147 0.655s
2025-12-09 09:34:33,280 83 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': 'Tue, 09 Dec 2025 09:34:32 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-e0167a5b-78af-45de-b525-9244bbcbaf08', 'x-compute-request-id': 'req-e0167a5b-78af-45de-b525-9244bbcbaf08', '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/6634c1df-d681-4ecf-831d-cd7a5b665147'}
Body: b'{"server": {"id": "6634c1df-d681-4ecf-831d-cd7a5b665147", "name": "tempest-TestExecuteActionsViaActuator-server-747447262", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:29Z", "updated": "2025-12-09T09:34:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}], "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": []}}'
2025-12-09 09:34:34,800 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147 0.509s
2025-12-09 09:34:34,800 83 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': 'Tue, 09 Dec 2025 09:34:34 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-7bcd9a58-79aa-44b5-8e80-9fa193505cb2', 'x-compute-request-id': 'req-7bcd9a58-79aa-44b5-8e80-9fa193505cb2', '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/6634c1df-d681-4ecf-831d-cd7a5b665147'}
Body: b'{"server": {"id": "6634c1df-d681-4ecf-831d-cd7a5b665147", "name": "tempest-TestExecuteActionsViaActuator-server-747447262", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:29Z", "updated": "2025-12-09T09:34:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}], "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": []}}'
2025-12-09 09:34:36,901 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147 1.091s
2025-12-09 09:34:36,902 83 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': 'Tue, 09 Dec 2025 09:34:35 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-223a4e51-8b8f-42b7-a5b5-6ec3cc6f345c', 'x-compute-request-id': 'req-223a4e51-8b8f-42b7-a5b5-6ec3cc6f345c', '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/6634c1df-d681-4ecf-831d-cd7a5b665147'}
Body: b'{"server": {"id": "6634c1df-d681-4ecf-831d-cd7a5b665147", "name": "tempest-TestExecuteActionsViaActuator-server-747447262", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:29Z", "updated": "2025-12-09T09:34:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}], "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": []}}'
2025-12-09 09:34:38,602 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147 0.689s
2025-12-09 09:34:38,602 83 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': 'Tue, 09 Dec 2025 09:34:37 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-96aa458e-d6f5-4f43-882a-1f37b5defaa0', 'x-compute-request-id': 'req-96aa458e-d6f5-4f43-882a-1f37b5defaa0', '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/6634c1df-d681-4ecf-831d-cd7a5b665147'}
Body: b'{"server": {"id": "6634c1df-d681-4ecf-831d-cd7a5b665147", "name": "tempest-TestExecuteActionsViaActuator-server-747447262", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:29Z", "updated": "2025-12-09T09:34:37Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:bf:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:37.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": []}}'
2025-12-09 09:34:38,610 83 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait
2025-12-09 09:34:38,990 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147 0.379s
2025-12-09 09:34:38,991 83 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': 'Tue, 09 Dec 2025 09:34:38 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-3f63b0cc-121e-47bc-9a6e-d7960d317a95', 'x-compute-request-id': 'req-3f63b0cc-121e-47bc-9a6e-d7960d317a95', '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/6634c1df-d681-4ecf-831d-cd7a5b665147'}
Body: b'{"server": {"id": "6634c1df-d681-4ecf-831d-cd7a5b665147", "name": "tempest-TestExecuteActionsViaActuator-server-747447262", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:29Z", "updated": "2025-12-09T09:34:37Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:bf:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:37.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": []}}'
2025-12-09 09:34:39,789 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147 0.791s
2025-12-09 09:34:39,789 83 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': 'Tue, 09 Dec 2025 09:34:39 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-b35f8c1d-f7e8-42ce-823c-11bc25f691cb', 'x-compute-request-id': 'req-b35f8c1d-f7e8-42ce-823c-11bc25f691cb', '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/6634c1df-d681-4ecf-831d-cd7a5b665147'}
Body: b'{"server": {"id": "6634c1df-d681-4ecf-831d-cd7a5b665147", "name": "tempest-TestExecuteActionsViaActuator-server-747447262", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:29Z", "updated": "2025-12-09T09:34:37Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:bf:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:37.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-dc07zfx4", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-747447262", "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": []}}'
2025-12-09 09:34:39,798 83 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNjYzNGMxZGYtZDY4MS00ZWNmLTgzMWQtY2Q3YTViNjY1MTQ3Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODc5Nzk4In0gMjQwMDAwMDAwMDEuMCAxNzY1MjcyNTc5Nzk4CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjY2MzRjMWRmLWQ2ODEtNGVjZi04MzFkLWNkN2E1YjY2NTE0NyIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3Mjg3OTc5OCJ9IDQ4MDAwMDAwMDAxLjAgMTc2NTI3MjYwOTc5OApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI2NjM0YzFkZi1kNjgxLTRlY2YtODMxZC1jZDdhNWI2NjUxNDciLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4Nzk3OTgifSA3MjAwMDAwMDAwMS4wIDE3NjUyNzI2Mzk3OTgKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNjYzNGMxZGYtZDY4MS00ZWNmLTgzMWQtY2Q3YTViNjY1MTQ3Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODc5Nzk4In0gOTYwMDAwMDAwMDEuMCAxNzY1MjcyNjY5Nzk4CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjY2MzRjMWRmLWQ2ODEtNGVjZi04MzFkLWNkN2E1YjY2NTE0NyIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3Mjg3OTc5OCJ9IDEyMDAwMDAwMDAwMS4wIDE3NjUyNzI2OTk3OTgKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNjYzNGMxZGYtZDY4MS00ZWNmLTgzMWQtY2Q3YTViNjY1MTQ3Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODc5Nzk4In0gMTQ0MDAwMDAwMDAxLjAgMTc2NTI3MjcyOTc5OApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI2NjM0YzFkZi1kNjgxLTRlY2YtODMxZC1jZDdhNWI2NjUxNDciLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4Nzk3OTgifSAxNjgwMDAwMDAwMDEuMCAxNzY1MjcyNzU5Nzk4CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjY2MzRjMWRmLWQ2ODEtNGVjZi04MzFkLWNkN2E1YjY2NTE0NyIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3Mjg3OTc5OCJ9IDE5MjAwMDAwMDAwMS4wIDE3NjUyNzI3ODk3OTgKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNjYzNGMxZGYtZDY4MS00ZWNmLTgzMWQtY2Q3YTViNjY1MTQ3Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODc5Nzk4In0gMjE2MDAwMDAwMDAxLjAgMTc2NTI3MjgxOTc5OApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI2NjM0YzFkZi1kNjgxLTRlY2YtODMxZC1jZDdhNWI2NjUxNDciLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4Nzk3OTgifSAyNDAwMDAwMDAwMDEuMCAxNzY1MjcyODQ5Nzk4Cg==" | 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.155'
2025-12-09 09:34:39,799 83 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.155:22' as 'zuul' with password None
2025-12-09 09:34:39,811 83 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2025-12-09 09:34:39,876 83 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-09 09:34:39,877 83 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.155 successfully created
2025-12-09 09:34:40,390 83 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2025-12-09 09:34:40,512 83 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
2025-12-09 09:34:40,513 83 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': 'Tue, 09 Dec 2025 09:34:40 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-069598a7-4eb0-45d8-a912-107d0a76ec97', 'x-compute-request-id': 'req-069598a7-4eb0-45d8-a912-107d0a76ec97', '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": "4e439e4f-2cfd-4356-b7dd-1a59e2e8617c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:34:40.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "5643022c-1b6c-4679-9367-5333b45e9210", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:34:34.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "c0087e2b-ec5e-4caf-9b2e-64cf96b15724", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:34:37.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "bd93d044-c365-4593-a71b-715e3332cf9c", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:34:39.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "2545aeb5-9947-4697-a147-fca67af1ba8b", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:34:30.000000", "disabled_reason": null, "forced_down": false}]}'
2025-12-09 09:34:40,609 83 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.093s
2025-12-09 09:34:40,609 83 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': 'Tue, 09 Dec 2025 09:34:40 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-43dfdb96-6aa0-4c0f-85cb-54f451cf5390', 'x-compute-request-id': 'req-43dfdb96-6aa0-4c0f-85cb-54f451cf5390', '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": []}'
2025-12-09 09:34:40,715 83 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.096s
2025-12-09 09:34:40,716 83 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': 'Tue, 09 Dec 2025 09:34:40 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-6fd7c380-aca5-4c7c-b900-902057c97733', 'x-compute-request-id': 'req-6fd7c380-aca5-4c7c-b900-902057c97733', '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": "fec3cf5b-8e78-49a5-bc6d-1452dafdf902", "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": "bd93d044-c365-4593-a71b-715e3332cf9c", "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": ["3dnowprefetch", "lahf_lm", "mce", "arch-capabilities", "ssbd", "pfthreshold", "arat", "f16c", "sep", "vme", "tsc_adjust", "sse4.1", "ibpb", "umip", "pni", "avx2", "aes", "lbrv", "cmov", "wbnoinvd", "pse", "ssse3", "nx", "npt", "spec-ctrl", "rdpid", "popcnt", "pclmuldq", "smep", "mtrr", "apic", "mds-no", "bmi2", "de", "virt-ssbd", "perfctr_core", "tsc", "misalignsse", "fxsr_opt", "cr8legacy", "clwb", "clzero", "pat", "pause-filter", "rdrand", "pschange-mc-no", "fxsr", "xgetbv1", "osvw", "pse36", "amd-stibp", "cx8", "bmi1", "mca", "svme-addr-chk", "movbe", "cmp_legacy", "vmcb-clean", "pge", "pdpe1gb", "clflushopt", "fsgsbase", "xsaveopt", "clflush", "avx", "stibp", "topoext", "x2apic", "skip-l1dfl-vmentry", "sse4a", "rdseed", "lm", "hypervisor", "ibrs", "rdctl-no", "msr", "fma", "rdtscp", "sse2", "nrip-save", "amd-ssbd", "smap", "cx16", "svm", "tsc-deadline", "mmx", "sse4.2", "tsc-scale", "mmxext", "pae", "xsavec", "fpu", "sse", "xsave", "sha-ni", "xsaveerptr", "adx", "syscall", "abm"]}}, {"id": "9120e052-9d22-413c-b01c-d53140af2913", "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": "2545aeb5-9947-4697-a147-fca67af1ba8b", "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": ["lm", "avx2", "syscall", "sha-ni", "clflushopt", "sse2", "tsc_adjust", "avx", "xgetbv1", "virt-ssbd", "sep", "smep", "wbnoinvd", "mce", "de", "aes", "pfthreshold", "cx8", "osvw", "mmxext", "skip-l1dfl-vmentry", "rdpid", "mtrr", "lbrv", "sse4.1", "nrip-save", "pause-filter", "cx16", "sse4a", "x2apic", "arat", "pse36", "fxsr", "pdpe1gb", "rdtscp", "clzero", "fsgsbase", "3dnowprefetch", "msr", "amd-stibp", "xsave", "pschange-mc-no", "cr8legacy", "misalignsse", "tsc", "pge", "pat", "rdrand", "mds-no", "mmx", "adx", "hypervisor", "stibp", "rdseed", "fpu", "rdctl-no", "smap", "cmp_legacy", "tsc-scale", "pse", "ssbd", "umip", "tsc-deadline", "ibpb", "apic", "vme", "ibrs", "vmcb-clean", "bmi1", "arch-capabilities", "f16c", "fxsr_opt", "mca", "clflush", "npt", "fma", "popcnt", "pae", "svm", "pni", "abm", "cmov", "xsaveopt", "nx", "clwb", "spec-ctrl", "xsavec", "sse4.2", "svme-addr-chk", "topoext", "bmi2", "ssse3", "movbe", "perfctr_core", "amd-ssbd", "sse", "lahf_lm", "pclmuldq", "xsaveerptr"]}}]}'
2025-12-09 09:34:40,755 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/fec3cf5b-8e78-49a5-bc6d-1452dafdf902/traits 0.035s
2025-12-09 09:34:40,756 83 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': 'Tue, 09 Dec 2025 09:34:40 GMT', 'server': 'Apache', 'last-modified': 'Tue, 09 Dec 2025 09:01:01 GMT', 'content-length': '1651', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-5e67bb60-f701-4848-8e3f-f265e64523c4', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=d16278cebaff46555ea2dec6ce641e4d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/fec3cf5b-8e78-49a5-bc6d-1452dafdf902/traits'}
Body: b'{"traits": ["HW_CPU_X86_MMX", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_RESCUE_BFV", "HW_CPU_X86_SSE2", "HW_CPU_X86_BMI", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_IMAGE_TYPE_QCOW2", "HW_CPU_X86_SSE42", "HW_CPU_X86_ABM", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_TRUSTED_CERTS", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_VOLUME_MULTI_ATTACH", "HW_CPU_X86_SSE4A", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_USB", "HW_CPU_X86_FMA3", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_RTL8139", "HW_CPU_X86_F16C", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SVM", "HW_CPU_X86_CLMUL", "COMPUTE_IMAGE_TYPE_RAW", "HW_CPU_X86_AVX", "HW_CPU_X86_SSSE3", "COMPUTE_IMAGE_TYPE_ISO", "HW_CPU_X86_SHA", "HW_CPU_X86_AMD_SVM", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_ACCELERATORS", "COMPUTE_DEVICE_TAGGING", "HW_CPU_X86_SSE", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_VIOMMU_MODEL_INTEL", "HW_CPU_X86_BMI2", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NODE", "HW_CPU_X86_AESNI", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "HW_CPU_X86_AVX2", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_VOLUME_EXTEND"], "resource_provider_generation": 7}'
2025-12-09 09:34:41,095 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.334s
2025-12-09 09:34:41,095 83 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:34:40 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-47145a6c-d79f-4028-bd14-f086232f82d8', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=9c082d72f3436665840bb5db34dfd92e; 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": "a78024541ff0477589abc79005062789", "name": "tempest-TestExecuteActionsViaActuator-754102653-project-member", "password_expires_at": null}, "audit_ids": ["Bt5jm54HTXy59hd0HCZovw"], "expires_at": "2025-12-09T10:34:41.000000Z", "issued_at": "2025-12-09T09:34:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85b8c6ab954d4fa1913496e44f83f6f6", "name": "tempest-TestExecuteActionsViaActuator-754102653"}, "is_domain": false, "roles": [{"id": "637b6c8245344aa4b6ead90a60075378", "name": "reader"}, {"id": "6d936d9db28c46dc820a9c063bbe48d2", "name": "member"}], "catalog": [{"endpoints": [{"name": "swift", "id": "1e970aa026d84c59b7021a7f4520160a", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_85b8c6ab954d4fa1913496e44f83f6f6", "region": "regionOne"}, {"name": "swift", "id": "a87fe4277c6c4247b0b72a3378ac81f1", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_85b8c6ab954d4fa1913496e44f83f6f6", "region": "regionOne"}], "id": "0881f86d55c84a28b14fa13131943749", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "9ca4b1842b7e47409d84c81ea93294f9", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "f373aaf6b03b4379a4f88ebeaa33c922", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "09e5e165a8a04bf0a350d0940f21e09c", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "watcher", "id": "27fb74c8c7ce40ef8251a383b2ff7578", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "watcher", "id": "30a9d0a03e4f4ab2ac3dfefd5648e775", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}], "id": "0e909ad74ef640b7960483f4b91bdde6", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "placement", "id": "ab9aa6ebe96848e18777a8d38cd2f8fa", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "f85d51bbf560459285b2388b3a54f03c", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "238bf6d8f1c84e8daaa647e59e57945e", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinderv3", "id": "2984c91a500d4e19857b2997721a16a2", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "fec15b3afa074e2eabef4aeacd3e2851", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "2c0b4bcc4a23497c83a7474136378007", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [], "id": "a25155b1de8f44a48d1cf3dbb689492d", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "a2cfbefbdb964ac3b5b713912b84c03f", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "b01db333054a4a968ff4c58c066ca049", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "b8637822c55d4c68b7140f14acf95442", "type": "network", "name": "neutron"}, {"endpoints": [{"name": "glance", "id": "0396eb0cd91543b1b24825241a5f4327", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "69f4066edc514827a2765f287c1286a6", "inter
2025-12-09 09:34:41,095 83 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '0e48ef06-3f27-4fb5-b371-186bb56915d1', 'name': 'tempest-TestExecuteActionsViaActuator-1371910865-network', 'tenant_id': '85b8c6ab954d4fa1913496e44f83f6f6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '85b8c6ab954d4fa1913496e44f83f6f6', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29408, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-12-09T09:32:37Z', 'updated_at': '2025-12-09T09:32:37Z', 'revision_number': 1} available for tenant
2025-12-09 09:34:42,107 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.010s
2025-12-09 09:34:42,107 83 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-869509233", "imageRef": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "flavorRef": "3130212e-de0a-42ae-abf3-5e3d0ad904f0", "networks": [{"uuid": "0e48ef06-3f27-4fb5-b371-186bb56915d1"}]}}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:34:41 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82', '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-641b6eab-478f-4a2c-81e1-cc9f87a341d1', 'x-compute-request-id': 'req-641b6eab-478f-4a2c-81e1-cc9f87a341d1', '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": "b9390604-ad81-48b9-ac76-477d29a9cf82", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "maPcCCZFp65i"}}'
2025-12-09 09:34:42,400 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82 0.290s
2025-12-09 09:34:42,401 83 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': 'Tue, 09 Dec 2025 09:34:42 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-262aa045-80ff-4799-a34d-2e8f0abf2aca', 'x-compute-request-id': 'req-262aa045-80ff-4799-a34d-2e8f0abf2aca', '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/b9390604-ad81-48b9-ac76-477d29a9cf82'}
Body: b'{"server": {"id": "b9390604-ad81-48b9-ac76-477d29a9cf82", "name": "tempest-TestExecuteActionsViaActuator-server-869509233", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:42Z", "updated": "2025-12-09T09:34:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}], "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": []}}'
2025-12-09 09:34:43,717 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82 0.305s
2025-12-09 09:34:43,717 83 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': 'Tue, 09 Dec 2025 09:34:43 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-35eec2fa-a29a-4320-ad58-88ec755cf490', 'x-compute-request-id': 'req-35eec2fa-a29a-4320-ad58-88ec755cf490', '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/b9390604-ad81-48b9-ac76-477d29a9cf82'}
Body: b'{"server": {"id": "b9390604-ad81-48b9-ac76-477d29a9cf82", "name": "tempest-TestExecuteActionsViaActuator-server-869509233", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:42Z", "updated": "2025-12-09T09:34:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}], "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": []}}'
2025-12-09 09:34:43,724 83 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2025-12-09 09:34:45,676 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82 0.950s
2025-12-09 09:34:45,677 83 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': 'Tue, 09 Dec 2025 09:34: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-8d4c99a2-cfcb-4120-95f0-8253a46f7a25', 'x-compute-request-id': 'req-8d4c99a2-cfcb-4120-95f0-8253a46f7a25', '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/b9390604-ad81-48b9-ac76-477d29a9cf82'}
Body: b'{"server": {"id": "b9390604-ad81-48b9-ac76-477d29a9cf82", "name": "tempest-TestExecuteActionsViaActuator-server-869509233", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:42Z", "updated": "2025-12-09T09:34:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}], "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": []}}'
2025-12-09 09:34:47,183 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82 0.493s
2025-12-09 09:34:47,183 83 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': 'Tue, 09 Dec 2025 09:34:46 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-c8889d79-bd31-4fa3-b5ac-12633d69aaea', 'x-compute-request-id': 'req-c8889d79-bd31-4fa3-b5ac-12633d69aaea', '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/b9390604-ad81-48b9-ac76-477d29a9cf82'}
Body: b'{"server": {"id": "b9390604-ad81-48b9-ac76-477d29a9cf82", "name": "tempest-TestExecuteActionsViaActuator-server-869509233", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:42Z", "updated": "2025-12-09T09:34:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}], "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": []}}'
2025-12-09 09:34:48,615 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82 0.420s
2025-12-09 09:34:48,615 83 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': 'Tue, 09 Dec 2025 09:34:48 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-f6d91b70-0fab-4a19-9ddc-c67036a3d93a', 'x-compute-request-id': 'req-f6d91b70-0fab-4a19-9ddc-c67036a3d93a', '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/b9390604-ad81-48b9-ac76-477d29a9cf82'}
Body: b'{"server": {"id": "b9390604-ad81-48b9-ac76-477d29a9cf82", "name": "tempest-TestExecuteActionsViaActuator-server-869509233", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:42Z", "updated": "2025-12-09T09:34:48Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:71:db"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:48.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": []}}'
2025-12-09 09:34:48,624 83 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait
2025-12-09 09:34:48,972 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82 0.347s
2025-12-09 09:34:48,972 83 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': 'Tue, 09 Dec 2025 09:34:48 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-5dd616e4-17fb-4f52-9c49-d83e6bcbdd58', 'x-compute-request-id': 'req-5dd616e4-17fb-4f52-9c49-d83e6bcbdd58', '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/b9390604-ad81-48b9-ac76-477d29a9cf82'}
Body: b'{"server": {"id": "b9390604-ad81-48b9-ac76-477d29a9cf82", "name": "tempest-TestExecuteActionsViaActuator-server-869509233", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:42Z", "updated": "2025-12-09T09:34:48Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:71:db"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:48.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": []}}'
2025-12-09 09:34:49,439 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82 0.458s
2025-12-09 09:34:49,439 83 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': 'Tue, 09 Dec 2025 09:34:48 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-52dedda0-1304-412c-9955-e0b01cdb5fc2', 'x-compute-request-id': 'req-52dedda0-1304-412c-9955-e0b01cdb5fc2', '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/b9390604-ad81-48b9-ac76-477d29a9cf82'}
Body: b'{"server": {"id": "b9390604-ad81-48b9-ac76-477d29a9cf82", "name": "tempest-TestExecuteActionsViaActuator-server-869509233", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:42Z", "updated": "2025-12-09T09:34:48Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:71:db"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:48.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-syvcllyz", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-869509233", "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": []}}'
2025-12-09 09:34:49,446 83 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjkzOTA2MDQtYWQ4MS00OGI5LWFjNzYtNDc3ZDI5YTljZjgyIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODg5NDQ2In0gMjQwMDAwMDAwMDEuMCAxNzY1MjcyNTg5NDQ2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI5MzkwNjA0LWFkODEtNDhiOS1hYzc2LTQ3N2QyOWE5Y2Y4MiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3Mjg4OTQ0NiJ9IDQ4MDAwMDAwMDAxLjAgMTc2NTI3MjYxOTQ0NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiOTM5MDYwNC1hZDgxLTQ4YjktYWM3Ni00NzdkMjlhOWNmODIiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4ODk0NDYifSA3MjAwMDAwMDAwMS4wIDE3NjUyNzI2NDk0NDYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjkzOTA2MDQtYWQ4MS00OGI5LWFjNzYtNDc3ZDI5YTljZjgyIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODg5NDQ2In0gOTYwMDAwMDAwMDEuMCAxNzY1MjcyNjc5NDQ2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI5MzkwNjA0LWFkODEtNDhiOS1hYzc2LTQ3N2QyOWE5Y2Y4MiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3Mjg4OTQ0NiJ9IDEyMDAwMDAwMDAwMS4wIDE3NjUyNzI3MDk0NDYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjkzOTA2MDQtYWQ4MS00OGI5LWFjNzYtNDc3ZDI5YTljZjgyIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODg5NDQ2In0gMTQ0MDAwMDAwMDAxLjAgMTc2NTI3MjczOTQ0NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiOTM5MDYwNC1hZDgxLTQ4YjktYWM3Ni00NzdkMjlhOWNmODIiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4ODk0NDYifSAxNjgwMDAwMDAwMDEuMCAxNzY1MjcyNzY5NDQ2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI5MzkwNjA0LWFkODEtNDhiOS1hYzc2LTQ3N2QyOWE5Y2Y4MiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3Mjg4OTQ0NiJ9IDE5MjAwMDAwMDAwMS4wIDE3NjUyNzI3OTk0NDYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjkzOTA2MDQtYWQ4MS00OGI5LWFjNzYtNDc3ZDI5YTljZjgyIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyODg5NDQ2In0gMjE2MDAwMDAwMDAxLjAgMTc2NTI3MjgyOTQ0NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiOTM5MDYwNC1hZDgxLTQ4YjktYWM3Ni00NzdkMjlhOWNmODIiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI4ODk0NDYifSAyNDAwMDAwMDAwMDEuMCAxNzY1MjcyODU5NDQ2Cg==" | 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.155'
2025-12-09 09:34:49,447 83 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.155:22' as 'zuul' with password None
2025-12-09 09:34:49,456 83 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2025-12-09 09:34:49,769 83 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-09 09:34:49,769 83 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.155 successfully created
2025-12-09 09:34:50,295 83 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2025-12-09 09:34:50,407 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/9120e052-9d22-413c-b01c-d53140af2913/traits 0.111s
2025-12-09 09:34:50,407 83 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': 'Tue, 09 Dec 2025 09:34:50 GMT', 'server': 'Apache', 'last-modified': 'Tue, 09 Dec 2025 09:01:01 GMT', 'content-length': '1651', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-31108b2a-3f65-4237-ab8b-81cd29e57e55', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=d16278cebaff46555ea2dec6ce641e4d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/9120e052-9d22-413c-b01c-d53140af2913/traits'}
Body: b'{"traits": ["HW_CPU_X86_MMX", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_RESCUE_BFV", "HW_CPU_X86_SSE2", "HW_CPU_X86_BMI", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_IMAGE_TYPE_QCOW2", "HW_CPU_X86_SSE42", "HW_CPU_X86_ABM", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_TRUSTED_CERTS", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_VOLUME_MULTI_ATTACH", "HW_CPU_X86_SSE4A", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_USB", "HW_CPU_X86_FMA3", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_RTL8139", "HW_CPU_X86_F16C", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SVM", "HW_CPU_X86_CLMUL", "COMPUTE_IMAGE_TYPE_RAW", "HW_CPU_X86_AVX", "HW_CPU_X86_SSSE3", "COMPUTE_IMAGE_TYPE_ISO", "HW_CPU_X86_SHA", "HW_CPU_X86_AMD_SVM", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_ACCELERATORS", "COMPUTE_DEVICE_TAGGING", "HW_CPU_X86_SSE", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_VIOMMU_MODEL_INTEL", "HW_CPU_X86_BMI2", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NODE", "HW_CPU_X86_AESNI", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "HW_CPU_X86_AVX2", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_VOLUME_EXTEND"], "resource_provider_generation": 6}'
2025-12-09 09:34:50,763 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.352s
2025-12-09 09:34:50,763 83 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:34:50 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5bcb22f1-0d52-494e-baa6-14aa7cb254d9', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=9c082d72f3436665840bb5db34dfd92e; 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": "a78024541ff0477589abc79005062789", "name": "tempest-TestExecuteActionsViaActuator-754102653-project-member", "password_expires_at": null}, "audit_ids": ["R7bUNSkDQom0cJVDaV6UjA"], "expires_at": "2025-12-09T10:34:50.000000Z", "issued_at": "2025-12-09T09:34:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85b8c6ab954d4fa1913496e44f83f6f6", "name": "tempest-TestExecuteActionsViaActuator-754102653"}, "is_domain": false, "roles": [{"id": "637b6c8245344aa4b6ead90a60075378", "name": "reader"}, {"id": "6d936d9db28c46dc820a9c063bbe48d2", "name": "member"}], "catalog": [{"endpoints": [{"name": "swift", "id": "1e970aa026d84c59b7021a7f4520160a", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_85b8c6ab954d4fa1913496e44f83f6f6", "region": "regionOne"}, {"name": "swift", "id": "a87fe4277c6c4247b0b72a3378ac81f1", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_85b8c6ab954d4fa1913496e44f83f6f6", "region": "regionOne"}], "id": "0881f86d55c84a28b14fa13131943749", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "9ca4b1842b7e47409d84c81ea93294f9", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "f373aaf6b03b4379a4f88ebeaa33c922", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "09e5e165a8a04bf0a350d0940f21e09c", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "watcher", "id": "27fb74c8c7ce40ef8251a383b2ff7578", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "watcher", "id": "30a9d0a03e4f4ab2ac3dfefd5648e775", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}], "id": "0e909ad74ef640b7960483f4b91bdde6", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "placement", "id": "ab9aa6ebe96848e18777a8d38cd2f8fa", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "f85d51bbf560459285b2388b3a54f03c", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "238bf6d8f1c84e8daaa647e59e57945e", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinderv3", "id": "2984c91a500d4e19857b2997721a16a2", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "fec15b3afa074e2eabef4aeacd3e2851", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "2c0b4bcc4a23497c83a7474136378007", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [], "id": "a25155b1de8f44a48d1cf3dbb689492d", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "a2cfbefbdb964ac3b5b713912b84c03f", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "b01db333054a4a968ff4c58c066ca049", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "b8637822c55d4c68b7140f14acf95442", "type": "network", "name": "neutron"}, {"endpoints": [{"name": "glance", "id": "0396eb0cd91543b1b24825241a5f4327", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "69f4066edc514827a2765f287c1286a6", "inter
2025-12-09 09:34:50,764 83 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '0e48ef06-3f27-4fb5-b371-186bb56915d1', 'name': 'tempest-TestExecuteActionsViaActuator-1371910865-network', 'tenant_id': '85b8c6ab954d4fa1913496e44f83f6f6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '85b8c6ab954d4fa1913496e44f83f6f6', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29408, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-12-09T09:32:37Z', 'updated_at': '2025-12-09T09:32:37Z', 'revision_number': 1} available for tenant
2025-12-09 09:34:52,281 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.516s
2025-12-09 09:34:52,281 83 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-1338082106", "imageRef": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "flavorRef": "3130212e-de0a-42ae-abf3-5e3d0ad904f0", "networks": [{"uuid": "0e48ef06-3f27-4fb5-b371-186bb56915d1"}]}}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:34:50 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce', '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-d2ba2aa5-d572-44af-9595-b00465dfbd57', 'x-compute-request-id': 'req-d2ba2aa5-d572-44af-9595-b00465dfbd57', '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": "4510edce-9de9-4547-a630-3c983f5ec0ce", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "czuW5ppXyppV"}}'
2025-12-09 09:34:52,614 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce 0.330s
2025-12-09 09:34:52,615 83 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': 'Tue, 09 Dec 2025 09:34:52 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-a35d876f-c304-4bfa-9ae2-da1dde27fadc', 'x-compute-request-id': 'req-a35d876f-c304-4bfa-9ae2-da1dde27fadc', '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/4510edce-9de9-4547-a630-3c983f5ec0ce'}
Body: b'{"server": {"id": "4510edce-9de9-4547-a630-3c983f5ec0ce", "name": "tempest-TestExecuteActionsViaActuator-server-1338082106", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:52Z", "updated": "2025-12-09T09:34:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}], "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": []}}'
2025-12-09 09:34:53,927 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce 0.297s
2025-12-09 09:34:53,927 83 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': 'Tue, 09 Dec 2025 09:34:53 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-39813e69-f0b5-416c-b071-6086838f2169', 'x-compute-request-id': 'req-39813e69-f0b5-416c-b071-6086838f2169', '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/4510edce-9de9-4547-a630-3c983f5ec0ce'}
Body: b'{"server": {"id": "4510edce-9de9-4547-a630-3c983f5ec0ce", "name": "tempest-TestExecuteActionsViaActuator-server-1338082106", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:52Z", "updated": "2025-12-09T09:34:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}], "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": []}}'
2025-12-09 09:34:53,936 83 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2025-12-09 09:34:55,351 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce 0.412s
2025-12-09 09:34:55,351 83 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': 'Tue, 09 Dec 2025 09:34:54 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-2209e8b8-84ed-4856-84cd-81a634e289ba', 'x-compute-request-id': 'req-2209e8b8-84ed-4856-84cd-81a634e289ba', '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/4510edce-9de9-4547-a630-3c983f5ec0ce'}
Body: b'{"server": {"id": "4510edce-9de9-4547-a630-3c983f5ec0ce", "name": "tempest-TestExecuteActionsViaActuator-server-1338082106", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:52Z", "updated": "2025-12-09T09:34:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}], "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": []}}'
2025-12-09 09:34:57,665 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce 1.299s
2025-12-09 09:34:57,665 83 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': 'Tue, 09 Dec 2025 09:34:56 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-c8fb1507-5786-4442-8eb9-21cbd5c765db', 'x-compute-request-id': 'req-c8fb1507-5786-4442-8eb9-21cbd5c765db', '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/4510edce-9de9-4547-a630-3c983f5ec0ce'}
Body: b'{"server": {"id": "4510edce-9de9-4547-a630-3c983f5ec0ce", "name": "tempest-TestExecuteActionsViaActuator-server-1338082106", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:52Z", "updated": "2025-12-09T09:34:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}], "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": []}}'
2025-12-09 09:35:00,514 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce 1.836s
2025-12-09 09:35:00,515 83 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': 'Tue, 09 Dec 2025 09:34:58 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-1e4c7bfa-7517-4d28-81af-6b2b36d3f4b0', 'x-compute-request-id': 'req-1e4c7bfa-7517-4d28-81af-6b2b36d3f4b0', '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/4510edce-9de9-4547-a630-3c983f5ec0ce'}
Body: b'{"server": {"id": "4510edce-9de9-4547-a630-3c983f5ec0ce", "name": "tempest-TestExecuteActionsViaActuator-server-1338082106", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:52Z", "updated": "2025-12-09T09:34:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}], "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": []}}'
2025-12-09 09:35:02,646 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce 1.119s
2025-12-09 09:35:02,647 83 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': 'Tue, 09 Dec 2025 09:35:01 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-953c6943-6702-479d-88f4-64ade1c170d3', 'x-compute-request-id': 'req-953c6943-6702-479d-88f4-64ade1c170d3', '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/4510edce-9de9-4547-a630-3c983f5ec0ce'}
Body: b'{"server": {"id": "4510edce-9de9-4547-a630-3c983f5ec0ce", "name": "tempest-TestExecuteActionsViaActuator-server-1338082106", "status": "BUILD", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:52Z", "updated": "2025-12-09T09:34:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}], "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": []}}'
2025-12-09 09:35:04,803 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce 1.145s
2025-12-09 09:35:04,803 83 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': 'Tue, 09 Dec 2025 09:35:03 GMT', 'server': 'Apache', 'content-length': '1667', '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-5d690118-4905-42ee-a520-7cb16db00938', 'x-compute-request-id': 'req-5d690118-4905-42ee-a520-7cb16db00938', '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/4510edce-9de9-4547-a630-3c983f5ec0ce'}
Body: b'{"server": {"id": "4510edce-9de9-4547-a630-3c983f5ec0ce", "name": "tempest-TestExecuteActionsViaActuator-server-1338082106", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:52Z", "updated": "2025-12-09T09:35:02Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:88:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:35:01.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": []}}'
2025-12-09 09:35:04,820 83 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait
2025-12-09 09:35:05,773 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce 0.951s
2025-12-09 09:35:05,774 83 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': 'Tue, 09 Dec 2025 09:35:04 GMT', 'server': 'Apache', 'content-length': '1667', '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-c539860f-1d8b-4e24-a27c-cd8cee3a0d49', 'x-compute-request-id': 'req-c539860f-1d8b-4e24-a27c-cd8cee3a0d49', '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/4510edce-9de9-4547-a630-3c983f5ec0ce'}
Body: b'{"server": {"id": "4510edce-9de9-4547-a630-3c983f5ec0ce", "name": "tempest-TestExecuteActionsViaActuator-server-1338082106", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:52Z", "updated": "2025-12-09T09:35:02Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:88:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:35:01.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": []}}'
2025-12-09 09:35:06,662 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce 0.877s
2025-12-09 09:35:06,662 83 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': 'Tue, 09 Dec 2025 09:35:05 GMT', 'server': 'Apache', 'content-length': '2193', '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-b944fa83-33d0-485f-aefa-88d223cc3930', 'x-compute-request-id': 'req-b944fa83-33d0-485f-aefa-88d223cc3930', '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/4510edce-9de9-4547-a630-3c983f5ec0ce'}
Body: b'{"server": {"id": "4510edce-9de9-4547-a630-3c983f5ec0ce", "name": "tempest-TestExecuteActionsViaActuator-server-1338082106", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:52Z", "updated": "2025-12-09T09:35:02Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:88:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:35:01.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-g0cdnrmj", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-1338082106", "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": []}}'
2025-12-09 09:35:06,678 83 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNDUxMGVkY2UtOWRlOS00NTQ3LWE2MzAtM2M5ODNmNWVjMGNlIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyOTA2Njc4In0gMjQwMDAwMDAwMDEuMCAxNzY1MjcyNjA2Njc4CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjQ1MTBlZGNlLTlkZTktNDU0Ny1hNjMwLTNjOTgzZjVlYzBjZSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3MjkwNjY3OCJ9IDQ4MDAwMDAwMDAxLjAgMTc2NTI3MjYzNjY3OApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI0NTEwZWRjZS05ZGU5LTQ1NDctYTYzMC0zYzk4M2Y1ZWMwY2UiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI5MDY2NzgifSA3MjAwMDAwMDAwMS4wIDE3NjUyNzI2NjY2NzgKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNDUxMGVkY2UtOWRlOS00NTQ3LWE2MzAtM2M5ODNmNWVjMGNlIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyOTA2Njc4In0gOTYwMDAwMDAwMDEuMCAxNzY1MjcyNjk2Njc4CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjQ1MTBlZGNlLTlkZTktNDU0Ny1hNjMwLTNjOTgzZjVlYzBjZSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3MjkwNjY3OCJ9IDEyMDAwMDAwMDAwMS4wIDE3NjUyNzI3MjY2NzgKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNDUxMGVkY2UtOWRlOS00NTQ3LWE2MzAtM2M5ODNmNWVjMGNlIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyOTA2Njc4In0gMTQ0MDAwMDAwMDAxLjAgMTc2NTI3Mjc1NjY3OApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI0NTEwZWRjZS05ZGU5LTQ1NDctYTYzMC0zYzk4M2Y1ZWMwY2UiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI5MDY2NzgifSAxNjgwMDAwMDAwMDEuMCAxNzY1MjcyNzg2Njc4CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjQ1MTBlZGNlLTlkZTktNDU0Ny1hNjMwLTNjOTgzZjVlYzBjZSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NTI3MjkwNjY3OCJ9IDE5MjAwMDAwMDAwMS4wIDE3NjUyNzI4MTY2NzgKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNDUxMGVkY2UtOWRlOS00NTQ3LWE2MzAtM2M5ODNmNWVjMGNlIiwib3JpZ190aW1lc3RhbXAiPSIxNzY1MjcyOTA2Njc4In0gMjE2MDAwMDAwMDAxLjAgMTc2NTI3Mjg0NjY3OApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI0NTEwZWRjZS05ZGU5LTQ1NDctYTYzMC0zYzk4M2Y1ZWMwY2UiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjUyNzI5MDY2NzgifSAyNDAwMDAwMDAwMDEuMCAxNzY1MjcyODc2Njc4Cg==" | 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.155'
2025-12-09 09:35:06,679 83 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.155:22' as 'zuul' with password None
2025-12-09 09:35:06,694 83 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2025-12-09 09:35:06,760 83 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-09 09:35:06,761 83 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.155 successfully created
2025-12-09 09:35:07,294 83 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2025-12-09 09:35:07,406 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.111s
2025-12-09 09:35:07,407 83 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': 'Tue, 09 Dec 2025 09:35:07 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=fa80b919219bacf9732594b821a43bb6; 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": "5c23d9ad-ea24-4553-b07e-4e67e578608c", "audit_uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "bookmark"}], "updated_at": "2025-12-09T09:33:03+00:00"}, {"efficacy_indicators": [], "uuid": "b0dc3289-60ba-41fc-9106-3286ddb0b676", "audit_uuid": "898a885c-1325-4ac5-828c-107373de7807", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "bookmark"}], "updated_at": "2025-12-09T09:33:06+00:00"}, {"efficacy_indicators": [], "uuid": "b94863f4-c4ff-4ebd-85f2-851f8c594465", "audit_uuid": "e5d69a9f-42bc-4386-9463-40f9a1b99a11", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "bookmark"}], "updated_at": "2025-12-09T09:33:10+00:00"}, {"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "updated_at": "2025-12-09T09:34:12+00:00"}]}'
2025-12-09 09:35:07,407 83 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.112447 seconds
2025-12-09 09:35:07,478 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.071s
2025-12-09 09:35:07,478 83 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': 'Tue, 09 Dec 2025 09:35:07 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/a214bcaf-8538-4338-becf-ee5d7719196a", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/a214bcaf-8538-4338-becf-ee5d7719196a", "rel": "bookmark"}], "created_at": "2025-12-09T08:59:52+00:00", "updated_at": null, "deleted_at": null}'
2025-12-09 09:35:07,555 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.076s
2025-12-09 09:35:07,556 83 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': 'Tue, 09 Dec 2025 09:35:07 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/ac44faa1-c494-4d04-a583-fa50bc9a5216", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/ac44faa1-c494-4d04-a583-fa50bc9a5216", "rel": "bookmark"}], "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "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"]}}'
2025-12-09 09:35:07,696 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.139s
2025-12-09 09:35:07,696 83 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": "28115b9a-b403-4d99-bfd9-217e6a08a317", "description": "tempest-test-audit_template-492241806", "goal": "a214bcaf-8538-4338-becf-ee5d7719196a", "strategy": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "scope": []}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:35:07 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/993fb9d1-7dc4-4a5a-a923-4a65b9bf2bea', '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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "993fb9d1-7dc4-4a5a-a923-4a65b9bf2bea", "name": "28115b9a-b403-4d99-bfd9-217e6a08a317", "description": "tempest-test-audit_template-492241806", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/993fb9d1-7dc4-4a5a-a923-4a65b9bf2bea", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/993fb9d1-7dc4-4a5a-a923-4a65b9bf2bea", "rel": "bookmark"}], "scope": [], "created_at": "2025-12-09T09:35:07.669881+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:35:07,801 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.104s
2025-12-09 09:35:07,802 83 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": "993fb9d1-7dc4-4a5a-a923-4a65b9bf2bea", "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": "f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "b9390604-ad81-48b9-ac76-477d29a9cf82"}]}}
Response - Headers: {'date': 'Tue, 09 Dec 2025 09:35:07 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/c67fc91d-aed3-49ca-90c7-fe687ed1d3bf', '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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "name": "actuator-2025-12-09T09:35:07.762940", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "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": "f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "b9390604-ad81-48b9-ac76-477d29a9cf82"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-09T09:35:07.773359+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:35:07,892 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/c67fc91d-aed3-49ca-90c7-fe687ed1d3bf 0.089s
2025-12-09 09:35:07,892 83 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': 'Tue, 09 Dec 2025 09:35:07 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/c67fc91d-aed3-49ca-90c7-fe687ed1d3bf'}
Body: b'{"uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "name": "actuator-2025-12-09T09:35:07.762940", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "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": "f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "b9390604-ad81-48b9-ac76-477d29a9cf82"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "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": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:07+00:00"}'
2025-12-09 09:35:08,466 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/c67fc91d-aed3-49ca-90c7-fe687ed1d3bf 0.071s
2025-12-09 09:35:08,467 83 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': 'Tue, 09 Dec 2025 09:35:08 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/c67fc91d-aed3-49ca-90c7-fe687ed1d3bf'}
Body: b'{"uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "name": "actuator-2025-12-09T09:35:07.762940", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "a214bcaf-8538-4338-becf-ee5d7719196a", "goal_name": "unclassified", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "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": "f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "b9390604-ad81-48b9-ac76-477d29a9cf82"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "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": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:07+00:00"}'
2025-12-09 09:35:08,467 83 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.665079 seconds
2025-12-09 09:35:08,575 83 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=c67fc91d-aed3-49ca-90c7-fe687ed1d3bf 0.105s
2025-12-09 09:35:08,575 83 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': 'Tue, 09 Dec 2025 09:35:08 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=c67fc91d-aed3-49ca-90c7-fe687ed1d3bf'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "updated_at": null}]}'
2025-12-09 09:35:08,645 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.069s
2025-12-09 09:35:08,646 83 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': 'Tue, 09 Dec 2025 09:35:08 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": null}'
2025-12-09 09:35:08,738 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.091s
2025-12-09 09:35:08,738 83 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': 'Tue, 09 Dec 2025 09:35:08 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:08,837 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.098s
2025-12-09 09:35:08,838 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:10,013 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.174s
2025-12-09 09:35:10,014 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:11,127 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.112s
2025-12-09 09:35:11,128 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:12,224 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.093s
2025-12-09 09:35:12,225 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:13,294 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.068s
2025-12-09 09:35:13,295 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:14,384 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.087s
2025-12-09 09:35:14,385 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:15,469 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.082s
2025-12-09 09:35:15,469 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:16,537 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.066s
2025-12-09 09:35:16,537 83 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': 'Tue, 09 Dec 2025 09:35:16 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:17,620 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.080s
2025-12-09 09:35:17,620 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:18,711 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.090s
2025-12-09 09:35:18,712 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:20,119 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.391s
2025-12-09 09:35:20,119 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:21,284 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.159s
2025-12-09 09:35:21,284 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:22,352 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.066s
2025-12-09 09:35:22,352 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:23,483 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.130s
2025-12-09 09:35:23,498 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:24,570 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.070s
2025-12-09 09:35:24,571 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:25,650 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.076s
2025-12-09 09:35:25,650 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:26,737 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.085s
2025-12-09 09:35:26,737 83 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': 'Tue, 09 Dec 2025 09:35:26 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:08+00:00"}'
2025-12-09 09:35:27,821 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.082s
2025-12-09 09:35:27,822 83 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': 'Tue, 09 Dec 2025 09:35:27 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "FAILED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:27+00:00"}'
2025-12-09 09:35:27,822 83 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 19.083425 seconds
2025-12-09 09:35:27,893 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.070s
2025-12-09 09:35:27,893 83 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': 'Tue, 09 Dec 2025 09:35:27 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "FAILED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-09T09:35:07+00:00", "deleted_at": null, "updated_at": "2025-12-09T09:35:27+00:00"}'
2025-12-09 09:35:27,959 83 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=4070e8b4-2316-49f8-898e-f84dd429e4b5 0.065s
2025-12-09 09:35:27,960 83 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': 'Tue, 09 Dec 2025 09:35:27 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b'{"actions": [{"uuid": "6dab91cc-d6e0-4490-be01-d3e8e9a33620", "action_plan_uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "state": "SUCCEEDED", "action_type": "migrate", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/6dab91cc-d6e0-4490-be01-d3e8e9a33620", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/6dab91cc-d6e0-4490-be01-d3e8e9a33620", "rel": "bookmark"}]}, {"uuid": "c1113ad3-3066-4d90-9a11-5de175d40aa5", "action_plan_uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "state": "FAILED", "action_type": "migrate", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/c1113ad3-3066-4d90-9a11-5de175d40aa5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/c1113ad3-3066-4d90-9a11-5de175d40aa5", "rel": "bookmark"}]}]}'
2025-12-09 09:35:28,044 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=c67fc91d-aed3-49ca-90c7-fe687ed1d3bf 0.083s
2025-12-09 09:35:28,044 83 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': 'Tue, 09 Dec 2025 09:35:27 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=c67fc91d-aed3-49ca-90c7-fe687ed1d3bf'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "4070e8b4-2316-49f8-898e-f84dd429e4b5", "audit_uuid": "c67fc91d-aed3-49ca-90c7-fe687ed1d3bf", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "FAILED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5", "rel": "bookmark"}], "updated_at": "2025-12-09T09:35:27+00:00"}]}'
2025-12-09 09:35:28,415 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5 0.370s
2025-12-09 09:35:28,415 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/4070e8b4-2316-49f8-898e-f84dd429e4b5'}
Body: b''
2025-12-09 09:35:28,493 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/c67fc91d-aed3-49ca-90c7-fe687ed1d3bf 0.077s
2025-12-09 09:35:28,494 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/c67fc91d-aed3-49ca-90c7-fe687ed1d3bf'}
Body: b''
2025-12-09 09:35:28,570 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/993fb9d1-7dc4-4a5a-a923-4a65b9bf2bea 0.075s
2025-12-09 09:35:28,570 83 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': 'Tue, 09 Dec 2025 09:35: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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/993fb9d1-7dc4-4a5a-a923-4a65b9bf2bea'}
Body: b''
2025-12-09 09:35:28,741 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce 0.170s
2025-12-09 09:35:28,741 83 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': 'Tue, 09 Dec 2025 09:35:28 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-939e9b77-7946-430f-b405-585dbf83ba95', 'x-compute-request-id': 'req-939e9b77-7946-430f-b405-585dbf83ba95', '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/4510edce-9de9-4547-a630-3c983f5ec0ce'}
Body: b''
2025-12-09 09:35:30,582 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce 1.841s
2025-12-09 09:35:30,583 83 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': 'Tue, 09 Dec 2025 09:35:28 GMT', 'server': 'Apache', 'content-length': '1673', '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-976fb89e-19d6-4364-8246-0970984ce0b8', 'x-compute-request-id': 'req-976fb89e-19d6-4364-8246-0970984ce0b8', '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/4510edce-9de9-4547-a630-3c983f5ec0ce'}
Body: b'{"server": {"id": "4510edce-9de9-4547-a630-3c983f5ec0ce", "name": "tempest-TestExecuteActionsViaActuator-server-1338082106", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:52Z", "updated": "2025-12-09T09:35:28Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:88:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4510edce-9de9-4547-a630-3c983f5ec0ce"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:35:01.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": []}}'
2025-12-09 09:35:31,706 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4510edce-9de9-4547-a630-3c983f5ec0ce 0.110s
2025-12-09 09:35:31,706 83 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': 'Tue, 09 Dec 2025 09:35:31 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-320e5962-1776-4c5f-9528-021d3044eada', 'x-compute-request-id': 'req-320e5962-1776-4c5f-9528-021d3044eada', '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/4510edce-9de9-4547-a630-3c983f5ec0ce'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4510edce-9de9-4547-a630-3c983f5ec0ce could not be found."}}'
2025-12-09 09:35:31,917 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82 0.210s
2025-12-09 09:35:31,917 83 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': 'Tue, 09 Dec 2025 09:35:31 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-04a10b01-6deb-475f-8976-cc0fef6a60ae', 'x-compute-request-id': 'req-04a10b01-6deb-475f-8976-cc0fef6a60ae', '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/b9390604-ad81-48b9-ac76-477d29a9cf82'}
Body: b''
2025-12-09 09:35:33,645 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82 1.727s
2025-12-09 09:35:33,646 83 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': 'Tue, 09 Dec 2025 09:35:31 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-f0753212-f13b-421f-a6cb-bdf81a2d5553', 'x-compute-request-id': 'req-f0753212-f13b-421f-a6cb-bdf81a2d5553', '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/b9390604-ad81-48b9-ac76-477d29a9cf82'}
Body: b'{"server": {"id": "b9390604-ad81-48b9-ac76-477d29a9cf82", "name": "tempest-TestExecuteActionsViaActuator-server-869509233", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "7f4687aadef491ca7559dfd20f3be0207f84ccfe147221a2f2ba7221", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:42Z", "updated": "2025-12-09T09:35:31Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:71:db"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9390604-ad81-48b9-ac76-477d29a9cf82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:48.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": []}}'
2025-12-09 09:35:34,736 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9390604-ad81-48b9-ac76-477d29a9cf82 0.081s
2025-12-09 09:35:34,737 83 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': 'Tue, 09 Dec 2025 09:35:34 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-c4a63300-6f19-4c05-af4f-ab4c16324ec4', 'x-compute-request-id': 'req-c4a63300-6f19-4c05-af4f-ab4c16324ec4', '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/b9390604-ad81-48b9-ac76-477d29a9cf82'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance b9390604-ad81-48b9-ac76-477d29a9cf82 could not be found."}}'
2025-12-09 09:35:34,899 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147 0.161s
2025-12-09 09:35:34,899 83 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': 'Tue, 09 Dec 2025 09:35:34 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-711dda7e-434b-4d13-b5cf-46245af7c657', 'x-compute-request-id': 'req-711dda7e-434b-4d13-b5cf-46245af7c657', '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/6634c1df-d681-4ecf-831d-cd7a5b665147'}
Body: b''
2025-12-09 09:35:35,885 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147 0.985s
2025-12-09 09:35:35,885 83 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': 'Tue, 09 Dec 2025 09:35:34 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-d22074d4-2513-4fd1-93db-4020ecc7d1dd', 'x-compute-request-id': 'req-d22074d4-2513-4fd1-93db-4020ecc7d1dd', '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/6634c1df-d681-4ecf-831d-cd7a5b665147'}
Body: b'{"server": {"id": "6634c1df-d681-4ecf-831d-cd7a5b665147", "name": "tempest-TestExecuteActionsViaActuator-server-747447262", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:29Z", "updated": "2025-12-09T09:35:34Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:bf:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:37.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": []}}'
2025-12-09 09:35:37,641 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147 0.733s
2025-12-09 09:35:37,641 83 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': 'Tue, 09 Dec 2025 09:35:37 GMT', 'server': 'Apache', 'content-length': '1460', '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-ae1d0673-ab6c-4997-8809-07cbcdb3e722', 'x-compute-request-id': 'req-ae1d0673-ab6c-4997-8809-07cbcdb3e722', '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/6634c1df-d681-4ecf-831d-cd7a5b665147'}
Body: b'{"server": {"id": "6634c1df-d681-4ecf-831d-cd7a5b665147", "name": "tempest-TestExecuteActionsViaActuator-server-747447262", "status": "DELETED", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:29Z", "updated": "2025-12-09T09:35:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6634c1df-d681-4ecf-831d-cd7a5b665147"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:37.000000", "OS-SRV-USG:terminated_at": "2025-12-09T09:35:36.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": []}}'
2025-12-09 09:35:37,651 83 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait
2025-12-09 09:35:38,746 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6634c1df-d681-4ecf-831d-cd7a5b665147 0.093s
2025-12-09 09:35:38,746 83 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': 'Tue, 09 Dec 2025 09:35:38 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-ceb15430-10cb-4ac5-9d6c-c4b200da60e2', 'x-compute-request-id': 'req-ceb15430-10cb-4ac5-9d6c-c4b200da60e2', '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/6634c1df-d681-4ecf-831d-cd7a5b665147'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6634c1df-d681-4ecf-831d-cd7a5b665147 could not be found."}}'
2025-12-09 09:35:38,921 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf 0.174s
2025-12-09 09:35:38,921 83 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': 'Tue, 09 Dec 2025 09:35:38 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-2af2000a-a6df-4b3c-bcf1-d93c68606c4f', 'x-compute-request-id': 'req-2af2000a-a6df-4b3c-bcf1-d93c68606c4f', '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/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf'}
Body: b''
2025-12-09 09:35:39,796 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf 0.873s
2025-12-09 09:35:39,796 83 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': 'Tue, 09 Dec 2025 09:35:38 GMT', 'server': 'Apache', 'content-length': '1673', '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-14d66520-81eb-45dd-89f6-438db55b1c2e', 'x-compute-request-id': 'req-14d66520-81eb-45dd-89f6-438db55b1c2e', '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/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf'}
Body: b'{"server": {"id": "f9936ed0-2d19-4bc4-8f3c-fbee247e21cf", "name": "tempest-TestExecuteActionsViaActuator-server-1252492053", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:34:15Z", "updated": "2025-12-09T09:35:38Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:56:a3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:20.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": []}}'
2025-12-09 09:35:41,138 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf 0.331s
2025-12-09 09:35:41,138 83 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': 'Tue, 09 Dec 2025 09:35:41 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-f03a0522-64bc-49f6-b060-dc4c0def1d33', 'x-compute-request-id': 'req-f03a0522-64bc-49f6-b060-dc4c0def1d33', '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/f9936ed0-2d19-4bc4-8f3c-fbee247e21cf'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance f9936ed0-2d19-4bc4-8f3c-fbee247e21cf could not be found."}}'
2025-12-09 09:35:41,296 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=64911f76-661e-4918-b3d8-5681225ccb2b 0.157s
2025-12-09 09:35:41,296 83 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': 'Tue, 09 Dec 2025 09:35:41 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=64911f76-661e-4918-b3d8-5681225ccb2b'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "audit_uuid": "64911f76-661e-4918-b3d8-5681225ccb2b", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf", "rel": "bookmark"}], "updated_at": "2025-12-09T09:34:12+00:00"}]}'
2025-12-09 09:35:41,484 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf 0.187s
2025-12-09 09:35:41,485 83 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': 'Tue, 09 Dec 2025 09:35:41 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/532c459f-8a0b-44fb-aae7-c5f0b4ef8dbf'}
Body: b''
2025-12-09 09:35:41,589 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/64911f76-661e-4918-b3d8-5681225ccb2b 0.102s
2025-12-09 09:35:41,589 83 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': 'Tue, 09 Dec 2025 09:35:41 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/64911f76-661e-4918-b3d8-5681225ccb2b'}
Body: b''
2025-12-09 09:35:41,692 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/eab84cb6-9b70-45e0-af03-12abd9ee05e5 0.103s
2025-12-09 09:35:41,693 83 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': 'Tue, 09 Dec 2025 09:35:41 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/eab84cb6-9b70-45e0-af03-12abd9ee05e5'}
Body: b''
2025-12-09 09:35:41,890 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20 0.196s
2025-12-09 09:35:41,891 83 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': 'Tue, 09 Dec 2025 09:35:41 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-d15626d8-5835-4016-b426-3badf04a65ec', 'x-compute-request-id': 'req-d15626d8-5835-4016-b426-3badf04a65ec', '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/40d448ab-301f-4086-b9aa-04d0847aff20'}
Body: b''
2025-12-09 09:35:42,755 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20 0.863s
2025-12-09 09:35:42,755 83 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': 'Tue, 09 Dec 2025 09:35:41 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-2f1c6097-ea36-4303-983c-d2d02939a5db', 'x-compute-request-id': 'req-2f1c6097-ea36-4303-983c-d2d02939a5db', '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/40d448ab-301f-4086-b9aa-04d0847aff20'}
Body: b'{"server": {"id": "40d448ab-301f-4086-b9aa-04d0847aff20", "name": "tempest-TestExecuteActionsViaActuator-server-1138834316", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:33Z", "updated": "2025-12-09T09:35:41Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:89:fa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/40d448ab-301f-4086-b9aa-04d0847aff20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:33:45.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": []}}'
2025-12-09 09:35:43,845 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/40d448ab-301f-4086-b9aa-04d0847aff20 0.079s
2025-12-09 09:35:43,846 83 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': 'Tue, 09 Dec 2025 09:35:43 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-33a78c67-adb7-4a8d-836e-ecf37dae931e', 'x-compute-request-id': 'req-33a78c67-adb7-4a8d-836e-ecf37dae931e', '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/40d448ab-301f-4086-b9aa-04d0847aff20'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 40d448ab-301f-4086-b9aa-04d0847aff20 could not be found."}}'
2025-12-09 09:35:43,994 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75 0.146s
2025-12-09 09:35:43,994 83 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': 'Tue, 09 Dec 2025 09:35:43 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-36ca9b11-811c-4d82-afb8-8512d2668655', 'x-compute-request-id': 'req-36ca9b11-811c-4d82-afb8-8512d2668655', '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/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75'}
Body: b''
2025-12-09 09:35:44,890 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75 0.895s
2025-12-09 09:35:44,892 83 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': 'Tue, 09 Dec 2025 09:35:44 GMT', 'server': 'Apache', 'content-length': '1673', '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-cbaa8d3f-f712-4f7b-bcde-496b314d424e', 'x-compute-request-id': 'req-cbaa8d3f-f712-4f7b-bcde-496b314d424e', '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/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75'}
Body: b'{"server": {"id": "f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75", "name": "tempest-TestExecuteActionsViaActuator-server-239070926", "status": "ACTIVE", "tenant_id": "85b8c6ab954d4fa1913496e44f83f6f6", "user_id": "a78024541ff0477589abc79005062789", "metadata": {}, "hostId": "1476ef9e2f094fcb4ffed509a569663022420cc9ff4e72d6982ca786", "image": {"id": "f17d0a6a-5445-45f2-bbe5-991d4c316c49", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f17d0a6a-5445-45f2-bbe5-991d4c316c49"}]}, "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.micro", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-09T09:33:14Z", "updated": "2025-12-09T09:35:43Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1371910865-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:e8:36"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-09T09:34:07.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": []}}'
2025-12-09 09:35:45,984 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75 0.080s
2025-12-09 09:35:45,985 83 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': 'Tue, 09 Dec 2025 09:35:45 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-e3b11cbd-f225-429d-b3d9-113cca59974b', 'x-compute-request-id': 'req-e3b11cbd-f225-429d-b3d9-113cca59974b', '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/f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance f12ccb8e-83a0-44ef-8f4f-4c041bc6ed75 could not be found."}}'
2025-12-09 09:35:46,090 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=e5d69a9f-42bc-4386-9463-40f9a1b99a11 0.104s
2025-12-09 09:35:46,090 83 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': 'Tue, 09 Dec 2025 09:35:46 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=e5d69a9f-42bc-4386-9463-40f9a1b99a11'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "b94863f4-c4ff-4ebd-85f2-851f8c594465", "audit_uuid": "e5d69a9f-42bc-4386-9463-40f9a1b99a11", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465", "rel": "bookmark"}], "updated_at": "2025-12-09T09:33:10+00:00"}]}'
2025-12-09 09:35:46,226 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465 0.135s
2025-12-09 09:35:46,226 83 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': 'Tue, 09 Dec 2025 09:35:46 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b94863f4-c4ff-4ebd-85f2-851f8c594465'}
Body: b''
2025-12-09 09:35:46,354 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/e5d69a9f-42bc-4386-9463-40f9a1b99a11 0.126s
2025-12-09 09:35:46,354 83 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': 'Tue, 09 Dec 2025 09:35:46 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/e5d69a9f-42bc-4386-9463-40f9a1b99a11'}
Body: b''
2025-12-09 09:35:46,430 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/6f2a8a56-8bc0-4d0f-8f75-321bff2b1662 0.075s
2025-12-09 09:35:46,430 83 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': 'Tue, 09 Dec 2025 09:35:46 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/6f2a8a56-8bc0-4d0f-8f75-321bff2b1662'}
Body: b''
2025-12-09 09:35:46,510 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=898a885c-1325-4ac5-828c-107373de7807 0.077s
2025-12-09 09:35:46,511 83 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': 'Tue, 09 Dec 2025 09:35:46 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=898a885c-1325-4ac5-828c-107373de7807'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "b0dc3289-60ba-41fc-9106-3286ddb0b676", "audit_uuid": "898a885c-1325-4ac5-828c-107373de7807", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676", "rel": "bookmark"}], "updated_at": "2025-12-09T09:33:06+00:00"}]}'
2025-12-09 09:35:46,655 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676 0.143s
2025-12-09 09:35:46,656 83 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': 'Tue, 09 Dec 2025 09:35:46 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/b0dc3289-60ba-41fc-9106-3286ddb0b676'}
Body: b''
2025-12-09 09:35:46,764 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/898a885c-1325-4ac5-828c-107373de7807 0.107s
2025-12-09 09:35:46,764 83 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': 'Tue, 09 Dec 2025 09:35:46 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/898a885c-1325-4ac5-828c-107373de7807'}
Body: b''
2025-12-09 09:35:46,883 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/3a9683a8-5002-4063-bb46-79414e13979c 0.118s
2025-12-09 09:35:46,883 83 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': 'Tue, 09 Dec 2025 09:35:46 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/3a9683a8-5002-4063-bb46-79414e13979c'}
Body: b''
2025-12-09 09:35:46,969 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=59088c05-56ea-4b32-8aff-1af71edff731 0.085s
2025-12-09 09:35:46,969 83 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': 'Tue, 09 Dec 2025 09:35:46 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=59088c05-56ea-4b32-8aff-1af71edff731'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "5c23d9ad-ea24-4553-b07e-4e67e578608c", "audit_uuid": "59088c05-56ea-4b32-8aff-1af71edff731", "strategy_uuid": "ac44faa1-c494-4d04-a583-fa50bc9a5216", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c", "rel": "bookmark"}], "updated_at": "2025-12-09T09:33:03+00:00"}]}'
2025-12-09 09:35:47,096 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c 0.126s
2025-12-09 09:35:47,097 83 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': 'Tue, 09 Dec 2025 09:35:46 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/5c23d9ad-ea24-4553-b07e-4e67e578608c'}
Body: b''
2025-12-09 09:35:47,201 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/59088c05-56ea-4b32-8aff-1af71edff731 0.103s
2025-12-09 09:35:47,202 83 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': 'Tue, 09 Dec 2025 09:35:47 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/59088c05-56ea-4b32-8aff-1af71edff731'}
Body: b''
2025-12-09 09:35:47,295 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/8541f22e-4fe7-4ca1-901c-f0c7f522ac73 0.091s
2025-12-09 09:35:47,295 83 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': 'Tue, 09 Dec 2025 09:35:47 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=fa80b919219bacf9732594b821a43bb6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/8541f22e-4fe7-4ca1-901c-f0c7f522ac73'}
Body: b''
2025-12-09 09:35:47,408 83 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.112s
2025-12-09 09:35:47,408 83 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': 'Tue, 09 Dec 2025 09:35:47 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-6facf82b-170a-49ad-ae15-987244a5d2a1', 'x-compute-request-id': 'req-6facf82b-170a-49ad-ae15-987244a5d2a1', '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": "4e439e4f-2cfd-4356-b7dd-1a59e2e8617c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:35:40.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "5643022c-1b6c-4679-9367-5333b45e9210", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:35:44.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "c0087e2b-ec5e-4caf-9b2e-64cf96b15724", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:35:37.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "bd93d044-c365-4593-a71b-715e3332cf9c", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:35:39.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "2545aeb5-9947-4697-a147-fca67af1ba8b", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-09T09:35:40.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 | ||