Status: Pass 67 Failure 1 Skip 1
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| watcher_tempest_plugin.tests.scenario.test_execute_actuator.TestExecuteActionsViaActuator | 1 | 0 | 1 | 0 | 0 | Detail | |
test_execute_scenarios |
fail
ft1.1: watcher_tempest_plugin.tests.scenario.test_execute_actuator.TestExecuteActionsViaActuator.test_execute_scenariostesttools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-02 02:44:42,148 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.161s
2025-12-02 02:44:42,148 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:42 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans'}
Body: b'{"action_plans": []}'
2025-12-02 02:44:42,148 84 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.162307 seconds
2025-12-02 02:44:42,258 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.109s
2025-12-02 02:44:42,259 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/b36c01f7-9533-4f78-9d98-692a7e759352", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/b36c01f7-9533-4f78-9d98-692a7e759352", "rel": "bookmark"}], "created_at": "2025-12-02T02:08:11+00:00", "updated_at": null, "deleted_at": null}'
2025-12-02 02:44:42,334 84 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
2025-12-02 02:44:42,334 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/a7b771be-9f8e-4dd4-b277-2148f473f0f3", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/a7b771be-9f8e-4dd4-b277-2148f473f0f3", "rel": "bookmark"}], "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2025-12-02 02:44:42,426 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.090s
2025-12-02 02:44:42,427 84 DEBUG [tempest.lib.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": "bf019d46-4e01-4efc-aeed-463eb1fda236", "description": "tempest-test-audit_template-1530875809", "goal": "b36c01f7-9533-4f78-9d98-692a7e759352", "strategy": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "scope": []}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:42 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/4356d6df-e4cd-451f-8c25-9f7aab38e0b5', '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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "4356d6df-e4cd-451f-8c25-9f7aab38e0b5", "name": "bf019d46-4e01-4efc-aeed-463eb1fda236", "description": "tempest-test-audit_template-1530875809", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/4356d6df-e4cd-451f-8c25-9f7aab38e0b5", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/4356d6df-e4cd-451f-8c25-9f7aab38e0b5", "rel": "bookmark"}], "scope": [], "created_at": "2025-12-02T02:44:42.407305+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:44:42,550 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.122s
2025-12-02 02:44:42,551 84 DEBUG [tempest.lib.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": "4356d6df-e4cd-451f-8c25-9f7aab38e0b5", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:42 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f3010ef3-0617-4751-9981-f81207a19e7e', '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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "name": "actuator-2025-12-02T02:44:42.509166", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/f3010ef3-0617-4751-9981-f81207a19e7e", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/f3010ef3-0617-4751-9981-f81207a19e7e", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:44:42.523877+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:44:42,653 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/f3010ef3-0617-4751-9981-f81207a19e7e 0.102s
2025-12-02 02:44:42,653 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:42 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f3010ef3-0617-4751-9981-f81207a19e7e'}
Body: b'{"uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "name": "actuator-2025-12-02T02:44:42.509166", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/f3010ef3-0617-4751-9981-f81207a19e7e", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/f3010ef3-0617-4751-9981-f81207a19e7e", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:44:42+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:42+00:00"}'
2025-12-02 02:44:43,267 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/f3010ef3-0617-4751-9981-f81207a19e7e 0.112s
2025-12-02 02:44:43,268 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:43 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f3010ef3-0617-4751-9981-f81207a19e7e'}
Body: b'{"uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "name": "actuator-2025-12-02T02:44:42.509166", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/f3010ef3-0617-4751-9981-f81207a19e7e", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/f3010ef3-0617-4751-9981-f81207a19e7e", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:44:42+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:42+00:00"}'
2025-12-02 02:44:43,268 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.717260 seconds
2025-12-02 02:44:43,393 84 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=f3010ef3-0617-4751-9981-f81207a19e7e 0.123s
2025-12-02 02:44:43,394 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f3010ef3-0617-4751-9981-f81207a19e7e'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "ccb665e1-68f4-4978-be91-0a51e5c7b311", "audit_uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "bookmark"}], "updated_at": null}]}'
2025-12-02 02:44:43,515 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311 0.120s
2025-12-02 02:44:43,516 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311'}
Body: b'{"efficacy_indicators": [], "uuid": "ccb665e1-68f4-4978-be91-0a51e5c7b311", "audit_uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-02T02:44:42+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:44:43,680 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311 0.163s
2025-12-02 02:44:43,680 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311'}
Body: b'{"efficacy_indicators": [], "uuid": "ccb665e1-68f4-4978-be91-0a51e5c7b311", "audit_uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-02T02:44:42+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:43+00:00"}'
2025-12-02 02:44:43,807 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311 0.126s
2025-12-02 02:44:43,808 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311'}
Body: b'{"efficacy_indicators": [], "uuid": "ccb665e1-68f4-4978-be91-0a51e5c7b311", "audit_uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:44:42+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:43+00:00"}'
2025-12-02 02:44:44,926 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311 0.116s
2025-12-02 02:44:44,927 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:44 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311'}
Body: b'{"efficacy_indicators": [], "uuid": "ccb665e1-68f4-4978-be91-0a51e5c7b311", "audit_uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:44:42+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:44+00:00"}'
2025-12-02 02:44:44,927 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 1.246566 seconds
2025-12-02 02:44:45,021 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311 0.093s
2025-12-02 02:44:45,022 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:44 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311'}
Body: b'{"efficacy_indicators": [], "uuid": "ccb665e1-68f4-4978-be91-0a51e5c7b311", "audit_uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:44:42+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:44+00:00"}'
2025-12-02 02:44:45,142 84 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=ccb665e1-68f4-4978-be91-0a51e5c7b311 0.119s
2025-12-02 02:44:45,143 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:45 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=ccb665e1-68f4-4978-be91-0a51e5c7b311'}
Body: b'{"actions": [{"uuid": "841c5b51-6b04-40c3-9aff-351e9920d5bb", "action_plan_uuid": "ccb665e1-68f4-4978-be91-0a51e5c7b311", "state": "SUCCEEDED", "action_type": "nop", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/841c5b51-6b04-40c3-9aff-351e9920d5bb", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/841c5b51-6b04-40c3-9aff-351e9920d5bb", "rel": "bookmark"}]}]}'
2025-12-02 02:44:45,240 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.096s
2025-12-02 02:44:45,240 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:45 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=6a0d9eafbb874381fb841eca046f1ced; 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": "ccb665e1-68f4-4978-be91-0a51e5c7b311", "audit_uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "bookmark"}], "updated_at": "2025-12-02T02:44:44+00:00"}]}'
2025-12-02 02:44:45,241 84 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.097406 seconds
2025-12-02 02:44:45,317 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.075s
2025-12-02 02:44:45,319 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:45 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/b36c01f7-9533-4f78-9d98-692a7e759352", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/b36c01f7-9533-4f78-9d98-692a7e759352", "rel": "bookmark"}], "created_at": "2025-12-02T02:08:11+00:00", "updated_at": null, "deleted_at": null}'
2025-12-02 02:44:45,427 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.105s
2025-12-02 02:44:45,428 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:45 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/a7b771be-9f8e-4dd4-b277-2148f473f0f3", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/a7b771be-9f8e-4dd4-b277-2148f473f0f3", "rel": "bookmark"}], "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2025-12-02 02:44:45,573 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.143s
2025-12-02 02:44:45,573 84 DEBUG [tempest.lib.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": "9e2774e3-349a-4daa-a3cf-fa894defb9b8", "description": "tempest-test-audit_template-1871933086", "goal": "b36c01f7-9533-4f78-9d98-692a7e759352", "strategy": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "scope": []}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:45 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/35700e59-1a25-47c8-9522-76b1e0cb1c0d', '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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "35700e59-1a25-47c8-9522-76b1e0cb1c0d", "name": "9e2774e3-349a-4daa-a3cf-fa894defb9b8", "description": "tempest-test-audit_template-1871933086", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/35700e59-1a25-47c8-9522-76b1e0cb1c0d", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/35700e59-1a25-47c8-9522-76b1e0cb1c0d", "rel": "bookmark"}], "scope": [], "created_at": "2025-12-02T02:44:45.541937+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:44:45,767 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.191s
2025-12-02 02:44:45,767 84 DEBUG [tempest.lib.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": "35700e59-1a25-47c8-9522-76b1e0cb1c0d", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:45 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/e9add198-9f43-4979-b7df-a3946ce626bb', '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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "name": "actuator-2025-12-02T02:44:45.696106", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/e9add198-9f43-4979-b7df-a3946ce626bb", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/e9add198-9f43-4979-b7df-a3946ce626bb", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:44:45.711130+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:44:45,880 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/e9add198-9f43-4979-b7df-a3946ce626bb 0.112s
2025-12-02 02:44:45,880 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:45 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/e9add198-9f43-4979-b7df-a3946ce626bb'}
Body: b'{"uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "name": "actuator-2025-12-02T02:44:45.696106", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/e9add198-9f43-4979-b7df-a3946ce626bb", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/e9add198-9f43-4979-b7df-a3946ce626bb", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:44:45+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:45+00:00"}'
2025-12-02 02:44:46,496 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/e9add198-9f43-4979-b7df-a3946ce626bb 0.114s
2025-12-02 02:44:46,497 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:46 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/e9add198-9f43-4979-b7df-a3946ce626bb'}
Body: b'{"uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "name": "actuator-2025-12-02T02:44:45.696106", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/e9add198-9f43-4979-b7df-a3946ce626bb", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/e9add198-9f43-4979-b7df-a3946ce626bb", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:44:45+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:45+00:00"}'
2025-12-02 02:44:46,502 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.734371 seconds
2025-12-02 02:44:46,645 84 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=e9add198-9f43-4979-b7df-a3946ce626bb 0.141s
2025-12-02 02:44:46,646 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:46 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=e9add198-9f43-4979-b7df-a3946ce626bb'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "bf636966-9750-45bc-bfe0-15b885e1d76f", "audit_uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "bookmark"}], "updated_at": null}]}'
2025-12-02 02:44:46,790 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f 0.143s
2025-12-02 02:44:46,790 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:46 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f'}
Body: b'{"efficacy_indicators": [], "uuid": "bf636966-9750-45bc-bfe0-15b885e1d76f", "audit_uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-02T02:44:45+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:44:46,934 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f 0.143s
2025-12-02 02:44:46,935 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:46 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f'}
Body: b'{"efficacy_indicators": [], "uuid": "bf636966-9750-45bc-bfe0-15b885e1d76f", "audit_uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-02T02:44:45+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:46+00:00"}'
2025-12-02 02:44:47,021 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f 0.086s
2025-12-02 02:44:47,022 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f'}
Body: b'{"efficacy_indicators": [], "uuid": "bf636966-9750-45bc-bfe0-15b885e1d76f", "audit_uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:44:45+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:46+00:00"}'
2025-12-02 02:44:48,146 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f 0.121s
2025-12-02 02:44:48,146 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:48 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f'}
Body: b'{"efficacy_indicators": [], "uuid": "bf636966-9750-45bc-bfe0-15b885e1d76f", "audit_uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:44:45+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:46+00:00"}'
2025-12-02 02:44:49,236 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f 0.088s
2025-12-02 02:44:49,236 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:49 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f'}
Body: b'{"efficacy_indicators": [], "uuid": "bf636966-9750-45bc-bfe0-15b885e1d76f", "audit_uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:44:45+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:49+00:00"}'
2025-12-02 02:44:49,237 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 2.301739 seconds
2025-12-02 02:44:49,344 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f 0.106s
2025-12-02 02:44:49,345 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:49 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f'}
Body: b'{"efficacy_indicators": [], "uuid": "bf636966-9750-45bc-bfe0-15b885e1d76f", "audit_uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:44:45+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:49+00:00"}'
2025-12-02 02:44:49,476 84 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=bf636966-9750-45bc-bfe0-15b885e1d76f 0.130s
2025-12-02 02:44:49,477 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:49 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=bf636966-9750-45bc-bfe0-15b885e1d76f'}
Body: b'{"actions": [{"uuid": "1f0b9775-fac5-476c-b183-6e26d8fd745b", "action_plan_uuid": "bf636966-9750-45bc-bfe0-15b885e1d76f", "state": "SUCCEEDED", "action_type": "sleep", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/1f0b9775-fac5-476c-b183-6e26d8fd745b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/1f0b9775-fac5-476c-b183-6e26d8fd745b", "rel": "bookmark"}]}]}'
2025-12-02 02:44:49,566 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.087s
2025-12-02 02:44:49,566 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:49 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=6a0d9eafbb874381fb841eca046f1ced; 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": "ccb665e1-68f4-4978-be91-0a51e5c7b311", "audit_uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "bookmark"}], "updated_at": "2025-12-02T02:44:44+00:00"}, {"efficacy_indicators": [], "uuid": "bf636966-9750-45bc-bfe0-15b885e1d76f", "audit_uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "bookmark"}], "updated_at": "2025-12-02T02:44:49+00:00"}]}'
2025-12-02 02:44:49,566 84 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.089256 seconds
2025-12-02 02:44:49,665 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.097s
2025-12-02 02:44:49,665 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:49 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/b36c01f7-9533-4f78-9d98-692a7e759352", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/b36c01f7-9533-4f78-9d98-692a7e759352", "rel": "bookmark"}], "created_at": "2025-12-02T02:08:11+00:00", "updated_at": null, "deleted_at": null}'
2025-12-02 02:44:49,755 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.088s
2025-12-02 02:44:49,755 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:49 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/a7b771be-9f8e-4dd4-b277-2148f473f0f3", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/a7b771be-9f8e-4dd4-b277-2148f473f0f3", "rel": "bookmark"}], "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2025-12-02 02:44:49,859 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.103s
2025-12-02 02:44:49,859 84 DEBUG [tempest.lib.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": "9db474bd-b4e7-4b43-bfa2-c6919c64f608", "description": "tempest-test-audit_template-610884618", "goal": "b36c01f7-9533-4f78-9d98-692a7e759352", "strategy": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "scope": []}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:49 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/18f58b34-3b3b-4257-a13e-02f43855b921', '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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "18f58b34-3b3b-4257-a13e-02f43855b921", "name": "9db474bd-b4e7-4b43-bfa2-c6919c64f608", "description": "tempest-test-audit_template-610884618", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/18f58b34-3b3b-4257-a13e-02f43855b921", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/18f58b34-3b3b-4257-a13e-02f43855b921", "rel": "bookmark"}], "scope": [], "created_at": "2025-12-02T02:44:49.843660+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:44:49,960 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.100s
2025-12-02 02:44:49,960 84 DEBUG [tempest.lib.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": "18f58b34-3b3b-4257-a13e-02f43855b921", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "change_nova_service_state", "input_parameters": {"state": "enabled"}, "resource_id": "compute-0.ctlplane.example.com"}]}}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:49 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/1c982eed-f2c6-4fd6-98ba-3d26c5d31de3', '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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "name": "actuator-2025-12-02T02:44:49.923315", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "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/1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:44:49.936428+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:44:50,051 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/1c982eed-f2c6-4fd6-98ba-3d26c5d31de3 0.090s
2025-12-02 02:44:50,052 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:49 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/1c982eed-f2c6-4fd6-98ba-3d26c5d31de3'}
Body: b'{"uuid": "1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "name": "actuator-2025-12-02T02:44:49.923315", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "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/1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:44:49+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:49+00:00"}'
2025-12-02 02:44:50,682 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/1c982eed-f2c6-4fd6-98ba-3d26c5d31de3 0.127s
2025-12-02 02:44:50,683 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:50 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/1c982eed-f2c6-4fd6-98ba-3d26c5d31de3'}
Body: b'{"uuid": "1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "name": "actuator-2025-12-02T02:44:49.923315", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "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/1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:44:49+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:50+00:00"}'
2025-12-02 02:44:50,684 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.722985 seconds
2025-12-02 02:44:50,848 84 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=1c982eed-f2c6-4fd6-98ba-3d26c5d31de3 0.163s
2025-12-02 02:44:50,848 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:50 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=1c982eed-f2c6-4fd6-98ba-3d26c5d31de3'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "audit_uuid": "1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "bookmark"}], "updated_at": null}]}'
2025-12-02 02:44:50,969 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434 0.120s
2025-12-02 02:44:50,969 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:50 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434'}
Body: b'{"efficacy_indicators": [], "uuid": "8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "audit_uuid": "1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-02T02:44:50+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:44:51,123 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434 0.153s
2025-12-02 02:44:51,123 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:50 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434'}
Body: b'{"efficacy_indicators": [], "uuid": "8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "audit_uuid": "1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-02T02:44:50+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:51+00:00"}'
2025-12-02 02:44:51,275 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434 0.150s
2025-12-02 02:44:51,275 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434'}
Body: b'{"efficacy_indicators": [], "uuid": "8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "audit_uuid": "1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:44:50+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:51+00:00"}'
2025-12-02 02:44:52,382 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434 0.106s
2025-12-02 02:44:52,383 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:52 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434'}
Body: b'{"efficacy_indicators": [], "uuid": "8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "audit_uuid": "1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:44:50+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:52+00:00"}'
2025-12-02 02:44:52,383 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 1.259171 seconds
2025-12-02 02:44:52,499 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434 0.115s
2025-12-02 02:44:52,499 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:52 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434'}
Body: b'{"efficacy_indicators": [], "uuid": "8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "audit_uuid": "1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:44:50+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:44:52+00:00"}'
2025-12-02 02:44:52,604 84 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=8ff76f50-c61b-40b1-82b0-b9fcfe03a434 0.102s
2025-12-02 02:44:52,604 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:52 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=8ff76f50-c61b-40b1-82b0-b9fcfe03a434'}
Body: b'{"actions": [{"uuid": "ee6945e1-9e8a-42f8-ba30-2482986c20d4", "action_plan_uuid": "8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "state": "SUCCEEDED", "action_type": "change_nova_service_state", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/ee6945e1-9e8a-42f8-ba30-2482986c20d4", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/ee6945e1-9e8a-42f8-ba30-2482986c20d4", "rel": "bookmark"}]}]}'
2025-12-02 02:44:52,760 84 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.155s
2025-12-02 02:44:52,761 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:52 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-f7aa0e31-d6c5-4b88-a962-2ca3ea89c9f0', 'x-compute-request-id': 'req-f7aa0e31-d6c5-4b88-a962-2ca3ea89c9f0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "3cb1b010-6d03-470c-9644-3ce42e8ca844", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:44:49.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "8eafa109-e07e-445b-aa22-3883ea100bd4", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:44:45.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "4641fb32-b5f8-4705-88e8-bb1c6fb9fb6f", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:44:52.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "9a831d86-27f9-4f53-bb4d-58dfa50f4981", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:44:52.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "90cb34af-89aa-49c9-b94e-f1d6f15388ef", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:44:52.000000", "disabled_reason": null, "forced_down": false}]}'
2025-12-02 02:44:52,969 84 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.206s
2025-12-02 02:44:52,970 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:52 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-2d9428d4-8283-4719-b080-87ccc851e1f4', 'x-compute-request-id': 'req-2d9428d4-8283-4719-b080-87ccc851e1f4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2025-12-02 02:44:53,083 84 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.102s
2025-12-02 02:44:53,084 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:52 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-f24b5104-980f-4169-b4d0-a3a43827f65f', 'x-compute-request-id': 'req-f24b5104-980f-4169-b4d0-a3a43827f65f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "093e0028-79f3-41a5-8baa-c448a26b9517", "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": "9a831d86-27f9-4f53-bb4d-58dfa50f4981", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7680, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7168, "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": ["mce", "nx", "cmp_legacy", "tsc", "mca", "svm", "pause-filter", "umip", "xsave", "arat", "de", "nrip-save", "mtrr", "sep", "virt-ssbd", "ssbd", "sha-ni", "cr8legacy", "pclmuldq", "stibp", "skip-l1dfl-vmentry", "x2apic", "fpu", "bmi2", "avx2", "pdpe1gb", "hypervisor", "fxsr_opt", "xgetbv1", "pse36", "mmxext", "ibrs", "ibpb", "npt", "ssse3", "rdtscp", "aes", "osvw", "avx", "rdseed", "rdpid", "xsavec", "sse2", "tsc-deadline", "cmov", "mds-no", "3dnowprefetch", "pat", "spec-ctrl", "clwb", "tsc-scale", "amd-stibp", "xsaveerptr", "wbnoinvd", "pfthreshold", "popcnt", "pae", "cx16", "f16c", "smep", "adx", "fma", "svme-addr-chk", "pge", "bmi1", "arch-capabilities", "fxsr", "msr", "xsaveopt", "pse", "vmcb-clean", "sse4.1", "mmx", "sse4a", "clflush", "smap", "vme", "rdrand", "cx8", "rdctl-no", "movbe", "perfctr_core", "clflushopt", "syscall", "sse", "lahf_lm", "pni", "topoext", "tsc_adjust", "abm", "lbrv", "apic", "lm", "fsgsbase", "misalignsse", "sse4.2", "clzero", "amd-ssbd", "pschange-mc-no"]}}, {"id": "7cae248b-e67c-47be-9b52-fb933b6a040a", "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": "90cb34af-89aa-49c9-b94e-f1d6f15388ef", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7680, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7168, "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": ["f16c", "popcnt", "lahf_lm", "clflush", "pge", "x2apic", "spec-ctrl", "movbe", "tsc", "syscall", "sse4.1", "wbnoinvd", "topoext", "mds-no", "virt-ssbd", "sha-ni", "npt", "fma", "tsc-scale", "ssse3", "pfthreshold", "tsc_adjust", "pni", "fxsr_opt", "tsc-deadline", "cmp_legacy", "3dnowprefetch", "pse", "sse4.2", "xsaveopt", "fxsr", "osvw", "avx", "mmxext", "pclmuldq", "aes", "rdctl-no", "vmcb-clean", "rdseed", "smep", "ibpb", "sse2", "clzero", "xsavec", "misalignsse", "sep", "pdpe1gb", "xsaveerptr", "amd-stibp", "de", "mce", "umip", "clflushopt", "pause-filter", "skip-l1dfl-vmentry", "cr8legacy", "mca", "mmx", "perfctr_core", "svme-addr-chk", "cx8", "bmi2", "nx", "ssbd", "pschange-mc-no", "apic", "cmov", "pae", "clwb", "sse4a", "nrip-save", "lm", "stibp", "bmi1", "mtrr", "svm", "arch-capabilities", "rdtscp", "arat", "cx16", "pse36", "vme", "ibrs", "rdrand", "smap", "xgetbv1", "avx2", "pat", "rdpid", "lbrv", "msr", "hypervisor", "fpu", "xsave", "amd-ssbd", "adx", "abm", "fsgsbase", "sse"]}}]}'
2025-12-02 02:44:53,214 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/093e0028-79f3-41a5-8baa-c448a26b9517/traits 0.126s
2025-12-02 02:44:53,214 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:53 GMT', 'server': 'Apache', 'last-modified': 'Tue, 02 Dec 2025 02:09:08 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-dff62ea6-641c-497b-91b4-819e9c2c33b6', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=732cc54a4b78104e00335c595ce37997; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/093e0028-79f3-41a5-8baa-c448a26b9517/traits'}
Body: b'{"traits": ["COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_NONE", "HW_CPU_X86_SSE", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_ACCELERATORS", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "HW_CPU_X86_SSE41", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VOLUME_EXTEND", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_IMAGE_TYPE_RAW", "HW_CPU_X86_MMX", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_RESCUE_BFV", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_QCOW2", "HW_CPU_X86_SSE2", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_TRUSTED_CERTS", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_SECURITY_TPM_1_2"], "resource_provider_generation": 2}'
2025-12-02 02:44:53,564 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.343s
2025-12-02 02:44:53,565 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:53 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a275ef0d-ead2-4602-984d-c1ac7e983aae', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f50a9841e88fe5d4bfc0727e91df4350; 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": "5c0fc04d17b04eb3879d593210e07d06", "name": "tempest-TestExecuteActionsViaActuator-734291516-project-member", "password_expires_at": null}, "audit_ids": ["_e6bOZkFRqypmH3IbpEj3g"], "expires_at": "2025-12-02T03:44:53.000000Z", "issued_at": "2025-12-02T02:44:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f10eb730de64f6390e5f3b8a7c23752", "name": "tempest-TestExecuteActionsViaActuator-734291516"}, "is_domain": false, "roles": [{"id": "1fffb0a4978c404abc64e116dd174676", "name": "member"}, {"id": "0a88cb0b740d411b9a13b5c6f8e2b896", "name": "reader"}], "catalog": [{"endpoints": [{"name": "glance", "id": "8ecb586801064568bcea4f7bd7c3ecf9", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "d5df0db5e63b45a4982deadeaa1d2a13", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "043b82cc47ae4488ab0a2151825c07c0", "type": "image", "name": "glance"}, {"endpoints": [], "id": "0c322ec08d3a46ea96ca1e776582d438", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "nova", "id": "00035ad701d748c0a383df3640266f10", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "24e100422fc5449988f32aef19ff896e", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "295541d14bef437d90d7f9cdf3db62c5", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "35cfb8865d624e6b98c49db94665b153", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "525da2605cb34692aa900af21008505e", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "4240e360c9704d418e4259ea7e90b730", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "placement", "id": "52c9c034328b4a7e9afcf3bcda6d955d", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "816ce423aeaa42a1a731f6bbe6b8b348", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "5072f155c8ba4b5daff41fb3e4f9edff", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinderv3", "id": "568d0274d49545de92b75473e1bd0cee", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "eab474dcd7624e2a80081772f182ec69", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}], "id": "51c42445b46743bc9c0771aa74088258", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "neutron", "id": "39b3e3823b18407ab1420391c7326b32", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "e9838abcc3174831809b335f7a45219d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "7f2f2174c4c4473a9fb1eb7b560340a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0e2c47eadfc143029a3824a72fb4a2f9", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "97d98367562744d9a7438131df73c40a", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOn
2025-12-02 02:44:53,566 84 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '490227e9-2f13-486b-b07b-8ee129431a19', 'name': 'tempest-TestExecuteActionsViaActuator-1433809224-network', 'tenant_id': '8f10eb730de64f6390e5f3b8a7c23752', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8f10eb730de64f6390e5f3b8a7c23752', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43967, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-12-02T02:44:22Z', 'updated_at': '2025-12-02T02:44:22Z', 'revision_number': 1} available for tenant
2025-12-02 02:44:56,980 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.412s
2025-12-02 02:44:56,981 84 DEBUG [tempest.lib.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-1267367606", "imageRef": "dd8df889-a0f0-44f7-a77c-03732d45c507", "flavorRef": "6bea08db-0072-4eb0-9a68-6aefcd74c4ae", "networks": [{"uuid": "490227e9-2f13-486b-b07b-8ee129431a19"}]}}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:53 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5a2caf7-a590-43ec-85e2-cf72693e21b5', 'x-compute-request-id': 'req-a5a2caf7-a590-43ec-85e2-cf72693e21b5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "816817a2-f40d-4e2e-b361-fb8dc2240900", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "B78XrKzRu8Z7"}}'
2025-12-02 02:44:58,577 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900 1.592s
2025-12-02 02:44:58,577 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:57 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-9357bca4-88ab-4ffc-90cd-41fb61d87225', 'x-compute-request-id': 'req-9357bca4-88ab-4ffc-90cd-41fb61d87225', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900'}
Body: b'{"server": {"id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "name": "tempest-TestExecuteActionsViaActuator-server-1267367606", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:44:56Z", "updated": "2025-12-02T02:44:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:00,556 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900 0.960s
2025-12-02 02:45:00,557 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:44:59 GMT', 'server': 'Apache', 'content-length': '1367', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66517f9a-1564-4bee-857b-23ac1c25cd97', 'x-compute-request-id': 'req-66517f9a-1564-4bee-857b-23ac1c25cd97', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900'}
Body: b'{"server": {"id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "name": "tempest-TestExecuteActionsViaActuator-server-1267367606", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:44:56Z", "updated": "2025-12-02T02:44:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:00,563 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-12-02 02:45:02,939 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900 1.374s
2025-12-02 02:45:02,940 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:01 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-231c5580-d56e-42a6-baee-baadc3b7442d', 'x-compute-request-id': 'req-231c5580-d56e-42a6-baee-baadc3b7442d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900'}
Body: b'{"server": {"id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "name": "tempest-TestExecuteActionsViaActuator-server-1267367606", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:44:56Z", "updated": "2025-12-02T02:45:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:02,950 84 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait
2025-12-02 02:45:04,887 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900 0.934s
2025-12-02 02:45:04,888 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:03 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-d1e145cf-27dd-4e31-bf3d-d8ae6c552475', 'x-compute-request-id': 'req-d1e145cf-27dd-4e31-bf3d-d8ae6c552475', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900'}
Body: b'{"server": {"id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "name": "tempest-TestExecuteActionsViaActuator-server-1267367606", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:44:56Z", "updated": "2025-12-02T02:45:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:06,581 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900 0.682s
2025-12-02 02:45:06,581 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:05 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-e563eec3-f4f4-42dd-a696-3987eccbd4e5', 'x-compute-request-id': 'req-e563eec3-f4f4-42dd-a696-3987eccbd4e5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900'}
Body: b'{"server": {"id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "name": "tempest-TestExecuteActionsViaActuator-server-1267367606", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:44:56Z", "updated": "2025-12-02T02:45:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:09,695 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900 2.096s
2025-12-02 02:45:09,696 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:07 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-e9dd4f34-5510-4fe1-b516-a1a5bae75fff', 'x-compute-request-id': 'req-e9dd4f34-5510-4fe1-b516-a1a5bae75fff', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900'}
Body: b'{"server": {"id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "name": "tempest-TestExecuteActionsViaActuator-server-1267367606", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:44:56Z", "updated": "2025-12-02T02:45:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:11,816 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900 1.111s
2025-12-02 02:45:11,816 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:10 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-eba7cf9c-8945-441b-b69a-2ef8f911db17', 'x-compute-request-id': 'req-eba7cf9c-8945-441b-b69a-2ef8f911db17', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900'}
Body: b'{"server": {"id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "name": "tempest-TestExecuteActionsViaActuator-server-1267367606", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:44:56Z", "updated": "2025-12-02T02:45:10Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:eb:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:45:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:11,824 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait
2025-12-02 02:45:12,969 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900 1.143s
2025-12-02 02:45:12,969 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:11 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-71565a16-8b1e-4dfb-8fa5-75a2b0aa3d1e', 'x-compute-request-id': 'req-71565a16-8b1e-4dfb-8fa5-75a2b0aa3d1e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900'}
Body: b'{"server": {"id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "name": "tempest-TestExecuteActionsViaActuator-server-1267367606", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:44:56Z", "updated": "2025-12-02T02:45:10Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:eb:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:45:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:13,762 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900 0.785s
2025-12-02 02:45:13,762 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:12 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-62706b56-32a3-4052-ad8e-cecc1fe65833', 'x-compute-request-id': 'req-62706b56-32a3-4052-ad8e-cecc1fe65833', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900'}
Body: b'{"server": {"id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "name": "tempest-TestExecuteActionsViaActuator-server-1267367606", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:44:56Z", "updated": "2025-12-02T02:45:10Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:eb:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:45:10.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-00000001", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-fadvzij6", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-1267367606", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:13,777 84 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iODE2ODE3YTItZjQwZC00ZTJlLWIzNjEtZmI4ZGMyMjQwOTAwIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNTEzNzc2In0gMjQwMDAwMDAwMDEuMCAxNzY0NjQzMjEzNzc2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjgxNjgxN2EyLWY0MGQtNGUyZS1iMzYxLWZiOGRjMjI0MDkwMCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzUxMzc3NiJ9IDQ4MDAwMDAwMDAxLjAgMTc2NDY0MzI0Mzc3NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI4MTY4MTdhMi1mNDBkLTRlMmUtYjM2MS1mYjhkYzIyNDA5MDAiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM1MTM3NzYifSA3MjAwMDAwMDAwMS4wIDE3NjQ2NDMyNzM3NzYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iODE2ODE3YTItZjQwZC00ZTJlLWIzNjEtZmI4ZGMyMjQwOTAwIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNTEzNzc2In0gOTYwMDAwMDAwMDEuMCAxNzY0NjQzMzAzNzc2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjgxNjgxN2EyLWY0MGQtNGUyZS1iMzYxLWZiOGRjMjI0MDkwMCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzUxMzc3NiJ9IDEyMDAwMDAwMDAwMS4wIDE3NjQ2NDMzMzM3NzYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iODE2ODE3YTItZjQwZC00ZTJlLWIzNjEtZmI4ZGMyMjQwOTAwIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNTEzNzc2In0gMTQ0MDAwMDAwMDAxLjAgMTc2NDY0MzM2Mzc3NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI4MTY4MTdhMi1mNDBkLTRlMmUtYjM2MS1mYjhkYzIyNDA5MDAiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM1MTM3NzYifSAxNjgwMDAwMDAwMDEuMCAxNzY0NjQzMzkzNzc2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjgxNjgxN2EyLWY0MGQtNGUyZS1iMzYxLWZiOGRjMjI0MDkwMCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzUxMzc3NiJ9IDE5MjAwMDAwMDAwMS4wIDE3NjQ2NDM0MjM3NzYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iODE2ODE3YTItZjQwZC00ZTJlLWIzNjEtZmI4ZGMyMjQwOTAwIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNTEzNzc2In0gMjE2MDAwMDAwMDAxLjAgMTc2NDY0MzQ1Mzc3NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI4MTY4MTdhMi1mNDBkLTRlMmUtYjM2MS1mYjhkYzIyNDA5MDAiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM1MTM3NzYifSAyNDAwMDAwMDAwMDEuMCAxNzY0NjQzNDgzNzc2Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' on host '38.102.83.30'
2025-12-02 02:45:13,777 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.30:22' as 'zuul' with password None
2025-12-02 02:45:13,799 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2025-12-02 02:45:13,877 84 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-02 02:45:13,877 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.30 successfully created
2025-12-02 02:45:14,612 84 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2025-12-02 02:45:14,745 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/7cae248b-e67c-47be-9b52-fb933b6a040a/traits 0.132s
2025-12-02 02:45:14,746 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:14 GMT', 'server': 'Apache', 'last-modified': 'Tue, 02 Dec 2025 02:09:08 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-2a0c42c2-95d6-4bd0-9711-5039257b8013', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=732cc54a4b78104e00335c595ce37997; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/7cae248b-e67c-47be-9b52-fb933b6a040a/traits'}
Body: b'{"traits": ["COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_NONE", "HW_CPU_X86_SSE", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_ACCELERATORS", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "HW_CPU_X86_SSE41", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VOLUME_EXTEND", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_IMAGE_TYPE_RAW", "HW_CPU_X86_MMX", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_RESCUE_BFV", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_QCOW2", "HW_CPU_X86_SSE2", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_TRUSTED_CERTS", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_SECURITY_TPM_1_2"], "resource_provider_generation": 3}'
2025-12-02 02:45:15,095 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.346s
2025-12-02 02:45:15,096 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:14 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-83367a8f-2a1c-47b0-af80-c280eff0e91f', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f50a9841e88fe5d4bfc0727e91df4350; 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": "5c0fc04d17b04eb3879d593210e07d06", "name": "tempest-TestExecuteActionsViaActuator-734291516-project-member", "password_expires_at": null}, "audit_ids": ["c4v2kiuNTzyyeSzFbsOJdA"], "expires_at": "2025-12-02T03:45:15.000000Z", "issued_at": "2025-12-02T02:45:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f10eb730de64f6390e5f3b8a7c23752", "name": "tempest-TestExecuteActionsViaActuator-734291516"}, "is_domain": false, "roles": [{"id": "1fffb0a4978c404abc64e116dd174676", "name": "member"}, {"id": "0a88cb0b740d411b9a13b5c6f8e2b896", "name": "reader"}], "catalog": [{"endpoints": [{"name": "glance", "id": "8ecb586801064568bcea4f7bd7c3ecf9", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "d5df0db5e63b45a4982deadeaa1d2a13", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "043b82cc47ae4488ab0a2151825c07c0", "type": "image", "name": "glance"}, {"endpoints": [], "id": "0c322ec08d3a46ea96ca1e776582d438", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "nova", "id": "00035ad701d748c0a383df3640266f10", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "24e100422fc5449988f32aef19ff896e", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "295541d14bef437d90d7f9cdf3db62c5", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "35cfb8865d624e6b98c49db94665b153", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "525da2605cb34692aa900af21008505e", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "4240e360c9704d418e4259ea7e90b730", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "placement", "id": "52c9c034328b4a7e9afcf3bcda6d955d", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "816ce423aeaa42a1a731f6bbe6b8b348", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "5072f155c8ba4b5daff41fb3e4f9edff", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinderv3", "id": "568d0274d49545de92b75473e1bd0cee", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "eab474dcd7624e2a80081772f182ec69", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}], "id": "51c42445b46743bc9c0771aa74088258", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "neutron", "id": "39b3e3823b18407ab1420391c7326b32", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "e9838abcc3174831809b335f7a45219d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "7f2f2174c4c4473a9fb1eb7b560340a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0e2c47eadfc143029a3824a72fb4a2f9", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "97d98367562744d9a7438131df73c40a", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOn
2025-12-02 02:45:15,096 84 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '490227e9-2f13-486b-b07b-8ee129431a19', 'name': 'tempest-TestExecuteActionsViaActuator-1433809224-network', 'tenant_id': '8f10eb730de64f6390e5f3b8a7c23752', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8f10eb730de64f6390e5f3b8a7c23752', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43967, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-12-02T02:44:22Z', 'updated_at': '2025-12-02T02:44:22Z', 'revision_number': 1} available for tenant
2025-12-02 02:45:17,952 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.854s
2025-12-02 02:45:17,952 84 DEBUG [tempest.lib.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-638918357", "imageRef": "dd8df889-a0f0-44f7-a77c-03732d45c507", "flavorRef": "6bea08db-0072-4eb0-9a68-6aefcd74c4ae", "networks": [{"uuid": "490227e9-2f13-486b-b07b-8ee129431a19"}]}}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:15 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3e3914a-ec82-4efb-9c99-a6a158640e7a', 'x-compute-request-id': 'req-f3e3914a-ec82-4efb-9c99-a6a158640e7a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "088857be-e9be-42ad-9cc9-51d6ee6b7e3d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "qbMa7qEVrfRw"}}'
2025-12-02 02:45:18,274 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 0.319s
2025-12-02 02:45:18,274 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:17 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-f2aa7e3b-218b-41a4-ad44-7632123a7304', 'x-compute-request-id': 'req-f2aa7e3b-218b-41a4-ad44-7632123a7304', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b'{"server": {"id": "088857be-e9be-42ad-9cc9-51d6ee6b7e3d", "name": "tempest-TestExecuteActionsViaActuator-server-638918357", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:45:17Z", "updated": "2025-12-02T02:45:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:20,558 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 1.272s
2025-12-02 02:45:20,559 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:19 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-9806e93e-404f-4557-b2d1-6b60a0508361', 'x-compute-request-id': 'req-9806e93e-404f-4557-b2d1-6b60a0508361', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b'{"server": {"id": "088857be-e9be-42ad-9cc9-51d6ee6b7e3d", "name": "tempest-TestExecuteActionsViaActuator-server-638918357", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:45:17Z", "updated": "2025-12-02T02:45:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:20,567 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait
2025-12-02 02:45:22,636 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 1.067s
2025-12-02 02:45:22,637 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:21 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fca954d8-64eb-47ef-b8bf-e71699c8c53f', 'x-compute-request-id': 'req-fca954d8-64eb-47ef-b8bf-e71699c8c53f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b'{"server": {"id": "088857be-e9be-42ad-9cc9-51d6ee6b7e3d", "name": "tempest-TestExecuteActionsViaActuator-server-638918357", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:45:17Z", "updated": "2025-12-02T02:45:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:25,158 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 1.511s
2025-12-02 02:45:25,159 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:23 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-ed25a197-e454-4fc2-be33-963116fb8d1d', 'x-compute-request-id': 'req-ed25a197-e454-4fc2-be33-963116fb8d1d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b'{"server": {"id": "088857be-e9be-42ad-9cc9-51d6ee6b7e3d", "name": "tempest-TestExecuteActionsViaActuator-server-638918357", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:45:17Z", "updated": "2025-12-02T02:45:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:26,884 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 0.717s
2025-12-02 02:45:26,884 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:26 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-c8015905-7643-4235-92ec-8ecafad2d2fa', 'x-compute-request-id': 'req-c8015905-7643-4235-92ec-8ecafad2d2fa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b'{"server": {"id": "088857be-e9be-42ad-9cc9-51d6ee6b7e3d", "name": "tempest-TestExecuteActionsViaActuator-server-638918357", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:45:17Z", "updated": "2025-12-02T02:45:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:28,869 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 0.977s
2025-12-02 02:45:28,870 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:27 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-15db0773-d8d2-41ee-b9c1-f20b102acf20', 'x-compute-request-id': 'req-15db0773-d8d2-41ee-b9c1-f20b102acf20', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b'{"server": {"id": "088857be-e9be-42ad-9cc9-51d6ee6b7e3d", "name": "tempest-TestExecuteActionsViaActuator-server-638918357", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:45:17Z", "updated": "2025-12-02T02:45:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:30,601 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 0.723s
2025-12-02 02:45:30,601 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:29 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-b5d5ff71-317a-4e81-90c7-cd0ae93e187f', 'x-compute-request-id': 'req-b5d5ff71-317a-4e81-90c7-cd0ae93e187f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b'{"server": {"id": "088857be-e9be-42ad-9cc9-51d6ee6b7e3d", "name": "tempest-TestExecuteActionsViaActuator-server-638918357", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:45:17Z", "updated": "2025-12-02T02:45:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:32,866 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 1.252s
2025-12-02 02:45:32,867 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:31 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-2a829dad-acf6-40c4-8a30-0e4218bbe34e', 'x-compute-request-id': 'req-2a829dad-acf6-40c4-8a30-0e4218bbe34e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b'{"server": {"id": "088857be-e9be-42ad-9cc9-51d6ee6b7e3d", "name": "tempest-TestExecuteActionsViaActuator-server-638918357", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:45:17Z", "updated": "2025-12-02T02:45:30Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:07:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:45:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:32,874 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait
2025-12-02 02:45:33,858 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 0.983s
2025-12-02 02:45:33,858 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:32 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-b27b754a-2039-4d8a-84f0-05a2bb2cadce', 'x-compute-request-id': 'req-b27b754a-2039-4d8a-84f0-05a2bb2cadce', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b'{"server": {"id": "088857be-e9be-42ad-9cc9-51d6ee6b7e3d", "name": "tempest-TestExecuteActionsViaActuator-server-638918357", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:45:17Z", "updated": "2025-12-02T02:45:30Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:07:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:45:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:34,812 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 0.946s
2025-12-02 02:45:34,815 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:33 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-12d10397-3463-4e50-bba1-86571f983c52', 'x-compute-request-id': 'req-12d10397-3463-4e50-bba1-86571f983c52', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b'{"server": {"id": "088857be-e9be-42ad-9cc9-51d6ee6b7e3d", "name": "tempest-TestExecuteActionsViaActuator-server-638918357", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:45:17Z", "updated": "2025-12-02T02:45:30Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:07:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:45:30.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-00000002", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-1lo2kt75", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-638918357", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2025-12-02 02:45:34,829 84 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMDg4ODU3YmUtZTliZS00MmFkLTljYzktNTFkNmVlNmI3ZTNkIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNTM0ODI5In0gMjQwMDAwMDAwMDEuMCAxNzY0NjQzMjM0ODI5CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjA4ODg1N2JlLWU5YmUtNDJhZC05Y2M5LTUxZDZlZTZiN2UzZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzUzNDgyOSJ9IDQ4MDAwMDAwMDAxLjAgMTc2NDY0MzI2NDgyOQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIwODg4NTdiZS1lOWJlLTQyYWQtOWNjOS01MWQ2ZWU2YjdlM2QiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM1MzQ4MjkifSA3MjAwMDAwMDAwMS4wIDE3NjQ2NDMyOTQ4MjkKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMDg4ODU3YmUtZTliZS00MmFkLTljYzktNTFkNmVlNmI3ZTNkIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNTM0ODI5In0gOTYwMDAwMDAwMDEuMCAxNzY0NjQzMzI0ODI5CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjA4ODg1N2JlLWU5YmUtNDJhZC05Y2M5LTUxZDZlZTZiN2UzZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzUzNDgyOSJ9IDEyMDAwMDAwMDAwMS4wIDE3NjQ2NDMzNTQ4MjkKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMDg4ODU3YmUtZTliZS00MmFkLTljYzktNTFkNmVlNmI3ZTNkIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNTM0ODI5In0gMTQ0MDAwMDAwMDAxLjAgMTc2NDY0MzM4NDgyOQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIwODg4NTdiZS1lOWJlLTQyYWQtOWNjOS01MWQ2ZWU2YjdlM2QiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM1MzQ4MjkifSAxNjgwMDAwMDAwMDEuMCAxNzY0NjQzNDE0ODI5CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjA4ODg1N2JlLWU5YmUtNDJhZC05Y2M5LTUxZDZlZTZiN2UzZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzUzNDgyOSJ9IDE5MjAwMDAwMDAwMS4wIDE3NjQ2NDM0NDQ4MjkKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMDg4ODU3YmUtZTliZS00MmFkLTljYzktNTFkNmVlNmI3ZTNkIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNTM0ODI5In0gMjE2MDAwMDAwMDAxLjAgMTc2NDY0MzQ3NDgyOQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIwODg4NTdiZS1lOWJlLTQyYWQtOWNjOS01MWQ2ZWU2YjdlM2QiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM1MzQ4MjkifSAyNDAwMDAwMDAwMDEuMCAxNzY0NjQzNTA0ODI5Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' on host '38.102.83.30'
2025-12-02 02:45:34,829 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.30:22' as 'zuul' with password None
2025-12-02 02:45:34,853 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2025-12-02 02:45:34,921 84 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-02 02:45:34,923 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.30 successfully created
2025-12-02 02:45:35,481 84 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2025-12-02 02:45:35,619 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/flavors 0.135s
2025-12-02 02:45:35,619 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:35 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-b1d88dfc-23d1-43f9-85ff-6e661e3154f2', 'x-compute-request-id': 'req-b1d88dfc-23d1-43f9-85ff-6e661e3154f2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "6bea08db-0072-4eb0-9a68-6aefcd74c4ae", "name": "m1.nano", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/6bea08db-0072-4eb0-9a68-6aefcd74c4ae"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6bea08db-0072-4eb0-9a68-6aefcd74c4ae"}], "description": null}, {"id": "fbefdd45-a36d-4bc2-90c3-1f2599b3378e", "name": "m1.micro", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/fbefdd45-a36d-4bc2-90c3-1f2599b3378e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/fbefdd45-a36d-4bc2-90c3-1f2599b3378e"}], "description": null}]}'
2025-12-02 02:45:35,802 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.180s
2025-12-02 02:45:35,803 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:35 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=6a0d9eafbb874381fb841eca046f1ced; 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": "ccb665e1-68f4-4978-be91-0a51e5c7b311", "audit_uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "bookmark"}], "updated_at": "2025-12-02T02:44:44+00:00"}, {"efficacy_indicators": [], "uuid": "bf636966-9750-45bc-bfe0-15b885e1d76f", "audit_uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "bookmark"}], "updated_at": "2025-12-02T02:44:49+00:00"}, {"efficacy_indicators": [], "uuid": "8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "audit_uuid": "1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "bookmark"}], "updated_at": "2025-12-02T02:44:52+00:00"}]}'
2025-12-02 02:45:35,803 84 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.180904 seconds
2025-12-02 02:45:35,886 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.082s
2025-12-02 02:45:35,887 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:35 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/b36c01f7-9533-4f78-9d98-692a7e759352", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/b36c01f7-9533-4f78-9d98-692a7e759352", "rel": "bookmark"}], "created_at": "2025-12-02T02:08:11+00:00", "updated_at": null, "deleted_at": null}'
2025-12-02 02:45:35,980 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.093s
2025-12-02 02:45:35,980 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:35 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/a7b771be-9f8e-4dd4-b277-2148f473f0f3", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/a7b771be-9f8e-4dd4-b277-2148f473f0f3", "rel": "bookmark"}], "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2025-12-02 02:45:36,098 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.117s
2025-12-02 02:45:36,098 84 DEBUG [tempest.lib.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": "a112e677-edcd-47e0-8ba9-9689fcbb549b", "description": "tempest-test-audit_template-1205869186", "goal": "b36c01f7-9533-4f78-9d98-692a7e759352", "strategy": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "scope": []}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:35 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/e1968aa2-ca8e-4a75-8a1e-a444ade54bd4', '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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "e1968aa2-ca8e-4a75-8a1e-a444ade54bd4", "name": "a112e677-edcd-47e0-8ba9-9689fcbb549b", "description": "tempest-test-audit_template-1205869186", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/e1968aa2-ca8e-4a75-8a1e-a444ade54bd4", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/e1968aa2-ca8e-4a75-8a1e-a444ade54bd4", "rel": "bookmark"}], "scope": [], "created_at": "2025-12-02T02:45:36.070503+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:45:36,233 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.134s
2025-12-02 02:45:36,233 84 DEBUG [tempest.lib.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": "e1968aa2-ca8e-4a75-8a1e-a444ade54bd4", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "resize", "resource_id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "input_parameters": {"flavor": "m1.micro"}}]}}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:36 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/95fd681c-9e62-49db-bf88-4a5b255d8825', '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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "name": "actuator-2025-12-02T02:45:36.175840", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "resize", "resource_id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "input_parameters": {"flavor": "m1.micro"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/95fd681c-9e62-49db-bf88-4a5b255d8825", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/95fd681c-9e62-49db-bf88-4a5b255d8825", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:45:36.191722+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:45:36,345 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/95fd681c-9e62-49db-bf88-4a5b255d8825 0.110s
2025-12-02 02:45:36,345 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:36 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/95fd681c-9e62-49db-bf88-4a5b255d8825'}
Body: b'{"uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "name": "actuator-2025-12-02T02:45:36.175840", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "resize", "resource_id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "input_parameters": {"flavor": "m1.micro"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/95fd681c-9e62-49db-bf88-4a5b255d8825", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/95fd681c-9e62-49db-bf88-4a5b255d8825", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:36+00:00"}'
2025-12-02 02:45:36,960 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/95fd681c-9e62-49db-bf88-4a5b255d8825 0.113s
2025-12-02 02:45:36,960 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:36 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/95fd681c-9e62-49db-bf88-4a5b255d8825'}
Body: b'{"uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "name": "actuator-2025-12-02T02:45:36.175840", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "resize", "resource_id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "input_parameters": {"flavor": "m1.micro"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/95fd681c-9e62-49db-bf88-4a5b255d8825", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/95fd681c-9e62-49db-bf88-4a5b255d8825", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:36+00:00"}'
2025-12-02 02:45:36,960 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.726626 seconds
2025-12-02 02:45:37,056 84 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=95fd681c-9e62-49db-bf88-4a5b255d8825 0.092s
2025-12-02 02:45:37,056 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:36 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=95fd681c-9e62-49db-bf88-4a5b255d8825'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "updated_at": null}]}'
2025-12-02 02:45:37,150 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.093s
2025-12-02 02:45:37,150 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:37 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:45:37,261 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.110s
2025-12-02 02:45:37,262 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:37 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:37,401 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.139s
2025-12-02 02:45:37,402 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:37 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:38,512 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.109s
2025-12-02 02:45:38,513 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:38 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:39,633 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.118s
2025-12-02 02:45:39,633 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:39 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:40,805 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.168s
2025-12-02 02:45:40,805 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:40 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:41,910 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.104s
2025-12-02 02:45:41,910 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:41 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:43,023 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.101s
2025-12-02 02:45:43,023 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:42 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:44,184 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.158s
2025-12-02 02:45:44,185 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:45,282 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.095s
2025-12-02 02:45:45,282 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:46,412 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.128s
2025-12-02 02:45:46,413 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:47,535 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.119s
2025-12-02 02:45:47,535 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:48,640 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.103s
2025-12-02 02:45:48,640 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45:48 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:49,772 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.131s
2025-12-02 02:45:49,773 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:50,960 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.185s
2025-12-02 02:45:50,960 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:52,116 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.153s
2025-12-02 02:45:52,116 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:53,247 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.129s
2025-12-02 02:45:53,248 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:54,438 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.188s
2025-12-02 02:45:54,438 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:55,571 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.130s
2025-12-02 02:45:55,572 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:56,696 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.122s
2025-12-02 02:45:56,697 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:57,892 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.193s
2025-12-02 02:45:57,892 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:45:59,016 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.121s
2025-12-02 02:45:59,016 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:45: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:46:00,186 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.165s
2025-12-02 02:46:00,186 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46: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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:45:37+00:00"}'
2025-12-02 02:46:01,289 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.101s
2025-12-02 02:46:01,289 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:01 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:46:00+00:00"}'
2025-12-02 02:46:01,289 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 24.027604 seconds
2025-12-02 02:46:01,386 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.095s
2025-12-02 02:46:01,386 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:01 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:45:36+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:46:00+00:00"}'
2025-12-02 02:46:01,471 84 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=1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.084s
2025-12-02 02:46:01,471 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:01 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b'{"actions": [{"uuid": "af6eda9c-8bd5-4928-827f-d4166cfc91ad", "action_plan_uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "state": "SUCCEEDED", "action_type": "resize", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/af6eda9c-8bd5-4928-827f-d4166cfc91ad", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/af6eda9c-8bd5-4928-827f-d4166cfc91ad", "rel": "bookmark"}]}]}'
2025-12-02 02:46:01,626 84 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.154s
2025-12-02 02:46:01,626 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:01 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-5c3e90c0-a5ad-4172-a6b9-ebfef47e1eea', 'x-compute-request-id': 'req-5c3e90c0-a5ad-4172-a6b9-ebfef47e1eea', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "3cb1b010-6d03-470c-9644-3ce42e8ca844", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:45:59.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "8eafa109-e07e-445b-aa22-3883ea100bd4", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:45:55.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "4641fb32-b5f8-4705-88e8-bb1c6fb9fb6f", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:45:52.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "9a831d86-27f9-4f53-bb4d-58dfa50f4981", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:45:52.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "90cb34af-89aa-49c9-b94e-f1d6f15388ef", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:45:52.000000", "disabled_reason": null, "forced_down": false}]}'
2025-12-02 02:46:01,780 84 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.149s
2025-12-02 02:46:01,780 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:01 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-67ce9b0c-eb5d-47ae-ad89-972cab29ddea', 'x-compute-request-id': 'req-67ce9b0c-eb5d-47ae-ad89-972cab29ddea', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2025-12-02 02:46:01,929 84 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.141s
2025-12-02 02:46:01,929 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:01 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-cb3810e0-3034-4f42-9060-fcbe47992a01', 'x-compute-request-id': 'req-cb3810e0-3034-4f42-9060-fcbe47992a01', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "093e0028-79f3-41a5-8baa-c448a26b9517", "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": "9a831d86-27f9-4f53-bb4d-58dfa50f4981", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7680, "local_gb": 79, "vcpus_used": 1, "memory_mb_used": 640, "local_gb_used": 1, "free_ram_mb": 7040, "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": ["mce", "nx", "cmp_legacy", "tsc", "mca", "svm", "pause-filter", "umip", "xsave", "arat", "de", "nrip-save", "mtrr", "sep", "virt-ssbd", "ssbd", "sha-ni", "cr8legacy", "pclmuldq", "stibp", "skip-l1dfl-vmentry", "x2apic", "fpu", "bmi2", "avx2", "pdpe1gb", "hypervisor", "fxsr_opt", "xgetbv1", "pse36", "mmxext", "ibrs", "ibpb", "npt", "ssse3", "rdtscp", "aes", "osvw", "avx", "rdseed", "rdpid", "xsavec", "sse2", "tsc-deadline", "cmov", "mds-no", "3dnowprefetch", "pat", "spec-ctrl", "clwb", "tsc-scale", "amd-stibp", "xsaveerptr", "wbnoinvd", "pfthreshold", "popcnt", "pae", "cx16", "f16c", "smep", "adx", "fma", "svme-addr-chk", "pge", "bmi1", "arch-capabilities", "fxsr", "msr", "xsaveopt", "pse", "vmcb-clean", "sse4.1", "mmx", "sse4a", "clflush", "smap", "vme", "rdrand", "cx8", "rdctl-no", "movbe", "perfctr_core", "clflushopt", "syscall", "sse", "lahf_lm", "pni", "topoext", "tsc_adjust", "abm", "lbrv", "apic", "lm", "fsgsbase", "misalignsse", "sse4.2", "clzero", "amd-ssbd", "pschange-mc-no"]}}, {"id": "7cae248b-e67c-47be-9b52-fb933b6a040a", "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": "90cb34af-89aa-49c9-b94e-f1d6f15388ef", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7680, "local_gb": 79, "vcpus_used": 2, "memory_mb_used": 832, "local_gb_used": 2, "free_ram_mb": 6848, "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": ["f16c", "popcnt", "lahf_lm", "clflush", "pge", "x2apic", "spec-ctrl", "movbe", "tsc", "syscall", "sse4.1", "wbnoinvd", "topoext", "mds-no", "virt-ssbd", "sha-ni", "npt", "fma", "tsc-scale", "ssse3", "pfthreshold", "tsc_adjust", "pni", "fxsr_opt", "tsc-deadline", "cmp_legacy", "3dnowprefetch", "pse", "sse4.2", "xsaveopt", "fxsr", "osvw", "avx", "mmxext", "pclmuldq", "aes", "rdctl-no", "vmcb-clean", "rdseed", "smep", "ibpb", "sse2", "clzero", "xsavec", "misalignsse", "sep", "pdpe1gb", "xsaveerptr", "amd-stibp", "de", "mce", "umip", "clflushopt", "pause-filter", "skip-l1dfl-vmentry", "cr8legacy", "mca", "mmx", "perfctr_core", "svme-addr-chk", "cx8", "bmi2", "nx", "ssbd", "pschange-mc-no", "apic", "cmov", "pae", "clwb", "sse4a", "nrip-save", "lm", "stibp", "bmi1", "mtrr", "svm", "arch-capabilities", "rdtscp", "arat", "cx16", "pse36", "vme", "ibrs", "rdrand", "smap", "xgetbv1", "avx2", "pat", "rdpid", "lbrv", "msr", "hypervisor", "fpu", "xsave", "amd-ssbd", "adx", "abm", "fsgsbase", "sse"]}}]}'
2025-12-02 02:46:01,997 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/093e0028-79f3-41a5-8baa-c448a26b9517/traits 0.062s
2025-12-02 02:46:01,998 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:01 GMT', 'server': 'Apache', 'last-modified': 'Tue, 02 Dec 2025 02:09:08 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-8a6e8ac8-f4fa-49eb-836e-8ce6e2d49c07', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=732cc54a4b78104e00335c595ce37997; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/093e0028-79f3-41a5-8baa-c448a26b9517/traits'}
Body: b'{"traits": ["COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_NONE", "HW_CPU_X86_SSE", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_ACCELERATORS", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "HW_CPU_X86_SSE41", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VOLUME_EXTEND", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_IMAGE_TYPE_RAW", "HW_CPU_X86_MMX", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_RESCUE_BFV", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_QCOW2", "HW_CPU_X86_SSE2", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_TRUSTED_CERTS", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_SECURITY_TPM_1_2"], "resource_provider_generation": 4}'
2025-12-02 02:46:02,351 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.348s
2025-12-02 02:46:02,351 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:02 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-31bfd585-f3f6-4876-b4f6-883bed61df93', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f50a9841e88fe5d4bfc0727e91df4350; 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": "5c0fc04d17b04eb3879d593210e07d06", "name": "tempest-TestExecuteActionsViaActuator-734291516-project-member", "password_expires_at": null}, "audit_ids": ["xW6hTCblRYGbK9dBNpcD_w"], "expires_at": "2025-12-02T03:46:02.000000Z", "issued_at": "2025-12-02T02:46:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f10eb730de64f6390e5f3b8a7c23752", "name": "tempest-TestExecuteActionsViaActuator-734291516"}, "is_domain": false, "roles": [{"id": "1fffb0a4978c404abc64e116dd174676", "name": "member"}, {"id": "0a88cb0b740d411b9a13b5c6f8e2b896", "name": "reader"}], "catalog": [{"endpoints": [{"name": "glance", "id": "8ecb586801064568bcea4f7bd7c3ecf9", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "d5df0db5e63b45a4982deadeaa1d2a13", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "043b82cc47ae4488ab0a2151825c07c0", "type": "image", "name": "glance"}, {"endpoints": [], "id": "0c322ec08d3a46ea96ca1e776582d438", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "nova", "id": "00035ad701d748c0a383df3640266f10", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "24e100422fc5449988f32aef19ff896e", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "295541d14bef437d90d7f9cdf3db62c5", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "35cfb8865d624e6b98c49db94665b153", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "525da2605cb34692aa900af21008505e", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "4240e360c9704d418e4259ea7e90b730", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "placement", "id": "52c9c034328b4a7e9afcf3bcda6d955d", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "816ce423aeaa42a1a731f6bbe6b8b348", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "5072f155c8ba4b5daff41fb3e4f9edff", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinderv3", "id": "568d0274d49545de92b75473e1bd0cee", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "eab474dcd7624e2a80081772f182ec69", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}], "id": "51c42445b46743bc9c0771aa74088258", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "neutron", "id": "39b3e3823b18407ab1420391c7326b32", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "e9838abcc3174831809b335f7a45219d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "7f2f2174c4c4473a9fb1eb7b560340a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0e2c47eadfc143029a3824a72fb4a2f9", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "97d98367562744d9a7438131df73c40a", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOn
2025-12-02 02:46:02,352 84 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '490227e9-2f13-486b-b07b-8ee129431a19', 'name': 'tempest-TestExecuteActionsViaActuator-1433809224-network', 'tenant_id': '8f10eb730de64f6390e5f3b8a7c23752', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8f10eb730de64f6390e5f3b8a7c23752', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43967, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-12-02T02:44:22Z', 'updated_at': '2025-12-02T02:44:22Z', 'revision_number': 1} available for tenant
2025-12-02 02:46:05,268 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.915s
2025-12-02 02:46:05,269 84 DEBUG [tempest.lib.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-759050009", "imageRef": "dd8df889-a0f0-44f7-a77c-03732d45c507", "flavorRef": "6bea08db-0072-4eb0-9a68-6aefcd74c4ae", "networks": [{"uuid": "490227e9-2f13-486b-b07b-8ee129431a19"}]}}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:02 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81aea9d6-c84a-4358-a9aa-63a641e10027', 'x-compute-request-id': 'req-81aea9d6-c84a-4358-a9aa-63a641e10027', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "7gDHxNsLA4Yv"}}'
2025-12-02 02:46:06,637 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f 1.365s
2025-12-02 02:46:06,637 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:05 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-51e76d79-89f4-4f60-b549-7f83d33d9c98', 'x-compute-request-id': 'req-51e76d79-89f4-4f60-b549-7f83d33d9c98', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f'}
Body: b'{"server": {"id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f", "name": "tempest-TestExecuteActionsViaActuator-server-759050009", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:05Z", "updated": "2025-12-02T02:46:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:08,620 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f 0.970s
2025-12-02 02:46:08,620 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:07 GMT', 'server': 'Apache', 'content-length': '1430', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3e19640-9f98-4bcf-9457-04fb1bb172c7', 'x-compute-request-id': 'req-f3e19640-9f98-4bcf-9457-04fb1bb172c7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f'}
Body: b'{"server": {"id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f", "name": "tempest-TestExecuteActionsViaActuator-server-759050009", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:05Z", "updated": "2025-12-02T02:46:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:08,628 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait
2025-12-02 02:46:10,991 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f 1.361s
2025-12-02 02:46:10,992 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:09 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-f0b7f5c2-5e7d-4b7b-8250-cf7d18ccb4b6', 'x-compute-request-id': 'req-f0b7f5c2-5e7d-4b7b-8250-cf7d18ccb4b6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f'}
Body: b'{"server": {"id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f", "name": "tempest-TestExecuteActionsViaActuator-server-759050009", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:05Z", "updated": "2025-12-02T02:46:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:11,002 84 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 5 second wait
2025-12-02 02:46:12,657 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f 0.651s
2025-12-02 02:46:12,657 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:12 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-6f5fd90f-b6d8-46f4-a16b-76f65f228797', 'x-compute-request-id': 'req-6f5fd90f-b6d8-46f4-a16b-76f65f228797', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f'}
Body: b'{"server": {"id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f", "name": "tempest-TestExecuteActionsViaActuator-server-759050009", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:05Z", "updated": "2025-12-02T02:46:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:15,553 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f 1.883s
2025-12-02 02:46:15,554 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46: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-da8d90b7-7c7d-4451-9531-f8e5009afbc2', 'x-compute-request-id': 'req-da8d90b7-7c7d-4451-9531-f8e5009afbc2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f'}
Body: b'{"server": {"id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f", "name": "tempest-TestExecuteActionsViaActuator-server-759050009", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:05Z", "updated": "2025-12-02T02:46:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:17,368 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f 0.796s
2025-12-02 02:46:17,369 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:16 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-aea4cba0-e8f7-4275-b27e-671bdbc5b02f', 'x-compute-request-id': 'req-aea4cba0-e8f7-4275-b27e-671bdbc5b02f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f'}
Body: b'{"server": {"id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f", "name": "tempest-TestExecuteActionsViaActuator-server-759050009", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:05Z", "updated": "2025-12-02T02:46:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:20,648 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f 2.257s
2025-12-02 02:46:20,649 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:18 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-6d382055-938c-4d49-905d-11ce9bf3ee43', 'x-compute-request-id': 'req-6d382055-938c-4d49-905d-11ce9bf3ee43', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f'}
Body: b'{"server": {"id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f", "name": "tempest-TestExecuteActionsViaActuator-server-759050009", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:05Z", "updated": "2025-12-02T02:46:17Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:80:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:46: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": []}}'
2025-12-02 02:46:20,665 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait
2025-12-02 02:46:22,085 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f 1.419s
2025-12-02 02:46:22,086 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:20 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-58a29b41-1a47-4ba2-8781-0cffba6020b5', 'x-compute-request-id': 'req-58a29b41-1a47-4ba2-8781-0cffba6020b5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f'}
Body: b'{"server": {"id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f", "name": "tempest-TestExecuteActionsViaActuator-server-759050009", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:05Z", "updated": "2025-12-02T02:46:17Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:80:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:46: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": []}}'
2025-12-02 02:46:23,329 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f 1.205s
2025-12-02 02:46:23,330 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:22 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-31b37cdb-5fe5-4454-83e1-2a17a175a8dc', 'x-compute-request-id': 'req-31b37cdb-5fe5-4454-83e1-2a17a175a8dc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f'}
Body: b'{"server": {"id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f", "name": "tempest-TestExecuteActionsViaActuator-server-759050009", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:05Z", "updated": "2025-12-02T02:46:17Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:80:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:46:17.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-00000003", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-adm7anr7", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-759050009", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:23,337 84 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMWNmNDJkNjktZTE3My00ZDRmLWI0YTAtYTI0ZjAzZmRiNzVmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNTgzMzM3In0gMjQwMDAwMDAwMDEuMCAxNzY0NjQzMjgzMzM3CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjFjZjQyZDY5LWUxNzMtNGQ0Zi1iNGEwLWEyNGYwM2ZkYjc1ZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzU4MzMzNyJ9IDQ4MDAwMDAwMDAxLjAgMTc2NDY0MzMxMzMzNwpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIxY2Y0MmQ2OS1lMTczLTRkNGYtYjRhMC1hMjRmMDNmZGI3NWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM1ODMzMzcifSA3MjAwMDAwMDAwMS4wIDE3NjQ2NDMzNDMzMzcKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMWNmNDJkNjktZTE3My00ZDRmLWI0YTAtYTI0ZjAzZmRiNzVmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNTgzMzM3In0gOTYwMDAwMDAwMDEuMCAxNzY0NjQzMzczMzM3CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjFjZjQyZDY5LWUxNzMtNGQ0Zi1iNGEwLWEyNGYwM2ZkYjc1ZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzU4MzMzNyJ9IDEyMDAwMDAwMDAwMS4wIDE3NjQ2NDM0MDMzMzcKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMWNmNDJkNjktZTE3My00ZDRmLWI0YTAtYTI0ZjAzZmRiNzVmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNTgzMzM3In0gMTQ0MDAwMDAwMDAxLjAgMTc2NDY0MzQzMzMzNwpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIxY2Y0MmQ2OS1lMTczLTRkNGYtYjRhMC1hMjRmMDNmZGI3NWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM1ODMzMzcifSAxNjgwMDAwMDAwMDEuMCAxNzY0NjQzNDYzMzM3CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjFjZjQyZDY5LWUxNzMtNGQ0Zi1iNGEwLWEyNGYwM2ZkYjc1ZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzU4MzMzNyJ9IDE5MjAwMDAwMDAwMS4wIDE3NjQ2NDM0OTMzMzcKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMWNmNDJkNjktZTE3My00ZDRmLWI0YTAtYTI0ZjAzZmRiNzVmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNTgzMzM3In0gMjE2MDAwMDAwMDAxLjAgMTc2NDY0MzUyMzMzNwpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIxY2Y0MmQ2OS1lMTczLTRkNGYtYjRhMC1hMjRmMDNmZGI3NWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM1ODMzMzcifSAyNDAwMDAwMDAwMDEuMCAxNzY0NjQzNTUzMzM3Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' on host '38.102.83.30'
2025-12-02 02:46:23,337 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.30:22' as 'zuul' with password None
2025-12-02 02:46:23,351 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2025-12-02 02:46:23,424 84 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-02 02:46:23,428 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.30 successfully created
2025-12-02 02:46:23,974 84 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2025-12-02 02:46:24,192 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/7cae248b-e67c-47be-9b52-fb933b6a040a/traits 0.217s
2025-12-02 02:46:24,193 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:24 GMT', 'server': 'Apache', 'last-modified': 'Tue, 02 Dec 2025 02:09:08 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-c99a234d-4440-4043-8f99-635283337661', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=732cc54a4b78104e00335c595ce37997; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/7cae248b-e67c-47be-9b52-fb933b6a040a/traits'}
Body: b'{"traits": ["COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_NONE", "HW_CPU_X86_SSE", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_ACCELERATORS", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "HW_CPU_X86_SSE41", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VOLUME_EXTEND", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_IMAGE_TYPE_RAW", "HW_CPU_X86_MMX", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_RESCUE_BFV", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_QCOW2", "HW_CPU_X86_SSE2", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_TRUSTED_CERTS", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_SECURITY_TPM_1_2"], "resource_provider_generation": 8}'
2025-12-02 02:46:24,682 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.486s
2025-12-02 02:46:24,683 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:24 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b0dfbb35-0650-42bd-93df-190af31ffc65', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f50a9841e88fe5d4bfc0727e91df4350; 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": "5c0fc04d17b04eb3879d593210e07d06", "name": "tempest-TestExecuteActionsViaActuator-734291516-project-member", "password_expires_at": null}, "audit_ids": ["6_2klX2VRdybBzg-giWn9Q"], "expires_at": "2025-12-02T03:46:24.000000Z", "issued_at": "2025-12-02T02:46:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f10eb730de64f6390e5f3b8a7c23752", "name": "tempest-TestExecuteActionsViaActuator-734291516"}, "is_domain": false, "roles": [{"id": "1fffb0a4978c404abc64e116dd174676", "name": "member"}, {"id": "0a88cb0b740d411b9a13b5c6f8e2b896", "name": "reader"}], "catalog": [{"endpoints": [{"name": "glance", "id": "8ecb586801064568bcea4f7bd7c3ecf9", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "d5df0db5e63b45a4982deadeaa1d2a13", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "043b82cc47ae4488ab0a2151825c07c0", "type": "image", "name": "glance"}, {"endpoints": [], "id": "0c322ec08d3a46ea96ca1e776582d438", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "nova", "id": "00035ad701d748c0a383df3640266f10", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "24e100422fc5449988f32aef19ff896e", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "295541d14bef437d90d7f9cdf3db62c5", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "35cfb8865d624e6b98c49db94665b153", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "525da2605cb34692aa900af21008505e", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "4240e360c9704d418e4259ea7e90b730", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "placement", "id": "52c9c034328b4a7e9afcf3bcda6d955d", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "816ce423aeaa42a1a731f6bbe6b8b348", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "5072f155c8ba4b5daff41fb3e4f9edff", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinderv3", "id": "568d0274d49545de92b75473e1bd0cee", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "eab474dcd7624e2a80081772f182ec69", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}], "id": "51c42445b46743bc9c0771aa74088258", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "neutron", "id": "39b3e3823b18407ab1420391c7326b32", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "e9838abcc3174831809b335f7a45219d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "7f2f2174c4c4473a9fb1eb7b560340a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0e2c47eadfc143029a3824a72fb4a2f9", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "97d98367562744d9a7438131df73c40a", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOn
2025-12-02 02:46:24,683 84 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '490227e9-2f13-486b-b07b-8ee129431a19', 'name': 'tempest-TestExecuteActionsViaActuator-1433809224-network', 'tenant_id': '8f10eb730de64f6390e5f3b8a7c23752', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8f10eb730de64f6390e5f3b8a7c23752', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43967, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-12-02T02:44:22Z', 'updated_at': '2025-12-02T02:44:22Z', 'revision_number': 1} available for tenant
2025-12-02 02:46:28,867 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 4.180s
2025-12-02 02:46:28,867 84 DEBUG [tempest.lib.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-420390923", "imageRef": "dd8df889-a0f0-44f7-a77c-03732d45c507", "flavorRef": "6bea08db-0072-4eb0-9a68-6aefcd74c4ae", "networks": [{"uuid": "490227e9-2f13-486b-b07b-8ee129431a19"}]}}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:24 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34146bd8-c1bf-447b-b048-779342f58379', 'x-compute-request-id': 'req-34146bd8-c1bf-447b-b048-779342f58379', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "gL6EruVVQ45L"}}'
2025-12-02 02:46:29,521 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f 0.652s
2025-12-02 02:46:29,521 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:28 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-3a6afb40-c687-4eee-9802-a7dc0d91fa0b', 'x-compute-request-id': 'req-3a6afb40-c687-4eee-9802-a7dc0d91fa0b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f'}
Body: b'{"server": {"id": "0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f", "name": "tempest-TestExecuteActionsViaActuator-server-420390923", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:28Z", "updated": "2025-12-02T02:46:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:31,638 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f 1.101s
2025-12-02 02:46:31,639 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:30 GMT', 'server': 'Apache', 'content-length': '1366', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87960fa6-8263-46aa-8033-4dcd7b74c7a5', 'x-compute-request-id': 'req-87960fa6-8263-46aa-8033-4dcd7b74c7a5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f'}
Body: b'{"server": {"id": "0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f", "name": "tempest-TestExecuteActionsViaActuator-server-420390923", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:28Z", "updated": "2025-12-02T02:46:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:31,654 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-12-02 02:46:33,685 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f 1.030s
2025-12-02 02:46:33,686 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:32 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30fbd2d7-11d7-4e39-a6b4-ea54cce3e8f3', 'x-compute-request-id': 'req-30fbd2d7-11d7-4e39-a6b4-ea54cce3e8f3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f'}
Body: b'{"server": {"id": "0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f", "name": "tempest-TestExecuteActionsViaActuator-server-420390923", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:28Z", "updated": "2025-12-02T02:46:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:33,693 84 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait
2025-12-02 02:46:35,681 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f 0.987s
2025-12-02 02:46:35,681 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:34 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a090d5b-e8a4-49ed-896a-aacf37258e4a', 'x-compute-request-id': 'req-5a090d5b-e8a4-49ed-896a-aacf37258e4a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f'}
Body: b'{"server": {"id": "0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f", "name": "tempest-TestExecuteActionsViaActuator-server-420390923", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:28Z", "updated": "2025-12-02T02:46:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:37,317 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f 0.626s
2025-12-02 02:46:37,317 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:36 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b7d195a-6d01-4da3-9f01-3253b6231173', 'x-compute-request-id': 'req-3b7d195a-6d01-4da3-9f01-3253b6231173', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f'}
Body: b'{"server": {"id": "0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f", "name": "tempest-TestExecuteActionsViaActuator-server-420390923", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:28Z", "updated": "2025-12-02T02:46:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:39,652 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f 1.323s
2025-12-02 02:46:39,653 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:38 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-042605cb-61ee-40f9-9681-5c77c66046ac', 'x-compute-request-id': 'req-042605cb-61ee-40f9-9681-5c77c66046ac', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f'}
Body: b'{"server": {"id": "0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f", "name": "tempest-TestExecuteActionsViaActuator-server-420390923", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:28Z", "updated": "2025-12-02T02:46:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:41,941 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f 1.272s
2025-12-02 02:46:41,941 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:40 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-537baf48-2786-47a8-8126-d8665df73b29', 'x-compute-request-id': 'req-537baf48-2786-47a8-8126-d8665df73b29', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f'}
Body: b'{"server": {"id": "0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f", "name": "tempest-TestExecuteActionsViaActuator-server-420390923", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:28Z", "updated": "2025-12-02T02:46:39Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:92:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:46:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:41,960 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait
2025-12-02 02:46:42,982 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f 1.020s
2025-12-02 02:46:42,982 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:41 GMT', 'server': 'Apache', 'content-length': '1666', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10fdfb78-47e6-4e58-8791-fd057bc0c39d', 'x-compute-request-id': 'req-10fdfb78-47e6-4e58-8791-fd057bc0c39d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f'}
Body: b'{"server": {"id": "0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f", "name": "tempest-TestExecuteActionsViaActuator-server-420390923", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:28Z", "updated": "2025-12-02T02:46:39Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:92:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:46:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:43,670 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f 0.678s
2025-12-02 02:46:43,670 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:43 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-1b305644-39e4-45bf-b930-364e081349ef', 'x-compute-request-id': 'req-1b305644-39e4-45bf-b930-364e081349ef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f'}
Body: b'{"server": {"id": "0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f", "name": "tempest-TestExecuteActionsViaActuator-server-420390923", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:28Z", "updated": "2025-12-02T02:46:39Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:92:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:46:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000004", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-dyl7xl37", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-420390923", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:43,682 84 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMDg5MWZlM2YtNGZiNC00ZDViLThkYmUtYjQyZTRhMmRhOTBmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNjAzNjgyIn0gMjQwMDAwMDAwMDEuMCAxNzY0NjQzMzAzNjgyCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjA4OTFmZTNmLTRmYjQtNGQ1Yi04ZGJlLWI0MmU0YTJkYTkwZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzYwMzY4MiJ9IDQ4MDAwMDAwMDAxLjAgMTc2NDY0MzMzMzY4MgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIwODkxZmUzZi00ZmI0LTRkNWItOGRiZS1iNDJlNGEyZGE5MGYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM2MDM2ODIifSA3MjAwMDAwMDAwMS4wIDE3NjQ2NDMzNjM2ODIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMDg5MWZlM2YtNGZiNC00ZDViLThkYmUtYjQyZTRhMmRhOTBmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNjAzNjgyIn0gOTYwMDAwMDAwMDEuMCAxNzY0NjQzMzkzNjgyCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjA4OTFmZTNmLTRmYjQtNGQ1Yi04ZGJlLWI0MmU0YTJkYTkwZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzYwMzY4MiJ9IDEyMDAwMDAwMDAwMS4wIDE3NjQ2NDM0MjM2ODIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMDg5MWZlM2YtNGZiNC00ZDViLThkYmUtYjQyZTRhMmRhOTBmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNjAzNjgyIn0gMTQ0MDAwMDAwMDAxLjAgMTc2NDY0MzQ1MzY4MgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIwODkxZmUzZi00ZmI0LTRkNWItOGRiZS1iNDJlNGEyZGE5MGYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM2MDM2ODIifSAxNjgwMDAwMDAwMDEuMCAxNzY0NjQzNDgzNjgyCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjA4OTFmZTNmLTRmYjQtNGQ1Yi04ZGJlLWI0MmU0YTJkYTkwZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzYwMzY4MiJ9IDE5MjAwMDAwMDAwMS4wIDE3NjQ2NDM1MTM2ODIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMDg5MWZlM2YtNGZiNC00ZDViLThkYmUtYjQyZTRhMmRhOTBmIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNjAzNjgyIn0gMjE2MDAwMDAwMDAxLjAgMTc2NDY0MzU0MzY4MgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIwODkxZmUzZi00ZmI0LTRkNWItOGRiZS1iNDJlNGEyZGE5MGYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM2MDM2ODIifSAyNDAwMDAwMDAwMDEuMCAxNzY0NjQzNTczNjgyCg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' on host '38.102.83.30'
2025-12-02 02:46:43,683 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.30:22' as 'zuul' with password None
2025-12-02 02:46:43,705 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2025-12-02 02:46:43,780 84 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-02 02:46:43,782 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.30 successfully created
2025-12-02 02:46:44,386 84 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2025-12-02 02:46:44,524 84 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.137s
2025-12-02 02:46:44,524 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:44 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-48f5b85f-263d-4f30-bc96-9e83d5d3fbdb', 'x-compute-request-id': 'req-48f5b85f-263d-4f30-bc96-9e83d5d3fbdb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "3cb1b010-6d03-470c-9644-3ce42e8ca844", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:46:39.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "8eafa109-e07e-445b-aa22-3883ea100bd4", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:46:35.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "4641fb32-b5f8-4705-88e8-bb1c6fb9fb6f", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:46:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "9a831d86-27f9-4f53-bb4d-58dfa50f4981", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:46:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "90cb34af-89aa-49c9-b94e-f1d6f15388ef", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:46:42.000000", "disabled_reason": null, "forced_down": false}]}'
2025-12-02 02:46:44,667 84 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.139s
2025-12-02 02:46:44,667 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:44 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-dc9b1be6-7589-4c02-a51b-f4315ef0849c', 'x-compute-request-id': 'req-dc9b1be6-7589-4c02-a51b-f4315ef0849c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2025-12-02 02:46:44,843 84 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.169s
2025-12-02 02:46:44,843 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:44 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-89bd8e51-bfae-4a39-b101-364b6792317e', 'x-compute-request-id': 'req-89bd8e51-bfae-4a39-b101-364b6792317e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "093e0028-79f3-41a5-8baa-c448a26b9517", "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": "9a831d86-27f9-4f53-bb4d-58dfa50f4981", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7680, "local_gb": 79, "vcpus_used": 1, "memory_mb_used": 640, "local_gb_used": 1, "free_ram_mb": 7040, "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": ["mce", "nx", "cmp_legacy", "tsc", "mca", "svm", "pause-filter", "umip", "xsave", "arat", "de", "nrip-save", "mtrr", "sep", "virt-ssbd", "ssbd", "sha-ni", "cr8legacy", "pclmuldq", "stibp", "skip-l1dfl-vmentry", "x2apic", "fpu", "bmi2", "avx2", "pdpe1gb", "hypervisor", "fxsr_opt", "xgetbv1", "pse36", "mmxext", "ibrs", "ibpb", "npt", "ssse3", "rdtscp", "aes", "osvw", "avx", "rdseed", "rdpid", "xsavec", "sse2", "tsc-deadline", "cmov", "mds-no", "3dnowprefetch", "pat", "spec-ctrl", "clwb", "tsc-scale", "amd-stibp", "xsaveerptr", "wbnoinvd", "pfthreshold", "popcnt", "pae", "cx16", "f16c", "smep", "adx", "fma", "svme-addr-chk", "pge", "bmi1", "arch-capabilities", "fxsr", "msr", "xsaveopt", "pse", "vmcb-clean", "sse4.1", "mmx", "sse4a", "clflush", "smap", "vme", "rdrand", "cx8", "rdctl-no", "movbe", "perfctr_core", "clflushopt", "syscall", "sse", "lahf_lm", "pni", "topoext", "tsc_adjust", "abm", "lbrv", "apic", "lm", "fsgsbase", "misalignsse", "sse4.2", "clzero", "amd-ssbd", "pschange-mc-no"]}}, {"id": "7cae248b-e67c-47be-9b52-fb933b6a040a", "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": "90cb34af-89aa-49c9-b94e-f1d6f15388ef", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7680, "local_gb": 79, "vcpus_used": 3, "memory_mb_used": 960, "local_gb_used": 3, "free_ram_mb": 6720, "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": ["f16c", "popcnt", "lahf_lm", "clflush", "pge", "x2apic", "spec-ctrl", "movbe", "tsc", "syscall", "sse4.1", "wbnoinvd", "topoext", "mds-no", "virt-ssbd", "sha-ni", "npt", "fma", "tsc-scale", "ssse3", "pfthreshold", "tsc_adjust", "pni", "fxsr_opt", "tsc-deadline", "cmp_legacy", "3dnowprefetch", "pse", "sse4.2", "xsaveopt", "fxsr", "osvw", "avx", "mmxext", "pclmuldq", "aes", "rdctl-no", "vmcb-clean", "rdseed", "smep", "ibpb", "sse2", "clzero", "xsavec", "misalignsse", "sep", "pdpe1gb", "xsaveerptr", "amd-stibp", "de", "mce", "umip", "clflushopt", "pause-filter", "skip-l1dfl-vmentry", "cr8legacy", "mca", "mmx", "perfctr_core", "svme-addr-chk", "cx8", "bmi2", "nx", "ssbd", "pschange-mc-no", "apic", "cmov", "pae", "clwb", "sse4a", "nrip-save", "lm", "stibp", "bmi1", "mtrr", "svm", "arch-capabilities", "rdtscp", "arat", "cx16", "pse36", "vme", "ibrs", "rdrand", "smap", "xgetbv1", "avx2", "pat", "rdpid", "lbrv", "msr", "hypervisor", "fpu", "xsave", "amd-ssbd", "adx", "abm", "fsgsbase", "sse"]}}]}'
2025-12-02 02:46:44,899 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/093e0028-79f3-41a5-8baa-c448a26b9517/traits 0.050s
2025-12-02 02:46:44,900 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:44 GMT', 'server': 'Apache', 'last-modified': 'Tue, 02 Dec 2025 02:09:08 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-ed0c28ed-237d-4317-84a9-7a3eb9870d69', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=732cc54a4b78104e00335c595ce37997; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/093e0028-79f3-41a5-8baa-c448a26b9517/traits'}
Body: b'{"traits": ["COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_NONE", "HW_CPU_X86_SSE", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_ACCELERATORS", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "HW_CPU_X86_SSE41", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VOLUME_EXTEND", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_IMAGE_TYPE_RAW", "HW_CPU_X86_MMX", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_RESCUE_BFV", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_QCOW2", "HW_CPU_X86_SSE2", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_TRUSTED_CERTS", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_SECURITY_TPM_1_2"], "resource_provider_generation": 4}'
2025-12-02 02:46:45,443 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.334s
2025-12-02 02:46:45,443 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:45 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7b7c227e-8603-4c22-84dd-ab29b2bdbf4b', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f50a9841e88fe5d4bfc0727e91df4350; 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": "5c0fc04d17b04eb3879d593210e07d06", "name": "tempest-TestExecuteActionsViaActuator-734291516-project-member", "password_expires_at": null}, "audit_ids": ["__VpFlmRTOi0C-RTz59DKw"], "expires_at": "2025-12-02T03:46:45.000000Z", "issued_at": "2025-12-02T02:46:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f10eb730de64f6390e5f3b8a7c23752", "name": "tempest-TestExecuteActionsViaActuator-734291516"}, "is_domain": false, "roles": [{"id": "1fffb0a4978c404abc64e116dd174676", "name": "member"}, {"id": "0a88cb0b740d411b9a13b5c6f8e2b896", "name": "reader"}], "catalog": [{"endpoints": [{"name": "glance", "id": "8ecb586801064568bcea4f7bd7c3ecf9", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "d5df0db5e63b45a4982deadeaa1d2a13", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "043b82cc47ae4488ab0a2151825c07c0", "type": "image", "name": "glance"}, {"endpoints": [], "id": "0c322ec08d3a46ea96ca1e776582d438", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "nova", "id": "00035ad701d748c0a383df3640266f10", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "24e100422fc5449988f32aef19ff896e", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "295541d14bef437d90d7f9cdf3db62c5", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "35cfb8865d624e6b98c49db94665b153", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "525da2605cb34692aa900af21008505e", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "4240e360c9704d418e4259ea7e90b730", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "placement", "id": "52c9c034328b4a7e9afcf3bcda6d955d", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "816ce423aeaa42a1a731f6bbe6b8b348", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "5072f155c8ba4b5daff41fb3e4f9edff", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinderv3", "id": "568d0274d49545de92b75473e1bd0cee", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "eab474dcd7624e2a80081772f182ec69", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}], "id": "51c42445b46743bc9c0771aa74088258", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "neutron", "id": "39b3e3823b18407ab1420391c7326b32", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "e9838abcc3174831809b335f7a45219d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "7f2f2174c4c4473a9fb1eb7b560340a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0e2c47eadfc143029a3824a72fb4a2f9", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "97d98367562744d9a7438131df73c40a", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOn
2025-12-02 02:46:45,444 84 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '490227e9-2f13-486b-b07b-8ee129431a19', 'name': 'tempest-TestExecuteActionsViaActuator-1433809224-network', 'tenant_id': '8f10eb730de64f6390e5f3b8a7c23752', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8f10eb730de64f6390e5f3b8a7c23752', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43967, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-12-02T02:44:22Z', 'updated_at': '2025-12-02T02:44:22Z', 'revision_number': 1} available for tenant
2025-12-02 02:46:49,136 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.689s
2025-12-02 02:46:49,137 84 DEBUG [tempest.lib.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-1853129010", "imageRef": "dd8df889-a0f0-44f7-a77c-03732d45c507", "flavorRef": "6bea08db-0072-4eb0-9a68-6aefcd74c4ae", "networks": [{"uuid": "490227e9-2f13-486b-b07b-8ee129431a19"}]}}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:45 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b64b436-a86b-4191-b4bf-7515cab545c4', 'x-compute-request-id': 'req-3b64b436-a86b-4191-b4bf-7515cab545c4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "ec5e8853-7017-48a0-91df-30fc53a3db8a", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "crQQTZ5Ke8gX"}}'
2025-12-02 02:46:49,669 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a 0.529s
2025-12-02 02:46:49,670 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:49 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-50f828db-a0c2-43fd-8108-2e03868fa01a', 'x-compute-request-id': 'req-50f828db-a0c2-43fd-8108-2e03868fa01a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a'}
Body: b'{"server": {"id": "ec5e8853-7017-48a0-91df-30fc53a3db8a", "name": "tempest-TestExecuteActionsViaActuator-server-1853129010", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:49Z", "updated": "2025-12-02T02:46:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:51,690 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a 1.005s
2025-12-02 02:46:51,691 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:50 GMT', 'server': 'Apache', 'content-length': '1423', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7cf28e9-cfbb-4a78-85d8-20a76049cd07', 'x-compute-request-id': 'req-a7cf28e9-cfbb-4a78-85d8-20a76049cd07', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a'}
Body: b'{"server": {"id": "ec5e8853-7017-48a0-91df-30fc53a3db8a", "name": "tempest-TestExecuteActionsViaActuator-server-1853129010", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:49Z", "updated": "2025-12-02T02:46:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:51,701 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-12-02 02:46:54,023 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a 1.319s
2025-12-02 02:46:54,023 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:52 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-a2bcaf9f-2961-452c-9464-f56e3af3e288', 'x-compute-request-id': 'req-a2bcaf9f-2961-452c-9464-f56e3af3e288', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a'}
Body: b'{"server": {"id": "ec5e8853-7017-48a0-91df-30fc53a3db8a", "name": "tempest-TestExecuteActionsViaActuator-server-1853129010", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:49Z", "updated": "2025-12-02T02:46:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:54,030 84 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait
2025-12-02 02:46:55,721 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a 0.689s
2025-12-02 02:46:55,722 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:55 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-49a313c5-19ec-45c1-96b0-e623c862d7f9', 'x-compute-request-id': 'req-49a313c5-19ec-45c1-96b0-e623c862d7f9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a'}
Body: b'{"server": {"id": "ec5e8853-7017-48a0-91df-30fc53a3db8a", "name": "tempest-TestExecuteActionsViaActuator-server-1853129010", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:49Z", "updated": "2025-12-02T02:46:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:57,454 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a 0.708s
2025-12-02 02:46:57,455 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:56 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-477c980c-5647-4156-8a46-fd6ee319638a', 'x-compute-request-id': 'req-477c980c-5647-4156-8a46-fd6ee319638a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a'}
Body: b'{"server": {"id": "ec5e8853-7017-48a0-91df-30fc53a3db8a", "name": "tempest-TestExecuteActionsViaActuator-server-1853129010", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:49Z", "updated": "2025-12-02T02:46:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:59,654 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a 1.190s
2025-12-02 02:46:59,655 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:58 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-e844a8f9-d744-4354-8be4-748519f808c9', 'x-compute-request-id': 'req-e844a8f9-d744-4354-8be4-748519f808c9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a'}
Body: b'{"server": {"id": "ec5e8853-7017-48a0-91df-30fc53a3db8a", "name": "tempest-TestExecuteActionsViaActuator-server-1853129010", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:49Z", "updated": "2025-12-02T02:46:57Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:71:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:46:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:46:59,661 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait
2025-12-02 02:47:00,944 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a 1.281s
2025-12-02 02:47:00,944 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:46:59 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-8f89560a-e4a8-4281-be2c-e8a521826bd5', 'x-compute-request-id': 'req-8f89560a-e4a8-4281-be2c-e8a521826bd5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a'}
Body: b'{"server": {"id": "ec5e8853-7017-48a0-91df-30fc53a3db8a", "name": "tempest-TestExecuteActionsViaActuator-server-1853129010", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:49Z", "updated": "2025-12-02T02:46:57Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:71:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:46:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:02,684 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a 1.732s
2025-12-02 02:47:02,684 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:00 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-84b66969-ed33-4cd2-8583-2e94a9af29dc', 'x-compute-request-id': 'req-84b66969-ed33-4cd2-8583-2e94a9af29dc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a'}
Body: b'{"server": {"id": "ec5e8853-7017-48a0-91df-30fc53a3db8a", "name": "tempest-TestExecuteActionsViaActuator-server-1853129010", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:49Z", "updated": "2025-12-02T02:46:57Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:71:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:46:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-9r2jg2v1", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-1853129010", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:02,696 84 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZWM1ZTg4NTMtNzAxNy00OGEwLTkxZGYtMzBmYzUzYTNkYjhhIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNjIyNjk2In0gMjQwMDAwMDAwMDEuMCAxNzY0NjQzMzIyNjk2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImVjNWU4ODUzLTcwMTctNDhhMC05MWRmLTMwZmM1M2EzZGI4YSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzYyMjY5NiJ9IDQ4MDAwMDAwMDAxLjAgMTc2NDY0MzM1MjY5NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJlYzVlODg1My03MDE3LTQ4YTAtOTFkZi0zMGZjNTNhM2RiOGEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM2MjI2OTYifSA3MjAwMDAwMDAwMS4wIDE3NjQ2NDMzODI2OTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZWM1ZTg4NTMtNzAxNy00OGEwLTkxZGYtMzBmYzUzYTNkYjhhIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNjIyNjk2In0gOTYwMDAwMDAwMDEuMCAxNzY0NjQzNDEyNjk2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImVjNWU4ODUzLTcwMTctNDhhMC05MWRmLTMwZmM1M2EzZGI4YSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzYyMjY5NiJ9IDEyMDAwMDAwMDAwMS4wIDE3NjQ2NDM0NDI2OTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZWM1ZTg4NTMtNzAxNy00OGEwLTkxZGYtMzBmYzUzYTNkYjhhIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNjIyNjk2In0gMTQ0MDAwMDAwMDAxLjAgMTc2NDY0MzQ3MjY5NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJlYzVlODg1My03MDE3LTQ4YTAtOTFkZi0zMGZjNTNhM2RiOGEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM2MjI2OTYifSAxNjgwMDAwMDAwMDEuMCAxNzY0NjQzNTAyNjk2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImVjNWU4ODUzLTcwMTctNDhhMC05MWRmLTMwZmM1M2EzZGI4YSIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzYyMjY5NiJ9IDE5MjAwMDAwMDAwMS4wIDE3NjQ2NDM1MzI2OTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZWM1ZTg4NTMtNzAxNy00OGEwLTkxZGYtMzBmYzUzYTNkYjhhIiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNjIyNjk2In0gMjE2MDAwMDAwMDAxLjAgMTc2NDY0MzU2MjY5NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJlYzVlODg1My03MDE3LTQ4YTAtOTFkZi0zMGZjNTNhM2RiOGEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM2MjI2OTYifSAyNDAwMDAwMDAwMDEuMCAxNzY0NjQzNTkyNjk2Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' on host '38.102.83.30'
2025-12-02 02:47:02,696 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.30:22' as 'zuul' with password None
2025-12-02 02:47:02,717 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2025-12-02 02:47:02,795 84 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-02 02:47:02,796 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.30 successfully created
2025-12-02 02:47:03,389 84 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2025-12-02 02:47:03,445 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/7cae248b-e67c-47be-9b52-fb933b6a040a/traits 0.054s
2025-12-02 02:47:03,445 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'placement 1.29', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:03 GMT', 'server': 'Apache', 'last-modified': 'Tue, 02 Dec 2025 02:09:08 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-43f0d29c-905f-4f72-bbfb-91856977adaf', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=732cc54a4b78104e00335c595ce37997; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/7cae248b-e67c-47be-9b52-fb933b6a040a/traits'}
Body: b'{"traits": ["COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_GRAPHICS_MODEL_NONE", "HW_CPU_X86_SSE", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_ACCELERATORS", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "HW_CPU_X86_SSE41", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VOLUME_EXTEND", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_IMAGE_TYPE_RAW", "HW_CPU_X86_MMX", "COMPUTE_NET_ATTACH_INTERFACE", "COMPUTE_RESCUE_BFV", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_QCOW2", "HW_CPU_X86_SSE2", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_STORAGE_BUS_VIRTIO", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_TRUSTED_CERTS", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_DEVICE_TAGGING", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_NET_VIF_MODEL_VIRTIO", "COMPUTE_SECURITY_TPM_1_2"], "resource_provider_generation": 9}'
2025-12-02 02:47:03,819 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.369s
2025-12-02 02:47:03,819 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:03 GMT', 'server': 'Apache', 'content-length': '5231', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-af7bd782-3073-4952-a7b9-96854f8eaef5', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f50a9841e88fe5d4bfc0727e91df4350; 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": "5c0fc04d17b04eb3879d593210e07d06", "name": "tempest-TestExecuteActionsViaActuator-734291516-project-member", "password_expires_at": null}, "audit_ids": ["SirDB5JTQGyBKtWwPAtOZQ"], "expires_at": "2025-12-02T03:47:03.000000Z", "issued_at": "2025-12-02T02:47:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f10eb730de64f6390e5f3b8a7c23752", "name": "tempest-TestExecuteActionsViaActuator-734291516"}, "is_domain": false, "roles": [{"id": "1fffb0a4978c404abc64e116dd174676", "name": "member"}, {"id": "0a88cb0b740d411b9a13b5c6f8e2b896", "name": "reader"}], "catalog": [{"endpoints": [{"name": "glance", "id": "8ecb586801064568bcea4f7bd7c3ecf9", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "d5df0db5e63b45a4982deadeaa1d2a13", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "043b82cc47ae4488ab0a2151825c07c0", "type": "image", "name": "glance"}, {"endpoints": [], "id": "0c322ec08d3a46ea96ca1e776582d438", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "nova", "id": "00035ad701d748c0a383df3640266f10", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "24e100422fc5449988f32aef19ff896e", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "295541d14bef437d90d7f9cdf3db62c5", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "barbican", "id": "35cfb8865d624e6b98c49db94665b153", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "525da2605cb34692aa900af21008505e", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "4240e360c9704d418e4259ea7e90b730", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "placement", "id": "52c9c034328b4a7e9afcf3bcda6d955d", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "816ce423aeaa42a1a731f6bbe6b8b348", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "5072f155c8ba4b5daff41fb3e4f9edff", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinderv3", "id": "568d0274d49545de92b75473e1bd0cee", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "eab474dcd7624e2a80081772f182ec69", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}], "id": "51c42445b46743bc9c0771aa74088258", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "neutron", "id": "39b3e3823b18407ab1420391c7326b32", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "e9838abcc3174831809b335f7a45219d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "7f2f2174c4c4473a9fb1eb7b560340a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0e2c47eadfc143029a3824a72fb4a2f9", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "97d98367562744d9a7438131df73c40a", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOn
2025-12-02 02:47:03,819 84 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '490227e9-2f13-486b-b07b-8ee129431a19', 'name': 'tempest-TestExecuteActionsViaActuator-1433809224-network', 'tenant_id': '8f10eb730de64f6390e5f3b8a7c23752', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8f10eb730de64f6390e5f3b8a7c23752', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43967, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-12-02T02:44:22Z', 'updated_at': '2025-12-02T02:44:22Z', 'revision_number': 1} available for tenant
2025-12-02 02:47:05,776 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.955s
2025-12-02 02:47:05,776 84 DEBUG [tempest.lib.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-569750314", "imageRef": "dd8df889-a0f0-44f7-a77c-03732d45c507", "flavorRef": "6bea08db-0072-4eb0-9a68-6aefcd74c4ae", "networks": [{"uuid": "490227e9-2f13-486b-b07b-8ee129431a19"}]}}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:03 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-288d4e3c-8ad8-4993-bbde-28a20e3fd8ed', 'x-compute-request-id': 'req-288d4e3c-8ad8-4993-bbde-28a20e3fd8ed', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "a405afc0-184d-4ca5-8573-ce7f0e71b7f4", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "q6QcW5Kj2Mk5"}}'
2025-12-02 02:47:06,105 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4 0.324s
2025-12-02 02:47:06,114 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:05 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-16e76c75-f4ca-423a-adcd-4f4d47568923', 'x-compute-request-id': 'req-16e76c75-f4ca-423a-adcd-4f4d47568923', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4'}
Body: b'{"server": {"id": "a405afc0-184d-4ca5-8573-ce7f0e71b7f4", "name": "tempest-TestExecuteActionsViaActuator-server-569750314", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:47:05Z", "updated": "2025-12-02T02:47:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:07,694 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4 0.569s
2025-12-02 02:47:07,695 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:07 GMT', 'server': 'Apache', 'content-length': '1422', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0905a87a-e858-4a95-9ff6-e6f7cb8d1858', 'x-compute-request-id': 'req-0905a87a-e858-4a95-9ff6-e6f7cb8d1858', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4'}
Body: b'{"server": {"id": "a405afc0-184d-4ca5-8573-ce7f0e71b7f4", "name": "tempest-TestExecuteActionsViaActuator-server-569750314", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:47:05Z", "updated": "2025-12-02T02:47:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:07,710 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2025-12-02 02:47:09,462 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4 0.747s
2025-12-02 02:47:09,463 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:08 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-3795d1e3-9bf4-4603-ab0f-7bd5d0a41be2', 'x-compute-request-id': 'req-3795d1e3-9bf4-4603-ab0f-7bd5d0a41be2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4'}
Body: b'{"server": {"id": "a405afc0-184d-4ca5-8573-ce7f0e71b7f4", "name": "tempest-TestExecuteActionsViaActuator-server-569750314", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:47:05Z", "updated": "2025-12-02T02:47:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:09,472 84 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait
2025-12-02 02:47:11,192 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4 0.717s
2025-12-02 02:47:11,192 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:10 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-de29e70e-a15e-430c-9bbe-b3cd8772c464', 'x-compute-request-id': 'req-de29e70e-a15e-430c-9bbe-b3cd8772c464', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4'}
Body: b'{"server": {"id": "a405afc0-184d-4ca5-8573-ce7f0e71b7f4", "name": "tempest-TestExecuteActionsViaActuator-server-569750314", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:47:05Z", "updated": "2025-12-02T02:47:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:13,699 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4 1.498s
2025-12-02 02:47:13,700 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:12 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-2e1e9292-b77e-4784-81d9-54b870148603', 'x-compute-request-id': 'req-2e1e9292-b77e-4784-81d9-54b870148603', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4'}
Body: b'{"server": {"id": "a405afc0-184d-4ca5-8573-ce7f0e71b7f4", "name": "tempest-TestExecuteActionsViaActuator-server-569750314", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:47:05Z", "updated": "2025-12-02T02:47:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:15,560 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4 0.842s
2025-12-02 02:47:15,561 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:14 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-aac8d57b-3e8d-4747-ad6b-37a9224cd356', 'x-compute-request-id': 'req-aac8d57b-3e8d-4747-ad6b-37a9224cd356', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4'}
Body: b'{"server": {"id": "a405afc0-184d-4ca5-8573-ce7f0e71b7f4", "name": "tempest-TestExecuteActionsViaActuator-server-569750314", "status": "BUILD", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:47:05Z", "updated": "2025-12-02T02:47:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:18,776 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4 2.202s
2025-12-02 02:47:18,776 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:16 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-19b8d6a8-9152-4e8c-93cc-5b4dc5692d80', 'x-compute-request-id': 'req-19b8d6a8-9152-4e8c-93cc-5b4dc5692d80', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4'}
Body: b'{"server": {"id": "a405afc0-184d-4ca5-8573-ce7f0e71b7f4", "name": "tempest-TestExecuteActionsViaActuator-server-569750314", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:47:05Z", "updated": "2025-12-02T02:47:15Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:02:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:47:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:18,793 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait
2025-12-02 02:47:19,329 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4 0.526s
2025-12-02 02:47:19,329 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:18 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-adfa9acf-d719-4051-9a73-97d8da03ed08', 'x-compute-request-id': 'req-adfa9acf-d719-4051-9a73-97d8da03ed08', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4'}
Body: b'{"server": {"id": "a405afc0-184d-4ca5-8573-ce7f0e71b7f4", "name": "tempest-TestExecuteActionsViaActuator-server-569750314", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:47:05Z", "updated": "2025-12-02T02:47:15Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:02:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:47:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:19,817 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4 0.478s
2025-12-02 02:47:19,818 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:19 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-b7aff589-dc4c-4a04-b8be-c40abf4fd174', 'x-compute-request-id': 'req-b7aff589-dc4c-4a04-b8be-c40abf4fd174', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4'}
Body: b'{"server": {"id": "a405afc0-184d-4ca5-8573-ce7f0e71b7f4", "name": "tempest-TestExecuteActionsViaActuator-server-569750314", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:47:05Z", "updated": "2025-12-02T02:47:15Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:02:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:47:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-llt76986", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-569750314", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:19,831 84 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYTQwNWFmYzAtMTg0ZC00Y2E1LTg1NzMtY2U3ZjBlNzFiN2Y0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNjM5ODMxIn0gMjQwMDAwMDAwMDEuMCAxNzY0NjQzMzM5ODMxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImE0MDVhZmMwLTE4NGQtNGNhNS04NTczLWNlN2YwZTcxYjdmNCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzYzOTgzMSJ9IDQ4MDAwMDAwMDAxLjAgMTc2NDY0MzM2OTgzMQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJhNDA1YWZjMC0xODRkLTRjYTUtODU3My1jZTdmMGU3MWI3ZjQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM2Mzk4MzEifSA3MjAwMDAwMDAwMS4wIDE3NjQ2NDMzOTk4MzEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYTQwNWFmYzAtMTg0ZC00Y2E1LTg1NzMtY2U3ZjBlNzFiN2Y0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNjM5ODMxIn0gOTYwMDAwMDAwMDEuMCAxNzY0NjQzNDI5ODMxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImE0MDVhZmMwLTE4NGQtNGNhNS04NTczLWNlN2YwZTcxYjdmNCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzYzOTgzMSJ9IDEyMDAwMDAwMDAwMS4wIDE3NjQ2NDM0NTk4MzEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYTQwNWFmYzAtMTg0ZC00Y2E1LTg1NzMtY2U3ZjBlNzFiN2Y0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNjM5ODMxIn0gMTQ0MDAwMDAwMDAxLjAgMTc2NDY0MzQ4OTgzMQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJhNDA1YWZjMC0xODRkLTRjYTUtODU3My1jZTdmMGU3MWI3ZjQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM2Mzk4MzEifSAxNjgwMDAwMDAwMDEuMCAxNzY0NjQzNTE5ODMxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImE0MDVhZmMwLTE4NGQtNGNhNS04NTczLWNlN2YwZTcxYjdmNCIsIm9yaWdfdGltZXN0YW1wIj0iMTc2NDY0MzYzOTgzMSJ9IDE5MjAwMDAwMDAwMS4wIDE3NjQ2NDM1NDk4MzEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYTQwNWFmYzAtMTg0ZC00Y2E1LTg1NzMtY2U3ZjBlNzFiN2Y0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzY0NjQzNjM5ODMxIn0gMjE2MDAwMDAwMDAxLjAgMTc2NDY0MzU3OTgzMQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJhNDA1YWZjMC0xODRkLTRjYTUtODU3My1jZTdmMGU3MWI3ZjQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NjQ2NDM2Mzk4MzEifSAyNDAwMDAwMDAwMDEuMCAxNzY0NjQzNjA5ODMxCg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' on host '38.102.83.30'
2025-12-02 02:47:19,832 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.30:22' as 'zuul' with password None
2025-12-02 02:47:19,852 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2025-12-02 02:47:19,955 84 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-02 02:47:19,962 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.30 successfully created
2025-12-02 02:47:20,662 84 DEBUG [watcher_tempest_plugin.services.metric.prometheus_client] Promtool add_measures output: Parsing standard input
SUCCESS: metrics pushed to remote write.
2025-12-02 02:47:20,846 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans 0.182s
2025-12-02 02:47:20,846 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:20 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=6a0d9eafbb874381fb841eca046f1ced; 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": "ccb665e1-68f4-4978-be91-0a51e5c7b311", "audit_uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "bookmark"}], "updated_at": "2025-12-02T02:44:44+00:00"}, {"efficacy_indicators": [], "uuid": "bf636966-9750-45bc-bfe0-15b885e1d76f", "audit_uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "bookmark"}], "updated_at": "2025-12-02T02:44:49+00:00"}, {"efficacy_indicators": [], "uuid": "8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "audit_uuid": "1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "bookmark"}], "updated_at": "2025-12-02T02:44:52+00:00"}, {"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "updated_at": "2025-12-02T02:46:00+00:00"}]}'
2025-12-02 02:47:20,846 84 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.183716 seconds
2025-12-02 02:47:20,971 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified 0.124s
2025-12-02 02:47:20,971 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:20 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/b36c01f7-9533-4f78-9d98-692a7e759352", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/b36c01f7-9533-4f78-9d98-692a7e759352", "rel": "bookmark"}], "created_at": "2025-12-02T02:08:11+00:00", "updated_at": null, "deleted_at": null}'
2025-12-02 02:47:21,030 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator 0.059s
2025-12-02 02:47:21,031 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:20 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/a7b771be-9f8e-4dd4-b277-2148f473f0f3", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/a7b771be-9f8e-4dd4-b277-2148f473f0f3", "rel": "bookmark"}], "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2025-12-02 02:47:21,137 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audit_templates 0.106s
2025-12-02 02:47:21,137 84 DEBUG [tempest.lib.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": "71a3d8dd-a603-43cf-9d88-066b123072d4", "description": "tempest-test-audit_template-904086364", "goal": "b36c01f7-9533-4f78-9d98-692a7e759352", "strategy": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "scope": []}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:21 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/54af348f-f5ce-45ae-a230-94e1f470bea8', '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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "54af348f-f5ce-45ae-a230-94e1f470bea8", "name": "71a3d8dd-a603-43cf-9d88-066b123072d4", "description": "tempest-test-audit_template-904086364", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/54af348f-f5ce-45ae-a230-94e1f470bea8", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/54af348f-f5ce-45ae-a230-94e1f470bea8", "rel": "bookmark"}], "scope": [], "created_at": "2025-12-02T02:47:21.115339+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:47:21,259 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.120s
2025-12-02 02:47:21,259 84 DEBUG [tempest.lib.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": "54af348f-f5ce-45ae-a230-94e1f470bea8", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "migrate", "input_parameters": {"migration_type": "live", "source_node": "compute-1.ctlplane.example.com", "destination_node": "compute-1.ctlplane.example.com"}, "resource_id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "ec5e8853-7017-48a0-91df-30fc53a3db8a"}]}}
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:21 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/5d0457f1-72e8-4505-acdd-f172d8b519ea', '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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "5d0457f1-72e8-4505-acdd-f172d8b519ea", "name": "actuator-2025-12-02T02:47:21.210335", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "migrate", "input_parameters": {"migration_type": "live", "source_node": "compute-1.ctlplane.example.com", "destination_node": "compute-1.ctlplane.example.com"}, "resource_id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "ec5e8853-7017-48a0-91df-30fc53a3db8a"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/5d0457f1-72e8-4505-acdd-f172d8b519ea", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/5d0457f1-72e8-4505-acdd-f172d8b519ea", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:47:21.233862+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:47:21,368 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/5d0457f1-72e8-4505-acdd-f172d8b519ea 0.108s
2025-12-02 02:47:21,368 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:21 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/5d0457f1-72e8-4505-acdd-f172d8b519ea'}
Body: b'{"uuid": "5d0457f1-72e8-4505-acdd-f172d8b519ea", "name": "actuator-2025-12-02T02:47:21.210335", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "migrate", "input_parameters": {"migration_type": "live", "source_node": "compute-1.ctlplane.example.com", "destination_node": "compute-1.ctlplane.example.com"}, "resource_id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "ec5e8853-7017-48a0-91df-30fc53a3db8a"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/5d0457f1-72e8-4505-acdd-f172d8b519ea", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/5d0457f1-72e8-4505-acdd-f172d8b519ea", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:47:21+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:47:21+00:00"}'
2025-12-02 02:47:22,138 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/5d0457f1-72e8-4505-acdd-f172d8b519ea 0.179s
2025-12-02 02:47:22,138 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:21 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/5d0457f1-72e8-4505-acdd-f172d8b519ea'}
Body: b'{"uuid": "5d0457f1-72e8-4505-acdd-f172d8b519ea", "name": "actuator-2025-12-02T02:47:21.210335", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "b36c01f7-9533-4f78-9d98-692a7e759352", "goal_name": "unclassified", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "migrate", "input_parameters": {"migration_type": "live", "source_node": "compute-1.ctlplane.example.com", "destination_node": "compute-1.ctlplane.example.com"}, "resource_id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"action_type": "migrate", "input_parameters": {"migration_type": "cold", "source_node": "compute-0.ctlplane.example.com", "destination_node": "compute-0.ctlplane.example.com"}, "resource_id": "ec5e8853-7017-48a0-91df-30fc53a3db8a"}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/5d0457f1-72e8-4505-acdd-f172d8b519ea", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/5d0457f1-72e8-4505-acdd-f172d8b519ea", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2025-12-02T02:47:21+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:47:21+00:00"}'
2025-12-02 02:47:22,139 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.879528 seconds
2025-12-02 02:47:22,328 84 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=5d0457f1-72e8-4505-acdd-f172d8b519ea 0.189s
2025-12-02 02:47:22,329 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:22 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=5d0457f1-72e8-4505-acdd-f172d8b519ea'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "audit_uuid": "5d0457f1-72e8-4505-acdd-f172d8b519ea", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "bookmark"}], "updated_at": null}]}'
2025-12-02 02:47:22,456 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06 0.127s
2025-12-02 02:47:22,457 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:22 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06'}
Body: b'{"efficacy_indicators": [], "uuid": "98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "audit_uuid": "5d0457f1-72e8-4505-acdd-f172d8b519ea", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-02T02:47:21+00:00", "deleted_at": null, "updated_at": null}'
2025-12-02 02:47:22,577 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06 0.120s
2025-12-02 02:47:22,578 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: [{"path": "/state", "op": "replace", "value": "PENDING"}]
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:22 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06'}
Body: b'{"efficacy_indicators": [], "uuid": "98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "audit_uuid": "5d0457f1-72e8-4505-acdd-f172d8b519ea", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "bookmark"}], "hostname": null, "created_at": "2025-12-02T02:47:21+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:47:22+00:00"}'
2025-12-02 02:47:22,751 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06 0.173s
2025-12-02 02:47:22,752 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:22 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06'}
Body: b'{"efficacy_indicators": [], "uuid": "98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "audit_uuid": "5d0457f1-72e8-4505-acdd-f172d8b519ea", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:47:21+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:47:22+00:00"}'
2025-12-02 02:47:23,957 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06 0.203s
2025-12-02 02:47:23,957 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:23 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06'}
Body: b'{"efficacy_indicators": [], "uuid": "98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "audit_uuid": "5d0457f1-72e8-4505-acdd-f172d8b519ea", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:47:21+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:47:22+00:00"}'
2025-12-02 02:47:25,069 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06 0.106s
2025-12-02 02:47:25,069 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:24 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06'}
Body: b'{"efficacy_indicators": [], "uuid": "98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "audit_uuid": "5d0457f1-72e8-4505-acdd-f172d8b519ea", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:47:21+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:47:22+00:00"}'
2025-12-02 02:47:26,204 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06 0.133s
2025-12-02 02:47:26,205 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:26 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06'}
Body: b'{"efficacy_indicators": [], "uuid": "98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "audit_uuid": "5d0457f1-72e8-4505-acdd-f172d8b519ea", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "FAILED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:47:21+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:47:26+00:00"}'
2025-12-02 02:47:26,205 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 3.626666 seconds
2025-12-02 02:47:26,466 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06 0.260s
2025-12-02 02:47:26,466 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:26 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06'}
Body: b'{"efficacy_indicators": [], "uuid": "98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "audit_uuid": "5d0457f1-72e8-4505-acdd-f172d8b519ea", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "FAILED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2025-12-02T02:47:21+00:00", "deleted_at": null, "updated_at": "2025-12-02T02:47:26+00:00"}'
2025-12-02 02:47:26,551 84 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=98f5fe92-6b07-42ee-accb-c3bb72ecdb06 0.084s
2025-12-02 02:47:26,552 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:26 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=98f5fe92-6b07-42ee-accb-c3bb72ecdb06'}
Body: b'{"actions": [{"uuid": "0d661f24-1d31-4b03-ad70-1a7a8d21c7f7", "action_plan_uuid": "98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "state": "SUCCEEDED", "action_type": "migrate", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/0d661f24-1d31-4b03-ad70-1a7a8d21c7f7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/0d661f24-1d31-4b03-ad70-1a7a8d21c7f7", "rel": "bookmark"}]}, {"uuid": "cad63974-2dc6-4f6c-81d5-c2a6d7cf1ae6", "action_plan_uuid": "98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "state": "FAILED", "action_type": "migrate", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/cad63974-2dc6-4f6c-81d5-c2a6d7cf1ae6", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/cad63974-2dc6-4f6c-81d5-c2a6d7cf1ae6", "rel": "bookmark"}]}]}'
2025-12-02 02:47:26,628 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=5d0457f1-72e8-4505-acdd-f172d8b519ea 0.074s
2025-12-02 02:47:26,628 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:26 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=5d0457f1-72e8-4505-acdd-f172d8b519ea'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "audit_uuid": "5d0457f1-72e8-4505-acdd-f172d8b519ea", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "FAILED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06", "rel": "bookmark"}], "updated_at": "2025-12-02T02:47:26+00:00"}]}'
2025-12-02 02:47:26,768 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06 0.139s
2025-12-02 02:47:26,768 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:26 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/98f5fe92-6b07-42ee-accb-c3bb72ecdb06'}
Body: b''
2025-12-02 02:47:26,874 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/5d0457f1-72e8-4505-acdd-f172d8b519ea 0.105s
2025-12-02 02:47:26,875 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:26 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/5d0457f1-72e8-4505-acdd-f172d8b519ea'}
Body: b''
2025-12-02 02:47:26,964 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/54af348f-f5ce-45ae-a230-94e1f470bea8 0.088s
2025-12-02 02:47:26,964 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:26 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/54af348f-f5ce-45ae-a230-94e1f470bea8'}
Body: b''
2025-12-02 02:47:27,356 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4 0.389s
2025-12-02 02:47:27,356 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:26 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-fbe72442-e24b-4791-94e9-5d52e6c8e594', 'x-compute-request-id': 'req-fbe72442-e24b-4791-94e9-5d52e6c8e594', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4'}
Body: b''
2025-12-02 02:47:27,976 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4 0.618s
2025-12-02 02:47:27,979 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:27 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-eff1a93b-9962-4e1e-8f7a-4d3dcfd8ba68', 'x-compute-request-id': 'req-eff1a93b-9962-4e1e-8f7a-4d3dcfd8ba68', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4'}
Body: b'{"server": {"id": "a405afc0-184d-4ca5-8573-ce7f0e71b7f4", "name": "tempest-TestExecuteActionsViaActuator-server-569750314", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:47:05Z", "updated": "2025-12-02T02:47:27Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:02:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:47:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:29,109 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4 0.118s
2025-12-02 02:47:29,110 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:29 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-3deee6b4-b4ee-4779-a0ff-bb87960453d9', 'x-compute-request-id': 'req-3deee6b4-b4ee-4779-a0ff-bb87960453d9', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a405afc0-184d-4ca5-8573-ce7f0e71b7f4'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance a405afc0-184d-4ca5-8573-ce7f0e71b7f4 could not be found."}}'
2025-12-02 02:47:29,337 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a 0.227s
2025-12-02 02:47:29,338 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:29 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-582c71fe-a98d-4bce-831d-88234e159f0c', 'x-compute-request-id': 'req-582c71fe-a98d-4bce-831d-88234e159f0c', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a'}
Body: b''
2025-12-02 02:47:29,746 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a 0.407s
2025-12-02 02:47:29,746 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:29 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-9805e5bf-0610-4ee1-854c-c26dba3059ad', 'x-compute-request-id': 'req-9805e5bf-0610-4ee1-854c-c26dba3059ad', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a'}
Body: b'{"server": {"id": "ec5e8853-7017-48a0-91df-30fc53a3db8a", "name": "tempest-TestExecuteActionsViaActuator-server-1853129010", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:49Z", "updated": "2025-12-02T02:47:29Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:71:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:46:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:31,096 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a 0.340s
2025-12-02 02:47:31,097 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:30 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-7ff16856-d229-44c4-b5e9-8c78afb87855', 'x-compute-request-id': 'req-7ff16856-d229-44c4-b5e9-8c78afb87855', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a'}
Body: b'{"server": {"id": "ec5e8853-7017-48a0-91df-30fc53a3db8a", "name": "tempest-TestExecuteActionsViaActuator-server-1853129010", "status": "DELETED", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:49Z", "updated": "2025-12-02T02:47:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:46:57.000000", "OS-SRV-USG:terminated_at": "2025-12-02T02:47:30.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:31,104 84 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait
2025-12-02 02:47:32,263 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a 0.156s
2025-12-02 02:47:32,264 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:32 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-c404628e-9f96-4817-be3b-d67115a3b98b', 'x-compute-request-id': 'req-c404628e-9f96-4817-be3b-d67115a3b98b', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ec5e8853-7017-48a0-91df-30fc53a3db8a'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance ec5e8853-7017-48a0-91df-30fc53a3db8a could not be found."}}'
2025-12-02 02:47:32,501 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f 0.237s
2025-12-02 02:47:32,502 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:32 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-55e5c084-32cf-4791-873d-06db46fe4cf1', 'x-compute-request-id': 'req-55e5c084-32cf-4791-873d-06db46fe4cf1', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f'}
Body: b''
2025-12-02 02:47:33,044 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f 0.541s
2025-12-02 02:47:33,045 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:32 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-6034c3e1-9d11-4be9-b75c-f7de49ee1f67', 'x-compute-request-id': 'req-6034c3e1-9d11-4be9-b75c-f7de49ee1f67', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f'}
Body: b'{"server": {"id": "0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f", "name": "tempest-TestExecuteActionsViaActuator-server-420390923", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:28Z", "updated": "2025-12-02T02:47:32Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:92:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:46:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:34,147 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f 0.082s
2025-12-02 02:47:34,147 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:34 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ad6c003-b099-4842-827f-c9f548adf4e5', 'x-compute-request-id': 'req-5ad6c003-b099-4842-827f-c9f548adf4e5', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0891fe3f-4fb4-4d5b-8dbe-b42e4a2da90f could not be found."}}'
2025-12-02 02:47:34,309 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f 0.160s
2025-12-02 02:47:34,311 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:34 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8c03292-17b4-4548-83c8-d5379eb599ed', 'x-compute-request-id': 'req-c8c03292-17b4-4548-83c8-d5379eb599ed', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f'}
Body: b''
2025-12-02 02:47:34,858 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f 0.545s
2025-12-02 02:47:34,858 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:34 GMT', 'server': 'Apache', 'content-length': '1672', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-281c65c7-0c1f-409e-8417-d9b0c3f07574', 'x-compute-request-id': 'req-281c65c7-0c1f-409e-8417-d9b0c3f07574', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f'}
Body: b'{"server": {"id": "1cf42d69-e173-4d4f-b4a0-a24f03fdb75f", "name": "tempest-TestExecuteActionsViaActuator-server-759050009", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:46:05Z", "updated": "2025-12-02T02:47:34Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:80:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:46: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": []}}'
2025-12-02 02:47:35,995 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f 0.120s
2025-12-02 02:47:35,995 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:35 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-4145b360-3d70-4a56-b642-7f63b4150bf2', 'x-compute-request-id': 'req-4145b360-3d70-4a56-b642-7f63b4150bf2', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1cf42d69-e173-4d4f-b4a0-a24f03fdb75f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1cf42d69-e173-4d4f-b4a0-a24f03fdb75f could not be found."}}'
2025-12-02 02:47:36,140 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=95fd681c-9e62-49db-bf88-4a5b255d8825 0.143s
2025-12-02 02:47:36,140 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:36 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=95fd681c-9e62-49db-bf88-4a5b255d8825'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "audit_uuid": "95fd681c-9e62-49db-bf88-4a5b255d8825", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7", "rel": "bookmark"}], "updated_at": "2025-12-02T02:46:00+00:00"}]}'
2025-12-02 02:47:36,295 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7 0.154s
2025-12-02 02:47:36,295 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:36 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/1c3a6ce0-433e-460a-bdc3-97b1c8ef15c7'}
Body: b''
2025-12-02 02:47:36,391 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/95fd681c-9e62-49db-bf88-4a5b255d8825 0.095s
2025-12-02 02:47:36,391 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:36 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/95fd681c-9e62-49db-bf88-4a5b255d8825'}
Body: b''
2025-12-02 02:47:36,478 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/e1968aa2-ca8e-4a75-8a1e-a444ade54bd4 0.086s
2025-12-02 02:47:36,479 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:36 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/e1968aa2-ca8e-4a75-8a1e-a444ade54bd4'}
Body: b''
2025-12-02 02:47:36,809 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 0.330s
2025-12-02 02:47:36,809 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:36 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-b9623109-6c89-4958-bd83-f764c1373778', 'x-compute-request-id': 'req-b9623109-6c89-4958-bd83-f764c1373778', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b''
2025-12-02 02:47:37,891 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 1.080s
2025-12-02 02:47:37,892 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:36 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-579ff32b-c1d8-4dac-a706-6c90989bd448', 'x-compute-request-id': 'req-579ff32b-c1d8-4dac-a706-6c90989bd448', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b'{"server": {"id": "088857be-e9be-42ad-9cc9-51d6ee6b7e3d", "name": "tempest-TestExecuteActionsViaActuator-server-638918357", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:45:17Z", "updated": "2025-12-02T02:47:36Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:07:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:45:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:39,276 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 0.375s
2025-12-02 02:47:39,277 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:38 GMT', 'server': 'Apache', 'content-length': '1629', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2d170c0-9dd7-48bb-9fd6-31b834f48790', 'x-compute-request-id': 'req-a2d170c0-9dd7-48bb-9fd6-31b834f48790', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b'{"server": {"id": "088857be-e9be-42ad-9cc9-51d6ee6b7e3d", "name": "tempest-TestExecuteActionsViaActuator-server-638918357", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "b29ce38c0e040c16e6f15a6ccbf1059dc4cfa5705fa457ee50bb68f9", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:45:17Z", "updated": "2025-12-02T02:47:37Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:07:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:45:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:40,629 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d 0.344s
2025-12-02 02:47:40,629 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:40 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-bcbfd37e-a5f7-48f1-b363-b65f49785cae', 'x-compute-request-id': 'req-bcbfd37e-a5f7-48f1-b363-b65f49785cae', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/088857be-e9be-42ad-9cc9-51d6ee6b7e3d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 088857be-e9be-42ad-9cc9-51d6ee6b7e3d could not be found."}}'
2025-12-02 02:47:40,821 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900 0.190s
2025-12-02 02:47:40,821 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:40 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-ede1565a-13f6-4034-80b4-c3d3ca2a2589', 'x-compute-request-id': 'req-ede1565a-13f6-4034-80b4-c3d3ca2a2589', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900'}
Body: b''
2025-12-02 02:47:41,976 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900 1.154s
2025-12-02 02:47:41,976 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:40 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-25f9ac4d-0fcb-444e-8807-5a803f1c1908', 'x-compute-request-id': 'req-25f9ac4d-0fcb-444e-8807-5a803f1c1908', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900'}
Body: b'{"server": {"id": "816817a2-f40d-4e2e-b361-fb8dc2240900", "name": "tempest-TestExecuteActionsViaActuator-server-1267367606", "status": "ACTIVE", "tenant_id": "8f10eb730de64f6390e5f3b8a7c23752", "user_id": "5c0fc04d17b04eb3879d593210e07d06", "metadata": {}, "hostId": "9957a46edf7a9ae244dc3df4d9d5bb43c386b2856e0183f8143df1a4", "image": {"id": "dd8df889-a0f0-44f7-a77c-03732d45c507", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/dd8df889-a0f0-44f7-a77c-03732d45c507"}]}, "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.micro", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-12-02T02:44:56Z", "updated": "2025-12-02T02:47:40Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1433809224-network": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:eb:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/816817a2-f40d-4e2e-b361-fb8dc2240900"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2025-12-02T02:45:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-12-02 02:47:43,089 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900 0.104s
2025-12-02 02:47:43,089 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:43 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6b856f4-db74-4f27-86ef-fd3ec282c347', 'x-compute-request-id': 'req-f6b856f4-db74-4f27-86ef-fd3ec282c347', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/816817a2-f40d-4e2e-b361-fb8dc2240900'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 816817a2-f40d-4e2e-b361-fb8dc2240900 could not be found."}}'
2025-12-02 02:47:43,188 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=1c982eed-f2c6-4fd6-98ba-3d26c5d31de3 0.098s
2025-12-02 02:47:43,189 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:43 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=1c982eed-f2c6-4fd6-98ba-3d26c5d31de3'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "audit_uuid": "1c982eed-f2c6-4fd6-98ba-3d26c5d31de3", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434", "rel": "bookmark"}], "updated_at": "2025-12-02T02:44:52+00:00"}]}'
2025-12-02 02:47:43,406 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434 0.215s
2025-12-02 02:47:43,406 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:43 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/8ff76f50-c61b-40b1-82b0-b9fcfe03a434'}
Body: b''
2025-12-02 02:47:43,556 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/1c982eed-f2c6-4fd6-98ba-3d26c5d31de3 0.148s
2025-12-02 02:47:43,557 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:43 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/1c982eed-f2c6-4fd6-98ba-3d26c5d31de3'}
Body: b''
2025-12-02 02:47:43,692 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/18f58b34-3b3b-4257-a13e-02f43855b921 0.134s
2025-12-02 02:47:43,692 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:43 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/18f58b34-3b3b-4257-a13e-02f43855b921'}
Body: b''
2025-12-02 02:47:43,832 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=e9add198-9f43-4979-b7df-a3946ce626bb 0.138s
2025-12-02 02:47:43,832 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:43 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=e9add198-9f43-4979-b7df-a3946ce626bb'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "bf636966-9750-45bc-bfe0-15b885e1d76f", "audit_uuid": "e9add198-9f43-4979-b7df-a3946ce626bb", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f", "rel": "bookmark"}], "updated_at": "2025-12-02T02:44:49+00:00"}]}'
2025-12-02 02:47:44,001 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f 0.169s
2025-12-02 02:47:44,002 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:43 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/bf636966-9750-45bc-bfe0-15b885e1d76f'}
Body: b''
2025-12-02 02:47:44,093 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/e9add198-9f43-4979-b7df-a3946ce626bb 0.090s
2025-12-02 02:47:44,093 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:44 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/e9add198-9f43-4979-b7df-a3946ce626bb'}
Body: b''
2025-12-02 02:47:44,161 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/35700e59-1a25-47c8-9522-76b1e0cb1c0d 0.066s
2025-12-02 02:47:44,162 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:44 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/35700e59-1a25-47c8-9522-76b1e0cb1c0d'}
Body: b''
2025-12-02 02:47:44,258 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f3010ef3-0617-4751-9981-f81207a19e7e 0.096s
2025-12-02 02:47:44,259 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:44 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=f3010ef3-0617-4751-9981-f81207a19e7e'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "ccb665e1-68f4-4978-be91-0a51e5c7b311", "audit_uuid": "f3010ef3-0617-4751-9981-f81207a19e7e", "strategy_uuid": "a7b771be-9f8e-4dd4-b277-2148f473f0f3", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311", "rel": "bookmark"}], "updated_at": "2025-12-02T02:44:44+00:00"}]}'
2025-12-02 02:47:44,445 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311 0.185s
2025-12-02 02:47:44,445 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:44 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/ccb665e1-68f4-4978-be91-0a51e5c7b311'}
Body: b''
2025-12-02 02:47:44,523 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/f3010ef3-0617-4751-9981-f81207a19e7e 0.077s
2025-12-02 02:47:44,523 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:44 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/f3010ef3-0617-4751-9981-f81207a19e7e'}
Body: b''
2025-12-02 02:47:44,624 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/4356d6df-e4cd-451f-8c25-9f7aab38e0b5 0.100s
2025-12-02 02:47:44,624 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'OpenStack-API-Version': 'infra-optim 1.4', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:44 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=6a0d9eafbb874381fb841eca046f1ced; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/4356d6df-e4cd-451f-8c25-9f7aab38e0b5'}
Body: b''
2025-12-02 02:47:44,764 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.139s
2025-12-02 02:47:44,764 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.56', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 02 Dec 2025 02:47:44 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-99e8268a-1e24-4700-9a78-282c0f37523a', 'x-compute-request-id': 'req-99e8268a-1e24-4700-9a78-282c0f37523a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=18cb652aa6c88bbecc86e32aeef745d5; 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": "3cb1b010-6d03-470c-9644-3ce42e8ca844", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:47:39.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "8eafa109-e07e-445b-aa22-3883ea100bd4", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:47:35.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "4641fb32-b5f8-4705-88e8-bb1c6fb9fb6f", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:47:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "9a831d86-27f9-4f53-bb4d-58dfa50f4981", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:47:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "90cb34af-89aa-49c9-b94e-f1d6f15388ef", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2025-12-02T02:47:42.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 | ||