Status: Pass 67 Failure 1 Skip 1
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| watcher_tempest_plugin.tests.scenario.test_execute_actuator.TestExecuteActionsViaActuator | 1 | 0 | 1 | 0 | 0 | Detail | |
test_execute_scenarios |
fail
ft1.1: watcher_tempest_plugin.tests.scenario.test_execute_actuator.TestExecuteActionsViaActuator.test_execute_scenariostesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-02-18 17:25:54,048 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.083s
2026-02-18 17:25:54,048 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:53 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans'}
Body: b'{"action_plans": []}'
2026-02-18 17:25:54,048 79 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.084124 seconds
2026-02-18 17:25:54,137 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.088s
2026-02-18 17:25:54,137 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:54 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/97eef972-5623-4934-8d0a-4a39b2006820", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/97eef972-5623-4934-8d0a-4a39b2006820", "rel": "bookmark"}], "created_at": "2026-02-18T16:53:17+00:00", "updated_at": null, "deleted_at": null}'
2026-02-18 17:25:54,205 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.067s
2026-02-18 17:25:54,206 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:54 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/be4b48d6-676d-459b-99f4-b36bce025303", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/be4b48d6-676d-459b-99f4-b36bce025303", "rel": "bookmark"}], "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2026-02-18 17:25:54,374 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.167s
2026-02-18 17:25:54,374 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"name": "1b2b1b1f-0ad3-41e3-ab6b-4fa55837e9af", "description": "tempest-test-audit_template-765617878", "goal": "97eef972-5623-4934-8d0a-4a39b2006820", "strategy": "be4b48d6-676d-459b-99f4-b36bce025303", "scope": []}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:54 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/20534797-3b35-4c0d-b3a3-fecc3a92ff2a', '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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "20534797-3b35-4c0d-b3a3-fecc3a92ff2a", "name": "1b2b1b1f-0ad3-41e3-ab6b-4fa55837e9af", "description": "tempest-test-audit_template-765617878", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/20534797-3b35-4c0d-b3a3-fecc3a92ff2a", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/20534797-3b35-4c0d-b3a3-fecc3a92ff2a", "rel": "bookmark"}], "scope": [], "created_at": "2026-02-18T17:25:54.283766+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:25:54,504 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.128s
2026-02-18 17:25:54,504 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"audit_template_uuid": "20534797-3b35-4c0d-b3a3-fecc3a92ff2a", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:54 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/455d176c-3734-4a1c-81df-46cba31d6f76', '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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "name": "actuator-2026-02-18T17:25:54.439515", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/455d176c-3734-4a1c-81df-46cba31d6f76", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/455d176c-3734-4a1c-81df-46cba31d6f76", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:25:54.451159+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:25:54,586 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/455d176c-3734-4a1c-81df-46cba31d6f76 0.081s
2026-02-18 17:25:54,586 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:54 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/455d176c-3734-4a1c-81df-46cba31d6f76'}
Body: b'{"uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "name": "actuator-2026-02-18T17:25:54.439515", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/455d176c-3734-4a1c-81df-46cba31d6f76", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/455d176c-3734-4a1c-81df-46cba31d6f76", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:25:54+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:25:54+00:00"}'
2026-02-18 17:25:55,157 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/455d176c-3734-4a1c-81df-46cba31d6f76 0.069s
2026-02-18 17:25:55,157 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:55 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/455d176c-3734-4a1c-81df-46cba31d6f76'}
Body: b'{"uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "name": "actuator-2026-02-18T17:25:54.439515", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/455d176c-3734-4a1c-81df-46cba31d6f76", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/455d176c-3734-4a1c-81df-46cba31d6f76", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:25:54+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:25:54+00:00"}'
2026-02-18 17:25:55,157 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.652864 seconds
2026-02-18 17:25:55,240 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=455d176c-3734-4a1c-81df-46cba31d6f76 0.081s
2026-02-18 17:25:55,240 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:55 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=455d176c-3734-4a1c-81df-46cba31d6f76'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "554a174f-8b2a-4c5b-bb9c-053e54a0e490", "audit_uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "bookmark"}], "updated_at": null}]}'
2026-02-18 17:25:55,318 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490 0.077s
2026-02-18 17:25:55,319 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:55 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490'}
Body: b'{"efficacy_indicators": [], "uuid": "554a174f-8b2a-4c5b-bb9c-053e54a0e490", "audit_uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "bookmark"}], "hostname": null, "created_at": "2026-02-18T17:25:54+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:25:55,411 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490 0.091s
2026-02-18 17:25:55,412 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:55 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490'}
Body: b'{"efficacy_indicators": [], "uuid": "554a174f-8b2a-4c5b-bb9c-053e54a0e490", "audit_uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "bookmark"}], "hostname": null, "created_at": "2026-02-18T17:25:54+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:25:55+00:00"}'
2026-02-18 17:25:55,499 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490 0.086s
2026-02-18 17:25:55,499 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490'}
Body: b'{"efficacy_indicators": [], "uuid": "554a174f-8b2a-4c5b-bb9c-053e54a0e490", "audit_uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:25:54+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:25:55+00:00"}'
2026-02-18 17:25:56,596 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490 0.095s
2026-02-18 17:25:56,597 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:56 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490'}
Body: b'{"efficacy_indicators": [], "uuid": "554a174f-8b2a-4c5b-bb9c-053e54a0e490", "audit_uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:25:54+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:25:56+00:00"}'
2026-02-18 17:25:56,597 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 1.184642 seconds
2026-02-18 17:25:56,680 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490 0.082s
2026-02-18 17:25:56,680 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:56 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490'}
Body: b'{"efficacy_indicators": [], "uuid": "554a174f-8b2a-4c5b-bb9c-053e54a0e490", "audit_uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:25:54+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:25:56+00:00"}'
2026-02-18 17:25:56,756 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=554a174f-8b2a-4c5b-bb9c-053e54a0e490 0.074s
2026-02-18 17:25:56,756 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:56 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=554a174f-8b2a-4c5b-bb9c-053e54a0e490'}
Body: b'{"actions": [{"uuid": "e3513a8a-0b94-4768-bcc1-85d3b81c907c", "action_plan_uuid": "554a174f-8b2a-4c5b-bb9c-053e54a0e490", "state": "SUCCEEDED", "action_type": "nop", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/e3513a8a-0b94-4768-bcc1-85d3b81c907c", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/e3513a8a-0b94-4768-bcc1-85d3b81c907c", "rel": "bookmark"}]}]}'
2026-02-18 17:25:56,827 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.070s
2026-02-18 17:25:56,827 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:56 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=9d307310280c4216d5f4496f2c5be5a4; 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": "554a174f-8b2a-4c5b-bb9c-053e54a0e490", "audit_uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "bookmark"}], "updated_at": "2026-02-18T17:25:56+00:00"}]}'
2026-02-18 17:25:56,828 79 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.071025 seconds
2026-02-18 17:25:56,882 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.054s
2026-02-18 17:25:56,882 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:56 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/97eef972-5623-4934-8d0a-4a39b2006820", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/97eef972-5623-4934-8d0a-4a39b2006820", "rel": "bookmark"}], "created_at": "2026-02-18T16:53:17+00:00", "updated_at": null, "deleted_at": null}'
2026-02-18 17:25:56,950 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.067s
2026-02-18 17:25:56,951 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:56 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/be4b48d6-676d-459b-99f4-b36bce025303", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/be4b48d6-676d-459b-99f4-b36bce025303", "rel": "bookmark"}], "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2026-02-18 17:25:57,064 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.112s
2026-02-18 17:25:57,064 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"name": "86c3804b-0a22-4bd0-a925-a4fec59b9e15", "description": "tempest-test-audit_template-351254300", "goal": "97eef972-5623-4934-8d0a-4a39b2006820", "strategy": "be4b48d6-676d-459b-99f4-b36bce025303", "scope": []}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:56 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/ef0d0eb7-6138-4b15-bdc6-44864a434392', '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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "ef0d0eb7-6138-4b15-bdc6-44864a434392", "name": "86c3804b-0a22-4bd0-a925-a4fec59b9e15", "description": "tempest-test-audit_template-351254300", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/ef0d0eb7-6138-4b15-bdc6-44864a434392", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/ef0d0eb7-6138-4b15-bdc6-44864a434392", "rel": "bookmark"}], "scope": [], "created_at": "2026-02-18T17:25:57.043980+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:25:57,170 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.105s
2026-02-18 17:25:57,170 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"audit_template_uuid": "ef0d0eb7-6138-4b15-bdc6-44864a434392", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:57 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed', '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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "name": "actuator-2026-02-18T17:25:57.137274", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:25:57.148059+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:25:57,248 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed 0.074s
2026-02-18 17:25:57,248 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:57 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed'}
Body: b'{"uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "name": "actuator-2026-02-18T17:25:57.137274", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:25:57+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:25:57+00:00"}'
2026-02-18 17:25:57,831 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed 0.071s
2026-02-18 17:25:57,831 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:57 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed'}
Body: b'{"uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "name": "actuator-2026-02-18T17:25:57.137274", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:25:57+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:25:57+00:00"}'
2026-02-18 17:25:57,832 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.660971 seconds
2026-02-18 17:25:57,924 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed 0.092s
2026-02-18 17:25:57,925 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:57 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "audit_uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "bookmark"}], "updated_at": null}]}'
2026-02-18 17:25:57,999 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6 0.073s
2026-02-18 17:25:57,999 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:57 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6'}
Body: b'{"efficacy_indicators": [], "uuid": "3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "audit_uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "bookmark"}], "hostname": null, "created_at": "2026-02-18T17:25:57+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:25:58,115 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6 0.114s
2026-02-18 17:25:58,115 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:58 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6'}
Body: b'{"efficacy_indicators": [], "uuid": "3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "audit_uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "bookmark"}], "hostname": null, "created_at": "2026-02-18T17:25:57+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:25:58+00:00"}'
2026-02-18 17:25:58,186 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6 0.070s
2026-02-18 17:25:58,186 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6'}
Body: b'{"efficacy_indicators": [], "uuid": "3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "audit_uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:25:57+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:25:58+00:00"}'
2026-02-18 17:25:59,266 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6 0.077s
2026-02-18 17:25:59,266 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:25:59 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6'}
Body: b'{"efficacy_indicators": [], "uuid": "3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "audit_uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:25:57+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:25:58+00:00"}'
2026-02-18 17:26:00,340 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6 0.072s
2026-02-18 17:26:00,340 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:00 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6'}
Body: b'{"efficacy_indicators": [], "uuid": "3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "audit_uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:25:57+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:00+00:00"}'
2026-02-18 17:26:00,341 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 2.225711 seconds
2026-02-18 17:26:00,414 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6 0.073s
2026-02-18 17:26:00,415 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:00 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6'}
Body: b'{"efficacy_indicators": [], "uuid": "3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "audit_uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:25:57+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:00+00:00"}'
2026-02-18 17:26:00,487 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=3e5ce198-a6b7-455f-83ff-fd0e65d421e6 0.072s
2026-02-18 17:26:00,488 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:00 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=3e5ce198-a6b7-455f-83ff-fd0e65d421e6'}
Body: b'{"actions": [{"uuid": "d2dedec5-6aaa-481e-98ad-ca757c457c06", "action_plan_uuid": "3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "state": "SUCCEEDED", "action_type": "sleep", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/d2dedec5-6aaa-481e-98ad-ca757c457c06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/d2dedec5-6aaa-481e-98ad-ca757c457c06", "rel": "bookmark"}]}]}'
2026-02-18 17:26:00,569 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.080s
2026-02-18 17:26:00,569 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:00 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=9d307310280c4216d5f4496f2c5be5a4; 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": "554a174f-8b2a-4c5b-bb9c-053e54a0e490", "audit_uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "bookmark"}], "updated_at": "2026-02-18T17:25:56+00:00"}, {"efficacy_indicators": [], "uuid": "3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "audit_uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "bookmark"}], "updated_at": "2026-02-18T17:26:00+00:00"}]}'
2026-02-18 17:26:00,570 79 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.081679 seconds
2026-02-18 17:26:00,631 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.060s
2026-02-18 17:26:00,631 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:00 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/97eef972-5623-4934-8d0a-4a39b2006820", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/97eef972-5623-4934-8d0a-4a39b2006820", "rel": "bookmark"}], "created_at": "2026-02-18T16:53:17+00:00", "updated_at": null, "deleted_at": null}'
2026-02-18 17:26:00,697 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.064s
2026-02-18 17:26:00,697 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:00 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/be4b48d6-676d-459b-99f4-b36bce025303", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/be4b48d6-676d-459b-99f4-b36bce025303", "rel": "bookmark"}], "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2026-02-18 17:26:00,809 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.112s
2026-02-18 17:26:00,810 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"name": "9e20bae2-7770-40eb-acdb-66081d79ba4f", "description": "tempest-test-audit_template-2107218828", "goal": "97eef972-5623-4934-8d0a-4a39b2006820", "strategy": "be4b48d6-676d-459b-99f4-b36bce025303", "scope": []}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:00 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/3e4dbfe3-f38b-44c6-acd9-fad071b5dcd5', '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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "3e4dbfe3-f38b-44c6-acd9-fad071b5dcd5", "name": "9e20bae2-7770-40eb-acdb-66081d79ba4f", "description": "tempest-test-audit_template-2107218828", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/3e4dbfe3-f38b-44c6-acd9-fad071b5dcd5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/3e4dbfe3-f38b-44c6-acd9-fad071b5dcd5", "rel": "bookmark"}], "scope": [], "created_at": "2026-02-18T17:26:00.791003+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:26:00,954 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.143s
2026-02-18 17:26:00,954 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"audit_template_uuid": "3e4dbfe3-f38b-44c6-acd9-fad071b5dcd5", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "change_nova_service_state", "input_parameters": {"state": "enabled"}, "resource_id": "compute-0.ctlplane.example.com"}]}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:00 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/5ee71676-92d4-42cb-8470-03427a083a3e', '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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "5ee71676-92d4-42cb-8470-03427a083a3e", "name": "actuator-2026-02-18T17:26:00.874180", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "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/5ee71676-92d4-42cb-8470-03427a083a3e", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/5ee71676-92d4-42cb-8470-03427a083a3e", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:26:00.887000+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:26:01,048 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/5ee71676-92d4-42cb-8470-03427a083a3e 0.093s
2026-02-18 17:26:01,048 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:00 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/5ee71676-92d4-42cb-8470-03427a083a3e'}
Body: b'{"uuid": "5ee71676-92d4-42cb-8470-03427a083a3e", "name": "actuator-2026-02-18T17:26:00.874180", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "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/5ee71676-92d4-42cb-8470-03427a083a3e", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/5ee71676-92d4-42cb-8470-03427a083a3e", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:26:00+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:00+00:00"}'
2026-02-18 17:26:01,629 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/5ee71676-92d4-42cb-8470-03427a083a3e 0.079s
2026-02-18 17:26:01,629 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:01 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/5ee71676-92d4-42cb-8470-03427a083a3e'}
Body: b'{"uuid": "5ee71676-92d4-42cb-8470-03427a083a3e", "name": "actuator-2026-02-18T17:26:00.874180", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "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/5ee71676-92d4-42cb-8470-03427a083a3e", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/5ee71676-92d4-42cb-8470-03427a083a3e", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:26:00+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:01+00:00"}'
2026-02-18 17:26:01,630 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.675519 seconds
2026-02-18 17:26:01,700 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=5ee71676-92d4-42cb-8470-03427a083a3e 0.069s
2026-02-18 17:26:01,701 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:01 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=5ee71676-92d4-42cb-8470-03427a083a3e'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "audit_uuid": "5ee71676-92d4-42cb-8470-03427a083a3e", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "bookmark"}], "updated_at": null}]}'
2026-02-18 17:26:01,789 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43 0.088s
2026-02-18 17:26:01,790 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:01 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43'}
Body: b'{"efficacy_indicators": [], "uuid": "f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "audit_uuid": "5ee71676-92d4-42cb-8470-03427a083a3e", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "bookmark"}], "hostname": null, "created_at": "2026-02-18T17:26:01+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:26:01,886 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43 0.096s
2026-02-18 17:26:01,887 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:01 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43'}
Body: b'{"efficacy_indicators": [], "uuid": "f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "audit_uuid": "5ee71676-92d4-42cb-8470-03427a083a3e", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "bookmark"}], "hostname": null, "created_at": "2026-02-18T17:26:01+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:01+00:00"}'
2026-02-18 17:26:01,955 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43 0.067s
2026-02-18 17:26:01,955 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43'}
Body: b'{"efficacy_indicators": [], "uuid": "f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "audit_uuid": "5ee71676-92d4-42cb-8470-03427a083a3e", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:01+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:01+00:00"}'
2026-02-18 17:26:03,036 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43 0.078s
2026-02-18 17:26:03,037 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:02 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43'}
Body: b'{"efficacy_indicators": [], "uuid": "f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "audit_uuid": "5ee71676-92d4-42cb-8470-03427a083a3e", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:01+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:02+00:00"}'
2026-02-18 17:26:03,037 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 1.150089 seconds
2026-02-18 17:26:03,115 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43 0.077s
2026-02-18 17:26:03,115 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43'}
Body: b'{"efficacy_indicators": [], "uuid": "f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "audit_uuid": "5ee71676-92d4-42cb-8470-03427a083a3e", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:01+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:02+00:00"}'
2026-02-18 17:26:03,179 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=f3edb4c9-a4b0-4dea-96ec-d28f5d969b43 0.062s
2026-02-18 17:26:03,179 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:03 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=f3edb4c9-a4b0-4dea-96ec-d28f5d969b43'}
Body: b'{"actions": [{"uuid": "b9057cab-a754-4f5e-b080-90cae472fa42", "action_plan_uuid": "f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "state": "SUCCEEDED", "action_type": "change_nova_service_state", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/b9057cab-a754-4f5e-b080-90cae472fa42", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/b9057cab-a754-4f5e-b080-90cae472fa42", "rel": "bookmark"}]}]}'
2026-02-18 17:26:03,286 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.107s
2026-02-18 17:26:03,287 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:03 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-11b437e1-cbfa-447a-b79a-df116e436a58', 'x-compute-request-id': 'req-11b437e1-cbfa-447a-b79a-df116e436a58', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "bed670ac-5f2b-4fc5-8eae-e71525197f08", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:26:01.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "48ad06af-4eff-45a1-a388-0f4d009fbb06", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:25:55.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "128101b8-78df-429b-9ab6-fb3f5e544cfb", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:25:54.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "7b138faa-a64c-44af-9fac-f809b0f628bd", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:25:57.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "e6e704c8-1400-4c61-9795-c359ac2aba6d", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:25:58.000000", "disabled_reason": null, "forced_down": false}]}'
2026-02-18 17:26:03,431 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.142s
2026-02-18 17:26:03,432 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:03 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-87a0b297-5c35-48cb-9f4d-864e484e3c3c', 'x-compute-request-id': 'req-87a0b297-5c35-48cb-9f4d-864e484e3c3c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-02-18 17:26:03,574 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.134s
2026-02-18 17:26:03,575 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:03 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-faeab8ac-4406-4d3d-a99a-694b97ef7060', 'x-compute-request-id': 'req-faeab8ac-4406-4d3d-a99a-694b97ef7060', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "186965c3-edd5-4225-a608-18bd76499a7d", "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": "7b138faa-a64c-44af-9fac-f809b0f628bd", "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": ["lbrv", "tsc", "pse36", "pni", "avx", "topoext", "arch-capabilities", "xsave", "x2apic", "mca", "apic", "svme-addr-chk", "lm", "wbnoinvd", "vmcb-clean", "msr", "pclmuldq", "adx", "clwb", "umip", "skip-l1dfl-vmentry", "fpu", "hypervisor", "mds-no", "nx", "fxsr_opt", "tsc-deadline", "tsc_adjust", "fsgsbase", "sse", "pause-filter", "xsavec", "movbe", "ibpb", "pschange-mc-no", "clzero", "npt", "ibrs", "vme", "smep", "arat", "osvw", "bmi1", "cx8", "svm", "cr8legacy", "f16c", "sse4.1", "3dnowprefetch", "popcnt", "mmx", "perfctr_core", "cmp_legacy", "amd-ssbd", "fma", "pat", "sse4a", "mtrr", "cx16", "spec-ctrl", "syscall", "tsc-scale", "sep", "rdpid", "xsaveopt", "clflush", "sse2", "xgetbv1", "rdctl-no", "pse", "ssse3", "bmi2", "stibp", "rdtscp", "sha-ni", "fxsr", "ssbd", "pge", "misalignsse", "xsaveerptr", "mmxext", "mce", "cmov", "avx2", "pfthreshold", "smap", "nrip-save", "sse4.2", "virt-ssbd", "aes", "rdrand", "amd-stibp", "de", "pae", "lahf_lm", "clflushopt", "abm", "rdseed", "pdpe1gb"]}}, {"id": "34121a54-f7d2-49de-bad7-ad832f6162a4", "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": "e6e704c8-1400-4c61-9795-c359ac2aba6d", "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": ["cr8legacy", "movbe", "ibpb", "amd-stibp", "osvw", "xsavec", "fpu", "nx", "virt-ssbd", "de", "abm", "pschange-mc-no", "xgetbv1", "sha-ni", "misalignsse", "xsave", "skip-l1dfl-vmentry", "lm", "sse4a", "mmxext", "ibrs", "adx", "fxsr_opt", "smap", "rdrand", "bmi1", "tsc-deadline", "stibp", "svme-addr-chk", "syscall", "pfthreshold", "umip", "smep", "sse", "pae", "msr", "aes", "tsc_adjust", "arat", "pdpe1gb", "lbrv", "tsc-scale", "pat", "mds-no", "fxsr", "perfctr_core", "xsaveopt", "clzero", "3dnowprefetch", "amd-ssbd", "npt", "sse4.2", "topoext", "cmp_legacy", "avx2", "vme", "sep", "x2apic", "spec-ctrl", "pse", "pclmuldq", "pge", "mtrr", "avx", "cmov", "f16c", "cx8", "fma", "pse36", "clflush", "clwb", "mce", "rdtscp", "wbnoinvd", "ssse3", "bmi2", "rdctl-no", "apic", "cx16", "popcnt", "rdseed", "xsaveerptr", "fsgsbase", "hypervisor", "pni", "vmcb-clean", "arch-capabilities", "rdpid", "sse4.1", "clflushopt", "svm", "pause-filter", "mca", "nrip-save", "ssbd", "tsc", "lahf_lm", "sse2", "mmx"]}}]}'
2026-02-18 17:26:03,838 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/186965c3-edd5-4225-a608-18bd76499a7d/traits 0.257s
2026-02-18 17:26:03,838 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:03 GMT', 'server': 'Apache', 'last-modified': 'Wed, 18 Feb 2026 16:55:33 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-2686fa15-e9cf-47b2-aa75-bdaaa97e4e06', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=a3072ebef0b1c18765dbc52fc5c2ba05; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/186965c3-edd5-4225-a608-18bd76499a7d/traits'}
Body: b'{"traits": ["COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_IMAGE_TYPE_ISO", "HW_CPU_X86_SSE2", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SSE41", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_ACCELERATORS", "COMPUTE_VOLUME_EXTEND", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_VIOMMU_MODEL_INTEL", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_STORAGE_BUS_SATA", "HW_CPU_X86_SSSE3", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "HW_CPU_X86_SSE42", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_RESCUE_BFV", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "HW_CPU_X86_SSE", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NODE", "COMPUTE_IMAGE_TYPE_RAW"], "resource_provider_generation": 2}'
2026-02-18 17:26:04,178 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.333s
2026-02-18 17:26:04,179 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:03 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d71c3d8f-2559-4da3-892b-84064dd5bd3f', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=ce3826bb8578b2191ca826d7767beba2; 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": "48d0703ff8704dba87d73e2624419677", "name": "tempest-TestExecuteActionsViaActuator-126269834-project-member", "password_expires_at": null}, "audit_ids": ["4WgbkhFWTBWmCf_EpBHvfw"], "expires_at": "2026-02-18T18:26:04.000000Z", "issued_at": "2026-02-18T17:26:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b48b761a9814a449d7a14aa7ebcec5c", "name": "tempest-TestExecuteActionsViaActuator-126269834"}, "is_domain": false, "roles": [{"id": "e6a355b4fcaf47dc94cf5f0370efaafb", "name": "member"}, {"id": "ee1420e3a4cd40218be8588899e2d68b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "406db5121f10400a8e90e105d6ebf060", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "555750d32422496d9887415bc8ec9ff1", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "11ad57910bfb4482849c53367f23f86b", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "swift", "id": "25fae863b08248c59dee2ca595fa7029", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_5b48b761a9814a449d7a14aa7ebcec5c", "region": "regionOne"}, {"name": "swift", "id": "676c3093bf874b8289459bc70e0c50fd", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_5b48b761a9814a449d7a14aa7ebcec5c", "region": "regionOne"}], "id": "1d614e723dd34abd9e99c1b587f460d9", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "glance", "id": "0e3f8050a712464390836b4051b0c7c1", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "2f200bae4a0f41719c01f7d1bf192c0a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "3c8794f60e6b4a2f82a7bae190e46a6e", "type": "image", "name": "glance"}, {"endpoints": [{"name": "placement", "id": "6504a162abc44950ba10744ebac11b61", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "bb15a134161549d38e6b0ea34730fbe1", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "4e41faeecc7043bdbd92d3d468c795a9", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "56a3e97d14ef4e2aaef4dae7de75f301", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "cinderv3", "id": "15f3381644e544a793dad1cd6c74bdad", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "ac18559fbb3c4625a7f5d88eda4a2e78", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "5f690333432546a2a33895b874e972c5", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "barbican", "id": "1a847e029694498b8b5d7ad54f3396ac", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "bd98416742f64efc87f6c6930a113bc2", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "6d7c1f63ed66413681b65aba7afe19a9", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "neutron", "id": "5671f288ad2046d6a9743d751b6351ca", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "6a0e2a4ad50d4bd89bd983fe752435dc", "interface": "public", "region_id": "regionO
2026-02-18 17:26:04,179 79 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '376fc6f6-723a-4f6e-b03d-91f6d5ea7020', 'name': 'tempest-TestExecuteActionsViaActuator-1953845550-network', 'tenant_id': '5b48b761a9814a449d7a14aa7ebcec5c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b48b761a9814a449d7a14aa7ebcec5c', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64817, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-02-18T17:25:23Z', 'updated_at': '2026-02-18T17:25:23Z', 'revision_number': 1} available for tenant
2026-02-18 17:26:06,326 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.146s
2026-02-18 17:26:06,327 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestExecuteActionsViaActuator-server-1986993369", "imageRef": "f003b30f-360c-476a-8740-9c208513febf", "flavorRef": "0ae52155-7f17-4e96-8018-550f43b73891", "networks": [{"uuid": "376fc6f6-723a-4f6e-b03d-91f6d5ea7020"}]}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:04 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8', '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-ffacb319-f5f4-4b8f-94fe-d649e030b7c3', 'x-compute-request-id': 'req-ffacb319-f5f4-4b8f-94fe-d649e030b7c3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "zj39A8tiVMQN"}}'
2026-02-18 17:26:06,917 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 0.588s
2026-02-18 17:26:06,917 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:06 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-4cd8eb45-ffb8-46bd-a82b-cd7ea622bde7', 'x-compute-request-id': 'req-4cd8eb45-ffb8-46bd-a82b-cd7ea622bde7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b'{"server": {"id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "name": "tempest-TestExecuteActionsViaActuator-server-1986993369", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:06Z", "updated": "2026-02-18T17:26:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:08,604 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 0.677s
2026-02-18 17:26:08,605 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:08 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-a26e8014-ba8a-4151-947d-6bfa8dc5b8ac', 'x-compute-request-id': 'req-a26e8014-ba8a-4151-947d-6bfa8dc5b8ac', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b'{"server": {"id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "name": "tempest-TestExecuteActionsViaActuator-server-1986993369", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:06Z", "updated": "2026-02-18T17:26:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:10,218 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 0.604s
2026-02-18 17:26:10,218 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:09 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-f3fb23e6-29bd-4210-afa1-4903c1a23269', 'x-compute-request-id': 'req-f3fb23e6-29bd-4210-afa1-4903c1a23269', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b'{"server": {"id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "name": "tempest-TestExecuteActionsViaActuator-server-1986993369", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:06Z", "updated": "2026-02-18T17:26:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:10,229 79 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait
2026-02-18 17:26:11,730 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 0.499s
2026-02-18 17:26:11,730 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:11 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-f277c37d-725f-432c-aaeb-0de6962eeeb1', 'x-compute-request-id': 'req-f277c37d-725f-432c-aaeb-0de6962eeeb1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b'{"server": {"id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "name": "tempest-TestExecuteActionsViaActuator-server-1986993369", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:06Z", "updated": "2026-02-18T17:26:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:13,227 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 0.485s
2026-02-18 17:26:13,227 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:12 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-40614709-63e4-4c74-88c4-007354894c4e', 'x-compute-request-id': 'req-40614709-63e4-4c74-88c4-007354894c4e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b'{"server": {"id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "name": "tempest-TestExecuteActionsViaActuator-server-1986993369", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:06Z", "updated": "2026-02-18T17:26:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:14,680 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 0.445s
2026-02-18 17:26:14,680 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:14 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-410a8d95-a128-46fa-b0ff-47f07bc491bd', 'x-compute-request-id': 'req-410a8d95-a128-46fa-b0ff-47f07bc491bd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b'{"server": {"id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "name": "tempest-TestExecuteActionsViaActuator-server-1986993369", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:06Z", "updated": "2026-02-18T17:26:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:16,351 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 0.660s
2026-02-18 17:26:16,351 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:15 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-cf61ea3b-767f-4120-9ff8-d47e9691d5c1', 'x-compute-request-id': 'req-cf61ea3b-767f-4120-9ff8-d47e9691d5c1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b'{"server": {"id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "name": "tempest-TestExecuteActionsViaActuator-server-1986993369", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:06Z", "updated": "2026-02-18T17:26:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:18,434 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 1.072s
2026-02-18 17:26:18,434 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26: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-377d8da7-0b17-4109-86a0-1a45e81bae2c', 'x-compute-request-id': 'req-377d8da7-0b17-4109-86a0-1a45e81bae2c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b'{"server": {"id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "name": "tempest-TestExecuteActionsViaActuator-server-1986993369", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:06Z", "updated": "2026-02-18T17:26:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:20,329 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 0.884s
2026-02-18 17:26:20,330 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:19 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-e905c829-f6a5-4fd4-b74f-6dc6061836b4', 'x-compute-request-id': 'req-e905c829-f6a5-4fd4-b74f-6dc6061836b4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b'{"server": {"id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "name": "tempest-TestExecuteActionsViaActuator-server-1986993369", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:06Z", "updated": "2026-02-18T17:26:18Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:bd:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:26:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:20,338 79 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait
2026-02-18 17:26:21,227 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 0.889s
2026-02-18 17:26:21,228 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:20 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-303ee91b-6698-4aeb-99f9-cbc2936f53e6', 'x-compute-request-id': 'req-303ee91b-6698-4aeb-99f9-cbc2936f53e6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b'{"server": {"id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "name": "tempest-TestExecuteActionsViaActuator-server-1986993369", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:06Z", "updated": "2026-02-18T17:26:18Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:bd:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:26:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:21,696 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 0.461s
2026-02-18 17:26:21,697 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:21 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-4882e9bc-3032-4964-8853-4d3f1e054afc', 'x-compute-request-id': 'req-4882e9bc-3032-4964-8853-4d3f1e054afc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b'{"server": {"id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "name": "tempest-TestExecuteActionsViaActuator-server-1986993369", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:06Z", "updated": "2026-02-18T17:26:18Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:bd:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:26:18.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-eqpuur55", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-1986993369", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:21,704 79 DEBUG [watcher_tempest_plugin.services.base] Executing command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjlhODYzYzItMTcwZi00OTA5LTliNDUtOGQ2ZWQ5YzlmZmQ4Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NTgxNzA0In0gMjQwMDAwMDAwMDEuMCAxNzcxNDM1MjgxNzA0CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI5YTg2M2MyLTE3MGYtNDkwOS05YjQ1LThkNmVkOWM5ZmZkOCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTU4MTcwNCJ9IDQ4MDAwMDAwMDAxLjAgMTc3MTQzNTMxMTcwNApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiOWE4NjNjMi0xNzBmLTQ5MDktOWI0NS04ZDZlZDljOWZmZDgiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU1ODE3MDQifSA3MjAwMDAwMDAwMS4wIDE3NzE0MzUzNDE3MDQKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjlhODYzYzItMTcwZi00OTA5LTliNDUtOGQ2ZWQ5YzlmZmQ4Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NTgxNzA0In0gOTYwMDAwMDAwMDEuMCAxNzcxNDM1MzcxNzA0CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI5YTg2M2MyLTE3MGYtNDkwOS05YjQ1LThkNmVkOWM5ZmZkOCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTU4MTcwNCJ9IDEyMDAwMDAwMDAwMS4wIDE3NzE0MzU0MDE3MDQKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjlhODYzYzItMTcwZi00OTA5LTliNDUtOGQ2ZWQ5YzlmZmQ4Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NTgxNzA0In0gMTQ0MDAwMDAwMDAxLjAgMTc3MTQzNTQzMTcwNApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiOWE4NjNjMi0xNzBmLTQ5MDktOWI0NS04ZDZlZDljOWZmZDgiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU1ODE3MDQifSAxNjgwMDAwMDAwMDEuMCAxNzcxNDM1NDYxNzA0CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI5YTg2M2MyLTE3MGYtNDkwOS05YjQ1LThkNmVkOWM5ZmZkOCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTU4MTcwNCJ9IDE5MjAwMDAwMDAwMS4wIDE3NzE0MzU0OTE3MDQKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjlhODYzYzItMTcwZi00OTA5LTliNDUtOGQ2ZWQ5YzlmZmQ4Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NTgxNzA0In0gMjE2MDAwMDAwMDAxLjAgMTc3MTQzNTUyMTcwNApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiOWE4NjNjMi0xNzBmLTQ5MDktOWI0NS04ZDZlZDljOWZmZDgiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU1ODE3MDQifSAyNDAwMDAwMDAwMDEuMCAxNzcxNDM1NTUxNzA0Cg==" | 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.129.56.103'
2026-02-18 17:26:21,704 79 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.129.56.103:22' as 'zuul' with password None
2026-02-18 17:26:21,716 79 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-02-18 17:26:21,779 79 INFO [paramiko.transport] Authentication (publickey) successful!
2026-02-18 17:26:21,780 79 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.129.56.103 successfully created
2026-02-18 17:26:22,817 79 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2026-02-18 17:26:22,906 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/34121a54-f7d2-49de-bad7-ad832f6162a4/traits 0.088s
2026-02-18 17:26:22,906 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:22 GMT', 'server': 'Apache', 'last-modified': 'Wed, 18 Feb 2026 16:55:33 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-4b7f479e-3582-4884-8d3b-ad7cbf4cdbd9', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=a3072ebef0b1c18765dbc52fc5c2ba05; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/34121a54-f7d2-49de-bad7-ad832f6162a4/traits'}
Body: b'{"traits": ["COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_IMAGE_TYPE_ISO", "HW_CPU_X86_SSE2", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SSE41", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_ACCELERATORS", "COMPUTE_VOLUME_EXTEND", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_VIOMMU_MODEL_INTEL", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_STORAGE_BUS_SATA", "HW_CPU_X86_SSSE3", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "HW_CPU_X86_SSE42", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_RESCUE_BFV", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "HW_CPU_X86_SSE", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NODE", "COMPUTE_IMAGE_TYPE_RAW"], "resource_provider_generation": 2}'
2026-02-18 17:26:23,215 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.305s
2026-02-18 17:26:23,215 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:22 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d74902cd-0da8-4f6c-8d18-156d529ddc50', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=ce3826bb8578b2191ca826d7767beba2; 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": "48d0703ff8704dba87d73e2624419677", "name": "tempest-TestExecuteActionsViaActuator-126269834-project-member", "password_expires_at": null}, "audit_ids": ["YZyLZ5_oSa27zWQZINL_EQ"], "expires_at": "2026-02-18T18:26:23.000000Z", "issued_at": "2026-02-18T17:26:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b48b761a9814a449d7a14aa7ebcec5c", "name": "tempest-TestExecuteActionsViaActuator-126269834"}, "is_domain": false, "roles": [{"id": "e6a355b4fcaf47dc94cf5f0370efaafb", "name": "member"}, {"id": "ee1420e3a4cd40218be8588899e2d68b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "406db5121f10400a8e90e105d6ebf060", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "555750d32422496d9887415bc8ec9ff1", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "11ad57910bfb4482849c53367f23f86b", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "swift", "id": "25fae863b08248c59dee2ca595fa7029", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_5b48b761a9814a449d7a14aa7ebcec5c", "region": "regionOne"}, {"name": "swift", "id": "676c3093bf874b8289459bc70e0c50fd", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_5b48b761a9814a449d7a14aa7ebcec5c", "region": "regionOne"}], "id": "1d614e723dd34abd9e99c1b587f460d9", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "glance", "id": "0e3f8050a712464390836b4051b0c7c1", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "2f200bae4a0f41719c01f7d1bf192c0a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "3c8794f60e6b4a2f82a7bae190e46a6e", "type": "image", "name": "glance"}, {"endpoints": [{"name": "placement", "id": "6504a162abc44950ba10744ebac11b61", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "bb15a134161549d38e6b0ea34730fbe1", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "4e41faeecc7043bdbd92d3d468c795a9", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "56a3e97d14ef4e2aaef4dae7de75f301", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "cinderv3", "id": "15f3381644e544a793dad1cd6c74bdad", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "ac18559fbb3c4625a7f5d88eda4a2e78", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "5f690333432546a2a33895b874e972c5", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "barbican", "id": "1a847e029694498b8b5d7ad54f3396ac", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "bd98416742f64efc87f6c6930a113bc2", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "6d7c1f63ed66413681b65aba7afe19a9", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "neutron", "id": "5671f288ad2046d6a9743d751b6351ca", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "6a0e2a4ad50d4bd89bd983fe752435dc", "interface": "public", "region_id": "regionO
2026-02-18 17:26:23,216 79 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '376fc6f6-723a-4f6e-b03d-91f6d5ea7020', 'name': 'tempest-TestExecuteActionsViaActuator-1953845550-network', 'tenant_id': '5b48b761a9814a449d7a14aa7ebcec5c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b48b761a9814a449d7a14aa7ebcec5c', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64817, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-02-18T17:25:23Z', 'updated_at': '2026-02-18T17:25:23Z', 'revision_number': 1} available for tenant
2026-02-18 17:26:25,523 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.306s
2026-02-18 17:26:25,523 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestExecuteActionsViaActuator-server-1958665244", "imageRef": "f003b30f-360c-476a-8740-9c208513febf", "flavorRef": "0ae52155-7f17-4e96-8018-550f43b73891", "networks": [{"uuid": "376fc6f6-723a-4f6e-b03d-91f6d5ea7020"}]}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:23 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038', '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-8cb7d511-3a49-47e3-afb1-8774f0fed8ca', 'x-compute-request-id': 'req-8cb7d511-3a49-47e3-afb1-8774f0fed8ca', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "69d68bcd-71ce-45a5-b834-8d0188624038", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "adEg9RG86oQp"}}'
2026-02-18 17:26:25,744 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038 0.218s
2026-02-18 17:26:25,744 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:25 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-84156f92-1c8d-4711-9eed-56433b89e767', 'x-compute-request-id': 'req-84156f92-1c8d-4711-9eed-56433b89e767', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038'}
Body: b'{"server": {"id": "69d68bcd-71ce-45a5-b834-8d0188624038", "name": "tempest-TestExecuteActionsViaActuator-server-1958665244", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:25Z", "updated": "2026-02-18T17:26:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:27,218 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038 0.448s
2026-02-18 17:26:27,218 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:26 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-9dc2ee12-c1a0-4d9c-b8cc-df2ecd14d6c5', 'x-compute-request-id': 'req-9dc2ee12-c1a0-4d9c-b8cc-df2ecd14d6c5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038'}
Body: b'{"server": {"id": "69d68bcd-71ce-45a5-b834-8d0188624038", "name": "tempest-TestExecuteActionsViaActuator-server-1958665244", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:25Z", "updated": "2026-02-18T17:26:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:27,225 79 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait
2026-02-18 17:26:28,800 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038 0.574s
2026-02-18 17:26:28,801 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:28 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-42b1e0e0-fd37-43db-9407-d13d0d93cef8', 'x-compute-request-id': 'req-42b1e0e0-fd37-43db-9407-d13d0d93cef8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038'}
Body: b'{"server": {"id": "69d68bcd-71ce-45a5-b834-8d0188624038", "name": "tempest-TestExecuteActionsViaActuator-server-1958665244", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:25Z", "updated": "2026-02-18T17:26:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:31,485 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038 1.671s
2026-02-18 17:26:31,486 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:29 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-c4bd5a3d-0297-4891-a7f4-f67231f3e0e0', 'x-compute-request-id': 'req-c4bd5a3d-0297-4891-a7f4-f67231f3e0e0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038'}
Body: b'{"server": {"id": "69d68bcd-71ce-45a5-b834-8d0188624038", "name": "tempest-TestExecuteActionsViaActuator-server-1958665244", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:25Z", "updated": "2026-02-18T17:26:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:34,300 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038 1.802s
2026-02-18 17:26:34,300 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:32 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-14a6bb15-2ee3-4f89-bc7a-a2d9a1de276e', 'x-compute-request-id': 'req-14a6bb15-2ee3-4f89-bc7a-a2d9a1de276e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038'}
Body: b'{"server": {"id": "69d68bcd-71ce-45a5-b834-8d0188624038", "name": "tempest-TestExecuteActionsViaActuator-server-1958665244", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:25Z", "updated": "2026-02-18T17:26:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:37,246 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038 1.934s
2026-02-18 17:26:37,246 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:35 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-b5f3be56-0e87-4dc1-bbaf-ae82e81b0f29', 'x-compute-request-id': 'req-b5f3be56-0e87-4dc1-bbaf-ae82e81b0f29', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038'}
Body: b'{"server": {"id": "69d68bcd-71ce-45a5-b834-8d0188624038", "name": "tempest-TestExecuteActionsViaActuator-server-1958665244", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:25Z", "updated": "2026-02-18T17:26:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:39,181 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038 0.926s
2026-02-18 17:26:39,182 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26: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-b39691c8-a9de-4802-a911-4774b8283ef7', 'x-compute-request-id': 'req-b39691c8-a9de-4802-a911-4774b8283ef7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038'}
Body: b'{"server": {"id": "69d68bcd-71ce-45a5-b834-8d0188624038", "name": "tempest-TestExecuteActionsViaActuator-server-1958665244", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:25Z", "updated": "2026-02-18T17:26:35Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:e7:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:26:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:39,190 79 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait
2026-02-18 17:26:40,246 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038 1.054s
2026-02-18 17:26:40,247 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:39 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-70d7a05c-d11d-4bca-b972-6296bcb46ed1', 'x-compute-request-id': 'req-70d7a05c-d11d-4bca-b972-6296bcb46ed1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038'}
Body: b'{"server": {"id": "69d68bcd-71ce-45a5-b834-8d0188624038", "name": "tempest-TestExecuteActionsViaActuator-server-1958665244", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:25Z", "updated": "2026-02-18T17:26:35Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:e7:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:26:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:41,273 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038 1.004s
2026-02-18 17:26:41,274 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:40 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-29bdb772-c856-4656-8521-b00744e61d80', 'x-compute-request-id': 'req-29bdb772-c856-4656-8521-b00744e61d80', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038'}
Body: b'{"server": {"id": "69d68bcd-71ce-45a5-b834-8d0188624038", "name": "tempest-TestExecuteActionsViaActuator-server-1958665244", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:25Z", "updated": "2026-02-18T17:26:35Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:e7:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:26:35.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-ofhejnx5", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-1958665244", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-02-18 17:26:41,281 79 DEBUG [watcher_tempest_plugin.services.base] Executing command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNjlkNjhiY2QtNzFjZS00NWE1LWI4MzQtOGQwMTg4NjI0MDM4Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjAxMjgxIn0gMjQwMDAwMDAwMDEuMCAxNzcxNDM1MzAxMjgxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjY5ZDY4YmNkLTcxY2UtNDVhNS1iODM0LThkMDE4ODYyNDAzOCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTYwMTI4MSJ9IDQ4MDAwMDAwMDAxLjAgMTc3MTQzNTMzMTI4MQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI2OWQ2OGJjZC03MWNlLTQ1YTUtYjgzNC04ZDAxODg2MjQwMzgiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2MDEyODEifSA3MjAwMDAwMDAwMS4wIDE3NzE0MzUzNjEyODEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNjlkNjhiY2QtNzFjZS00NWE1LWI4MzQtOGQwMTg4NjI0MDM4Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjAxMjgxIn0gOTYwMDAwMDAwMDEuMCAxNzcxNDM1MzkxMjgxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjY5ZDY4YmNkLTcxY2UtNDVhNS1iODM0LThkMDE4ODYyNDAzOCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTYwMTI4MSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzE0MzU0MjEyODEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNjlkNjhiY2QtNzFjZS00NWE1LWI4MzQtOGQwMTg4NjI0MDM4Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjAxMjgxIn0gMTQ0MDAwMDAwMDAxLjAgMTc3MTQzNTQ1MTI4MQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI2OWQ2OGJjZC03MWNlLTQ1YTUtYjgzNC04ZDAxODg2MjQwMzgiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2MDEyODEifSAxNjgwMDAwMDAwMDEuMCAxNzcxNDM1NDgxMjgxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjY5ZDY4YmNkLTcxY2UtNDVhNS1iODM0LThkMDE4ODYyNDAzOCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTYwMTI4MSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzE0MzU1MTEyODEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNjlkNjhiY2QtNzFjZS00NWE1LWI4MzQtOGQwMTg4NjI0MDM4Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjAxMjgxIn0gMjE2MDAwMDAwMDAxLjAgMTc3MTQzNTU0MTI4MQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI2OWQ2OGJjZC03MWNlLTQ1YTUtYjgzNC04ZDAxODg2MjQwMzgiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2MDEyODEifSAyNDAwMDAwMDAwMDEuMCAxNzcxNDM1NTcxMjgxCg==" | 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.129.56.103'
2026-02-18 17:26:41,282 79 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.129.56.103:22' as 'zuul' with password None
2026-02-18 17:26:41,298 79 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-02-18 17:26:41,356 79 INFO [paramiko.transport] Authentication (publickey) successful!
2026-02-18 17:26:41,357 79 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.129.56.103 successfully created
2026-02-18 17:26:41,955 79 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2026-02-18 17:26:42,048 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/flavors 0.092s
2026-02-18 17:26:42,048 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:41 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-967a0e83-d1ce-45d4-bffc-4e9178763410', 'x-compute-request-id': 'req-967a0e83-d1ce-45d4-bffc-4e9178763410', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "0ae52155-7f17-4e96-8018-550f43b73891", "name": "m1.nano", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/0ae52155-7f17-4e96-8018-550f43b73891"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/0ae52155-7f17-4e96-8018-550f43b73891"}], "description": null}, {"id": "4d22ebf3-9229-4b5d-b514-77e93e5590aa", "name": "m1.micro", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/4d22ebf3-9229-4b5d-b514-77e93e5590aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/4d22ebf3-9229-4b5d-b514-77e93e5590aa"}], "description": null}]}'
2026-02-18 17:26:42,167 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.115s
2026-02-18 17:26:42,167 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:42 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=9d307310280c4216d5f4496f2c5be5a4; 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": "554a174f-8b2a-4c5b-bb9c-053e54a0e490", "audit_uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "bookmark"}], "updated_at": "2026-02-18T17:25:56+00:00"}, {"efficacy_indicators": [], "uuid": "3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "audit_uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "bookmark"}], "updated_at": "2026-02-18T17:26:00+00:00"}, {"efficacy_indicators": [], "uuid": "f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "audit_uuid": "5ee71676-92d4-42cb-8470-03427a083a3e", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "bookmark"}], "updated_at": "2026-02-18T17:26:02+00:00"}]}'
2026-02-18 17:26:42,167 79 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.116260 seconds
2026-02-18 17:26:42,251 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.083s
2026-02-18 17:26:42,252 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:42 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/97eef972-5623-4934-8d0a-4a39b2006820", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/97eef972-5623-4934-8d0a-4a39b2006820", "rel": "bookmark"}], "created_at": "2026-02-18T16:53:17+00:00", "updated_at": null, "deleted_at": null}'
2026-02-18 17:26:42,328 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.075s
2026-02-18 17:26:42,328 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:42 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/be4b48d6-676d-459b-99f4-b36bce025303", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/be4b48d6-676d-459b-99f4-b36bce025303", "rel": "bookmark"}], "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2026-02-18 17:26:42,428 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.099s
2026-02-18 17:26:42,428 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"name": "0755932a-765d-489a-8dbf-21cae42582dc", "description": "tempest-test-audit_template-551073658", "goal": "97eef972-5623-4934-8d0a-4a39b2006820", "strategy": "be4b48d6-676d-459b-99f4-b36bce025303", "scope": []}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:42 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/0100e62d-301c-4158-ae7e-6b5d8b8ea7c8', '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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "0100e62d-301c-4158-ae7e-6b5d8b8ea7c8", "name": "0755932a-765d-489a-8dbf-21cae42582dc", "description": "tempest-test-audit_template-551073658", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/0100e62d-301c-4158-ae7e-6b5d8b8ea7c8", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/0100e62d-301c-4158-ae7e-6b5d8b8ea7c8", "rel": "bookmark"}], "scope": [], "created_at": "2026-02-18T17:26:42.405728+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:26:42,536 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.107s
2026-02-18 17:26:42,537 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"audit_template_uuid": "0100e62d-301c-4158-ae7e-6b5d8b8ea7c8", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "resize", "resource_id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "input_parameters": {"flavor": "m1.micro"}}]}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:42 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/3885ecfb-bfd3-493d-8da5-b2e80e6c8142', '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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "name": "actuator-2026-02-18T17:26:42.495896", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "resize", "resource_id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "input_parameters": {"flavor": "m1.micro"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:26:42.506709+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:26:42,602 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/3885ecfb-bfd3-493d-8da5-b2e80e6c8142 0.065s
2026-02-18 17:26:42,602 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:42 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/3885ecfb-bfd3-493d-8da5-b2e80e6c8142'}
Body: b'{"uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "name": "actuator-2026-02-18T17:26:42.495896", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "resize", "resource_id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "input_parameters": {"flavor": "m1.micro"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:42+00:00"}'
2026-02-18 17:26:43,225 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/3885ecfb-bfd3-493d-8da5-b2e80e6c8142 0.121s
2026-02-18 17:26:43,226 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:43 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/3885ecfb-bfd3-493d-8da5-b2e80e6c8142'}
Body: b'{"uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "name": "actuator-2026-02-18T17:26:42.495896", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "resize", "resource_id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "input_parameters": {"flavor": "m1.micro"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:42+00:00"}'
2026-02-18 17:26:43,226 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.688981 seconds
2026-02-18 17:26:43,309 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=3885ecfb-bfd3-493d-8da5-b2e80e6c8142 0.082s
2026-02-18 17:26:43,310 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:43 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=3885ecfb-bfd3-493d-8da5-b2e80e6c8142'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "updated_at": null}]}'
2026-02-18 17:26:43,405 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.094s
2026-02-18 17:26:43,405 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:43 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": null, "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:26:43,548 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.141s
2026-02-18 17:26:43,549 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:43 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": null, "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:43,666 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.116s
2026-02-18 17:26:43,667 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:43 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:44,763 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.094s
2026-02-18 17:26:44,763 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:44 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:45,842 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.077s
2026-02-18 17:26:45,842 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:45 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:46,923 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.078s
2026-02-18 17:26:46,923 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:46 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:48,042 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.117s
2026-02-18 17:26:48,042 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:47 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:49,146 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.102s
2026-02-18 17:26:49,146 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:50,215 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.067s
2026-02-18 17:26:50,215 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:50 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:51,293 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.076s
2026-02-18 17:26:51,294 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:52,388 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.092s
2026-02-18 17:26:52,388 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:53,467 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.077s
2026-02-18 17:26:53,467 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:54,552 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.082s
2026-02-18 17:26:54,552 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:55,627 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.073s
2026-02-18 17:26:55,628 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:56,716 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.086s
2026-02-18 17:26:56,716 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:57,784 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.067s
2026-02-18 17:26:57,785 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:58,866 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.079s
2026-02-18 17:26:58,866 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:26:59,951 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.084s
2026-02-18 17:26:59,951 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:26:59 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:27:01,041 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.089s
2026-02-18 17:27:01,042 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:27:02,130 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.086s
2026-02-18 17:27:02,131 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:27:03,215 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.082s
2026-02-18 17:27:03,215 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:27:04,319 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.101s
2026-02-18 17:27:04,319 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:26:43+00:00"}'
2026-02-18 17:27:05,397 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.076s
2026-02-18 17:27:05,397 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:05 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:27:05+00:00"}'
2026-02-18 17:27:05,397 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 21.848499 seconds
2026-02-18 17:27:05,485 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.087s
2026-02-18 17:27:05,485 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:05 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:26:42+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:27:05+00:00"}'
2026-02-18 17:27:05,574 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=c53e2c70-d466-41c8-9282-6c0f3170a618 0.088s
2026-02-18 17:27:05,574 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:05 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b'{"actions": [{"uuid": "43571a65-c38d-47ae-a640-584019bb6a00", "action_plan_uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "state": "SUCCEEDED", "action_type": "resize", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/43571a65-c38d-47ae-a640-584019bb6a00", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/43571a65-c38d-47ae-a640-584019bb6a00", "rel": "bookmark"}]}]}'
2026-02-18 17:27:05,663 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.086s
2026-02-18 17:27:05,664 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:05 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-8063a29e-9e4d-4696-87b4-8eaa074c1e35', 'x-compute-request-id': 'req-8063a29e-9e4d-4696-87b4-8eaa074c1e35', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "bed670ac-5f2b-4fc5-8eae-e71525197f08", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:27:01.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "48ad06af-4eff-45a1-a388-0f4d009fbb06", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:27:05.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "128101b8-78df-429b-9ab6-fb3f5e544cfb", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:27:04.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "7b138faa-a64c-44af-9fac-f809b0f628bd", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:26:57.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "e6e704c8-1400-4c61-9795-c359ac2aba6d", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:26:58.000000", "disabled_reason": null, "forced_down": false}]}'
2026-02-18 17:27:05,810 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.143s
2026-02-18 17:27:05,811 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:05 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-5a076c46-75d1-4a98-a954-d1e2774fe55a', 'x-compute-request-id': 'req-5a076c46-75d1-4a98-a954-d1e2774fe55a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-02-18 17:27:05,911 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.092s
2026-02-18 17:27:05,911 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:05 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-fa344546-1548-435b-9621-b97cb4951e8d', 'x-compute-request-id': 'req-fa344546-1548-435b-9621-b97cb4951e8d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "186965c3-edd5-4225-a608-18bd76499a7d", "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": "7b138faa-a64c-44af-9fac-f809b0f628bd", "host": "compute-0.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": ["lbrv", "tsc", "pse36", "pni", "avx", "topoext", "arch-capabilities", "xsave", "x2apic", "mca", "apic", "svme-addr-chk", "lm", "wbnoinvd", "vmcb-clean", "msr", "pclmuldq", "adx", "clwb", "umip", "skip-l1dfl-vmentry", "fpu", "hypervisor", "mds-no", "nx", "fxsr_opt", "tsc-deadline", "tsc_adjust", "fsgsbase", "sse", "pause-filter", "xsavec", "movbe", "ibpb", "pschange-mc-no", "clzero", "npt", "ibrs", "vme", "smep", "arat", "osvw", "bmi1", "cx8", "svm", "cr8legacy", "f16c", "sse4.1", "3dnowprefetch", "popcnt", "mmx", "perfctr_core", "cmp_legacy", "amd-ssbd", "fma", "pat", "sse4a", "mtrr", "cx16", "spec-ctrl", "syscall", "tsc-scale", "sep", "rdpid", "xsaveopt", "clflush", "sse2", "xgetbv1", "rdctl-no", "pse", "ssse3", "bmi2", "stibp", "rdtscp", "sha-ni", "fxsr", "ssbd", "pge", "misalignsse", "xsaveerptr", "mmxext", "mce", "cmov", "avx2", "pfthreshold", "smap", "nrip-save", "sse4.2", "virt-ssbd", "aes", "rdrand", "amd-stibp", "de", "pae", "lahf_lm", "clflushopt", "abm", "rdseed", "pdpe1gb"]}}, {"id": "34121a54-f7d2-49de-bad7-ad832f6162a4", "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": "e6e704c8-1400-4c61-9795-c359ac2aba6d", "host": "compute-1.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": 1, "running_vms": 1, "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": ["cr8legacy", "movbe", "ibpb", "amd-stibp", "osvw", "xsavec", "fpu", "nx", "virt-ssbd", "de", "abm", "pschange-mc-no", "xgetbv1", "sha-ni", "misalignsse", "xsave", "skip-l1dfl-vmentry", "lm", "sse4a", "mmxext", "ibrs", "adx", "fxsr_opt", "smap", "rdrand", "bmi1", "tsc-deadline", "stibp", "svme-addr-chk", "syscall", "pfthreshold", "umip", "smep", "sse", "pae", "msr", "aes", "tsc_adjust", "arat", "pdpe1gb", "lbrv", "tsc-scale", "pat", "mds-no", "fxsr", "perfctr_core", "xsaveopt", "clzero", "3dnowprefetch", "amd-ssbd", "npt", "sse4.2", "topoext", "cmp_legacy", "avx2", "vme", "sep", "x2apic", "spec-ctrl", "pse", "pclmuldq", "pge", "mtrr", "avx", "cmov", "f16c", "cx8", "fma", "pse36", "clflush", "clwb", "mce", "rdtscp", "wbnoinvd", "ssse3", "bmi2", "rdctl-no", "apic", "cx16", "popcnt", "rdseed", "xsaveerptr", "fsgsbase", "hypervisor", "pni", "vmcb-clean", "arch-capabilities", "rdpid", "sse4.1", "clflushopt", "svm", "pause-filter", "mca", "nrip-save", "ssbd", "tsc", "lahf_lm", "sse2", "mmx"]}}]}'
2026-02-18 17:27:05,957 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/186965c3-edd5-4225-a608-18bd76499a7d/traits 0.039s
2026-02-18 17:27:05,957 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:05 GMT', 'server': 'Apache', 'last-modified': 'Wed, 18 Feb 2026 16:55:33 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-16be4c4f-0637-4f3d-80e3-b8adb8c27d38', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=a3072ebef0b1c18765dbc52fc5c2ba05; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/186965c3-edd5-4225-a608-18bd76499a7d/traits'}
Body: b'{"traits": ["COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_IMAGE_TYPE_ISO", "HW_CPU_X86_SSE2", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SSE41", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_ACCELERATORS", "COMPUTE_VOLUME_EXTEND", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_VIOMMU_MODEL_INTEL", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_STORAGE_BUS_SATA", "HW_CPU_X86_SSSE3", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "HW_CPU_X86_SSE42", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_RESCUE_BFV", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "HW_CPU_X86_SSE", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NODE", "COMPUTE_IMAGE_TYPE_RAW"], "resource_provider_generation": 6}'
2026-02-18 17:27:06,303 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.341s
2026-02-18 17:27:06,303 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:05 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7f0867f1-76eb-4e51-b476-6ca8feb9f167', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=ce3826bb8578b2191ca826d7767beba2; 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": "48d0703ff8704dba87d73e2624419677", "name": "tempest-TestExecuteActionsViaActuator-126269834-project-member", "password_expires_at": null}, "audit_ids": ["Kjq6r0O6SMK4XJRQfm_a5Q"], "expires_at": "2026-02-18T18:27:06.000000Z", "issued_at": "2026-02-18T17:27:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b48b761a9814a449d7a14aa7ebcec5c", "name": "tempest-TestExecuteActionsViaActuator-126269834"}, "is_domain": false, "roles": [{"id": "e6a355b4fcaf47dc94cf5f0370efaafb", "name": "member"}, {"id": "ee1420e3a4cd40218be8588899e2d68b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "406db5121f10400a8e90e105d6ebf060", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "555750d32422496d9887415bc8ec9ff1", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "11ad57910bfb4482849c53367f23f86b", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "swift", "id": "25fae863b08248c59dee2ca595fa7029", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_5b48b761a9814a449d7a14aa7ebcec5c", "region": "regionOne"}, {"name": "swift", "id": "676c3093bf874b8289459bc70e0c50fd", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_5b48b761a9814a449d7a14aa7ebcec5c", "region": "regionOne"}], "id": "1d614e723dd34abd9e99c1b587f460d9", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "glance", "id": "0e3f8050a712464390836b4051b0c7c1", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "2f200bae4a0f41719c01f7d1bf192c0a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "3c8794f60e6b4a2f82a7bae190e46a6e", "type": "image", "name": "glance"}, {"endpoints": [{"name": "placement", "id": "6504a162abc44950ba10744ebac11b61", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "bb15a134161549d38e6b0ea34730fbe1", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "4e41faeecc7043bdbd92d3d468c795a9", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "56a3e97d14ef4e2aaef4dae7de75f301", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "cinderv3", "id": "15f3381644e544a793dad1cd6c74bdad", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "ac18559fbb3c4625a7f5d88eda4a2e78", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "5f690333432546a2a33895b874e972c5", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "barbican", "id": "1a847e029694498b8b5d7ad54f3396ac", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "bd98416742f64efc87f6c6930a113bc2", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "6d7c1f63ed66413681b65aba7afe19a9", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "neutron", "id": "5671f288ad2046d6a9743d751b6351ca", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "6a0e2a4ad50d4bd89bd983fe752435dc", "interface": "public", "region_id": "regionO
2026-02-18 17:27:06,304 79 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '376fc6f6-723a-4f6e-b03d-91f6d5ea7020', 'name': 'tempest-TestExecuteActionsViaActuator-1953845550-network', 'tenant_id': '5b48b761a9814a449d7a14aa7ebcec5c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b48b761a9814a449d7a14aa7ebcec5c', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64817, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-02-18T17:25:23Z', 'updated_at': '2026-02-18T17:25:23Z', 'revision_number': 1} available for tenant
2026-02-18 17:27:08,015 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.709s
2026-02-18 17:27:08,015 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestExecuteActionsViaActuator-server-631405177", "imageRef": "f003b30f-360c-476a-8740-9c208513febf", "flavorRef": "0ae52155-7f17-4e96-8018-550f43b73891", "networks": [{"uuid": "376fc6f6-723a-4f6e-b03d-91f6d5ea7020"}]}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:06 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6', '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-8d00090e-2ddd-4d8c-8986-513bd3745613', 'x-compute-request-id': 'req-8d00090e-2ddd-4d8c-8986-513bd3745613', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "28ebee02-db2d-453b-8e36-3eaa4a78dce6", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "J7Y35hniGrh4"}}'
2026-02-18 17:27:08,238 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6 0.219s
2026-02-18 17:27:08,238 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:08 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-7af63c56-2820-4e09-b31d-8134937df3bd', 'x-compute-request-id': 'req-7af63c56-2820-4e09-b31d-8134937df3bd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6'}
Body: b'{"server": {"id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6", "name": "tempest-TestExecuteActionsViaActuator-server-631405177", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:07Z", "updated": "2026-02-18T17:27:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:10,244 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6 0.995s
2026-02-18 17:27:10,244 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:09 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-82c23790-77d4-43e1-8b34-0379f91d0491', 'x-compute-request-id': 'req-82c23790-77d4-43e1-8b34-0379f91d0491', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6'}
Body: b'{"server": {"id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6", "name": "tempest-TestExecuteActionsViaActuator-server-631405177", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:07Z", "updated": "2026-02-18T17:27:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:10,252 79 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait
2026-02-18 17:27:12,464 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6 1.208s
2026-02-18 17:27:12,464 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:11 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-5926e12a-b553-49f6-b6c1-58e1ca6b9aee', 'x-compute-request-id': 'req-5926e12a-b553-49f6-b6c1-58e1ca6b9aee', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6'}
Body: b'{"server": {"id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6", "name": "tempest-TestExecuteActionsViaActuator-server-631405177", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:07Z", "updated": "2026-02-18T17:27:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:14,472 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6 0.987s
2026-02-18 17:27:14,474 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:13 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-0a7ea8a7-232c-490b-a2dd-e2eabc34a9f1', 'x-compute-request-id': 'req-0a7ea8a7-232c-490b-a2dd-e2eabc34a9f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6'}
Body: b'{"server": {"id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6", "name": "tempest-TestExecuteActionsViaActuator-server-631405177", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:07Z", "updated": "2026-02-18T17:27:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:16,413 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6 0.923s
2026-02-18 17:27:16,413 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:15 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-89c8da79-c1ee-498e-b9ea-bb4901ed4a61', 'x-compute-request-id': 'req-89c8da79-c1ee-498e-b9ea-bb4901ed4a61', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6'}
Body: b'{"server": {"id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6", "name": "tempest-TestExecuteActionsViaActuator-server-631405177", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:07Z", "updated": "2026-02-18T17:27:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:18,281 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6 0.856s
2026-02-18 17:27:18,281 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:17 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-e764f2e5-13aa-4cc7-a126-2d9da80517f1', 'x-compute-request-id': 'req-e764f2e5-13aa-4cc7-a126-2d9da80517f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6'}
Body: b'{"server": {"id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6", "name": "tempest-TestExecuteActionsViaActuator-server-631405177", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:07Z", "updated": "2026-02-18T17:27:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:21,280 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6 1.983s
2026-02-18 17:27:21,281 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:19 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-32e77ea7-72fd-4062-b792-f634449f28f0', 'x-compute-request-id': 'req-32e77ea7-72fd-4062-b792-f634449f28f0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6'}
Body: b'{"server": {"id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6", "name": "tempest-TestExecuteActionsViaActuator-server-631405177", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:07Z", "updated": "2026-02-18T17:27:17Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:5b:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:27:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:21,297 79 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait
2026-02-18 17:27:23,261 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6 1.962s
2026-02-18 17:27:23,262 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:21 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-48518aa8-2d3b-4f27-bb39-68f1a533790f', 'x-compute-request-id': 'req-48518aa8-2d3b-4f27-bb39-68f1a533790f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6'}
Body: b'{"server": {"id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6", "name": "tempest-TestExecuteActionsViaActuator-server-631405177", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:07Z", "updated": "2026-02-18T17:27:17Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:5b:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:27:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:24,282 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6 0.995s
2026-02-18 17:27:24,283 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:23 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-091743a7-0c07-42c6-8015-bd20d3de37a8', 'x-compute-request-id': 'req-091743a7-0c07-42c6-8015-bd20d3de37a8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6'}
Body: b'{"server": {"id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6", "name": "tempest-TestExecuteActionsViaActuator-server-631405177", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:07Z", "updated": "2026-02-18T17:27:17Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:5b:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:27:17.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-x5tg31t1", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-631405177", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:24,294 79 DEBUG [watcher_tempest_plugin.services.base] Executing command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMjhlYmVlMDItZGIyZC00NTNiLThlMzYtM2VhYTRhNzhkY2U2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjQ0Mjk0In0gMjQwMDAwMDAwMDEuMCAxNzcxNDM1MzQ0Mjk0CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjI4ZWJlZTAyLWRiMmQtNDUzYi04ZTM2LTNlYWE0YTc4ZGNlNiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTY0NDI5NCJ9IDQ4MDAwMDAwMDAxLjAgMTc3MTQzNTM3NDI5NApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIyOGViZWUwMi1kYjJkLTQ1M2ItOGUzNi0zZWFhNGE3OGRjZTYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2NDQyOTQifSA3MjAwMDAwMDAwMS4wIDE3NzE0MzU0MDQyOTQKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMjhlYmVlMDItZGIyZC00NTNiLThlMzYtM2VhYTRhNzhkY2U2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjQ0Mjk0In0gOTYwMDAwMDAwMDEuMCAxNzcxNDM1NDM0Mjk0CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjI4ZWJlZTAyLWRiMmQtNDUzYi04ZTM2LTNlYWE0YTc4ZGNlNiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTY0NDI5NCJ9IDEyMDAwMDAwMDAwMS4wIDE3NzE0MzU0NjQyOTQKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMjhlYmVlMDItZGIyZC00NTNiLThlMzYtM2VhYTRhNzhkY2U2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjQ0Mjk0In0gMTQ0MDAwMDAwMDAxLjAgMTc3MTQzNTQ5NDI5NApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIyOGViZWUwMi1kYjJkLTQ1M2ItOGUzNi0zZWFhNGE3OGRjZTYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2NDQyOTQifSAxNjgwMDAwMDAwMDEuMCAxNzcxNDM1NTI0Mjk0CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjI4ZWJlZTAyLWRiMmQtNDUzYi04ZTM2LTNlYWE0YTc4ZGNlNiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTY0NDI5NCJ9IDE5MjAwMDAwMDAwMS4wIDE3NzE0MzU1NTQyOTQKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMjhlYmVlMDItZGIyZC00NTNiLThlMzYtM2VhYTRhNzhkY2U2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjQ0Mjk0In0gMjE2MDAwMDAwMDAxLjAgMTc3MTQzNTU4NDI5NApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIyOGViZWUwMi1kYjJkLTQ1M2ItOGUzNi0zZWFhNGE3OGRjZTYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2NDQyOTQifSAyNDAwMDAwMDAwMDEuMCAxNzcxNDM1NjE0Mjk0Cg==" | 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.129.56.103'
2026-02-18 17:27:24,294 79 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.129.56.103:22' as 'zuul' with password None
2026-02-18 17:27:24,310 79 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-02-18 17:27:24,378 79 INFO [paramiko.transport] Authentication (publickey) successful!
2026-02-18 17:27:24,379 79 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.129.56.103 successfully created
2026-02-18 17:27:24,785 79 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2026-02-18 17:27:24,835 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/34121a54-f7d2-49de-bad7-ad832f6162a4/traits 0.049s
2026-02-18 17:27:24,835 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:24 GMT', 'server': 'Apache', 'last-modified': 'Wed, 18 Feb 2026 16:55:33 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-3e439e3f-133a-4374-b901-9887689340a2', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=a3072ebef0b1c18765dbc52fc5c2ba05; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/34121a54-f7d2-49de-bad7-ad832f6162a4/traits'}
Body: b'{"traits": ["COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_IMAGE_TYPE_ISO", "HW_CPU_X86_SSE2", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SSE41", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_ACCELERATORS", "COMPUTE_VOLUME_EXTEND", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_VIOMMU_MODEL_INTEL", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_STORAGE_BUS_SATA", "HW_CPU_X86_SSSE3", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "HW_CPU_X86_SSE42", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_RESCUE_BFV", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "HW_CPU_X86_SSE", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NODE", "COMPUTE_IMAGE_TYPE_RAW"], "resource_provider_generation": 4}'
2026-02-18 17:27:25,159 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.318s
2026-02-18 17:27:25,159 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:24 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d054dd30-64f2-4b11-b8a9-599fd8c12225', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=ce3826bb8578b2191ca826d7767beba2; 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": "48d0703ff8704dba87d73e2624419677", "name": "tempest-TestExecuteActionsViaActuator-126269834-project-member", "password_expires_at": null}, "audit_ids": ["wNgtZXRiT5CINZ-7rviaCA"], "expires_at": "2026-02-18T18:27:25.000000Z", "issued_at": "2026-02-18T17:27:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b48b761a9814a449d7a14aa7ebcec5c", "name": "tempest-TestExecuteActionsViaActuator-126269834"}, "is_domain": false, "roles": [{"id": "e6a355b4fcaf47dc94cf5f0370efaafb", "name": "member"}, {"id": "ee1420e3a4cd40218be8588899e2d68b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "406db5121f10400a8e90e105d6ebf060", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "555750d32422496d9887415bc8ec9ff1", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "11ad57910bfb4482849c53367f23f86b", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "swift", "id": "25fae863b08248c59dee2ca595fa7029", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_5b48b761a9814a449d7a14aa7ebcec5c", "region": "regionOne"}, {"name": "swift", "id": "676c3093bf874b8289459bc70e0c50fd", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_5b48b761a9814a449d7a14aa7ebcec5c", "region": "regionOne"}], "id": "1d614e723dd34abd9e99c1b587f460d9", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "glance", "id": "0e3f8050a712464390836b4051b0c7c1", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "2f200bae4a0f41719c01f7d1bf192c0a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "3c8794f60e6b4a2f82a7bae190e46a6e", "type": "image", "name": "glance"}, {"endpoints": [{"name": "placement", "id": "6504a162abc44950ba10744ebac11b61", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "bb15a134161549d38e6b0ea34730fbe1", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "4e41faeecc7043bdbd92d3d468c795a9", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "56a3e97d14ef4e2aaef4dae7de75f301", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "cinderv3", "id": "15f3381644e544a793dad1cd6c74bdad", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "ac18559fbb3c4625a7f5d88eda4a2e78", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "5f690333432546a2a33895b874e972c5", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "barbican", "id": "1a847e029694498b8b5d7ad54f3396ac", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "bd98416742f64efc87f6c6930a113bc2", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "6d7c1f63ed66413681b65aba7afe19a9", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "neutron", "id": "5671f288ad2046d6a9743d751b6351ca", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "6a0e2a4ad50d4bd89bd983fe752435dc", "interface": "public", "region_id": "regionO
2026-02-18 17:27:25,160 79 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '376fc6f6-723a-4f6e-b03d-91f6d5ea7020', 'name': 'tempest-TestExecuteActionsViaActuator-1953845550-network', 'tenant_id': '5b48b761a9814a449d7a14aa7ebcec5c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b48b761a9814a449d7a14aa7ebcec5c', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64817, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-02-18T17:25:23Z', 'updated_at': '2026-02-18T17:25:23Z', 'revision_number': 1} available for tenant
2026-02-18 17:27:27,473 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.312s
2026-02-18 17:27:27,474 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestExecuteActionsViaActuator-server-1757204181", "imageRef": "f003b30f-360c-476a-8740-9c208513febf", "flavorRef": "0ae52155-7f17-4e96-8018-550f43b73891", "networks": [{"uuid": "376fc6f6-723a-4f6e-b03d-91f6d5ea7020"}]}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:25 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08', '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-ef2417ea-41a4-4e2e-9f13-58e6f4d5eaf9', 'x-compute-request-id': 'req-ef2417ea-41a4-4e2e-9f13-58e6f4d5eaf9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "f7814271-a572-4520-a444-4f72195d6b08", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f7814271-a572-4520-a444-4f72195d6b08"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Mhd8ZJ37urHb"}}'
2026-02-18 17:27:28,252 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08 0.776s
2026-02-18 17:27:28,252 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:27 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-1e67dede-b3dd-4dc5-bad3-dfe65146dc7b', 'x-compute-request-id': 'req-1e67dede-b3dd-4dc5-bad3-dfe65146dc7b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08'}
Body: b'{"server": {"id": "f7814271-a572-4520-a444-4f72195d6b08", "name": "tempest-TestExecuteActionsViaActuator-server-1757204181", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:27Z", "updated": "2026-02-18T17:27:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f7814271-a572-4520-a444-4f72195d6b08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:30,272 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08 1.010s
2026-02-18 17:27:30,273 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:29 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-6d83f114-ebe9-45a5-b648-45cf22c1d002', 'x-compute-request-id': 'req-6d83f114-ebe9-45a5-b648-45cf22c1d002', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08'}
Body: b'{"server": {"id": "f7814271-a572-4520-a444-4f72195d6b08", "name": "tempest-TestExecuteActionsViaActuator-server-1757204181", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:27Z", "updated": "2026-02-18T17:27:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f7814271-a572-4520-a444-4f72195d6b08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:30,287 79 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait
2026-02-18 17:27:31,638 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08 0.349s
2026-02-18 17:27:31,638 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:31 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-acbd6abc-2660-458f-bf64-ccd91e4e0014', 'x-compute-request-id': 'req-acbd6abc-2660-458f-bf64-ccd91e4e0014', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08'}
Body: b'{"server": {"id": "f7814271-a572-4520-a444-4f72195d6b08", "name": "tempest-TestExecuteActionsViaActuator-server-1757204181", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:27Z", "updated": "2026-02-18T17:27:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f7814271-a572-4520-a444-4f72195d6b08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:33,391 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08 0.740s
2026-02-18 17:27:33,391 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:32 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-bfc752fe-ab4f-455e-9a21-e598b29c3859', 'x-compute-request-id': 'req-bfc752fe-ab4f-455e-9a21-e598b29c3859', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08'}
Body: b'{"server": {"id": "f7814271-a572-4520-a444-4f72195d6b08", "name": "tempest-TestExecuteActionsViaActuator-server-1757204181", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:27Z", "updated": "2026-02-18T17:27:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f7814271-a572-4520-a444-4f72195d6b08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:35,281 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08 0.881s
2026-02-18 17:27:35,281 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:34 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-ce30bc1f-e6d1-4e3d-b62f-7e8ad904dadb', 'x-compute-request-id': 'req-ce30bc1f-e6d1-4e3d-b62f-7e8ad904dadb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08'}
Body: b'{"server": {"id": "f7814271-a572-4520-a444-4f72195d6b08", "name": "tempest-TestExecuteActionsViaActuator-server-1757204181", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:27Z", "updated": "2026-02-18T17:27:34Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:69:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f7814271-a572-4520-a444-4f72195d6b08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:27:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:35,290 79 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait
2026-02-18 17:27:35,637 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08 0.345s
2026-02-18 17:27:35,637 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:35 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-8d677721-7779-44c3-9365-0be9a0141072', 'x-compute-request-id': 'req-8d677721-7779-44c3-9365-0be9a0141072', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08'}
Body: b'{"server": {"id": "f7814271-a572-4520-a444-4f72195d6b08", "name": "tempest-TestExecuteActionsViaActuator-server-1757204181", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:27Z", "updated": "2026-02-18T17:27:34Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:69:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f7814271-a572-4520-a444-4f72195d6b08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:27:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:36,403 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08 0.758s
2026-02-18 17:27:36,403 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:35 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-1d3e6cb9-8c7d-4190-8f8e-715ece47ed65', 'x-compute-request-id': 'req-1d3e6cb9-8c7d-4190-8f8e-715ece47ed65', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08'}
Body: b'{"server": {"id": "f7814271-a572-4520-a444-4f72195d6b08", "name": "tempest-TestExecuteActionsViaActuator-server-1757204181", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:27Z", "updated": "2026-02-18T17:27:34Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:69:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f7814271-a572-4520-a444-4f72195d6b08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:27:34.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-00000004", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-a1n4r1a0", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-1757204181", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:36,410 79 DEBUG [watcher_tempest_plugin.services.base] Executing command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjc4MTQyNzEtYTU3Mi00NTIwLWE0NDQtNGY3MjE5NWQ2YjA4Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjU2NDEwIn0gMjQwMDAwMDAwMDEuMCAxNzcxNDM1MzU2NDEwCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImY3ODE0MjcxLWE1NzItNDUyMC1hNDQ0LTRmNzIxOTVkNmIwOCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTY1NjQxMCJ9IDQ4MDAwMDAwMDAxLjAgMTc3MTQzNTM4NjQxMApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmNzgxNDI3MS1hNTcyLTQ1MjAtYTQ0NC00ZjcyMTk1ZDZiMDgiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2NTY0MTAifSA3MjAwMDAwMDAwMS4wIDE3NzE0MzU0MTY0MTAKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjc4MTQyNzEtYTU3Mi00NTIwLWE0NDQtNGY3MjE5NWQ2YjA4Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjU2NDEwIn0gOTYwMDAwMDAwMDEuMCAxNzcxNDM1NDQ2NDEwCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImY3ODE0MjcxLWE1NzItNDUyMC1hNDQ0LTRmNzIxOTVkNmIwOCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTY1NjQxMCJ9IDEyMDAwMDAwMDAwMS4wIDE3NzE0MzU0NzY0MTAKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjc4MTQyNzEtYTU3Mi00NTIwLWE0NDQtNGY3MjE5NWQ2YjA4Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjU2NDEwIn0gMTQ0MDAwMDAwMDAxLjAgMTc3MTQzNTUwNjQxMApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmNzgxNDI3MS1hNTcyLTQ1MjAtYTQ0NC00ZjcyMTk1ZDZiMDgiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2NTY0MTAifSAxNjgwMDAwMDAwMDEuMCAxNzcxNDM1NTM2NDEwCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImY3ODE0MjcxLWE1NzItNDUyMC1hNDQ0LTRmNzIxOTVkNmIwOCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTY1NjQxMCJ9IDE5MjAwMDAwMDAwMS4wIDE3NzE0MzU1NjY0MTAKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjc4MTQyNzEtYTU3Mi00NTIwLWE0NDQtNGY3MjE5NWQ2YjA4Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjU2NDEwIn0gMjE2MDAwMDAwMDAxLjAgMTc3MTQzNTU5NjQxMApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmNzgxNDI3MS1hNTcyLTQ1MjAtYTQ0NC00ZjcyMTk1ZDZiMDgiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2NTY0MTAifSAyNDAwMDAwMDAwMDEuMCAxNzcxNDM1NjI2NDEwCg==" | 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.129.56.103'
2026-02-18 17:27:36,410 79 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.129.56.103:22' as 'zuul' with password None
2026-02-18 17:27:36,620 79 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-02-18 17:27:36,883 79 INFO [paramiko.transport] Authentication (publickey) successful!
2026-02-18 17:27:36,884 79 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.129.56.103 successfully created
2026-02-18 17:27:37,358 79 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2026-02-18 17:27:37,459 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.100s
2026-02-18 17:27:37,459 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:37 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-65b5f621-1a4b-4f23-af7f-89c476718c9f', 'x-compute-request-id': 'req-65b5f621-1a4b-4f23-af7f-89c476718c9f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "bed670ac-5f2b-4fc5-8eae-e71525197f08", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:27:31.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "48ad06af-4eff-45a1-a388-0f4d009fbb06", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:27:35.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "128101b8-78df-429b-9ab6-fb3f5e544cfb", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:27:34.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "7b138faa-a64c-44af-9fac-f809b0f628bd", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:27:27.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "e6e704c8-1400-4c61-9795-c359ac2aba6d", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:27:28.000000", "disabled_reason": null, "forced_down": false}]}'
2026-02-18 17:27:37,569 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.107s
2026-02-18 17:27:37,570 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:37 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-0d6df9bd-c01d-4577-a738-f94a6d665646', 'x-compute-request-id': 'req-0d6df9bd-c01d-4577-a738-f94a6d665646', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-02-18 17:27:37,681 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.103s
2026-02-18 17:27:37,681 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:37 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-01bca915-1ab0-4942-b685-6e54904ba545', 'x-compute-request-id': 'req-01bca915-1ab0-4942-b685-6e54904ba545', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "186965c3-edd5-4225-a608-18bd76499a7d", "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": "7b138faa-a64c-44af-9fac-f809b0f628bd", "host": "compute-0.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": 3, "disk_available_least": 71, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["lbrv", "tsc", "pse36", "pni", "avx", "topoext", "arch-capabilities", "xsave", "x2apic", "mca", "apic", "svme-addr-chk", "lm", "wbnoinvd", "vmcb-clean", "msr", "pclmuldq", "adx", "clwb", "umip", "skip-l1dfl-vmentry", "fpu", "hypervisor", "mds-no", "nx", "fxsr_opt", "tsc-deadline", "tsc_adjust", "fsgsbase", "sse", "pause-filter", "xsavec", "movbe", "ibpb", "pschange-mc-no", "clzero", "npt", "ibrs", "vme", "smep", "arat", "osvw", "bmi1", "cx8", "svm", "cr8legacy", "f16c", "sse4.1", "3dnowprefetch", "popcnt", "mmx", "perfctr_core", "cmp_legacy", "amd-ssbd", "fma", "pat", "sse4a", "mtrr", "cx16", "spec-ctrl", "syscall", "tsc-scale", "sep", "rdpid", "xsaveopt", "clflush", "sse2", "xgetbv1", "rdctl-no", "pse", "ssse3", "bmi2", "stibp", "rdtscp", "sha-ni", "fxsr", "ssbd", "pge", "misalignsse", "xsaveerptr", "mmxext", "mce", "cmov", "avx2", "pfthreshold", "smap", "nrip-save", "sse4.2", "virt-ssbd", "aes", "rdrand", "amd-stibp", "de", "pae", "lahf_lm", "clflushopt", "abm", "rdseed", "pdpe1gb"]}}, {"id": "34121a54-f7d2-49de-bad7-ad832f6162a4", "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": "e6e704c8-1400-4c61-9795-c359ac2aba6d", "host": "compute-1.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": ["cr8legacy", "movbe", "ibpb", "amd-stibp", "osvw", "xsavec", "fpu", "nx", "virt-ssbd", "de", "abm", "pschange-mc-no", "xgetbv1", "sha-ni", "misalignsse", "xsave", "skip-l1dfl-vmentry", "lm", "sse4a", "mmxext", "ibrs", "adx", "fxsr_opt", "smap", "rdrand", "bmi1", "tsc-deadline", "stibp", "svme-addr-chk", "syscall", "pfthreshold", "umip", "smep", "sse", "pae", "msr", "aes", "tsc_adjust", "arat", "pdpe1gb", "lbrv", "tsc-scale", "pat", "mds-no", "fxsr", "perfctr_core", "xsaveopt", "clzero", "3dnowprefetch", "amd-ssbd", "npt", "sse4.2", "topoext", "cmp_legacy", "avx2", "vme", "sep", "x2apic", "spec-ctrl", "pse", "pclmuldq", "pge", "mtrr", "avx", "cmov", "f16c", "cx8", "fma", "pse36", "clflush", "clwb", "mce", "rdtscp", "wbnoinvd", "ssse3", "bmi2", "rdctl-no", "apic", "cx16", "popcnt", "rdseed", "xsaveerptr", "fsgsbase", "hypervisor", "pni", "vmcb-clean", "arch-capabilities", "rdpid", "sse4.1", "clflushopt", "svm", "pause-filter", "mca", "nrip-save", "ssbd", "tsc", "lahf_lm", "sse2", "mmx"]}}]}'
2026-02-18 17:27:37,778 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/186965c3-edd5-4225-a608-18bd76499a7d/traits 0.092s
2026-02-18 17:27:37,778 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:37 GMT', 'server': 'Apache', 'last-modified': 'Wed, 18 Feb 2026 16:55:33 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-de933f65-8dd6-4a1e-af11-aa4ceb77454d', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=a3072ebef0b1c18765dbc52fc5c2ba05; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/186965c3-edd5-4225-a608-18bd76499a7d/traits'}
Body: b'{"traits": ["COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_IMAGE_TYPE_ISO", "HW_CPU_X86_SSE2", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SSE41", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_ACCELERATORS", "COMPUTE_VOLUME_EXTEND", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_VIOMMU_MODEL_INTEL", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_STORAGE_BUS_SATA", "HW_CPU_X86_SSSE3", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "HW_CPU_X86_SSE42", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_RESCUE_BFV", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "HW_CPU_X86_SSE", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NODE", "COMPUTE_IMAGE_TYPE_RAW"], "resource_provider_generation": 9}'
2026-02-18 17:27:38,361 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.386s
2026-02-18 17:27:38,361 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:37 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-045f0cde-7a08-4fdd-b583-d17ed0cb6d3f', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=ce3826bb8578b2191ca826d7767beba2; 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": "48d0703ff8704dba87d73e2624419677", "name": "tempest-TestExecuteActionsViaActuator-126269834-project-member", "password_expires_at": null}, "audit_ids": ["-IhkROJvS-e4oBtkKh55Iw"], "expires_at": "2026-02-18T18:27:38.000000Z", "issued_at": "2026-02-18T17:27:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b48b761a9814a449d7a14aa7ebcec5c", "name": "tempest-TestExecuteActionsViaActuator-126269834"}, "is_domain": false, "roles": [{"id": "e6a355b4fcaf47dc94cf5f0370efaafb", "name": "member"}, {"id": "ee1420e3a4cd40218be8588899e2d68b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "406db5121f10400a8e90e105d6ebf060", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "555750d32422496d9887415bc8ec9ff1", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "11ad57910bfb4482849c53367f23f86b", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "swift", "id": "25fae863b08248c59dee2ca595fa7029", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_5b48b761a9814a449d7a14aa7ebcec5c", "region": "regionOne"}, {"name": "swift", "id": "676c3093bf874b8289459bc70e0c50fd", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_5b48b761a9814a449d7a14aa7ebcec5c", "region": "regionOne"}], "id": "1d614e723dd34abd9e99c1b587f460d9", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "glance", "id": "0e3f8050a712464390836b4051b0c7c1", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "2f200bae4a0f41719c01f7d1bf192c0a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "3c8794f60e6b4a2f82a7bae190e46a6e", "type": "image", "name": "glance"}, {"endpoints": [{"name": "placement", "id": "6504a162abc44950ba10744ebac11b61", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "bb15a134161549d38e6b0ea34730fbe1", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "4e41faeecc7043bdbd92d3d468c795a9", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "56a3e97d14ef4e2aaef4dae7de75f301", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "cinderv3", "id": "15f3381644e544a793dad1cd6c74bdad", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "ac18559fbb3c4625a7f5d88eda4a2e78", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "5f690333432546a2a33895b874e972c5", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "barbican", "id": "1a847e029694498b8b5d7ad54f3396ac", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "bd98416742f64efc87f6c6930a113bc2", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "6d7c1f63ed66413681b65aba7afe19a9", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "neutron", "id": "5671f288ad2046d6a9743d751b6351ca", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "6a0e2a4ad50d4bd89bd983fe752435dc", "interface": "public", "region_id": "regionO
2026-02-18 17:27:38,361 79 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '376fc6f6-723a-4f6e-b03d-91f6d5ea7020', 'name': 'tempest-TestExecuteActionsViaActuator-1953845550-network', 'tenant_id': '5b48b761a9814a449d7a14aa7ebcec5c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b48b761a9814a449d7a14aa7ebcec5c', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64817, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-02-18T17:25:23Z', 'updated_at': '2026-02-18T17:25:23Z', 'revision_number': 1} available for tenant
2026-02-18 17:27:39,955 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.591s
2026-02-18 17:27:39,955 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestExecuteActionsViaActuator-server-1927933348", "imageRef": "f003b30f-360c-476a-8740-9c208513febf", "flavorRef": "0ae52155-7f17-4e96-8018-550f43b73891", "networks": [{"uuid": "376fc6f6-723a-4f6e-b03d-91f6d5ea7020"}]}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:38 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76', '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-d833bccc-ac3e-4244-a0f4-3c7c4f86803a', 'x-compute-request-id': 'req-d833bccc-ac3e-4244-a0f4-3c7c4f86803a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "93b6ca69-4b56-4f16-b714-cb64d74f1d76", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "D8anStp8AzZq"}}'
2026-02-18 17:27:40,247 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76 0.289s
2026-02-18 17:27:40,247 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:39 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-cc62c546-6ade-44f1-b50c-755017bbf72a', 'x-compute-request-id': 'req-cc62c546-6ade-44f1-b50c-755017bbf72a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76'}
Body: b'{"server": {"id": "93b6ca69-4b56-4f16-b714-cb64d74f1d76", "name": "tempest-TestExecuteActionsViaActuator-server-1927933348", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:39Z", "updated": "2026-02-18T17:27:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:41,473 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76 0.215s
2026-02-18 17:27:41,474 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:41 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-07f1ad1b-8558-466a-a547-4aca63210933', 'x-compute-request-id': 'req-07f1ad1b-8558-466a-a547-4aca63210933', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76'}
Body: b'{"server": {"id": "93b6ca69-4b56-4f16-b714-cb64d74f1d76", "name": "tempest-TestExecuteActionsViaActuator-server-1927933348", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:39Z", "updated": "2026-02-18T17:27:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:41,493 79 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-02-18 17:27:45,120 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76 2.624s
2026-02-18 17:27:45,120 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27: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-995c37f2-7ef1-4395-9978-d8b78e409746', 'x-compute-request-id': 'req-995c37f2-7ef1-4395-9978-d8b78e409746', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76'}
Body: b'{"server": {"id": "93b6ca69-4b56-4f16-b714-cb64d74f1d76", "name": "tempest-TestExecuteActionsViaActuator-server-1927933348", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:39Z", "updated": "2026-02-18T17:27:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:47,309 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76 1.176s
2026-02-18 17:27:47,309 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:46 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-1138f7d7-44f7-4efe-8225-6f31fa341248', 'x-compute-request-id': 'req-1138f7d7-44f7-4efe-8225-6f31fa341248', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76'}
Body: b'{"server": {"id": "93b6ca69-4b56-4f16-b714-cb64d74f1d76", "name": "tempest-TestExecuteActionsViaActuator-server-1927933348", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:39Z", "updated": "2026-02-18T17:27:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:50,292 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76 1.965s
2026-02-18 17:27:50,292 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:48 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-f984a7cd-8048-4c5e-aff3-c4d649e4d316', 'x-compute-request-id': 'req-f984a7cd-8048-4c5e-aff3-c4d649e4d316', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76'}
Body: b'{"server": {"id": "93b6ca69-4b56-4f16-b714-cb64d74f1d76", "name": "tempest-TestExecuteActionsViaActuator-server-1927933348", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:39Z", "updated": "2026-02-18T17:27:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:51,619 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76 0.317s
2026-02-18 17:27:51,620 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:51 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-cff87342-393d-4391-aabd-8d655517c6cf', 'x-compute-request-id': 'req-cff87342-393d-4391-aabd-8d655517c6cf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76'}
Body: b'{"server": {"id": "93b6ca69-4b56-4f16-b714-cb64d74f1d76", "name": "tempest-TestExecuteActionsViaActuator-server-1927933348", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:39Z", "updated": "2026-02-18T17:27:50Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:cd:7e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:27:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:51,628 79 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait
2026-02-18 17:27:52,409 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76 0.780s
2026-02-18 17:27:52,409 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:51 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-e58a4022-b09a-412c-a5fc-7a5a800a3bb3', 'x-compute-request-id': 'req-e58a4022-b09a-412c-a5fc-7a5a800a3bb3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76'}
Body: b'{"server": {"id": "93b6ca69-4b56-4f16-b714-cb64d74f1d76", "name": "tempest-TestExecuteActionsViaActuator-server-1927933348", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:39Z", "updated": "2026-02-18T17:27:50Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:cd:7e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:27:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:52,798 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76 0.381s
2026-02-18 17:27:52,798 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:52 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-d4fbf731-c1f8-4c66-892a-ff1daba2945c', 'x-compute-request-id': 'req-d4fbf731-c1f8-4c66-892a-ff1daba2945c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76'}
Body: b'{"server": {"id": "93b6ca69-4b56-4f16-b714-cb64d74f1d76", "name": "tempest-TestExecuteActionsViaActuator-server-1927933348", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:39Z", "updated": "2026-02-18T17:27:50Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:cd:7e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:27:50.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-00000005", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-ne4wxvnt", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-1927933348", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:52,806 79 DEBUG [watcher_tempest_plugin.services.base] Executing command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iOTNiNmNhNjktNGI1Ni00ZjE2LWI3MTQtY2I2NGQ3NGYxZDc2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjcyODA1In0gMjQwMDAwMDAwMDEuMCAxNzcxNDM1MzcyODA1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjkzYjZjYTY5LTRiNTYtNGYxNi1iNzE0LWNiNjRkNzRmMWQ3NiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTY3MjgwNSJ9IDQ4MDAwMDAwMDAxLjAgMTc3MTQzNTQwMjgwNQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI5M2I2Y2E2OS00YjU2LTRmMTYtYjcxNC1jYjY0ZDc0ZjFkNzYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2NzI4MDUifSA3MjAwMDAwMDAwMS4wIDE3NzE0MzU0MzI4MDUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iOTNiNmNhNjktNGI1Ni00ZjE2LWI3MTQtY2I2NGQ3NGYxZDc2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjcyODA1In0gOTYwMDAwMDAwMDEuMCAxNzcxNDM1NDYyODA1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjkzYjZjYTY5LTRiNTYtNGYxNi1iNzE0LWNiNjRkNzRmMWQ3NiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTY3MjgwNSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzE0MzU0OTI4MDUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iOTNiNmNhNjktNGI1Ni00ZjE2LWI3MTQtY2I2NGQ3NGYxZDc2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjcyODA1In0gMTQ0MDAwMDAwMDAxLjAgMTc3MTQzNTUyMjgwNQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI5M2I2Y2E2OS00YjU2LTRmMTYtYjcxNC1jYjY0ZDc0ZjFkNzYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2NzI4MDUifSAxNjgwMDAwMDAwMDEuMCAxNzcxNDM1NTUyODA1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjkzYjZjYTY5LTRiNTYtNGYxNi1iNzE0LWNiNjRkNzRmMWQ3NiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTY3MjgwNSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzE0MzU1ODI4MDUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iOTNiNmNhNjktNGI1Ni00ZjE2LWI3MTQtY2I2NGQ3NGYxZDc2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1NjcyODA1In0gMjE2MDAwMDAwMDAxLjAgMTc3MTQzNTYxMjgwNQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI5M2I2Y2E2OS00YjU2LTRmMTYtYjcxNC1jYjY0ZDc0ZjFkNzYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2NzI4MDUifSAyNDAwMDAwMDAwMDEuMCAxNzcxNDM1NjQyODA1Cg==" | 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.129.56.103'
2026-02-18 17:27:52,806 79 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.129.56.103:22' as 'zuul' with password None
2026-02-18 17:27:52,822 79 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-02-18 17:27:52,888 79 INFO [paramiko.transport] Authentication (publickey) successful!
2026-02-18 17:27:52,889 79 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.129.56.103 successfully created
2026-02-18 17:27:53,466 79 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2026-02-18 17:27:53,508 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/34121a54-f7d2-49de-bad7-ad832f6162a4/traits 0.041s
2026-02-18 17:27:53,508 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:53 GMT', 'server': 'Apache', 'last-modified': 'Wed, 18 Feb 2026 16:55:33 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-22882b56-3a75-4136-8530-74e98443a4c2', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=a3072ebef0b1c18765dbc52fc5c2ba05; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/34121a54-f7d2-49de-bad7-ad832f6162a4/traits'}
Body: b'{"traits": ["COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_IMAGE_TYPE_ISO", "HW_CPU_X86_SSE2", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_SECURITY_TPM_1_2", "HW_CPU_X86_SSE41", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_ACCELERATORS", "COMPUTE_VOLUME_EXTEND", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_VIOMMU_MODEL_INTEL", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_STORAGE_BUS_SATA", "HW_CPU_X86_SSSE3", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_FDC", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "HW_CPU_X86_SSE42", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_RESCUE_BFV", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "HW_CPU_X86_SSE", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NODE", "COMPUTE_IMAGE_TYPE_RAW"], "resource_provider_generation": 5}'
2026-02-18 17:27:53,871 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.358s
2026-02-18 17:27:53,871 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:53 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d2cc7312-796b-40ec-9f56-0904af7052b0', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=ce3826bb8578b2191ca826d7767beba2; 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": "48d0703ff8704dba87d73e2624419677", "name": "tempest-TestExecuteActionsViaActuator-126269834-project-member", "password_expires_at": null}, "audit_ids": ["MceVC6TsQ8yz4tR8XO9pCg"], "expires_at": "2026-02-18T18:27:53.000000Z", "issued_at": "2026-02-18T17:27:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b48b761a9814a449d7a14aa7ebcec5c", "name": "tempest-TestExecuteActionsViaActuator-126269834"}, "is_domain": false, "roles": [{"id": "e6a355b4fcaf47dc94cf5f0370efaafb", "name": "member"}, {"id": "ee1420e3a4cd40218be8588899e2d68b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "406db5121f10400a8e90e105d6ebf060", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "555750d32422496d9887415bc8ec9ff1", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "11ad57910bfb4482849c53367f23f86b", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "swift", "id": "25fae863b08248c59dee2ca595fa7029", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_5b48b761a9814a449d7a14aa7ebcec5c", "region": "regionOne"}, {"name": "swift", "id": "676c3093bf874b8289459bc70e0c50fd", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_5b48b761a9814a449d7a14aa7ebcec5c", "region": "regionOne"}], "id": "1d614e723dd34abd9e99c1b587f460d9", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "glance", "id": "0e3f8050a712464390836b4051b0c7c1", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "2f200bae4a0f41719c01f7d1bf192c0a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "3c8794f60e6b4a2f82a7bae190e46a6e", "type": "image", "name": "glance"}, {"endpoints": [{"name": "placement", "id": "6504a162abc44950ba10744ebac11b61", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "bb15a134161549d38e6b0ea34730fbe1", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "4e41faeecc7043bdbd92d3d468c795a9", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "56a3e97d14ef4e2aaef4dae7de75f301", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "cinderv3", "id": "15f3381644e544a793dad1cd6c74bdad", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "ac18559fbb3c4625a7f5d88eda4a2e78", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "5f690333432546a2a33895b874e972c5", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "barbican", "id": "1a847e029694498b8b5d7ad54f3396ac", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "bd98416742f64efc87f6c6930a113bc2", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "6d7c1f63ed66413681b65aba7afe19a9", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "neutron", "id": "5671f288ad2046d6a9743d751b6351ca", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "6a0e2a4ad50d4bd89bd983fe752435dc", "interface": "public", "region_id": "regionO
2026-02-18 17:27:53,871 79 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '376fc6f6-723a-4f6e-b03d-91f6d5ea7020', 'name': 'tempest-TestExecuteActionsViaActuator-1953845550-network', 'tenant_id': '5b48b761a9814a449d7a14aa7ebcec5c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b48b761a9814a449d7a14aa7ebcec5c', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64817, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-02-18T17:25:23Z', 'updated_at': '2026-02-18T17:25:23Z', 'revision_number': 1} available for tenant
2026-02-18 17:27:57,635 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.762s
2026-02-18 17:27:57,636 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestExecuteActionsViaActuator-server-795633380", "imageRef": "f003b30f-360c-476a-8740-9c208513febf", "flavorRef": "0ae52155-7f17-4e96-8018-550f43b73891", "networks": [{"uuid": "376fc6f6-723a-4f6e-b03d-91f6d5ea7020"}]}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:53 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37', '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-cd957f3f-7222-4f7e-bad8-0c4894bb5dcd', 'x-compute-request-id': 'req-cd957f3f-7222-4f7e-bad8-0c4894bb5dcd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "c19eb5ed-a62a-42fc-b310-fe23ffa9fc37", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "2Z8Me8ugWgXm"}}'
2026-02-18 17:27:58,254 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37 0.614s
2026-02-18 17:27:58,255 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:57 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-566f5da7-2c4b-464e-9eca-1c457edb6e41', 'x-compute-request-id': 'req-566f5da7-2c4b-464e-9eca-1c457edb6e41', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37'}
Body: b'{"server": {"id": "c19eb5ed-a62a-42fc-b310-fe23ffa9fc37", "name": "tempest-TestExecuteActionsViaActuator-server-795633380", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:57Z", "updated": "2026-02-18T17:27:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:59,462 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37 0.198s
2026-02-18 17:27:59,462 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:27:59 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-9a6d6a41-04a8-44f7-a76f-06ae58fd38d5', 'x-compute-request-id': 'req-9a6d6a41-04a8-44f7-a76f-06ae58fd38d5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37'}
Body: b'{"server": {"id": "c19eb5ed-a62a-42fc-b310-fe23ffa9fc37", "name": "tempest-TestExecuteActionsViaActuator-server-795633380", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:57Z", "updated": "2026-02-18T17:27:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:27:59,469 79 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-02-18 17:28:00,859 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37 0.388s
2026-02-18 17:28:00,859 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:00 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-f2f73453-f890-46ab-ac38-24c0146c454b', 'x-compute-request-id': 'req-f2f73453-f890-46ab-ac38-24c0146c454b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37'}
Body: b'{"server": {"id": "c19eb5ed-a62a-42fc-b310-fe23ffa9fc37", "name": "tempest-TestExecuteActionsViaActuator-server-795633380", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:57Z", "updated": "2026-02-18T17:27:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:28:02,434 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37 0.563s
2026-02-18 17:28:02,434 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:01 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-93e24619-b6c4-4055-9cd0-754bf62b5e2d', 'x-compute-request-id': 'req-93e24619-b6c4-4055-9cd0-754bf62b5e2d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37'}
Body: b'{"server": {"id": "c19eb5ed-a62a-42fc-b310-fe23ffa9fc37", "name": "tempest-TestExecuteActionsViaActuator-server-795633380", "status": "BUILD", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:57Z", "updated": "2026-02-18T17:27:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:28:04,451 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37 1.006s
2026-02-18 17:28:04,451 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:03 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-b22f1a68-17a2-473f-b1b6-5a57530bbd7d', 'x-compute-request-id': 'req-b22f1a68-17a2-473f-b1b6-5a57530bbd7d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37'}
Body: b'{"server": {"id": "c19eb5ed-a62a-42fc-b310-fe23ffa9fc37", "name": "tempest-TestExecuteActionsViaActuator-server-795633380", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:57Z", "updated": "2026-02-18T17:28:03Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:8d:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:28:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:28:04,460 79 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait
2026-02-18 17:28:05,050 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37 0.589s
2026-02-18 17:28:05,051 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:04 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-1fb66922-a356-4b76-b662-2bdc575aa3bf', 'x-compute-request-id': 'req-1fb66922-a356-4b76-b662-2bdc575aa3bf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37'}
Body: b'{"server": {"id": "c19eb5ed-a62a-42fc-b310-fe23ffa9fc37", "name": "tempest-TestExecuteActionsViaActuator-server-795633380", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:57Z", "updated": "2026-02-18T17:28:03Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:8d:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:28:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:28:05,373 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37 0.315s
2026-02-18 17:28:05,374 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:05 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-7ca1ae5d-177e-43ee-838a-c9c875831ba8', 'x-compute-request-id': 'req-7ca1ae5d-177e-43ee-838a-c9c875831ba8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37'}
Body: b'{"server": {"id": "c19eb5ed-a62a-42fc-b310-fe23ffa9fc37", "name": "tempest-TestExecuteActionsViaActuator-server-795633380", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:57Z", "updated": "2026-02-18T17:28:03Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:8d:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:28:03.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-00000006", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-3j7bttfx", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-795633380", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-02-18 17:28:05,380 79 DEBUG [watcher_tempest_plugin.services.base] Executing command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYzE5ZWI1ZWQtYTYyYS00MmZjLWIzMTAtZmUyM2ZmYTlmYzM3Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1Njg1MzgwIn0gMjQwMDAwMDAwMDEuMCAxNzcxNDM1Mzg1MzgwCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImMxOWViNWVkLWE2MmEtNDJmYy1iMzEwLWZlMjNmZmE5ZmMzNyIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTY4NTM4MCJ9IDQ4MDAwMDAwMDAxLjAgMTc3MTQzNTQxNTM4MApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJjMTllYjVlZC1hNjJhLTQyZmMtYjMxMC1mZTIzZmZhOWZjMzciLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2ODUzODAifSA3MjAwMDAwMDAwMS4wIDE3NzE0MzU0NDUzODAKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYzE5ZWI1ZWQtYTYyYS00MmZjLWIzMTAtZmUyM2ZmYTlmYzM3Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1Njg1MzgwIn0gOTYwMDAwMDAwMDEuMCAxNzcxNDM1NDc1MzgwCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImMxOWViNWVkLWE2MmEtNDJmYy1iMzEwLWZlMjNmZmE5ZmMzNyIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTY4NTM4MCJ9IDEyMDAwMDAwMDAwMS4wIDE3NzE0MzU1MDUzODAKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYzE5ZWI1ZWQtYTYyYS00MmZjLWIzMTAtZmUyM2ZmYTlmYzM3Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1Njg1MzgwIn0gMTQ0MDAwMDAwMDAxLjAgMTc3MTQzNTUzNTM4MApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJjMTllYjVlZC1hNjJhLTQyZmMtYjMxMC1mZTIzZmZhOWZjMzciLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2ODUzODAifSAxNjgwMDAwMDAwMDEuMCAxNzcxNDM1NTY1MzgwCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImMxOWViNWVkLWE2MmEtNDJmYy1iMzEwLWZlMjNmZmE5ZmMzNyIsIm9yaWdfdGltZXN0YW1wIj0iMTc3MTQzNTY4NTM4MCJ9IDE5MjAwMDAwMDAwMS4wIDE3NzE0MzU1OTUzODAKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYzE5ZWI1ZWQtYTYyYS00MmZjLWIzMTAtZmUyM2ZmYTlmYzM3Iiwib3JpZ190aW1lc3RhbXAiPSIxNzcxNDM1Njg1MzgwIn0gMjE2MDAwMDAwMDAxLjAgMTc3MTQzNTYyNTM4MApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJjMTllYjVlZC1hNjJhLTQyZmMtYjMxMC1mZTIzZmZhOWZjMzciLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzE0MzU2ODUzODAifSAyNDAwMDAwMDAwMDEuMCAxNzcxNDM1NjU1MzgwCg==" | 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.129.56.103'
2026-02-18 17:28:05,381 79 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.129.56.103:22' as 'zuul' with password None
2026-02-18 17:28:05,392 79 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-02-18 17:28:05,450 79 INFO [paramiko.transport] Authentication (publickey) successful!
2026-02-18 17:28:05,450 79 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.129.56.103 successfully created
2026-02-18 17:28:05,948 79 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2026-02-18 17:28:06,083 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.134s
2026-02-18 17:28:06,083 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:05 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=9d307310280c4216d5f4496f2c5be5a4; 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": "554a174f-8b2a-4c5b-bb9c-053e54a0e490", "audit_uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "bookmark"}], "updated_at": "2026-02-18T17:25:56+00:00"}, {"efficacy_indicators": [], "uuid": "3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "audit_uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "bookmark"}], "updated_at": "2026-02-18T17:26:00+00:00"}, {"efficacy_indicators": [], "uuid": "f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "audit_uuid": "5ee71676-92d4-42cb-8470-03427a083a3e", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "bookmark"}], "updated_at": "2026-02-18T17:26:02+00:00"}, {"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "updated_at": "2026-02-18T17:27:05+00:00"}]}'
2026-02-18 17:28:06,084 79 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.135672 seconds
2026-02-18 17:28:06,174 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.090s
2026-02-18 17:28:06,175 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:06 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/97eef972-5623-4934-8d0a-4a39b2006820", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/97eef972-5623-4934-8d0a-4a39b2006820", "rel": "bookmark"}], "created_at": "2026-02-18T16:53:17+00:00", "updated_at": null, "deleted_at": null}'
2026-02-18 17:28:06,246 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.071s
2026-02-18 17:28:06,247 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:06 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/be4b48d6-676d-459b-99f4-b36bce025303", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/be4b48d6-676d-459b-99f4-b36bce025303", "rel": "bookmark"}], "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2026-02-18 17:28:06,364 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.116s
2026-02-18 17:28:06,364 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"name": "1f8f02ac-01e6-4e73-bbc3-acb4f1a69e34", "description": "tempest-test-audit_template-484179521", "goal": "97eef972-5623-4934-8d0a-4a39b2006820", "strategy": "be4b48d6-676d-459b-99f4-b36bce025303", "scope": []}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:06 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/b9a64f8b-65a8-4a27-bc75-dc7435fb6868', '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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "b9a64f8b-65a8-4a27-bc75-dc7435fb6868", "name": "1f8f02ac-01e6-4e73-bbc3-acb4f1a69e34", "description": "tempest-test-audit_template-484179521", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/b9a64f8b-65a8-4a27-bc75-dc7435fb6868", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/b9a64f8b-65a8-4a27-bc75-dc7435fb6868", "rel": "bookmark"}], "scope": [], "created_at": "2026-02-18T17:28:06.341800+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:28:06,478 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.112s
2026-02-18 17:28:06,478 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: {"audit_template_uuid": "b9a64f8b-65a8-4a27-bc75-dc7435fb6868", "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-0.ctlplane.example.com"}, "resource_id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-1.ctlplane.example.com", "destination_node": "compute-1.ctlplane.example.com"}, "resource_id": "93b6ca69-4b56-4f16-b714-cb64d74f1d76"}]}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:06 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b', '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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "name": "actuator-2026-02-18T17:28:06.438583", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "migrate", "input_parameters": {"migration_type": "live", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-1.ctlplane.example.com", "destination_node": "compute-1.ctlplane.example.com"}, "resource_id": "93b6ca69-4b56-4f16-b714-cb64d74f1d76"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:28:06.452608+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:28:06,598 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b 0.118s
2026-02-18 17:28:06,598 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:06 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b'}
Body: b'{"uuid": "474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "name": "actuator-2026-02-18T17:28:06.438583", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "migrate", "input_parameters": {"migration_type": "live", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-1.ctlplane.example.com", "destination_node": "compute-1.ctlplane.example.com"}, "resource_id": "93b6ca69-4b56-4f16-b714-cb64d74f1d76"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:28:06+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:28:06+00:00"}'
2026-02-18 17:28:07,179 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b 0.079s
2026-02-18 17:28:07,179 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:07 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b'}
Body: b'{"uuid": "474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "name": "actuator-2026-02-18T17:28:06.438583", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "97eef972-5623-4934-8d0a-4a39b2006820", "goal_name": "unclassified", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "migrate", "input_parameters": {"migration_type": "live", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-1.ctlplane.example.com", "destination_node": "compute-1.ctlplane.example.com"}, "resource_id": "93b6ca69-4b56-4f16-b714-cb64d74f1d76"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-02-18T17:28:06+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:28:06+00:00"}'
2026-02-18 17:28:07,179 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.700668 seconds
2026-02-18 17:28:07,260 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b 0.079s
2026-02-18 17:28:07,260 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:07 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "2bc08153-a325-4181-9cb7-9937c102d406", "audit_uuid": "474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "bookmark"}], "updated_at": null}]}'
2026-02-18 17:28:07,344 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406 0.083s
2026-02-18 17:28:07,344 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:07 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406'}
Body: b'{"efficacy_indicators": [], "uuid": "2bc08153-a325-4181-9cb7-9937c102d406", "audit_uuid": "474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "bookmark"}], "hostname": null, "created_at": "2026-02-18T17:28:06+00:00", "deleted_at": null, "updated_at": null}'
2026-02-18 17:28:07,460 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406 0.115s
2026-02-18 17:28:07,461 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:07 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406'}
Body: b'{"efficacy_indicators": [], "uuid": "2bc08153-a325-4181-9cb7-9937c102d406", "audit_uuid": "474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "bookmark"}], "hostname": null, "created_at": "2026-02-18T17:28:06+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:28:07+00:00"}'
2026-02-18 17:28:07,532 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406 0.071s
2026-02-18 17:28:07,533 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406'}
Body: b'{"efficacy_indicators": [], "uuid": "2bc08153-a325-4181-9cb7-9937c102d406", "audit_uuid": "474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:28:06+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:28:07+00:00"}'
2026-02-18 17:28:08,637 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406 0.102s
2026-02-18 17:28:08,637 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406'}
Body: b'{"efficacy_indicators": [], "uuid": "2bc08153-a325-4181-9cb7-9937c102d406", "audit_uuid": "474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:28:06+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:28:07+00:00"}'
2026-02-18 17:28:09,739 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406 0.099s
2026-02-18 17:28:09,739 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28: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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406'}
Body: b'{"efficacy_indicators": [], "uuid": "2bc08153-a325-4181-9cb7-9937c102d406", "audit_uuid": "474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:28:06+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:28:07+00:00"}'
2026-02-18 17:28:10,835 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406 0.093s
2026-02-18 17:28:10,835 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:10 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406'}
Body: b'{"efficacy_indicators": [], "uuid": "2bc08153-a325-4181-9cb7-9937c102d406", "audit_uuid": "474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "FAILED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:28:06+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:28:10+00:00"}'
2026-02-18 17:28:10,835 79 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 3.374514 seconds
2026-02-18 17:28:10,912 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406 0.075s
2026-02-18 17:28:10,912 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:10 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406'}
Body: b'{"efficacy_indicators": [], "uuid": "2bc08153-a325-4181-9cb7-9937c102d406", "audit_uuid": "474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "FAILED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-02-18T17:28:06+00:00", "deleted_at": null, "updated_at": "2026-02-18T17:28:10+00:00"}'
2026-02-18 17:28:11,001 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=2bc08153-a325-4181-9cb7-9937c102d406 0.088s
2026-02-18 17:28:11,002 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:10 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=2bc08153-a325-4181-9cb7-9937c102d406'}
Body: b'{"actions": [{"uuid": "5913534e-3ae1-4c99-bff1-9f82075db0b0", "action_plan_uuid": "2bc08153-a325-4181-9cb7-9937c102d406", "state": "SUCCEEDED", "action_type": "migrate", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/5913534e-3ae1-4c99-bff1-9f82075db0b0", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/5913534e-3ae1-4c99-bff1-9f82075db0b0", "rel": "bookmark"}]}, {"uuid": "360befab-8c21-4d32-bfca-d47e0c7f3641", "action_plan_uuid": "2bc08153-a325-4181-9cb7-9937c102d406", "state": "FAILED", "action_type": "migrate", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/360befab-8c21-4d32-bfca-d47e0c7f3641", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/360befab-8c21-4d32-bfca-d47e0c7f3641", "rel": "bookmark"}]}]}'
2026-02-18 17:28:11,102 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b 0.094s
2026-02-18 17:28:11,103 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:11 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "2bc08153-a325-4181-9cb7-9937c102d406", "audit_uuid": "474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "FAILED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/2bc08153-a325-4181-9cb7-9937c102d406", "rel": "bookmark"}], "updated_at": "2026-02-18T17:28:10+00:00"}]}'
2026-02-18 17:28:11,248 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406 0.144s
2026-02-18 17:28:11,249 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:11 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/2bc08153-a325-4181-9cb7-9937c102d406'}
Body: b''
2026-02-18 17:28:11,331 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b 0.081s
2026-02-18 17:28:11,331 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:11 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/474286cc-e2e2-4ff7-89f8-ed3eb52c1d2b'}
Body: b''
2026-02-18 17:28:11,415 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/b9a64f8b-65a8-4a27-bc75-dc7435fb6868 0.083s
2026-02-18 17:28:11,415 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:11 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/b9a64f8b-65a8-4a27-bc75-dc7435fb6868'}
Body: b''
2026-02-18 17:28:11,647 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37 0.231s
2026-02-18 17:28:11,647 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:11 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-ebfe904f-e7fa-4acc-bbed-62e03d97bb53', 'x-compute-request-id': 'req-ebfe904f-e7fa-4acc-bbed-62e03d97bb53', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37'}
Body: b''
2026-02-18 17:28:12,556 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37 0.907s
2026-02-18 17:28:12,556 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:11 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-57fbd353-b2b9-4022-9441-92adbdf06686', 'x-compute-request-id': 'req-57fbd353-b2b9-4022-9441-92adbdf06686', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37'}
Body: b'{"server": {"id": "c19eb5ed-a62a-42fc-b310-fe23ffa9fc37", "name": "tempest-TestExecuteActionsViaActuator-server-795633380", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:57Z", "updated": "2026-02-18T17:28:11Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:8d:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:28:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:28:13,663 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37 0.092s
2026-02-18 17:28:13,664 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:13 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-7e08a1db-77ad-483a-b1c7-7d297ef5892c', 'x-compute-request-id': 'req-7e08a1db-77ad-483a-b1c7-7d297ef5892c', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c19eb5ed-a62a-42fc-b310-fe23ffa9fc37'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance c19eb5ed-a62a-42fc-b310-fe23ffa9fc37 could not be found."}}'
2026-02-18 17:28:13,852 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76 0.187s
2026-02-18 17:28:13,853 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:13 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-e70251c6-88b2-4562-839d-65d7ac5b7116', 'x-compute-request-id': 'req-e70251c6-88b2-4562-839d-65d7ac5b7116', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76'}
Body: b''
2026-02-18 17:28:14,425 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76 0.570s
2026-02-18 17:28:14,425 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:13 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-134b59b2-3b66-4016-bff2-15561e3e719c', 'x-compute-request-id': 'req-134b59b2-3b66-4016-bff2-15561e3e719c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76'}
Body: b'{"server": {"id": "93b6ca69-4b56-4f16-b714-cb64d74f1d76", "name": "tempest-TestExecuteActionsViaActuator-server-1927933348", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:39Z", "updated": "2026-02-18T17:28:13Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:cd:7e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:27:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:28:15,524 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76 0.089s
2026-02-18 17:28:15,524 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:15 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-7b673a2a-4136-495d-a134-3fbd8d64bbc2', 'x-compute-request-id': 'req-7b673a2a-4136-495d-a134-3fbd8d64bbc2', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/93b6ca69-4b56-4f16-b714-cb64d74f1d76'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 93b6ca69-4b56-4f16-b714-cb64d74f1d76 could not be found."}}'
2026-02-18 17:28:15,676 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08 0.150s
2026-02-18 17:28:15,676 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:15 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-baa17da6-998b-400f-a83b-bb4c96f9ed31', 'x-compute-request-id': 'req-baa17da6-998b-400f-a83b-bb4c96f9ed31', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08'}
Body: b''
2026-02-18 17:28:16,423 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08 0.745s
2026-02-18 17:28:16,424 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:15 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-1eff6e43-ae0c-4ffd-b90f-31eab947604d', 'x-compute-request-id': 'req-1eff6e43-ae0c-4ffd-b90f-31eab947604d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08'}
Body: b'{"server": {"id": "f7814271-a572-4520-a444-4f72195d6b08", "name": "tempest-TestExecuteActionsViaActuator-server-1757204181", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:27Z", "updated": "2026-02-18T17:28:15Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:69:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f7814271-a572-4520-a444-4f72195d6b08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:27:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:28:17,522 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08 0.083s
2026-02-18 17:28:17,522 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:17 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-e104977e-13e2-4ec3-9189-22292e15e0d5', 'x-compute-request-id': 'req-e104977e-13e2-4ec3-9189-22292e15e0d5', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f7814271-a572-4520-a444-4f72195d6b08'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance f7814271-a572-4520-a444-4f72195d6b08 could not be found."}}'
2026-02-18 17:28:17,726 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6 0.203s
2026-02-18 17:28:17,727 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:17 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-de48901e-4518-405e-9b42-15b32549ef8d', 'x-compute-request-id': 'req-de48901e-4518-405e-9b42-15b32549ef8d', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6'}
Body: b''
2026-02-18 17:28:18,483 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6 0.755s
2026-02-18 17:28:18,484 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:17 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-b205ff53-a6bd-442c-828b-3bdcf783c825', 'x-compute-request-id': 'req-b205ff53-a6bd-442c-828b-3bdcf783c825', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6'}
Body: b'{"server": {"id": "28ebee02-db2d-453b-8e36-3eaa4a78dce6", "name": "tempest-TestExecuteActionsViaActuator-server-631405177", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:27:07Z", "updated": "2026-02-18T17:28:17Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:5b:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:27:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:28:19,602 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6 0.108s
2026-02-18 17:28:19,602 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:19 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-433a0808-2afc-46a9-8c08-2538d71355e3', 'x-compute-request-id': 'req-433a0808-2afc-46a9-8c08-2538d71355e3', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/28ebee02-db2d-453b-8e36-3eaa4a78dce6'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 28ebee02-db2d-453b-8e36-3eaa4a78dce6 could not be found."}}'
2026-02-18 17:28:19,708 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=3885ecfb-bfd3-493d-8da5-b2e80e6c8142 0.104s
2026-02-18 17:28:19,708 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:19 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=3885ecfb-bfd3-493d-8da5-b2e80e6c8142'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "c53e2c70-d466-41c8-9282-6c0f3170a618", "audit_uuid": "3885ecfb-bfd3-493d-8da5-b2e80e6c8142", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618", "rel": "bookmark"}], "updated_at": "2026-02-18T17:27:05+00:00"}]}'
2026-02-18 17:28:19,817 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618 0.108s
2026-02-18 17:28:19,817 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:19 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c53e2c70-d466-41c8-9282-6c0f3170a618'}
Body: b''
2026-02-18 17:28:19,886 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/3885ecfb-bfd3-493d-8da5-b2e80e6c8142 0.068s
2026-02-18 17:28:19,886 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:19 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/3885ecfb-bfd3-493d-8da5-b2e80e6c8142'}
Body: b''
2026-02-18 17:28:19,956 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/0100e62d-301c-4158-ae7e-6b5d8b8ea7c8 0.068s
2026-02-18 17:28:19,956 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:19 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/0100e62d-301c-4158-ae7e-6b5d8b8ea7c8'}
Body: b''
2026-02-18 17:28:20,135 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038 0.177s
2026-02-18 17:28:20,136 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:19 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-5c4f007d-9799-415b-83b4-6364daa75982', 'x-compute-request-id': 'req-5c4f007d-9799-415b-83b4-6364daa75982', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038'}
Body: b''
2026-02-18 17:28:20,491 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038 0.354s
2026-02-18 17:28:20,491 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:20 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-9e06b286-6e21-4210-8340-259975c29438', 'x-compute-request-id': 'req-9e06b286-6e21-4210-8340-259975c29438', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038'}
Body: b'{"server": {"id": "69d68bcd-71ce-45a5-b834-8d0188624038", "name": "tempest-TestExecuteActionsViaActuator-server-1958665244", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:25Z", "updated": "2026-02-18T17:28:20Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:e7:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:26:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:28:21,760 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038 0.260s
2026-02-18 17:28:21,761 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:21 GMT', 'server': 'Apache', 'content-length': '1461', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7a69df7-8d8c-453b-b99d-1dc232d80aae', 'x-compute-request-id': 'req-b7a69df7-8d8c-453b-b99d-1dc232d80aae', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038'}
Body: b'{"server": {"id": "69d68bcd-71ce-45a5-b834-8d0188624038", "name": "tempest-TestExecuteActionsViaActuator-server-1958665244", "status": "DELETED", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "0b8679132565801a7d48a55bbe83fa5bb039d96ee445b45325260e7c", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:25Z", "updated": "2026-02-18T17:28:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/69d68bcd-71ce-45a5-b834-8d0188624038"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:26:35.000000", "OS-SRV-USG:terminated_at": "2026-02-18T17:28:21.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:28:21,769 79 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait
2026-02-18 17:28:22,873 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038 0.101s
2026-02-18 17:28:22,874 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:22 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-568aae65-6eb6-4aa9-95be-6583db70c081', 'x-compute-request-id': 'req-568aae65-6eb6-4aa9-95be-6583db70c081', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/69d68bcd-71ce-45a5-b834-8d0188624038'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 69d68bcd-71ce-45a5-b834-8d0188624038 could not be found."}}'
2026-02-18 17:28:23,009 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 0.134s
2026-02-18 17:28:23,009 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:22 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-30bb227d-f495-4010-b764-624b0b291283', 'x-compute-request-id': 'req-30bb227d-f495-4010-b764-624b0b291283', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b''
2026-02-18 17:28:23,460 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 0.450s
2026-02-18 17:28:23,461 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:23 GMT', 'server': 'Apache', 'content-length': '1674', '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-6a2cf0cb-bed1-4629-b73c-87ce31bf9b60', 'x-compute-request-id': 'req-6a2cf0cb-bed1-4629-b73c-87ce31bf9b60', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b'{"server": {"id": "b9a863c2-170f-4909-9b45-8d6ed9c9ffd8", "name": "tempest-TestExecuteActionsViaActuator-server-1986993369", "status": "ACTIVE", "tenant_id": "5b48b761a9814a449d7a14aa7ebcec5c", "user_id": "48d0703ff8704dba87d73e2624419677", "metadata": {}, "hostId": "d430477e8c49b10c69c8f32071f432bccaa5c6bcc49e6419570c4dbf", "image": {"id": "f003b30f-360c-476a-8740-9c208513febf", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/f003b30f-360c-476a-8740-9c208513febf"}]}, "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.micro", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-02-18T17:26:06Z", "updated": "2026-02-18T17:28:22Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1953845550-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:bd:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-02-18T17:26:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-02-18 17:28:24,571 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 0.097s
2026-02-18 17:28:24,571 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:24 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-f5bc8837-31bf-4005-aa1f-bdae1ce7ff7f', 'x-compute-request-id': 'req-f5bc8837-31bf-4005-aa1f-bdae1ce7ff7f', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b9a863c2-170f-4909-9b45-8d6ed9c9ffd8'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance b9a863c2-170f-4909-9b45-8d6ed9c9ffd8 could not be found."}}'
2026-02-18 17:28:24,645 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=5ee71676-92d4-42cb-8470-03427a083a3e 0.072s
2026-02-18 17:28:24,645 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:24 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=5ee71676-92d4-42cb-8470-03427a083a3e'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "audit_uuid": "5ee71676-92d4-42cb-8470-03427a083a3e", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43", "rel": "bookmark"}], "updated_at": "2026-02-18T17:26:02+00:00"}]}'
2026-02-18 17:28:24,829 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43 0.183s
2026-02-18 17:28:24,829 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:24 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f3edb4c9-a4b0-4dea-96ec-d28f5d969b43'}
Body: b''
2026-02-18 17:28:24,929 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/5ee71676-92d4-42cb-8470-03427a083a3e 0.099s
2026-02-18 17:28:24,930 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:24 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/5ee71676-92d4-42cb-8470-03427a083a3e'}
Body: b''
2026-02-18 17:28:25,003 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/3e4dbfe3-f38b-44c6-acd9-fad071b5dcd5 0.072s
2026-02-18 17:28:25,003 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:24 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/3e4dbfe3-f38b-44c6-acd9-fad071b5dcd5'}
Body: b''
2026-02-18 17:28:25,101 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed 0.097s
2026-02-18 17:28:25,101 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:25 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "audit_uuid": "4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6", "rel": "bookmark"}], "updated_at": "2026-02-18T17:26:00+00:00"}]}'
2026-02-18 17:28:25,264 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6 0.162s
2026-02-18 17:28:25,264 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:25 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/3e5ce198-a6b7-455f-83ff-fd0e65d421e6'}
Body: b''
2026-02-18 17:28:25,359 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed 0.094s
2026-02-18 17:28:25,359 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:25 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/4eeccf31-e0ce-4d2b-85a0-d7a4a24c3aed'}
Body: b''
2026-02-18 17:28:25,436 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/ef0d0eb7-6138-4b15-bdc6-44864a434392 0.077s
2026-02-18 17:28:25,437 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:25 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/ef0d0eb7-6138-4b15-bdc6-44864a434392'}
Body: b''
2026-02-18 17:28:25,517 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=455d176c-3734-4a1c-81df-46cba31d6f76 0.080s
2026-02-18 17:28:25,518 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:25 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=455d176c-3734-4a1c-81df-46cba31d6f76'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "554a174f-8b2a-4c5b-bb9c-053e54a0e490", "audit_uuid": "455d176c-3734-4a1c-81df-46cba31d6f76", "strategy_uuid": "be4b48d6-676d-459b-99f4-b36bce025303", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490", "rel": "bookmark"}], "updated_at": "2026-02-18T17:25:56+00:00"}]}'
2026-02-18 17:28:25,801 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490 0.283s
2026-02-18 17:28:25,802 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:25 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/554a174f-8b2a-4c5b-bb9c-053e54a0e490'}
Body: b''
2026-02-18 17:28:25,916 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/455d176c-3734-4a1c-81df-46cba31d6f76 0.114s
2026-02-18 17:28:25,917 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:25 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/455d176c-3734-4a1c-81df-46cba31d6f76'}
Body: b''
2026-02-18 17:28:26,016 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/20534797-3b35-4c0d-b3a3-fecc3a92ff2a 0.098s
2026-02-18 17:28:26,016 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:25 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=9d307310280c4216d5f4496f2c5be5a4; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/20534797-3b35-4c0d-b3a3-fecc3a92ff2a'}
Body: b''
2026-02-18 17:28:26,135 79 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.117s
2026-02-18 17:28:26,135 79 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Feb 2026 17:28:26 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-ef7f6860-b24b-472b-b1ea-5a9eb56f3e1f', 'x-compute-request-id': 'req-ef7f6860-b24b-472b-b1ea-5a9eb56f3e1f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=5d692b95d6ef028954db070bf05f8720; 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": "bed670ac-5f2b-4fc5-8eae-e71525197f08", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:28:21.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "48ad06af-4eff-45a1-a388-0f4d009fbb06", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:28:25.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "128101b8-78df-429b-9ab6-fb3f5e544cfb", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:28:24.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "7b138faa-a64c-44af-9fac-f809b0f628bd", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:28:17.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "e6e704c8-1400-4c61-9795-c359ac2aba6d", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-02-18T17:28:18.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 | ||