Status: Pass 56 Failure 12 Skip 1
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| watcher_tempest_plugin.tests.scenario.test_execute_actuator.TestExecuteActionsViaActuator | 1 | 0 | 1 | 0 | 0 | Detail | |
test_execute_scenarios |
fail
ft1.1: watcher_tempest_plugin.tests.scenario.test_execute_actuator.TestExecuteActionsViaActuator.test_execute_scenariostesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-20 16:19:18,180 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.209s
2026-03-20 16:19:18,180 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': 'Fri, 20 Mar 2026 16:19:17 GMT', 'server': 'Apache', 'content-length': '20', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans'}
Body: b'{"action_plans": []}'
2026-03-20 16:19:18,180 84 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.210007 seconds
2026-03-20 16:19:18,324 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.143s
2026-03-20 16:19:18,325 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': 'Fri, 20 Mar 2026 16:19:18 GMT', 'server': 'Apache', 'content-length': '477', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "rel": "bookmark"}], "created_at": "2026-03-20T15:47:48+00:00", "updated_at": null, "deleted_at": null}'
2026-03-20 16:19:18,449 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.123s
2026-03-20 16:19:18,450 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': 'Fri, 20 Mar 2026 16:19:18 GMT', 'server': 'Apache', 'content-length': '894', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/bc37d7b9-f139-4e32-a611-88980a640ddb", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/bc37d7b9-f139-4e32-a611-88980a640ddb", "rel": "bookmark"}], "goal_uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2026-03-20 16:19:18,611 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.160s
2026-03-20 16:19:18,611 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": "e24d278f-df31-4843-9162-66c597e75b23", "description": "tempest-test-audit_template-1752850743", "goal": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "strategy": "bc37d7b9-f139-4e32-a611-88980a640ddb", "scope": []}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:19:18 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/f6614855-4313-4a08-b8ad-90d8733f1313', 'content-length': '704', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "f6614855-4313-4a08-b8ad-90d8733f1313", "name": "e24d278f-df31-4843-9162-66c597e75b23", "description": "tempest-test-audit_template-1752850743", "goal_uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "goal_name": "unclassified", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/f6614855-4313-4a08-b8ad-90d8733f1313", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/f6614855-4313-4a08-b8ad-90d8733f1313", "rel": "bookmark"}], "scope": [], "created_at": "2026-03-20T16:19:18.571901+00:00", "deleted_at": null, "updated_at": null}'
2026-03-20 16:19:18,765 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.153s
2026-03-20 16:19:18,766 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": "f6614855-4313-4a08-b8ad-90d8733f1313", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:19:18 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/686301cd-b823-489a-a7d7-d4f91a8a2d34', 'content-length': '910', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "686301cd-b823-489a-a7d7-d4f91a8a2d34", "name": "actuator-2026-03-20T16:19:18.705091", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "goal_name": "unclassified", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/686301cd-b823-489a-a7d7-d4f91a8a2d34", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/686301cd-b823-489a-a7d7-d4f91a8a2d34", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2026-03-20T16:19:18.721887+00:00", "deleted_at": null, "updated_at": null}'
2026-03-20 16:19:18,891 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/686301cd-b823-489a-a7d7-d4f91a8a2d34 0.124s
2026-03-20 16:19:18,891 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': 'Fri, 20 Mar 2026 16:19:18 GMT', 'server': 'Apache', 'content-length': '951', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/686301cd-b823-489a-a7d7-d4f91a8a2d34'}
Body: b'{"uuid": "686301cd-b823-489a-a7d7-d4f91a8a2d34", "name": "actuator-2026-03-20T16:19:18.705091", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "goal_name": "unclassified", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "nop", "input_parameters": {"message": "hello World"}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/686301cd-b823-489a-a7d7-d4f91a8a2d34", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/686301cd-b823-489a-a7d7-d4f91a8a2d34", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-03-20T16:19:18+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:18+00:00"}'
2026-03-20 16:19:18,891 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.125482 seconds
2026-03-20 16:19:18,997 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=686301cd-b823-489a-a7d7-d4f91a8a2d34 0.105s
2026-03-20 16:19:18,997 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': 'Fri, 20 Mar 2026 16:19:18 GMT', 'server': 'Apache', 'content-length': '576', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=686301cd-b823-489a-a7d7-d4f91a8a2d34'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "a051a61d-9a2b-42d2-9a27-de7a95def348", "audit_uuid": "686301cd-b823-489a-a7d7-d4f91a8a2d34", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "bookmark"}], "updated_at": null}]}'
2026-03-20 16:19:19,115 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348 0.116s
2026-03-20 16:19:19,115 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': 'Fri, 20 Mar 2026 16:19:19 GMT', 'server': 'Apache', 'content-length': '637', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348'}
Body: b'{"efficacy_indicators": [], "uuid": "a051a61d-9a2b-42d2-9a27-de7a95def348", "audit_uuid": "686301cd-b823-489a-a7d7-d4f91a8a2d34", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "bookmark"}], "hostname": null, "created_at": "2026-03-20T16:19:18+00:00", "deleted_at": null, "updated_at": null}'
2026-03-20 16:19:19,284 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348 0.168s
2026-03-20 16:19:19,285 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': 'Fri, 20 Mar 2026 16:19:19 GMT', 'server': 'Apache', 'content-length': '656', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348'}
Body: b'{"efficacy_indicators": [], "uuid": "a051a61d-9a2b-42d2-9a27-de7a95def348", "audit_uuid": "686301cd-b823-489a-a7d7-d4f91a8a2d34", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "bookmark"}], "hostname": null, "created_at": "2026-03-20T16:19:18+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:19+00:00"}'
2026-03-20 16:19:19,415 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348 0.130s
2026-03-20 16:19:19,416 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': 'Fri, 20 Mar 2026 16:19:19 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348'}
Body: b'{"efficacy_indicators": [], "uuid": "a051a61d-9a2b-42d2-9a27-de7a95def348", "audit_uuid": "686301cd-b823-489a-a7d7-d4f91a8a2d34", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-03-20T16:19:18+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:19+00:00"}'
2026-03-20 16:19:20,550 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348 0.131s
2026-03-20 16:19:20,550 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': 'Fri, 20 Mar 2026 16:19:20 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348'}
Body: b'{"efficacy_indicators": [], "uuid": "a051a61d-9a2b-42d2-9a27-de7a95def348", "audit_uuid": "686301cd-b823-489a-a7d7-d4f91a8a2d34", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-03-20T16:19:18+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:20+00:00"}'
2026-03-20 16:19:20,550 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 1.265287 seconds
2026-03-20 16:19:20,665 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348 0.114s
2026-03-20 16:19:20,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': 'Fri, 20 Mar 2026 16:19:20 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348'}
Body: b'{"efficacy_indicators": [], "uuid": "a051a61d-9a2b-42d2-9a27-de7a95def348", "audit_uuid": "686301cd-b823-489a-a7d7-d4f91a8a2d34", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-03-20T16:19:18+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:20+00:00"}'
2026-03-20 16:19:20,796 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=a051a61d-9a2b-42d2-9a27-de7a95def348 0.130s
2026-03-20 16:19:20,797 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': 'Fri, 20 Mar 2026 16:19:20 GMT', 'server': 'Apache', 'content-length': '446', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=a051a61d-9a2b-42d2-9a27-de7a95def348'}
Body: b'{"actions": [{"uuid": "938dff50-0627-49c4-b30a-6ae7ce7f64ed", "action_plan_uuid": "a051a61d-9a2b-42d2-9a27-de7a95def348", "state": "SUCCEEDED", "action_type": "nop", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/938dff50-0627-49c4-b30a-6ae7ce7f64ed", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/938dff50-0627-49c4-b30a-6ae7ce7f64ed", "rel": "bookmark"}]}]}'
2026-03-20 16:19:20,913 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.115s
2026-03-20 16:19:20,913 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': 'Fri, 20 Mar 2026 16:19:20 GMT', 'server': 'Apache', 'content-length': '597', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "a051a61d-9a2b-42d2-9a27-de7a95def348", "audit_uuid": "686301cd-b823-489a-a7d7-d4f91a8a2d34", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "bookmark"}], "updated_at": "2026-03-20T16:19:20+00:00"}]}'
2026-03-20 16:19:20,913 84 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.116355 seconds
2026-03-20 16:19:20,998 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.084s
2026-03-20 16:19:20,998 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': 'Fri, 20 Mar 2026 16:19: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=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "rel": "bookmark"}], "created_at": "2026-03-20T15:47:48+00:00", "updated_at": null, "deleted_at": null}'
2026-03-20 16:19:21,110 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.111s
2026-03-20 16:19:21,110 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': 'Fri, 20 Mar 2026 16:19:21 GMT', 'server': 'Apache', 'content-length': '894', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/bc37d7b9-f139-4e32-a611-88980a640ddb", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/bc37d7b9-f139-4e32-a611-88980a640ddb", "rel": "bookmark"}], "goal_uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2026-03-20 16:19:21,252 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.141s
2026-03-20 16:19:21,253 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": "456c8597-79c1-41c3-b82d-868898d04b4e", "description": "tempest-test-audit_template-1917420018", "goal": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "strategy": "bc37d7b9-f139-4e32-a611-88980a640ddb", "scope": []}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:19:21 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/2f7b209c-ea18-4616-8815-be02a27f55dd', 'content-length': '704', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "2f7b209c-ea18-4616-8815-be02a27f55dd", "name": "456c8597-79c1-41c3-b82d-868898d04b4e", "description": "tempest-test-audit_template-1917420018", "goal_uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "goal_name": "unclassified", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/2f7b209c-ea18-4616-8815-be02a27f55dd", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/2f7b209c-ea18-4616-8815-be02a27f55dd", "rel": "bookmark"}], "scope": [], "created_at": "2026-03-20T16:19:21.213359+00:00", "deleted_at": null, "updated_at": null}'
2026-03-20 16:19:21,386 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.133s
2026-03-20 16:19:21,388 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": "2f7b209c-ea18-4616-8815-be02a27f55dd", "audit_type": "ONESHOT", "interval": null, "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:19:21 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/c4ac1122-6385-4a23-b364-254dbf204c21', 'content-length': '903', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "c4ac1122-6385-4a23-b364-254dbf204c21", "name": "actuator-2026-03-20T16:19:21.321521", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "goal_name": "unclassified", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/c4ac1122-6385-4a23-b364-254dbf204c21", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/c4ac1122-6385-4a23-b364-254dbf204c21", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2026-03-20T16:19:21.343614+00:00", "deleted_at": null, "updated_at": null}'
2026-03-20 16:19:21,510 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/c4ac1122-6385-4a23-b364-254dbf204c21 0.121s
2026-03-20 16:19:21,510 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': 'Fri, 20 Mar 2026 16:19:21 GMT', 'server': 'Apache', 'content-length': '942', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/c4ac1122-6385-4a23-b364-254dbf204c21'}
Body: b'{"uuid": "c4ac1122-6385-4a23-b364-254dbf204c21", "name": "actuator-2026-03-20T16:19:21.321521", "audit_type": "ONESHOT", "state": "ONGOING", "goal_uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "goal_name": "unclassified", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/c4ac1122-6385-4a23-b364-254dbf204c21", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/c4ac1122-6385-4a23-b364-254dbf204c21", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-03-20T16:19:21+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:21+00:00"}'
2026-03-20 16:19:22,134 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/c4ac1122-6385-4a23-b364-254dbf204c21 0.122s
2026-03-20 16:19:22,135 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': 'Fri, 20 Mar 2026 16:19:22 GMT', 'server': 'Apache', 'content-length': '944', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/c4ac1122-6385-4a23-b364-254dbf204c21'}
Body: b'{"uuid": "c4ac1122-6385-4a23-b364-254dbf204c21", "name": "actuator-2026-03-20T16:19:21.321521", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "goal_name": "unclassified", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "parameters": {"actions": [{"action_type": "sleep", "input_parameters": {"duration": 1.0}}]}, "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audits/c4ac1122-6385-4a23-b364-254dbf204c21", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/c4ac1122-6385-4a23-b364-254dbf204c21", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-03-20T16:19:21+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:21+00:00"}'
2026-03-20 16:19:22,135 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.747077 seconds
2026-03-20 16:19:22,261 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=c4ac1122-6385-4a23-b364-254dbf204c21 0.120s
2026-03-20 16:19:22,261 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': 'Fri, 20 Mar 2026 16:19: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=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=c4ac1122-6385-4a23-b364-254dbf204c21'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "f331b775-9978-4720-8889-db005564985b", "audit_uuid": "c4ac1122-6385-4a23-b364-254dbf204c21", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "bookmark"}], "updated_at": null}]}'
2026-03-20 16:19:22,362 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b 0.100s
2026-03-20 16:19:22,363 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': 'Fri, 20 Mar 2026 16:19: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=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b'}
Body: b'{"efficacy_indicators": [], "uuid": "f331b775-9978-4720-8889-db005564985b", "audit_uuid": "c4ac1122-6385-4a23-b364-254dbf204c21", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "bookmark"}], "hostname": null, "created_at": "2026-03-20T16:19:21+00:00", "deleted_at": null, "updated_at": null}'
2026-03-20 16:19:22,553 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b 0.182s
2026-03-20 16:19:22,553 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': 'Fri, 20 Mar 2026 16:19: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=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b'}
Body: b'{"efficacy_indicators": [], "uuid": "f331b775-9978-4720-8889-db005564985b", "audit_uuid": "c4ac1122-6385-4a23-b364-254dbf204c21", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "bookmark"}], "hostname": null, "created_at": "2026-03-20T16:19:21+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:22+00:00"}'
2026-03-20 16:19:22,664 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b 0.110s
2026-03-20 16:19:22,664 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': 'Fri, 20 Mar 2026 16:19:22 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b'}
Body: b'{"efficacy_indicators": [], "uuid": "f331b775-9978-4720-8889-db005564985b", "audit_uuid": "c4ac1122-6385-4a23-b364-254dbf204c21", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-03-20T16:19:21+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:22+00:00"}'
2026-03-20 16:19:23,823 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b 0.155s
2026-03-20 16:19:23,824 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': 'Fri, 20 Mar 2026 16:19:23 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b'}
Body: b'{"efficacy_indicators": [], "uuid": "f331b775-9978-4720-8889-db005564985b", "audit_uuid": "c4ac1122-6385-4a23-b364-254dbf204c21", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-03-20T16:19:21+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:22+00:00"}'
2026-03-20 16:19:24,962 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b 0.137s
2026-03-20 16:19:24,962 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': 'Fri, 20 Mar 2026 16:19:24 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b'}
Body: b'{"efficacy_indicators": [], "uuid": "f331b775-9978-4720-8889-db005564985b", "audit_uuid": "c4ac1122-6385-4a23-b364-254dbf204c21", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-03-20T16:19:21+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:24+00:00"}'
2026-03-20 16:19:24,962 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 2.408624 seconds
2026-03-20 16:19:25,128 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b 0.165s
2026-03-20 16:19:25,128 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': 'Fri, 20 Mar 2026 16:19:25 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b'}
Body: b'{"efficacy_indicators": [], "uuid": "f331b775-9978-4720-8889-db005564985b", "audit_uuid": "c4ac1122-6385-4a23-b364-254dbf204c21", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-03-20T16:19:21+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:24+00:00"}'
2026-03-20 16:19:25,245 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=f331b775-9978-4720-8889-db005564985b 0.115s
2026-03-20 16:19:25,245 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': 'Fri, 20 Mar 2026 16:19:25 GMT', 'server': 'Apache', 'content-length': '448', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=f331b775-9978-4720-8889-db005564985b'}
Body: b'{"actions": [{"uuid": "1fb540ca-c420-4f1f-a45f-03cc642c615b", "action_plan_uuid": "f331b775-9978-4720-8889-db005564985b", "state": "SUCCEEDED", "action_type": "sleep", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/1fb540ca-c420-4f1f-a45f-03cc642c615b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/1fb540ca-c420-4f1f-a45f-03cc642c615b", "rel": "bookmark"}]}]}'
2026-03-20 16:19:25,385 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.139s
2026-03-20 16:19:25,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': 'Fri, 20 Mar 2026 16:19:25 GMT', 'server': 'Apache', 'content-length': '1176', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "a051a61d-9a2b-42d2-9a27-de7a95def348", "audit_uuid": "686301cd-b823-489a-a7d7-d4f91a8a2d34", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "bookmark"}], "updated_at": "2026-03-20T16:19:20+00:00"}, {"efficacy_indicators": [], "uuid": "f331b775-9978-4720-8889-db005564985b", "audit_uuid": "c4ac1122-6385-4a23-b364-254dbf204c21", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "bookmark"}], "updated_at": "2026-03-20T16:19:24+00:00"}]}'
2026-03-20 16:19:25,386 84 DEBUG [tempest.lib.common.utils.test_utils] Call _are_all_action_plans_finished returns true in 0.140638 seconds
2026-03-20 16:19:25,498 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.111s
2026-03-20 16:19:25,498 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': 'Fri, 20 Mar 2026 16:19:25 GMT', 'server': 'Apache', 'content-length': '477', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/goals/unclassified'}
Body: b'{"uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "name": "unclassified", "display_name": "Unclassified", "efficacy_specification": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/goals/b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/goals/b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "rel": "bookmark"}], "created_at": "2026-03-20T15:47:48+00:00", "updated_at": null, "deleted_at": null}'
2026-03-20 16:19:25,617 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.118s
2026-03-20 16:19:25,617 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': 'Fri, 20 Mar 2026 16:19:25 GMT', 'server': 'Apache', 'content-length': '894', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/strategies/actuator'}
Body: b'{"uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "name": "actuator", "display_name": "Actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/strategies/bc37d7b9-f139-4e32-a611-88980a640ddb", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/strategies/bc37d7b9-f139-4e32-a611-88980a640ddb", "rel": "bookmark"}], "goal_uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "goal_name": "unclassified", "parameters_spec": {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string"}, "resource_id": {"type": "string"}, "input_parameters": {"type": "object", "properties": {}, "additionalProperties": true}}, "required": ["action_type", "input_parameters"], "additionalProperties": true}}}, "required": ["actions"]}}'
2026-03-20 16:19:25,768 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.150s
2026-03-20 16:19:25,769 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": "84d488fc-1520-4514-b129-2b136772ea9b", "description": "tempest-test-audit_template-1603373384", "goal": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "strategy": "bc37d7b9-f139-4e32-a611-88980a640ddb", "scope": []}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:19:25 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/7d83caf6-8ffb-4fcb-8910-d83521e52a6e', 'content-length': '704', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates'}
Body: b'{"uuid": "7d83caf6-8ffb-4fcb-8910-d83521e52a6e", "name": "84d488fc-1520-4514-b129-2b136772ea9b", "description": "tempest-test-audit_template-1603373384", "goal_uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "goal_name": "unclassified", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/7d83caf6-8ffb-4fcb-8910-d83521e52a6e", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audit_templates/7d83caf6-8ffb-4fcb-8910-d83521e52a6e", "rel": "bookmark"}], "scope": [], "created_at": "2026-03-20T16:19:25.734351+00:00", "deleted_at": null, "updated_at": null}'
2026-03-20 16:19:25,956 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 201 POST https://watcher-public-openstack.apps-crc.testing/v1/audits 0.186s
2026-03-20 16:19:25,956 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": "7d83caf6-8ffb-4fcb-8910-d83521e52a6e", "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': 'Fri, 20 Mar 2026 16:19:25 GMT', 'server': 'Apache', 'location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/c72d91ea-63ba-48a5-a51a-3b971cbff7b9', 'content-length': '975', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits'}
Body: b'{"uuid": "c72d91ea-63ba-48a5-a51a-3b971cbff7b9", "name": "actuator-2026-03-20T16:19:25.883309", "audit_type": "ONESHOT", "state": "PENDING", "goal_uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "goal_name": "unclassified", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "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/c72d91ea-63ba-48a5-a51a-3b971cbff7b9", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/c72d91ea-63ba-48a5-a51a-3b971cbff7b9", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": null, "start_time": null, "end_time": null, "force": false, "created_at": "2026-03-20T16:19:25.904879+00:00", "deleted_at": null, "updated_at": null}'
2026-03-20 16:19:26,079 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/audits/c72d91ea-63ba-48a5-a51a-3b971cbff7b9 0.122s
2026-03-20 16:19:26,080 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': 'Fri, 20 Mar 2026 16:19:25 GMT', 'server': 'Apache', 'content-length': '1016', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/c72d91ea-63ba-48a5-a51a-3b971cbff7b9'}
Body: b'{"uuid": "c72d91ea-63ba-48a5-a51a-3b971cbff7b9", "name": "actuator-2026-03-20T16:19:25.883309", "audit_type": "ONESHOT", "state": "SUCCEEDED", "goal_uuid": "b1e3a2e9-09cb-48a2-9208-6ec8f9ed2662", "goal_name": "unclassified", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "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/c72d91ea-63ba-48a5-a51a-3b971cbff7b9", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/audits/c72d91ea-63ba-48a5-a51a-3b971cbff7b9", "rel": "bookmark"}], "interval": null, "scope": [], "auto_trigger": false, "next_run_time": null, "hostname": "watcher-decision-engine-0", "start_time": null, "end_time": null, "force": false, "created_at": "2026-03-20T16:19:25+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:26+00:00"}'
2026-03-20 16:19:26,080 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 0.123223 seconds
2026-03-20 16:19:26,207 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=c72d91ea-63ba-48a5-a51a-3b971cbff7b9 0.126s
2026-03-20 16:19:26,208 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': 'Fri, 20 Mar 2026 16:19:26 GMT', 'server': 'Apache', 'content-length': '576', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=c72d91ea-63ba-48a5-a51a-3b971cbff7b9'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "c7b5848d-5c3d-46d6-877d-e3627f787221", "audit_uuid": "c72d91ea-63ba-48a5-a51a-3b971cbff7b9", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "bookmark"}], "updated_at": null}]}'
2026-03-20 16:19:26,323 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221 0.114s
2026-03-20 16:19:26,323 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': 'Fri, 20 Mar 2026 16:19:26 GMT', 'server': 'Apache', 'content-length': '637', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221'}
Body: b'{"efficacy_indicators": [], "uuid": "c7b5848d-5c3d-46d6-877d-e3627f787221", "audit_uuid": "c72d91ea-63ba-48a5-a51a-3b971cbff7b9", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "RECOMMENDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "bookmark"}], "hostname": null, "created_at": "2026-03-20T16:19:26+00:00", "deleted_at": null, "updated_at": null}'
2026-03-20 16:19:26,489 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 PATCH https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221 0.165s
2026-03-20 16:19:26,489 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': 'Fri, 20 Mar 2026 16:19:26 GMT', 'server': 'Apache', 'content-length': '656', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221'}
Body: b'{"efficacy_indicators": [], "uuid": "c7b5848d-5c3d-46d6-877d-e3627f787221", "audit_uuid": "c72d91ea-63ba-48a5-a51a-3b971cbff7b9", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "PENDING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "bookmark"}], "hostname": null, "created_at": "2026-03-20T16:19:26+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:26+00:00"}'
2026-03-20 16:19:26,596 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221 0.106s
2026-03-20 16:19:26,596 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': 'Fri, 20 Mar 2026 16:19:26 GMT', 'server': 'Apache', 'content-length': '671', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221'}
Body: b'{"efficacy_indicators": [], "uuid": "c7b5848d-5c3d-46d6-877d-e3627f787221", "audit_uuid": "c72d91ea-63ba-48a5-a51a-3b971cbff7b9", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "ONGOING", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-03-20T16:19:26+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:26+00:00"}'
2026-03-20 16:19:27,754 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221 0.155s
2026-03-20 16:19:27,754 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': 'Fri, 20 Mar 2026 16:19:27 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221'}
Body: b'{"efficacy_indicators": [], "uuid": "c7b5848d-5c3d-46d6-877d-e3627f787221", "audit_uuid": "c72d91ea-63ba-48a5-a51a-3b971cbff7b9", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-03-20T16:19:26+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:27+00:00"}'
2026-03-20 16:19:27,754 84 DEBUG [tempest.lib.common.utils.test_utils] Call partial returns true in 1.264683 seconds
2026-03-20 16:19:27,893 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221 0.137s
2026-03-20 16:19:27,893 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': 'Fri, 20 Mar 2026 16:19:27 GMT', 'server': 'Apache', 'content-length': '673', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221'}
Body: b'{"efficacy_indicators": [], "uuid": "c7b5848d-5c3d-46d6-877d-e3627f787221", "audit_uuid": "c72d91ea-63ba-48a5-a51a-3b971cbff7b9", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "bookmark"}], "hostname": "watcher-applier-0", "created_at": "2026-03-20T16:19:26+00:00", "deleted_at": null, "updated_at": "2026-03-20T16:19:27+00:00"}'
2026-03-20 16:19:28,049 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=c7b5848d-5c3d-46d6-877d-e3627f787221 0.155s
2026-03-20 16:19:28,050 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': 'Fri, 20 Mar 2026 16:19:27 GMT', 'server': 'Apache', 'content-length': '468', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/actions?action_plan_uuid=c7b5848d-5c3d-46d6-877d-e3627f787221'}
Body: b'{"actions": [{"uuid": "2f68bc37-7014-4e93-8511-0bec600b8b8d", "action_plan_uuid": "c7b5848d-5c3d-46d6-877d-e3627f787221", "state": "SUCCEEDED", "action_type": "change_nova_service_state", "parents": [], "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/actions/2f68bc37-7014-4e93-8511-0bec600b8b8d", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/actions/2f68bc37-7014-4e93-8511-0bec600b8b8d", "rel": "bookmark"}]}]}'
2026-03-20 16:19:28,203 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.152s
2026-03-20 16:19:28,203 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': 'Fri, 20 Mar 2026 16:19:28 GMT', 'server': 'Apache', 'content-length': '1297', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a550856-5c4a-4cbd-8aa8-d9edd381022e', 'x-compute-request-id': 'req-9a550856-5c4a-4cbd-8aa8-d9edd381022e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:19:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:19:26.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:19:26.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:19:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:19:21.000000", "disabled_reason": null, "forced_down": false}]}'
2026-03-20 16:19:28,413 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
2026-03-20 16:19:28,413 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': 'Fri, 20 Mar 2026 16:19:28 GMT', 'server': 'Apache', 'content-length': '15', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a54de994-eb8f-45ce-9b34-77eddbd26102', 'x-compute-request-id': 'req-a54de994-eb8f-45ce-9b34-77eddbd26102', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:19:28,542 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.121s
2026-03-20 16:19:28,543 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': 'Fri, 20 Mar 2026 16:19:28 GMT', 'server': 'Apache', 'content-length': '3443', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6633274-7fb0-45d8-ab7b-1f1afc736ad1', 'x-compute-request-id': 'req-f6633274-7fb0-45d8-ab7b-1f1afc736ad1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "4554ac16-da24-4ac3-9051-8205e6c95f80", "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": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["hypervisor", "xsaveerptr", "aes", "apic", "cmov", "arat", "ibrs", "fpu", "ssbd", "sse4.2", "mds-no", "adx", "pse", "rdseed", "pschange-mc-no", "movbe", "avx", "sse", "de", "fma", "cr8legacy", "rdpid", "tsc", "lbrv", "mmxext", "bmi2", "msr", "pni", "pat", "amd-stibp", "clflush", "sse2", "lahf_lm", "syscall", "mtrr", "pge", "umip", "fxsr_opt", "mce", "clwb", "ssse3", "cx16", "cx8", "perfctr_core", "sep", "rdtscp", "pse36", "abm", "vmcb-clean", "pclmuldq", "vme", "sse4a", "arch-capabilities", "f16c", "pdpe1gb", "smep", "amd-ssbd", "smap", "topoext", "skip-l1dfl-vmentry", "clflushopt", "sse4.1", "tsc_adjust", "pause-filter", "svm", "osvw", "lm", "nx", "ibpb", "xsave", "xsavec", "mca", "bmi1", "fxsr", "svme-addr-chk", "wbnoinvd", "avx2", "tsc-deadline", "tsc-scale", "pae", "npt", "misalignsse", "spec-ctrl", "sha-ni", "rdrand", "xsaveopt", "stibp", "3dnowprefetch", "xgetbv1", "nrip-save", "popcnt", "rdctl-no", "x2apic", "pfthreshold", "virt-ssbd", "mmx", "clzero", "fsgsbase"]}}, {"id": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "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": "8207256d-5b9e-44ef-b063-6692ee5ba872", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pat", "mds-no", "mmx", "sse4.1", "tsc-deadline", "wbnoinvd", "rdrand", "svm", "amd-stibp", "tsc_adjust", "rdseed", "clwb", "pfthreshold", "cr8legacy", "ibrs", "misalignsse", "apic", "bmi2", "tsc", "sse", "amd-ssbd", "avx", "pae", "cx16", "nx", "clflushopt", "fma", "bmi1", "ssse3", "skip-l1dfl-vmentry", "movbe", "smap", "cmov", "avx2", "fxsr_opt", "pclmuldq", "adx", "fpu", "rdctl-no", "pdpe1gb", "virt-ssbd", "rdpid", "ssbd", "ibpb", "sse2", "xsave", "stibp", "npt", "sse4a", "lahf_lm", "osvw", "pse36", "pge", "smep", "de", "pause-filter", "mmxext", "pni", "xsaveerptr", "nrip-save", "tsc-scale", "pschange-mc-no", "xsaveopt", "mtrr", "fsgsbase", "syscall", "mca", "svme-addr-chk", "vmcb-clean", "x2apic", "xgetbv1", "rdtscp", "sep", "clzero", "spec-ctrl", "arch-capabilities", "umip", "cx8", "xsavec", "3dnowprefetch", "popcnt", "lm", "msr", "hypervisor", "mce", "f16c", "pse", "lbrv", "perfctr_core", "fxsr", "arat", "vme", "clflush", "aes", "topoext", "sse4.2", "abm", "sha-ni"]}}]}'
2026-03-20 16:19:28,763 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits 0.212s
2026-03-20 16:19:28,763 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': 'Fri, 20 Mar 2026 16:19:28 GMT', 'server': 'Apache', 'last-modified': 'Fri, 20 Mar 2026 15:49:38 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-d486f604-0693-40ce-aab9-f44f92001a25', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=ad2eef2769966a94330897ba42a0eb28; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits'}
Body: b'{"traits": ["COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_VIF_MODEL_VIRTIO", "HW_CPU_X86_SSE", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_DEVICE_TAGGING", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_ACCELERATORS", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_SECURITY_TPM_1_2", "COMPUTE_NET_ATTACH_INTERFACE", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSE2", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_VIRTIO"], "resource_provider_generation": 2}'
2026-03-20 16:19:29,174 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.406s
2026-03-20 16:19:29,174 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:19:28 GMT', 'server': 'Apache', 'content-length': '5233', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-595af2f2-bb56-47f9-a8a2-3656d7ab9c13', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f6e06a1a1ed96858cbd37dd918daa449; 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": "d93dd30398314867b8173cc0d390777c", "name": "tempest-TestExecuteActionsViaActuator-1550624576-project-member", "password_expires_at": null}, "audit_ids": ["xzvP7GmlTW6rBOoNJe2MbA"], "expires_at": "2026-03-20T17:19:29.000000Z", "issued_at": "2026-03-20T16:19:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "822b72eb318b46c09b9dfe2eb57c0b24", "name": "tempest-TestExecuteActionsViaActuator-1550624576"}, "is_domain": false, "roles": [{"id": "5df2a08cded043f3a2ae87b74ec22969", "name": "reader"}, {"id": "ac8f1b5b8a1b4969b1641128f75cd782", "name": "member"}], "catalog": [{"endpoints": [{"name": "nova", "id": "3d8454da68254bc6a516a131008fb67b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9211b3d262064bfa9391453ab972f05c", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "0e3beea95f2a495f824a437b27d2a847", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "watcher", "id": "279a9df5787f4d359b9fc18d7790396b", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}, {"name": "watcher", "id": "4b56827c30994198810c77be57c677a9", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "14af7ff505d74f6cbe1201c8f7d6f5cc", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "glance", "id": "38e0a6bb531747c8b6e63fe70b2a3d17", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "cba67930e7d44be59ae20f6acecf8755", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "16656f2584d14095bb7f49f7a0726f52", "type": "image", "name": "glance"}, {"endpoints": [{"name": "barbican", "id": "077b854fad2e47f5be9afa51610376a2", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "3fd066ca39014daca5495afd727c5d9f", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "187b69fc1b3b4884bb1ff32f391a44a0", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "swift", "id": "3e8e0998eb0141f49ab2d069ea6db989", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_822b72eb318b46c09b9dfe2eb57c0b24", "region": "regionOne"}, {"name": "swift", "id": "ee457c86a5eb4ceb9c40b90322003d37", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_822b72eb318b46c09b9dfe2eb57c0b24", "region": "regionOne"}], "id": "2e403eb554f34206a116ee2f1a5cdd43", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "placement", "id": "4df5ef9cdaeb4229bc6b20618df82a34", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "d6b8f2ded37e453eb4df511b01942fc2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "67b2cf825b37430997ac180adf1c032e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "6a3395efc05943cdb968a358e72c5797", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "3304630c2c1a4f7185e35763602cb92d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "da3e5bea76414d26998ff77c800a190d", "interface":
2026-03-20 16:19:29,174 84 INFO [tempest.lib.common.fixed_network] (TestExecuteActionsViaActuator:test_execute_scenarios) Found network {'id': '586f2342-033a-426c-b3e8-8bb3615a65a1', 'name': 'tempest-TestExecuteActionsViaActuator-1663101851-network', 'tenant_id': '822b72eb318b46c09b9dfe2eb57c0b24', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '822b72eb318b46c09b9dfe2eb57c0b24', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59755, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-03-20T16:18:51Z', 'updated_at': '2026-03-20T16:18:51Z', 'revision_number': 1} available for tenant
2026-03-20 16:19:33,290 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.114s
2026-03-20 16:19:33,290 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-341942106", "imageRef": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "flavorRef": "276bd6c6-3767-4c55-8d2a-4f6dc68335ea", "networks": [{"uuid": "586f2342-033a-426c-b3e8-8bb3615a65a1"}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:19:29 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea3881e0-b818-4763-be8f-d9f212650edc', 'x-compute-request-id': 'req-ea3881e0-b818-4763-be8f-d9f212650edc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "3ee91375-72c5-4574-81c7-b24c869eb5cf", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "rAaa3gB5fkfG"}}'
2026-03-20 16:19:34,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/3ee91375-72c5-4574-81c7-b24c869eb5cf 1.518s
2026-03-20 16:19:34,817 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': 'Fri, 20 Mar 2026 16:19:33 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-3ba61966-f756-4238-afdb-033870c4abd8', 'x-compute-request-id': 'req-3ba61966-f756-4238-afdb-033870c4abd8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b'{"server": {"id": "3ee91375-72c5-4574-81c7-b24c869eb5cf", "name": "tempest-TestExecuteActionsViaActuator-server-341942106", "status": "BUILD", "tenant_id": "822b72eb318b46c09b9dfe2eb57c0b24", "user_id": "d93dd30398314867b8173cc0d390777c", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:19:33Z", "updated": "2026-03-20T16:19:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:19:36,615 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf 0.787s
2026-03-20 16:19:36,616 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': 'Fri, 20 Mar 2026 16:19:35 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-1cacdcc9-3149-4b37-a64d-83bc476bf4d1', 'x-compute-request-id': 'req-1cacdcc9-3149-4b37-a64d-83bc476bf4d1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b'{"server": {"id": "3ee91375-72c5-4574-81c7-b24c869eb5cf", "name": "tempest-TestExecuteActionsViaActuator-server-341942106", "status": "BUILD", "tenant_id": "822b72eb318b46c09b9dfe2eb57c0b24", "user_id": "d93dd30398314867b8173cc0d390777c", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:19:33Z", "updated": "2026-03-20T16:19:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:19:38,862 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf 1.229s
2026-03-20 16:19:38,862 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': 'Fri, 20 Mar 2026 16:19:37 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-1d455875-1a91-4368-b30e-d50e5067bd24', 'x-compute-request-id': 'req-1d455875-1a91-4368-b30e-d50e5067bd24', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b'{"server": {"id": "3ee91375-72c5-4574-81c7-b24c869eb5cf", "name": "tempest-TestExecuteActionsViaActuator-server-341942106", "status": "BUILD", "tenant_id": "822b72eb318b46c09b9dfe2eb57c0b24", "user_id": "d93dd30398314867b8173cc0d390777c", "metadata": {}, "hostId": "e9ea163559845f79c63cd378fe1d1f61148b8c5694f9cf0b567a29ce", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:19:33Z", "updated": "2026-03-20T16:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:19:38,882 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 4 second wait
2026-03-20 16:19:40,840 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf 0.957s
2026-03-20 16:19:40,840 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': 'Fri, 20 Mar 2026 16:19:39 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c436bf3-c0b1-4233-87eb-0844e9441f48', 'x-compute-request-id': 'req-0c436bf3-c0b1-4233-87eb-0844e9441f48', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b'{"server": {"id": "3ee91375-72c5-4574-81c7-b24c869eb5cf", "name": "tempest-TestExecuteActionsViaActuator-server-341942106", "status": "BUILD", "tenant_id": "822b72eb318b46c09b9dfe2eb57c0b24", "user_id": "d93dd30398314867b8173cc0d390777c", "metadata": {}, "hostId": "e9ea163559845f79c63cd378fe1d1f61148b8c5694f9cf0b567a29ce", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:19:33Z", "updated": "2026-03-20T16:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:19:40,859 84 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait
2026-03-20 16:19:42,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/3ee91375-72c5-4574-81c7-b24c869eb5cf 0.798s
2026-03-20 16:19:42,669 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': 'Fri, 20 Mar 2026 16:19:41 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f3cda89-1396-4ecb-8cda-c80dd04586d3', 'x-compute-request-id': 'req-5f3cda89-1396-4ecb-8cda-c80dd04586d3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b'{"server": {"id": "3ee91375-72c5-4574-81c7-b24c869eb5cf", "name": "tempest-TestExecuteActionsViaActuator-server-341942106", "status": "BUILD", "tenant_id": "822b72eb318b46c09b9dfe2eb57c0b24", "user_id": "d93dd30398314867b8173cc0d390777c", "metadata": {}, "hostId": "e9ea163559845f79c63cd378fe1d1f61148b8c5694f9cf0b567a29ce", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:19:33Z", "updated": "2026-03-20T16:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:19:44,299 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf 0.619s
2026-03-20 16:19:44,300 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': 'Fri, 20 Mar 2026 16:19:43 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebb988eb-7da0-49b1-a8b6-2950fc23a544', 'x-compute-request-id': 'req-ebb988eb-7da0-49b1-a8b6-2950fc23a544', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b'{"server": {"id": "3ee91375-72c5-4574-81c7-b24c869eb5cf", "name": "tempest-TestExecuteActionsViaActuator-server-341942106", "status": "BUILD", "tenant_id": "822b72eb318b46c09b9dfe2eb57c0b24", "user_id": "d93dd30398314867b8173cc0d390777c", "metadata": {}, "hostId": "e9ea163559845f79c63cd378fe1d1f61148b8c5694f9cf0b567a29ce", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:19:33Z", "updated": "2026-03-20T16:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:19:46,100 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf 0.781s
2026-03-20 16:19:46,101 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': 'Fri, 20 Mar 2026 16:19:45 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-7f5c621d-3749-4aa5-8294-ecc17e7078a7', 'x-compute-request-id': 'req-7f5c621d-3749-4aa5-8294-ecc17e7078a7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b'{"server": {"id": "3ee91375-72c5-4574-81c7-b24c869eb5cf", "name": "tempest-TestExecuteActionsViaActuator-server-341942106", "status": "BUILD", "tenant_id": "822b72eb318b46c09b9dfe2eb57c0b24", "user_id": "d93dd30398314867b8173cc0d390777c", "metadata": {}, "hostId": "e9ea163559845f79c63cd378fe1d1f61148b8c5694f9cf0b567a29ce", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:19:33Z", "updated": "2026-03-20T16:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:19:47,772 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf 0.654s
2026-03-20 16:19:47,773 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': 'Fri, 20 Mar 2026 16:19:47 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-4babb25d-92fb-4744-9962-669fe97da1d8', 'x-compute-request-id': 'req-4babb25d-92fb-4744-9962-669fe97da1d8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b'{"server": {"id": "3ee91375-72c5-4574-81c7-b24c869eb5cf", "name": "tempest-TestExecuteActionsViaActuator-server-341942106", "status": "BUILD", "tenant_id": "822b72eb318b46c09b9dfe2eb57c0b24", "user_id": "d93dd30398314867b8173cc0d390777c", "metadata": {}, "hostId": "e9ea163559845f79c63cd378fe1d1f61148b8c5694f9cf0b567a29ce", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:19:33Z", "updated": "2026-03-20T16:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:19:49,840 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf 1.054s
2026-03-20 16:19:49,840 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': 'Fri, 20 Mar 2026 16:19:48 GMT', 'server': 'Apache', 'content-length': '1665', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d1fcfc7-9c3b-4303-8d9f-4a7b0906b10f', 'x-compute-request-id': 'req-8d1fcfc7-9c3b-4303-8d9f-4a7b0906b10f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b'{"server": {"id": "3ee91375-72c5-4574-81c7-b24c869eb5cf", "name": "tempest-TestExecuteActionsViaActuator-server-341942106", "status": "ACTIVE", "tenant_id": "822b72eb318b46c09b9dfe2eb57c0b24", "user_id": "d93dd30398314867b8173cc0d390777c", "metadata": {}, "hostId": "e9ea163559845f79c63cd378fe1d1f61148b8c5694f9cf0b567a29ce", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:19:33Z", "updated": "2026-03-20T16:19:48Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1663101851-network": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:b5:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:19:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:19:49,848 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2026-03-20 16:19:51,008 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf 1.158s
2026-03-20 16:19:51,009 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': 'Fri, 20 Mar 2026 16:19:49 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-0963aae9-61d9-417d-8305-d10f58419592', 'x-compute-request-id': 'req-0963aae9-61d9-417d-8305-d10f58419592', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b'{"server": {"id": "3ee91375-72c5-4574-81c7-b24c869eb5cf", "name": "tempest-TestExecuteActionsViaActuator-server-341942106", "status": "ACTIVE", "tenant_id": "822b72eb318b46c09b9dfe2eb57c0b24", "user_id": "d93dd30398314867b8173cc0d390777c", "metadata": {}, "hostId": "e9ea163559845f79c63cd378fe1d1f61148b8c5694f9cf0b567a29ce", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:19:33Z", "updated": "2026-03-20T16:19:48Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1663101851-network": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:b5:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:19:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:19:52,049 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:test_execute_scenarios): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf 1.031s
2026-03-20 16:19:52,049 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': 'Fri, 20 Mar 2026 16:19:51 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-bc90ab37-f58d-4d8a-bcd9-c78bde8b34bc', 'x-compute-request-id': 'req-bc90ab37-f58d-4d8a-bcd9-c78bde8b34bc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b'{"server": {"id": "3ee91375-72c5-4574-81c7-b24c869eb5cf", "name": "tempest-TestExecuteActionsViaActuator-server-341942106", "status": "ACTIVE", "tenant_id": "822b72eb318b46c09b9dfe2eb57c0b24", "user_id": "d93dd30398314867b8173cc0d390777c", "metadata": {}, "hostId": "e9ea163559845f79c63cd378fe1d1f61148b8c5694f9cf0b567a29ce", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:19:33Z", "updated": "2026-03-20T16:19:48Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1663101851-network": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:b5:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:19:48.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-1w0fk0nu", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteactionsviaactuator-server-341942106", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-03-20 16:19:52,059 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2VlOTEzNzUtNzJjNS00NTc0LTgxYzctYjI0Yzg2OWViNWNmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNTkyMDU5In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzMjkyMDU5CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjNlZTkxMzc1LTcyYzUtNDU3NC04MWM3LWIyNGM4NjllYjVjZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzU5MjA1OSJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzMyMjA1OQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzZWU5MTM3NS03MmM1LTQ1NzQtODFjNy1iMjRjODY5ZWI1Y2YiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM1OTIwNTkifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjMzNTIwNTkKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2VlOTEzNzUtNzJjNS00NTc0LTgxYzctYjI0Yzg2OWViNWNmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNTkyMDU5In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzMzgyMDU5CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjNlZTkxMzc1LTcyYzUtNDU3NC04MWM3LWIyNGM4NjllYjVjZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzU5MjA1OSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM0MTIwNTkKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2VlOTEzNzUtNzJjNS00NTc0LTgxYzctYjI0Yzg2OWViNWNmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNTkyMDU5In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzQ0MjA1OQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzZWU5MTM3NS03MmM1LTQ1NzQtODFjNy1iMjRjODY5ZWI1Y2YiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM1OTIwNTkifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzNDcyMDU5CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjNlZTkxMzc1LTcyYzUtNDU3NC04MWM3LWIyNGM4NjllYjVjZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzU5MjA1OSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM1MDIwNTkKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2VlOTEzNzUtNzJjNS00NTc0LTgxYzctYjI0Yzg2OWViNWNmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNTkyMDU5In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzUzMjA1OQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzZWU5MTM3NS03MmM1LTQ1NzQtODFjNy1iMjRjODY5ZWI1Y2YiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM1OTIwNTkifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzNTYyMDU5Cg==" | 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.224'
2026-03-20 16:19:52,060 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.224:22' as 'zuul' with password None
2026-03-20 16:19:52,071 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-03-20 16:19:52,170 84 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-20 16:19:52,170 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.224 successfully created
2026-03-20 16:19:53,559 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf 0.257s
2026-03-20 16:19:53,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': 'Fri, 20 Mar 2026 16:19:53 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-dc116aa7-0390-4d27-ada0-141d3a4e06cf', 'x-compute-request-id': 'req-dc116aa7-0390-4d27-ada0-141d3a4e06cf', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b''
2026-03-20 16:19:56,490 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf 2.930s
2026-03-20 16:19:56,490 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': 'Fri, 20 Mar 2026 16:19:53 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-97715f39-037f-47ed-98dc-e5af36371f83', 'x-compute-request-id': 'req-97715f39-037f-47ed-98dc-e5af36371f83', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b'{"server": {"id": "3ee91375-72c5-4574-81c7-b24c869eb5cf", "name": "tempest-TestExecuteActionsViaActuator-server-341942106", "status": "ACTIVE", "tenant_id": "822b72eb318b46c09b9dfe2eb57c0b24", "user_id": "d93dd30398314867b8173cc0d390777c", "metadata": {}, "hostId": "e9ea163559845f79c63cd378fe1d1f61148b8c5694f9cf0b567a29ce", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:19:33Z", "updated": "2026-03-20T16:19:53Z", "addresses": {"tempest-TestExecuteActionsViaActuator-1663101851-network": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:b5:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:19:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:19:57,700 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf 0.193s
2026-03-20 16:19:57,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': 'Fri, 20 Mar 2026 16:19:57 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-8ef2061c-51f0-4958-bd0d-52834e995b18', 'x-compute-request-id': 'req-8ef2061c-51f0-4958-bd0d-52834e995b18', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee91375-72c5-4574-81c7-b24c869eb5cf'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3ee91375-72c5-4574-81c7-b24c869eb5cf could not be found."}}'
2026-03-20 16:19:57,837 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=c72d91ea-63ba-48a5-a51a-3b971cbff7b9 0.136s
2026-03-20 16:19:57,837 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': 'Fri, 20 Mar 2026 16:19:57 GMT', 'server': 'Apache', 'content-length': '597', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=c72d91ea-63ba-48a5-a51a-3b971cbff7b9'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "c7b5848d-5c3d-46d6-877d-e3627f787221", "audit_uuid": "c72d91ea-63ba-48a5-a51a-3b971cbff7b9", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221", "rel": "bookmark"}], "updated_at": "2026-03-20T16:19:27+00:00"}]}'
2026-03-20 16:19:58,064 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221 0.227s
2026-03-20 16:19:58,065 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': 'Fri, 20 Mar 2026 16:19:57 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/c7b5848d-5c3d-46d6-877d-e3627f787221'}
Body: b''
2026-03-20 16:19:58,188 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/c72d91ea-63ba-48a5-a51a-3b971cbff7b9 0.122s
2026-03-20 16:19:58,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': 'Fri, 20 Mar 2026 16:19:58 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/c72d91ea-63ba-48a5-a51a-3b971cbff7b9'}
Body: b''
2026-03-20 16:19:58,297 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/7d83caf6-8ffb-4fcb-8910-d83521e52a6e 0.108s
2026-03-20 16:19:58,298 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': 'Fri, 20 Mar 2026 16:19:58 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/7d83caf6-8ffb-4fcb-8910-d83521e52a6e'}
Body: b''
2026-03-20 16:19:58,399 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=c4ac1122-6385-4a23-b364-254dbf204c21 0.100s
2026-03-20 16:19:58,404 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': 'Fri, 20 Mar 2026 16:19:58 GMT', 'server': 'Apache', 'content-length': '597', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=c4ac1122-6385-4a23-b364-254dbf204c21'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "f331b775-9978-4720-8889-db005564985b", "audit_uuid": "c4ac1122-6385-4a23-b364-254dbf204c21", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/f331b775-9978-4720-8889-db005564985b", "rel": "bookmark"}], "updated_at": "2026-03-20T16:19:24+00:00"}]}'
2026-03-20 16:19:58,548 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b 0.142s
2026-03-20 16:19:58,548 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': 'Fri, 20 Mar 2026 16:19:58 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/f331b775-9978-4720-8889-db005564985b'}
Body: b''
2026-03-20 16:19:58,671 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/c4ac1122-6385-4a23-b364-254dbf204c21 0.121s
2026-03-20 16:19:58,674 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': 'Fri, 20 Mar 2026 16:19:58 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/c4ac1122-6385-4a23-b364-254dbf204c21'}
Body: b''
2026-03-20 16:19:58,769 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/2f7b209c-ea18-4616-8815-be02a27f55dd 0.094s
2026-03-20 16:19:58,770 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': 'Fri, 20 Mar 2026 16:19:58 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/2f7b209c-ea18-4616-8815-be02a27f55dd'}
Body: b''
2026-03-20 16:19:58,897 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=686301cd-b823-489a-a7d7-d4f91a8a2d34 0.125s
2026-03-20 16:19:58,897 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': 'Fri, 20 Mar 2026 16:19:58 GMT', 'server': 'Apache', 'content-length': '597', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans?audit_uuid=686301cd-b823-489a-a7d7-d4f91a8a2d34'}
Body: b'{"action_plans": [{"efficacy_indicators": [], "uuid": "a051a61d-9a2b-42d2-9a27-de7a95def348", "audit_uuid": "686301cd-b823-489a-a7d7-d4f91a8a2d34", "strategy_uuid": "bc37d7b9-f139-4e32-a611-88980a640ddb", "strategy_name": "actuator", "global_efficacy": [], "state": "SUCCEEDED", "links": [{"href": "https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "self"}, {"href": "https://watcher-public-openstack.apps-crc.testing/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348", "rel": "bookmark"}], "updated_at": "2026-03-20T16:19:20+00:00"}]}'
2026-03-20 16:19:59,057 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348 0.159s
2026-03-20 16:19:59,058 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': 'Fri, 20 Mar 2026 16:19:58 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/action_plans/a051a61d-9a2b-42d2-9a27-de7a95def348'}
Body: b''
2026-03-20 16:19:59,208 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audits/686301cd-b823-489a-a7d7-d4f91a8a2d34 0.149s
2026-03-20 16:19:59,208 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': 'Fri, 20 Mar 2026 16:19:59 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audits/686301cd-b823-489a-a7d7-d4f91a8a2d34'}
Body: b''
2026-03-20 16:19:59,328 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteActionsViaActuator:_run_cleanups): 204 DELETE https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/f6614855-4313-4a08-b8ad-90d8733f1313 0.118s
2026-03-20 16:19:59,328 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': 'Fri, 20 Mar 2026 16:19:59 GMT', 'server': 'Apache', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/audit_templates/f6614855-4313-4a08-b8ad-90d8733f1313'}
Body: b''
2026-03-20 16:19:59,513 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.184s
2026-03-20 16:19:59,514 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': 'Fri, 20 Mar 2026 16:19:59 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-f1fae1cd-0fd0-4a31-8717-1f5c5d63633d', 'x-compute-request-id': 'req-f1fae1cd-0fd0-4a31-8717-1f5c5d63633d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:19:56.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:19:52.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:19:51.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell0-conductor-0", "id": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:19:52.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:19:56.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 200, in test_execute_scenarios
self._fill_actions(actions)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/test_execute_actuator.py", line 136, in _fill_actions
parameters = filling_function()
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/test_execute_actuator.py", line 100, in _prerequisite_param_for_resize_action
created_instances = self._create_one_instance_per_host_with_statistic()
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 270, in _create_one_instance_per_host_with_statistic
self.make_instance_statistic(instance, metrics=metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 388, in make_instance_statistic
self.make_instance_statistic_prometheus(instance)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 516, in make_instance_statistic_prometheus
self.prometheus_client.add_measures(data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/metric/prometheus_client.py", line 141, in add_measures
out = self.client.exec_cmd(cmd, input_data=input_data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/base.py", line 314, in exec_cmd
return super(SshCmdClient, self).exec_command(cmd=cmd_str)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/ssh.py", line 238, in exec_command
raise exceptions.SSHExecCommandFailed(
neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2VlOTEzNzUtNzJjNS00NTc0LTgxYzctYjI0Yzg2OWViNWNmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNTkyMDU5In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzMjkyMDU5CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjNlZTkxMzc1LTcyYzUtNDU3NC04MWM3LWIyNGM4NjllYjVjZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzU5MjA1OSJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzMyMjA1OQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzZWU5MTM3NS03MmM1LTQ1NzQtODFjNy1iMjRjODY5ZWI1Y2YiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM1OTIwNTkifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjMzNTIwNTkKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2VlOTEzNzUtNzJjNS00NTc0LTgxYzctYjI0Yzg2OWViNWNmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNTkyMDU5In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzMzgyMDU5CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjNlZTkxMzc1LTcyYzUtNDU3NC04MWM3LWIyNGM4NjllYjVjZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzU5MjA1OSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM0MTIwNTkKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2VlOTEzNzUtNzJjNS00NTc0LTgxYzctYjI0Yzg2OWViNWNmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNTkyMDU5In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzQ0MjA1OQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzZWU5MTM3NS03MmM1LTQ1NzQtODFjNy1iMjRjODY5ZWI1Y2YiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM1OTIwNTkifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzNDcyMDU5CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjNlZTkxMzc1LTcyYzUtNDU3NC04MWM3LWIyNGM4NjllYjVjZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzU5MjA1OSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM1MDIwNTkKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2VlOTEzNzUtNzJjNS00NTc0LTgxYzctYjI0Yzg2OWViNWNmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNTkyMDU5In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzUzMjA1OQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzZWU5MTM3NS03MmM1LTQ1NzQtODFjNy1iMjRjODY5ZWI1Y2YiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM1OTIwNTkifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzNTYyMDU5Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' failed, exit status: 1, stderr:
FAILED: server returned HTTP status 404 Not Found: 404 page not found
command terminated with exit code 1
stdout:
Parsing standard input
|
||||||
| watcher_tempest_plugin.tests.scenario.test_execute_basic_optim.TestExecuteBasicStrategy | 1 | 0 | 1 | 0 | 0 | Detail | |
test_execute_basic_action_plan |
fail
ft2.1: watcher_tempest_plugin.tests.scenario.test_execute_basic_optim.TestExecuteBasicStrategy.test_execute_basic_action_plantesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-20 16:20:42,697 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.110s
2026-03-20 16:20:42,697 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': 'Fri, 20 Mar 2026 16:20:42 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-e6de5ffb-74ef-4705-aa4d-0c470458f473', 'x-compute-request-id': 'req-e6de5ffb-74ef-4705-aa4d-0c470458f473', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:20:32.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:20:36.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:20:36.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:20:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:20:41.000000", "disabled_reason": null, "forced_down": false}]}'
2026-03-20 16:20:42,854 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.151s
2026-03-20 16:20:42,854 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': 'Fri, 20 Mar 2026 16:20:42 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-969ec1a5-5e8b-4925-afc0-42ae14714a2a', 'x-compute-request-id': 'req-969ec1a5-5e8b-4925-afc0-42ae14714a2a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:20:43,068 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.176s
2026-03-20 16:20:43,069 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': 'Fri, 20 Mar 2026 16:20:42 GMT', 'server': 'Apache', 'content-length': '3443', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e085c02-2b0a-4aa5-9473-1b25445928be', 'x-compute-request-id': 'req-7e085c02-2b0a-4aa5-9473-1b25445928be', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "4554ac16-da24-4ac3-9051-8205e6c95f80", "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": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["hypervisor", "xsaveerptr", "aes", "apic", "cmov", "arat", "ibrs", "fpu", "ssbd", "sse4.2", "mds-no", "adx", "pse", "rdseed", "pschange-mc-no", "movbe", "avx", "sse", "de", "fma", "cr8legacy", "rdpid", "tsc", "lbrv", "mmxext", "bmi2", "msr", "pni", "pat", "amd-stibp", "clflush", "sse2", "lahf_lm", "syscall", "mtrr", "pge", "umip", "fxsr_opt", "mce", "clwb", "ssse3", "cx16", "cx8", "perfctr_core", "sep", "rdtscp", "pse36", "abm", "vmcb-clean", "pclmuldq", "vme", "sse4a", "arch-capabilities", "f16c", "pdpe1gb", "smep", "amd-ssbd", "smap", "topoext", "skip-l1dfl-vmentry", "clflushopt", "sse4.1", "tsc_adjust", "pause-filter", "svm", "osvw", "lm", "nx", "ibpb", "xsave", "xsavec", "mca", "bmi1", "fxsr", "svme-addr-chk", "wbnoinvd", "avx2", "tsc-deadline", "tsc-scale", "pae", "npt", "misalignsse", "spec-ctrl", "sha-ni", "rdrand", "xsaveopt", "stibp", "3dnowprefetch", "xgetbv1", "nrip-save", "popcnt", "rdctl-no", "x2apic", "pfthreshold", "virt-ssbd", "mmx", "clzero", "fsgsbase"]}}, {"id": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "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": "8207256d-5b9e-44ef-b063-6692ee5ba872", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pat", "mds-no", "mmx", "sse4.1", "tsc-deadline", "wbnoinvd", "rdrand", "svm", "amd-stibp", "tsc_adjust", "rdseed", "clwb", "pfthreshold", "cr8legacy", "ibrs", "misalignsse", "apic", "bmi2", "tsc", "sse", "amd-ssbd", "avx", "pae", "cx16", "nx", "clflushopt", "fma", "bmi1", "ssse3", "skip-l1dfl-vmentry", "movbe", "smap", "cmov", "avx2", "fxsr_opt", "pclmuldq", "adx", "fpu", "rdctl-no", "pdpe1gb", "virt-ssbd", "rdpid", "ssbd", "ibpb", "sse2", "xsave", "stibp", "npt", "sse4a", "lahf_lm", "osvw", "pse36", "pge", "smep", "de", "pause-filter", "mmxext", "pni", "xsaveerptr", "nrip-save", "tsc-scale", "pschange-mc-no", "xsaveopt", "mtrr", "fsgsbase", "syscall", "mca", "svme-addr-chk", "vmcb-clean", "x2apic", "xgetbv1", "rdtscp", "sep", "clzero", "spec-ctrl", "arch-capabilities", "umip", "cx8", "xsavec", "3dnowprefetch", "popcnt", "lm", "msr", "hypervisor", "mce", "f16c", "pse", "lbrv", "perfctr_core", "fxsr", "arat", "vme", "clflush", "aes", "topoext", "sse4.2", "abm", "sha-ni"]}}]}'
2026-03-20 16:20:43,337 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits 0.260s
2026-03-20 16:20:43,337 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': 'Fri, 20 Mar 2026 16:20:43 GMT', 'server': 'Apache', 'last-modified': 'Fri, 20 Mar 2026 15:49:38 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-0e055a14-d330-4a42-9f9d-51e9946c802d', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=ad2eef2769966a94330897ba42a0eb28; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits'}
Body: b'{"traits": ["COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_VIF_MODEL_VIRTIO", "HW_CPU_X86_SSE", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_DEVICE_TAGGING", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_ACCELERATORS", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_SECURITY_TPM_1_2", "COMPUTE_NET_ATTACH_INTERFACE", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSE2", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_VIRTIO"], "resource_provider_generation": 2}'
2026-03-20 16:20:43,976 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.431s
2026-03-20 16:20:43,976 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:20:43 GMT', 'server': 'Apache', 'content-length': '5221', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b5285b79-b8c0-41fa-a03b-6cd6a87a18c0', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f6e06a1a1ed96858cbd37dd918daa449; 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": "b9f5253f20ac456ab552dcc7095f872a", "name": "tempest-TestExecuteBasicStrategy-113654476-project-member", "password_expires_at": null}, "audit_ids": ["FJgL7OIVR--XdoUUk5O2tQ"], "expires_at": "2026-03-20T17:20:43.000000Z", "issued_at": "2026-03-20T16:20:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "563f1306bc46447cbae039ffa791e07c", "name": "tempest-TestExecuteBasicStrategy-113654476"}, "is_domain": false, "roles": [{"id": "ac8f1b5b8a1b4969b1641128f75cd782", "name": "member"}, {"id": "5df2a08cded043f3a2ae87b74ec22969", "name": "reader"}], "catalog": [{"endpoints": [{"name": "nova", "id": "3d8454da68254bc6a516a131008fb67b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9211b3d262064bfa9391453ab972f05c", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "0e3beea95f2a495f824a437b27d2a847", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "watcher", "id": "279a9df5787f4d359b9fc18d7790396b", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}, {"name": "watcher", "id": "4b56827c30994198810c77be57c677a9", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "14af7ff505d74f6cbe1201c8f7d6f5cc", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "glance", "id": "38e0a6bb531747c8b6e63fe70b2a3d17", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "cba67930e7d44be59ae20f6acecf8755", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "16656f2584d14095bb7f49f7a0726f52", "type": "image", "name": "glance"}, {"endpoints": [{"name": "barbican", "id": "077b854fad2e47f5be9afa51610376a2", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "3fd066ca39014daca5495afd727c5d9f", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "187b69fc1b3b4884bb1ff32f391a44a0", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "swift", "id": "3e8e0998eb0141f49ab2d069ea6db989", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_563f1306bc46447cbae039ffa791e07c", "region": "regionOne"}, {"name": "swift", "id": "ee457c86a5eb4ceb9c40b90322003d37", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_563f1306bc46447cbae039ffa791e07c", "region": "regionOne"}], "id": "2e403eb554f34206a116ee2f1a5cdd43", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "placement", "id": "4df5ef9cdaeb4229bc6b20618df82a34", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "d6b8f2ded37e453eb4df511b01942fc2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "67b2cf825b37430997ac180adf1c032e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "6a3395efc05943cdb968a358e72c5797", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "3304630c2c1a4f7185e35763602cb92d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "da3e5bea76414d26998ff77c800a190d", "interface": "internal",
2026-03-20 16:20:43,976 84 INFO [tempest.lib.common.fixed_network] (TestExecuteBasicStrategy:test_execute_basic_action_plan) Found network {'id': 'bb88b051-1b85-46ce-b4c1-203cbd2e7dea', 'name': 'tempest-TestExecuteBasicStrategy-761404413-network', 'tenant_id': '563f1306bc46447cbae039ffa791e07c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '563f1306bc46447cbae039ffa791e07c', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 23579, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-03-20T16:20:21Z', 'updated_at': '2026-03-20T16:20:22Z', 'revision_number': 1} available for tenant
2026-03-20 16:20:49,912 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 5.934s
2026-03-20 16:20:49,913 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-TestExecuteBasicStrategy-server-580353552", "imageRef": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "flavorRef": "276bd6c6-3767-4c55-8d2a-4f6dc68335ea", "networks": [{"uuid": "bb88b051-1b85-46ce-b4c1-203cbd2e7dea"}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:20:44 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-556f9681-5e35-4898-bcb6-3b7ad7d78839', 'x-compute-request-id': 'req-556f9681-5e35-4898-bcb6-3b7ad7d78839', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "oPGju64PjPB3"}}'
2026-03-20 16:20:50,845 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 0.925s
2026-03-20 16:20:50,845 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': 'Fri, 20 Mar 2026 16:20:49 GMT', 'server': 'Apache', 'content-length': '1365', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edcc0b30-ef89-45e9-9068-096abd54e2fe', 'x-compute-request-id': 'req-edcc0b30-ef89-45e9-9068-096abd54e2fe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"server": {"id": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "name": "tempest-TestExecuteBasicStrategy-server-580353552", "status": "BUILD", "tenant_id": "563f1306bc46447cbae039ffa791e07c", "user_id": "b9f5253f20ac456ab552dcc7095f872a", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:20:49Z", "updated": "2026-03-20T16:20:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:20:52,839 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 0.958s
2026-03-20 16:20:52,839 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': 'Fri, 20 Mar 2026 16:20:52 GMT', 'server': 'Apache', 'content-length': '1425', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37812a26-8209-4eb1-b7b9-2fddfabd51d0', 'x-compute-request-id': 'req-37812a26-8209-4eb1-b7b9-2fddfabd51d0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"server": {"id": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "name": "tempest-TestExecuteBasicStrategy-server-580353552", "status": "BUILD", "tenant_id": "563f1306bc46447cbae039ffa791e07c", "user_id": "b9f5253f20ac456ab552dcc7095f872a", "metadata": {}, "hostId": "a369eb2134522d61538b0410ab8cadc65d62a637c1d1686e877de447", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:20:49Z", "updated": "2026-03-20T16:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:20:52,846 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait
2026-03-20 16:20:56,091 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 2.244s
2026-03-20 16:20:56,093 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': 'Fri, 20 Mar 2026 16:20:53 GMT', 'server': 'Apache', 'content-length': '1465', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3819ae34-e292-4827-b678-338d68587827', 'x-compute-request-id': 'req-3819ae34-e292-4827-b678-338d68587827', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"server": {"id": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "name": "tempest-TestExecuteBasicStrategy-server-580353552", "status": "BUILD", "tenant_id": "563f1306bc46447cbae039ffa791e07c", "user_id": "b9f5253f20ac456ab552dcc7095f872a", "metadata": {}, "hostId": "a369eb2134522d61538b0410ab8cadc65d62a637c1d1686e877de447", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:20:49Z", "updated": "2026-03-20T16:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:20:56,104 84 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait
2026-03-20 16:20:58,146 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 1.036s
2026-03-20 16:20:58,146 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': 'Fri, 20 Mar 2026 16:20:57 GMT', 'server': 'Apache', 'content-length': '1465', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e311dbfc-c226-44d2-8f34-6732f6133f8a', 'x-compute-request-id': 'req-e311dbfc-c226-44d2-8f34-6732f6133f8a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"server": {"id": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "name": "tempest-TestExecuteBasicStrategy-server-580353552", "status": "BUILD", "tenant_id": "563f1306bc46447cbae039ffa791e07c", "user_id": "b9f5253f20ac456ab552dcc7095f872a", "metadata": {}, "hostId": "a369eb2134522d61538b0410ab8cadc65d62a637c1d1686e877de447", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:20:49Z", "updated": "2026-03-20T16:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:21:00,227 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 1.070s
2026-03-20 16:21:00,228 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': 'Fri, 20 Mar 2026 16:20:59 GMT', 'server': 'Apache', 'content-length': '1465', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-578c7773-4290-486b-8d87-5515e625715c', 'x-compute-request-id': 'req-578c7773-4290-486b-8d87-5515e625715c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"server": {"id": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "name": "tempest-TestExecuteBasicStrategy-server-580353552", "status": "BUILD", "tenant_id": "563f1306bc46447cbae039ffa791e07c", "user_id": "b9f5253f20ac456ab552dcc7095f872a", "metadata": {}, "hostId": "a369eb2134522d61538b0410ab8cadc65d62a637c1d1686e877de447", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:20:49Z", "updated": "2026-03-20T16:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:21:02,199 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 0.962s
2026-03-20 16:21:02,200 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': 'Fri, 20 Mar 2026 16:21:01 GMT', 'server': 'Apache', 'content-length': '1465', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e282fcb-a651-40a5-934f-2093b5b86dde', 'x-compute-request-id': 'req-2e282fcb-a651-40a5-934f-2093b5b86dde', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"server": {"id": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "name": "tempest-TestExecuteBasicStrategy-server-580353552", "status": "BUILD", "tenant_id": "563f1306bc46447cbae039ffa791e07c", "user_id": "b9f5253f20ac456ab552dcc7095f872a", "metadata": {}, "hostId": "a369eb2134522d61538b0410ab8cadc65d62a637c1d1686e877de447", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:20:49Z", "updated": "2026-03-20T16:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:21:04,922 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 1.706s
2026-03-20 16:21:04,923 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': 'Fri, 20 Mar 2026 16:21:03 GMT', 'server': 'Apache', 'content-length': '1465', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3782afd0-caac-4b5a-b3fa-1433af352e22', 'x-compute-request-id': 'req-3782afd0-caac-4b5a-b3fa-1433af352e22', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"server": {"id": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "name": "tempest-TestExecuteBasicStrategy-server-580353552", "status": "BUILD", "tenant_id": "563f1306bc46447cbae039ffa791e07c", "user_id": "b9f5253f20ac456ab552dcc7095f872a", "metadata": {}, "hostId": "a369eb2134522d61538b0410ab8cadc65d62a637c1d1686e877de447", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:20:49Z", "updated": "2026-03-20T16:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:21:06,698 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 0.761s
2026-03-20 16:21:06,698 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': 'Fri, 20 Mar 2026 16:21:05 GMT', 'server': 'Apache', 'content-length': '1465', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c8d831c-db92-4f28-b3ab-5e9f8b8eb934', 'x-compute-request-id': 'req-8c8d831c-db92-4f28-b3ab-5e9f8b8eb934', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"server": {"id": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "name": "tempest-TestExecuteBasicStrategy-server-580353552", "status": "BUILD", "tenant_id": "563f1306bc46447cbae039ffa791e07c", "user_id": "b9f5253f20ac456ab552dcc7095f872a", "metadata": {}, "hostId": "a369eb2134522d61538b0410ab8cadc65d62a637c1d1686e877de447", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:20:49Z", "updated": "2026-03-20T16:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:21:09,130 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 1.418s
2026-03-20 16:21:09,131 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': 'Fri, 20 Mar 2026 16:21:07 GMT', 'server': 'Apache', 'content-length': '1654', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f7b605d-c111-4489-b45d-24ffdc47e854', 'x-compute-request-id': 'req-3f7b605d-c111-4489-b45d-24ffdc47e854', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"server": {"id": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "name": "tempest-TestExecuteBasicStrategy-server-580353552", "status": "ACTIVE", "tenant_id": "563f1306bc46447cbae039ffa791e07c", "user_id": "b9f5253f20ac456ab552dcc7095f872a", "metadata": {}, "hostId": "a369eb2134522d61538b0410ab8cadc65d62a637c1d1686e877de447", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:20:49Z", "updated": "2026-03-20T16:21:06Z", "addresses": {"tempest-TestExecuteBasicStrategy-761404413-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:7c:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:21:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:21:09,137 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 19 second wait
2026-03-20 16:21:09,938 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 0.799s
2026-03-20 16:21:09,939 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': 'Fri, 20 Mar 2026 16:21:09 GMT', 'server': 'Apache', 'content-length': '1654', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6222e7b0-937e-4dfa-befe-03eeea097e1d', 'x-compute-request-id': 'req-6222e7b0-937e-4dfa-befe-03eeea097e1d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"server": {"id": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "name": "tempest-TestExecuteBasicStrategy-server-580353552", "status": "ACTIVE", "tenant_id": "563f1306bc46447cbae039ffa791e07c", "user_id": "b9f5253f20ac456ab552dcc7095f872a", "metadata": {}, "hostId": "a369eb2134522d61538b0410ab8cadc65d62a637c1d1686e877de447", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:20:49Z", "updated": "2026-03-20T16:21:06Z", "addresses": {"tempest-TestExecuteBasicStrategy-761404413-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:7c:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:21:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:21:11,007 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:test_execute_basic_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 1.060s
2026-03-20 16:21:11,008 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': 'Fri, 20 Mar 2026 16:21:09 GMT', 'server': 'Apache', 'content-length': '2174', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17596b66-27d5-482a-9f69-e0006c4dcb2d', 'x-compute-request-id': 'req-17596b66-27d5-482a-9f69-e0006c4dcb2d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"server": {"id": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "name": "tempest-TestExecuteBasicStrategy-server-580353552", "status": "ACTIVE", "tenant_id": "563f1306bc46447cbae039ffa791e07c", "user_id": "b9f5253f20ac456ab552dcc7095f872a", "metadata": {}, "hostId": "a369eb2134522d61538b0410ab8cadc65d62a637c1d1686e877de447", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:20:49Z", "updated": "2026-03-20T16:21:06Z", "addresses": {"tempest-TestExecuteBasicStrategy-761404413-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:7c:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:21:06.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-hf45o0jm", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecutebasicstrategy-server-580353552", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-03-20 16:21:11,016 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMTY4ZDJlNDMtYjVmNi00YzNjLWJkM2UtMjZkNWY3NTExYjg0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNjcxMDE2In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzMzcxMDE2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjE2OGQyZTQzLWI1ZjYtNGMzYy1iZDNlLTI2ZDVmNzUxMWI4NCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzY3MTAxNiJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzQwMTAxNgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIxNjhkMmU0My1iNWY2LTRjM2MtYmQzZS0yNmQ1Zjc1MTFiODQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM2NzEwMTYifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM0MzEwMTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMTY4ZDJlNDMtYjVmNi00YzNjLWJkM2UtMjZkNWY3NTExYjg0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNjcxMDE2In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzNDYxMDE2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjE2OGQyZTQzLWI1ZjYtNGMzYy1iZDNlLTI2ZDVmNzUxMWI4NCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzY3MTAxNiJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM0OTEwMTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMTY4ZDJlNDMtYjVmNi00YzNjLWJkM2UtMjZkNWY3NTExYjg0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNjcxMDE2In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzUyMTAxNgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIxNjhkMmU0My1iNWY2LTRjM2MtYmQzZS0yNmQ1Zjc1MTFiODQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM2NzEwMTYifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzNTUxMDE2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjE2OGQyZTQzLWI1ZjYtNGMzYy1iZDNlLTI2ZDVmNzUxMWI4NCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzY3MTAxNiJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM1ODEwMTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMTY4ZDJlNDMtYjVmNi00YzNjLWJkM2UtMjZkNWY3NTExYjg0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNjcxMDE2In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzYxMTAxNgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIxNjhkMmU0My1iNWY2LTRjM2MtYmQzZS0yNmQ1Zjc1MTFiODQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM2NzEwMTYifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzNjQxMDE2Cg==" | 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.224'
2026-03-20 16:21:11,016 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.224:22' as 'zuul' with password None
2026-03-20 16:21:11,029 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-03-20 16:21:11,089 84 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-20 16:21:11,090 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.224 successfully created
2026-03-20 16:21:12,257 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 0.329s
2026-03-20 16:21:12,257 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': 'Fri, 20 Mar 2026 16:21:11 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e2d5da4-8a4f-49f3-a9da-b29abcd4a63d', 'x-compute-request-id': 'req-8e2d5da4-8a4f-49f3-a9da-b29abcd4a63d', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b''
2026-03-20 16:21:13,044 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 0.785s
2026-03-20 16:21:13,044 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': 'Fri, 20 Mar 2026 16:21:12 GMT', 'server': 'Apache', 'content-length': '1660', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acca28ea-1e04-42ef-9a39-98ac33d5ffd5', 'x-compute-request-id': 'req-acca28ea-1e04-42ef-9a39-98ac33d5ffd5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"server": {"id": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "name": "tempest-TestExecuteBasicStrategy-server-580353552", "status": "ACTIVE", "tenant_id": "563f1306bc46447cbae039ffa791e07c", "user_id": "b9f5253f20ac456ab552dcc7095f872a", "metadata": {}, "hostId": "a369eb2134522d61538b0410ab8cadc65d62a637c1d1686e877de447", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:20:49Z", "updated": "2026-03-20T16:21:12Z", "addresses": {"tempest-TestExecuteBasicStrategy-761404413-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:7c:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:21:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:21:14,446 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 0.382s
2026-03-20 16:21:14,447 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': 'Fri, 20 Mar 2026 16:21:14 GMT', 'server': 'Apache', 'content-length': '1455', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10122fc0-6c4c-4912-8fde-4d505e65c20f', 'x-compute-request-id': 'req-10122fc0-6c4c-4912-8fde-4d505e65c20f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"server": {"id": "168d2e43-b5f6-4c3c-bd3e-26d5f7511b84", "name": "tempest-TestExecuteBasicStrategy-server-580353552", "status": "DELETED", "tenant_id": "563f1306bc46447cbae039ffa791e07c", "user_id": "b9f5253f20ac456ab552dcc7095f872a", "metadata": {}, "hostId": "a369eb2134522d61538b0410ab8cadc65d62a637c1d1686e877de447", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:20:49Z", "updated": "2026-03-20T16:21:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:21:06.000000", "OS-SRV-USG:terminated_at": "2026-03-20T16:21:14.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:21:14,454 84 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait
2026-03-20 16:21:15,776 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 0.319s
2026-03-20 16:21:15,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': 'Fri, 20 Mar 2026 16:21:15 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e50b5dbe-97a6-42a8-b268-8fec7394e4fd', 'x-compute-request-id': 'req-e50b5dbe-97a6-42a8-b268-8fec7394e4fd', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/168d2e43-b5f6-4c3c-bd3e-26d5f7511b84'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 168d2e43-b5f6-4c3c-bd3e-26d5f7511b84 could not be found."}}'
2026-03-20 16:21:16,532 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.755s
2026-03-20 16:21:16,533 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': 'Fri, 20 Mar 2026 16:21:15 GMT', 'server': 'Apache', 'content-length': '805', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 0, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:21:16,710 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.175s
2026-03-20 16:21:16,711 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': 'Fri, 20 Mar 2026 16:21:16 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-09e57e8f-8ed4-4e05-9f73-2fc057ebe489', 'x-compute-request-id': 'req-09e57e8f-8ed4-4e05-9f73-2fc057ebe489', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:21:16,870 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteBasicStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.150s
2026-03-20 16:21:16,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': 'Fri, 20 Mar 2026 16:21:16 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-0cc481fc-ef50-403b-83d5-679c94eb464b', 'x-compute-request-id': 'req-0cc481fc-ef50-403b-83d5-679c94eb464b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:21:12.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:21:16.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:21:16.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:21:12.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:21:11.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_basic_optim.py", line 68, in test_execute_basic_action_plan
instances = self._create_one_instance_per_host_with_statistic()
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 270, in _create_one_instance_per_host_with_statistic
self.make_instance_statistic(instance, metrics=metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 388, in make_instance_statistic
self.make_instance_statistic_prometheus(instance)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 516, in make_instance_statistic_prometheus
self.prometheus_client.add_measures(data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/metric/prometheus_client.py", line 141, in add_measures
out = self.client.exec_cmd(cmd, input_data=input_data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/base.py", line 314, in exec_cmd
return super(SshCmdClient, self).exec_command(cmd=cmd_str)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/ssh.py", line 238, in exec_command
raise exceptions.SSHExecCommandFailed(
neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMTY4ZDJlNDMtYjVmNi00YzNjLWJkM2UtMjZkNWY3NTExYjg0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNjcxMDE2In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzMzcxMDE2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjE2OGQyZTQzLWI1ZjYtNGMzYy1iZDNlLTI2ZDVmNzUxMWI4NCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzY3MTAxNiJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzQwMTAxNgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIxNjhkMmU0My1iNWY2LTRjM2MtYmQzZS0yNmQ1Zjc1MTFiODQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM2NzEwMTYifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM0MzEwMTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMTY4ZDJlNDMtYjVmNi00YzNjLWJkM2UtMjZkNWY3NTExYjg0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNjcxMDE2In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzNDYxMDE2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjE2OGQyZTQzLWI1ZjYtNGMzYy1iZDNlLTI2ZDVmNzUxMWI4NCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzY3MTAxNiJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM0OTEwMTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMTY4ZDJlNDMtYjVmNi00YzNjLWJkM2UtMjZkNWY3NTExYjg0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNjcxMDE2In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzUyMTAxNgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIxNjhkMmU0My1iNWY2LTRjM2MtYmQzZS0yNmQ1Zjc1MTFiODQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM2NzEwMTYifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzNTUxMDE2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjE2OGQyZTQzLWI1ZjYtNGMzYy1iZDNlLTI2ZDVmNzUxMWI4NCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzY3MTAxNiJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM1ODEwMTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMTY4ZDJlNDMtYjVmNi00YzNjLWJkM2UtMjZkNWY3NTExYjg0Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNjcxMDE2In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzYxMTAxNgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIxNjhkMmU0My1iNWY2LTRjM2MtYmQzZS0yNmQ1Zjc1MTFiODQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM2NzEwMTYifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzNjQxMDE2Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' failed, exit status: 1, stderr:
FAILED: server returned HTTP status 404 Not Found: 404 page not found
command terminated with exit code 1
stdout:
Parsing standard input
|
||||||
| watcher_tempest_plugin.tests.scenario.test_execute_host_maintenance.TestExecuteHostMaintenanceStrategy | 1 | 0 | 1 | 0 | 0 | Detail | |
test_execute_host_maintenance |
fail
ft3.1: watcher_tempest_plugin.tests.scenario.test_execute_host_maintenance.TestExecuteHostMaintenanceStrategy.test_execute_host_maintenancetesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-20 16:22:39,902 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.130s
2026-03-20 16:22:39,902 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': 'Fri, 20 Mar 2026 16:22:39 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-699a033d-a7fb-400e-a5f1-d189e81f9cf4', 'x-compute-request-id': 'req-699a033d-a7fb-400e-a5f1-d189e81f9cf4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:22:32.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:22:36.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:22:36.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:22:32.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:22:31.000000", "disabled_reason": null, "forced_down": false}]}'
2026-03-20 16:22:40,025 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.119s
2026-03-20 16:22:40,025 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': 'Fri, 20 Mar 2026 16:22:39 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-f1c532eb-96cd-4c7a-a228-f562ce1bf808', 'x-compute-request-id': 'req-f1c532eb-96cd-4c7a-a228-f562ce1bf808', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:22:40,113 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.080s
2026-03-20 16:22:40,113 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': 'Fri, 20 Mar 2026 16:22:40 GMT', 'server': 'Apache', 'content-length': '3443', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e84c31d-44ab-4607-a172-886a399c94f4', 'x-compute-request-id': 'req-0e84c31d-44ab-4607-a172-886a399c94f4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "4554ac16-da24-4ac3-9051-8205e6c95f80", "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": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["hypervisor", "xsaveerptr", "aes", "apic", "cmov", "arat", "ibrs", "fpu", "ssbd", "sse4.2", "mds-no", "adx", "pse", "rdseed", "pschange-mc-no", "movbe", "avx", "sse", "de", "fma", "cr8legacy", "rdpid", "tsc", "lbrv", "mmxext", "bmi2", "msr", "pni", "pat", "amd-stibp", "clflush", "sse2", "lahf_lm", "syscall", "mtrr", "pge", "umip", "fxsr_opt", "mce", "clwb", "ssse3", "cx16", "cx8", "perfctr_core", "sep", "rdtscp", "pse36", "abm", "vmcb-clean", "pclmuldq", "vme", "sse4a", "arch-capabilities", "f16c", "pdpe1gb", "smep", "amd-ssbd", "smap", "topoext", "skip-l1dfl-vmentry", "clflushopt", "sse4.1", "tsc_adjust", "pause-filter", "svm", "osvw", "lm", "nx", "ibpb", "xsave", "xsavec", "mca", "bmi1", "fxsr", "svme-addr-chk", "wbnoinvd", "avx2", "tsc-deadline", "tsc-scale", "pae", "npt", "misalignsse", "spec-ctrl", "sha-ni", "rdrand", "xsaveopt", "stibp", "3dnowprefetch", "xgetbv1", "nrip-save", "popcnt", "rdctl-no", "x2apic", "pfthreshold", "virt-ssbd", "mmx", "clzero", "fsgsbase"]}}, {"id": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "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": "8207256d-5b9e-44ef-b063-6692ee5ba872", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pat", "mds-no", "mmx", "sse4.1", "tsc-deadline", "wbnoinvd", "rdrand", "svm", "amd-stibp", "tsc_adjust", "rdseed", "clwb", "pfthreshold", "cr8legacy", "ibrs", "misalignsse", "apic", "bmi2", "tsc", "sse", "amd-ssbd", "avx", "pae", "cx16", "nx", "clflushopt", "fma", "bmi1", "ssse3", "skip-l1dfl-vmentry", "movbe", "smap", "cmov", "avx2", "fxsr_opt", "pclmuldq", "adx", "fpu", "rdctl-no", "pdpe1gb", "virt-ssbd", "rdpid", "ssbd", "ibpb", "sse2", "xsave", "stibp", "npt", "sse4a", "lahf_lm", "osvw", "pse36", "pge", "smep", "de", "pause-filter", "mmxext", "pni", "xsaveerptr", "nrip-save", "tsc-scale", "pschange-mc-no", "xsaveopt", "mtrr", "fsgsbase", "syscall", "mca", "svme-addr-chk", "vmcb-clean", "x2apic", "xgetbv1", "rdtscp", "sep", "clzero", "spec-ctrl", "arch-capabilities", "umip", "cx8", "xsavec", "3dnowprefetch", "popcnt", "lm", "msr", "hypervisor", "mce", "f16c", "pse", "lbrv", "perfctr_core", "fxsr", "arat", "vme", "clflush", "aes", "topoext", "sse4.2", "abm", "sha-ni"]}}]}'
2026-03-20 16:22:40,208 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits 0.089s
2026-03-20 16:22:40,208 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': 'Fri, 20 Mar 2026 16:22:40 GMT', 'server': 'Apache', 'last-modified': 'Fri, 20 Mar 2026 15:49:38 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-12133515-8037-40bf-86cf-a56b25dd69c5', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=ad2eef2769966a94330897ba42a0eb28; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits'}
Body: b'{"traits": ["COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_VIF_MODEL_VIRTIO", "HW_CPU_X86_SSE", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_DEVICE_TAGGING", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_ACCELERATORS", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_SECURITY_TPM_1_2", "COMPUTE_NET_ATTACH_INTERFACE", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSE2", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_VIRTIO"], "resource_provider_generation": 4}'
2026-03-20 16:22:40,581 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.366s
2026-03-20 16:22:40,581 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:22:40 GMT', 'server': 'Apache', 'content-length': '5241', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1740f542-095e-4205-8689-4ac5098fedc4', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f6e06a1a1ed96858cbd37dd918daa449; 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": "e10ddfa6370541648eb874271bdbeca2", "name": "tempest-TestExecuteHostMaintenanceStrategy-124924194-project-member", "password_expires_at": null}, "audit_ids": ["u7rksdTrSNqEdMOP2HHfrw"], "expires_at": "2026-03-20T17:22:40.000000Z", "issued_at": "2026-03-20T16:22:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0df8f73f7da54a0ababd7170f8cb9102", "name": "tempest-TestExecuteHostMaintenanceStrategy-124924194"}, "is_domain": false, "roles": [{"id": "ac8f1b5b8a1b4969b1641128f75cd782", "name": "member"}, {"id": "5df2a08cded043f3a2ae87b74ec22969", "name": "reader"}], "catalog": [{"endpoints": [{"name": "nova", "id": "3d8454da68254bc6a516a131008fb67b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9211b3d262064bfa9391453ab972f05c", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "0e3beea95f2a495f824a437b27d2a847", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "watcher", "id": "279a9df5787f4d359b9fc18d7790396b", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}, {"name": "watcher", "id": "4b56827c30994198810c77be57c677a9", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "14af7ff505d74f6cbe1201c8f7d6f5cc", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "glance", "id": "38e0a6bb531747c8b6e63fe70b2a3d17", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "cba67930e7d44be59ae20f6acecf8755", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "16656f2584d14095bb7f49f7a0726f52", "type": "image", "name": "glance"}, {"endpoints": [{"name": "barbican", "id": "077b854fad2e47f5be9afa51610376a2", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "3fd066ca39014daca5495afd727c5d9f", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "187b69fc1b3b4884bb1ff32f391a44a0", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "swift", "id": "3e8e0998eb0141f49ab2d069ea6db989", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_0df8f73f7da54a0ababd7170f8cb9102", "region": "regionOne"}, {"name": "swift", "id": "ee457c86a5eb4ceb9c40b90322003d37", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_0df8f73f7da54a0ababd7170f8cb9102", "region": "regionOne"}], "id": "2e403eb554f34206a116ee2f1a5cdd43", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "placement", "id": "4df5ef9cdaeb4229bc6b20618df82a34", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "d6b8f2ded37e453eb4df511b01942fc2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "67b2cf825b37430997ac180adf1c032e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "6a3395efc05943cdb968a358e72c5797", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "3304630c2c1a4f7185e35763602cb92d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "da3e5bea76414d26998ff77c800a190d", "inte
2026-03-20 16:22:40,582 84 INFO [tempest.lib.common.fixed_network] (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance) Found network {'id': '152543af-cf07-49d0-b897-a66c16f9ad30', 'name': 'tempest-TestExecuteHostMaintenanceStrategy-2014015685-network', 'tenant_id': '0df8f73f7da54a0ababd7170f8cb9102', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0df8f73f7da54a0ababd7170f8cb9102', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26119, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-03-20T16:22:23Z', 'updated_at': '2026-03-20T16:22:24Z', 'revision_number': 1} available for tenant
2026-03-20 16:22:44,198 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.616s
2026-03-20 16:22:44,199 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-TestExecuteHostMaintenanceStrategy-server-1051479304", "imageRef": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "flavorRef": "276bd6c6-3767-4c55-8d2a-4f6dc68335ea", "networks": [{"uuid": "152543af-cf07-49d0-b897-a66c16f9ad30"}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:22:40 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ba9be60-45a8-4d68-8ecc-ca39bb400c36', 'x-compute-request-id': 'req-0ba9be60-45a8-4d68-8ecc-ca39bb400c36', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "753869bc-2a76-44f2-9f16-20c0525c444d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Uq8MkFgARfC7"}}'
2026-03-20 16:22:44,966 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d 0.765s
2026-03-20 16:22:44,966 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': 'Fri, 20 Mar 2026 16:22:44 GMT', 'server': 'Apache', 'content-length': '1376', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecc5b261-ad98-4e00-805f-79a13489c752', 'x-compute-request-id': 'req-ecc5b261-ad98-4e00-805f-79a13489c752', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d'}
Body: b'{"server": {"id": "753869bc-2a76-44f2-9f16-20c0525c444d", "name": "tempest-TestExecuteHostMaintenanceStrategy-server-1051479304", "status": "BUILD", "tenant_id": "0df8f73f7da54a0ababd7170f8cb9102", "user_id": "e10ddfa6370541648eb874271bdbeca2", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:22:44Z", "updated": "2026-03-20T16:22:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:22:46,236 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d 0.261s
2026-03-20 16:22:46,236 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': 'Fri, 20 Mar 2026 16:22:45 GMT', 'server': 'Apache', 'content-length': '1434', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d26f8aa9-7512-4fb0-a867-bb0db12dfa0a', 'x-compute-request-id': 'req-d26f8aa9-7512-4fb0-a867-bb0db12dfa0a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d'}
Body: b'{"server": {"id": "753869bc-2a76-44f2-9f16-20c0525c444d", "name": "tempest-TestExecuteHostMaintenanceStrategy-server-1051479304", "status": "BUILD", "tenant_id": "0df8f73f7da54a0ababd7170f8cb9102", "user_id": "e10ddfa6370541648eb874271bdbeca2", "metadata": {}, "hostId": "f1776e56896d49faffee3876048b1d28d13728159a308b2bf889c705", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:22:44Z", "updated": "2026-03-20T16:22:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:22:46,244 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait
2026-03-20 16:22:47,998 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d 0.751s
2026-03-20 16:22:47,999 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': 'Fri, 20 Mar 2026 16:22:47 GMT', 'server': 'Apache', 'content-length': '1476', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfcab142-dbe3-4b1e-9aa8-1d80554fd9a2', 'x-compute-request-id': 'req-dfcab142-dbe3-4b1e-9aa8-1d80554fd9a2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d'}
Body: b'{"server": {"id": "753869bc-2a76-44f2-9f16-20c0525c444d", "name": "tempest-TestExecuteHostMaintenanceStrategy-server-1051479304", "status": "BUILD", "tenant_id": "0df8f73f7da54a0ababd7170f8cb9102", "user_id": "e10ddfa6370541648eb874271bdbeca2", "metadata": {}, "hostId": "f1776e56896d49faffee3876048b1d28d13728159a308b2bf889c705", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:22:44Z", "updated": "2026-03-20T16:22:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:22:49,612 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d 0.604s
2026-03-20 16:22:49,612 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': 'Fri, 20 Mar 2026 16:22:49 GMT', 'server': 'Apache', 'content-length': '1476', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-deccf4b2-906c-4569-b0ac-c0fb7b964013', 'x-compute-request-id': 'req-deccf4b2-906c-4569-b0ac-c0fb7b964013', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d'}
Body: b'{"server": {"id": "753869bc-2a76-44f2-9f16-20c0525c444d", "name": "tempest-TestExecuteHostMaintenanceStrategy-server-1051479304", "status": "BUILD", "tenant_id": "0df8f73f7da54a0ababd7170f8cb9102", "user_id": "e10ddfa6370541648eb874271bdbeca2", "metadata": {}, "hostId": "f1776e56896d49faffee3876048b1d28d13728159a308b2bf889c705", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:22:44Z", "updated": "2026-03-20T16:22:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:22:51,138 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d 0.514s
2026-03-20 16:22:51,139 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': 'Fri, 20 Mar 2026 16:22:50 GMT', 'server': 'Apache', 'content-length': '1676', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95c3f7a0-04bb-46ce-9b34-e89859b1fdf9', 'x-compute-request-id': 'req-95c3f7a0-04bb-46ce-9b34-e89859b1fdf9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d'}
Body: b'{"server": {"id": "753869bc-2a76-44f2-9f16-20c0525c444d", "name": "tempest-TestExecuteHostMaintenanceStrategy-server-1051479304", "status": "ACTIVE", "tenant_id": "0df8f73f7da54a0ababd7170f8cb9102", "user_id": "e10ddfa6370541648eb874271bdbeca2", "metadata": {}, "hostId": "f1776e56896d49faffee3876048b1d28d13728159a308b2bf889c705", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:22:44Z", "updated": "2026-03-20T16:22:50Z", "addresses": {"tempest-TestExecuteHostMaintenanceStrategy-2014015685-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:4b:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:22:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:22:51,146 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait
2026-03-20 16:22:51,581 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d 0.434s
2026-03-20 16:22:51,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': 'Fri, 20 Mar 2026 16:22:51 GMT', 'server': 'Apache', 'content-length': '1676', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7f96c84-19a9-4395-9bd7-87b5a9604c51', 'x-compute-request-id': 'req-d7f96c84-19a9-4395-9bd7-87b5a9604c51', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d'}
Body: b'{"server": {"id": "753869bc-2a76-44f2-9f16-20c0525c444d", "name": "tempest-TestExecuteHostMaintenanceStrategy-server-1051479304", "status": "ACTIVE", "tenant_id": "0df8f73f7da54a0ababd7170f8cb9102", "user_id": "e10ddfa6370541648eb874271bdbeca2", "metadata": {}, "hostId": "f1776e56896d49faffee3876048b1d28d13728159a308b2bf889c705", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:22:44Z", "updated": "2026-03-20T16:22:50Z", "addresses": {"tempest-TestExecuteHostMaintenanceStrategy-2014015685-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:4b:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:22:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:22:51,971 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:test_execute_host_maintenance): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d 0.380s
2026-03-20 16:22:51,971 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': 'Fri, 20 Mar 2026 16:22:51 GMT', 'server': 'Apache', 'content-length': '2207', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba60ac08-d851-4cb5-9898-8ab0cf32b9cb', 'x-compute-request-id': 'req-ba60ac08-d851-4cb5-9898-8ab0cf32b9cb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d'}
Body: b'{"server": {"id": "753869bc-2a76-44f2-9f16-20c0525c444d", "name": "tempest-TestExecuteHostMaintenanceStrategy-server-1051479304", "status": "ACTIVE", "tenant_id": "0df8f73f7da54a0ababd7170f8cb9102", "user_id": "e10ddfa6370541648eb874271bdbeca2", "metadata": {}, "hostId": "f1776e56896d49faffee3876048b1d28d13728159a308b2bf889c705", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:22:44Z", "updated": "2026-03-20T16:22:50Z", "addresses": {"tempest-TestExecuteHostMaintenanceStrategy-2014015685-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:4b:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:22:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-fm0ajj9s", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecutehostmaintenancestrategy-server-1051479304", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-03-20 16:22:51,982 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNzUzODY5YmMtMmE3Ni00NGYyLTlmMTYtMjBjMDUyNWM0NDRkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNzcxOTgyIn0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzNDcxOTgyCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9Ijc1Mzg2OWJjLTJhNzYtNDRmMi05ZjE2LTIwYzA1MjVjNDQ0ZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzc3MTk4MiJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzUwMTk4MgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI3NTM4NjliYy0yYTc2LTQ0ZjItOWYxNi0yMGMwNTI1YzQ0NGQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM3NzE5ODIifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM1MzE5ODIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNzUzODY5YmMtMmE3Ni00NGYyLTlmMTYtMjBjMDUyNWM0NDRkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNzcxOTgyIn0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzNTYxOTgyCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9Ijc1Mzg2OWJjLTJhNzYtNDRmMi05ZjE2LTIwYzA1MjVjNDQ0ZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzc3MTk4MiJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM1OTE5ODIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNzUzODY5YmMtMmE3Ni00NGYyLTlmMTYtMjBjMDUyNWM0NDRkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNzcxOTgyIn0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzYyMTk4MgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI3NTM4NjliYy0yYTc2LTQ0ZjItOWYxNi0yMGMwNTI1YzQ0NGQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM3NzE5ODIifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzNjUxOTgyCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9Ijc1Mzg2OWJjLTJhNzYtNDRmMi05ZjE2LTIwYzA1MjVjNDQ0ZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzc3MTk4MiJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM2ODE5ODIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNzUzODY5YmMtMmE3Ni00NGYyLTlmMTYtMjBjMDUyNWM0NDRkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNzcxOTgyIn0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzcxMTk4MgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI3NTM4NjliYy0yYTc2LTQ0ZjItOWYxNi0yMGMwNTI1YzQ0NGQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM3NzE5ODIifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzNzQxOTgyCg==" | 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.224'
2026-03-20 16:22:51,982 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.224:22' as 'zuul' with password None
2026-03-20 16:22:51,995 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-03-20 16:22:52,053 84 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-20 16:22:52,054 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.224 successfully created
2026-03-20 16:22:53,017 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d 0.409s
2026-03-20 16:22:53,018 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': 'Fri, 20 Mar 2026 16:22:52 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-8a8a3d8e-ea67-4354-b083-a4b792c2e1b5', 'x-compute-request-id': 'req-8a8a3d8e-ea67-4354-b083-a4b792c2e1b5', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d'}
Body: b''
2026-03-20 16:22:54,992 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d 1.973s
2026-03-20 16:22:54,993 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': 'Fri, 20 Mar 2026 16:22:53 GMT', 'server': 'Apache', 'content-length': '1682', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3b5e70a-cdf1-442d-a20e-ac405a8ef7d9', 'x-compute-request-id': 'req-c3b5e70a-cdf1-442d-a20e-ac405a8ef7d9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d'}
Body: b'{"server": {"id": "753869bc-2a76-44f2-9f16-20c0525c444d", "name": "tempest-TestExecuteHostMaintenanceStrategy-server-1051479304", "status": "ACTIVE", "tenant_id": "0df8f73f7da54a0ababd7170f8cb9102", "user_id": "e10ddfa6370541648eb874271bdbeca2", "metadata": {}, "hostId": "f1776e56896d49faffee3876048b1d28d13728159a308b2bf889c705", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:22:44Z", "updated": "2026-03-20T16:22:52Z", "addresses": {"tempest-TestExecuteHostMaintenanceStrategy-2014015685-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:4b:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:22:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:22:56,210 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d 0.207s
2026-03-20 16:22:56,211 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': 'Fri, 20 Mar 2026 16:22:56 GMT', 'server': 'Apache', 'content-length': '1466', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea7bf333-b1ad-4c4b-82f6-132d4b2e0ac0', 'x-compute-request-id': 'req-ea7bf333-b1ad-4c4b-82f6-132d4b2e0ac0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d'}
Body: b'{"server": {"id": "753869bc-2a76-44f2-9f16-20c0525c444d", "name": "tempest-TestExecuteHostMaintenanceStrategy-server-1051479304", "status": "DELETED", "tenant_id": "0df8f73f7da54a0ababd7170f8cb9102", "user_id": "e10ddfa6370541648eb874271bdbeca2", "metadata": {}, "hostId": "f1776e56896d49faffee3876048b1d28d13728159a308b2bf889c705", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:22:44Z", "updated": "2026-03-20T16:22:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/753869bc-2a76-44f2-9f16-20c0525c444d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:22:50.000000", "OS-SRV-USG:terminated_at": "2026-03-20T16:22:56.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:22:56,219 84 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait
2026-03-20 16:22:57,306 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d 0.085s
2026-03-20 16:22:57,307 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': 'Fri, 20 Mar 2026 16:22:57 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-b6378bd2-91b9-4ac6-8b83-8005bc1d90ca', 'x-compute-request-id': 'req-b6378bd2-91b9-4ac6-8b83-8005bc1d90ca', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/753869bc-2a76-44f2-9f16-20c0525c444d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 753869bc-2a76-44f2-9f16-20c0525c444d could not be found."}}'
2026-03-20 16:22:57,944 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.636s
2026-03-20 16:22:57,945 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': 'Fri, 20 Mar 2026 16:22:57 GMT', 'server': 'Apache', 'content-length': '805', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:22:58,059 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.112s
2026-03-20 16:22:58,059 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': 'Fri, 20 Mar 2026 16:22:57 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-0174db99-c3a9-4715-b49a-78331b1949ff', 'x-compute-request-id': 'req-0174db99-c3a9-4715-b49a-78331b1949ff', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:22:58,157 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteHostMaintenanceStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.090s
2026-03-20 16:22:58,157 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': 'Fri, 20 Mar 2026 16:22:58 GMT', 'server': 'Apache', 'content-length': '1297', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-025fc5b2-be68-452e-8856-8f089a96f946', 'x-compute-request-id': 'req-025fc5b2-be68-452e-8856-8f089a96f946', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:22:52.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:22:56.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:22:56.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:22:52.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:22:51.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_host_maintenance.py", line 62, in test_execute_host_maintenance
instances = self._create_one_instance_per_host_with_statistic()
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 270, in _create_one_instance_per_host_with_statistic
self.make_instance_statistic(instance, metrics=metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 388, in make_instance_statistic
self.make_instance_statistic_prometheus(instance)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 516, in make_instance_statistic_prometheus
self.prometheus_client.add_measures(data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/metric/prometheus_client.py", line 141, in add_measures
out = self.client.exec_cmd(cmd, input_data=input_data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/base.py", line 314, in exec_cmd
return super(SshCmdClient, self).exec_command(cmd=cmd_str)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/ssh.py", line 238, in exec_command
raise exceptions.SSHExecCommandFailed(
neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNzUzODY5YmMtMmE3Ni00NGYyLTlmMTYtMjBjMDUyNWM0NDRkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNzcxOTgyIn0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzNDcxOTgyCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9Ijc1Mzg2OWJjLTJhNzYtNDRmMi05ZjE2LTIwYzA1MjVjNDQ0ZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzc3MTk4MiJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzUwMTk4MgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI3NTM4NjliYy0yYTc2LTQ0ZjItOWYxNi0yMGMwNTI1YzQ0NGQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM3NzE5ODIifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM1MzE5ODIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNzUzODY5YmMtMmE3Ni00NGYyLTlmMTYtMjBjMDUyNWM0NDRkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNzcxOTgyIn0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzNTYxOTgyCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9Ijc1Mzg2OWJjLTJhNzYtNDRmMi05ZjE2LTIwYzA1MjVjNDQ0ZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzc3MTk4MiJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM1OTE5ODIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNzUzODY5YmMtMmE3Ni00NGYyLTlmMTYtMjBjMDUyNWM0NDRkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNzcxOTgyIn0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzYyMTk4MgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI3NTM4NjliYy0yYTc2LTQ0ZjItOWYxNi0yMGMwNTI1YzQ0NGQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM3NzE5ODIifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzNjUxOTgyCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9Ijc1Mzg2OWJjLTJhNzYtNDRmMi05ZjE2LTIwYzA1MjVjNDQ0ZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzc3MTk4MiJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM2ODE5ODIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNzUzODY5YmMtMmE3Ni00NGYyLTlmMTYtMjBjMDUyNWM0NDRkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzNzcxOTgyIn0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzcxMTk4MgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI3NTM4NjliYy0yYTc2LTQ0ZjItOWYxNi0yMGMwNTI1YzQ0NGQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM3NzE5ODIifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzNzQxOTgyCg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' failed, exit status: 1, stderr:
FAILED: server returned HTTP status 404 Not Found: 404 page not found
command terminated with exit code 1
stdout:
Parsing standard input
|
||||||
| watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies | 8 | 1 | 7 | 0 | 0 | Detail | |
test_execute_basic_strategy |
fail
ft4.1: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_basic_strategytesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-20 16:24:04,778 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_basic_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.110s
2026-03-20 16:24:04,778 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': 'Fri, 20 Mar 2026 16:24:04 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-a800a4db-f64b-4198-bea3-cb869e14a18e', 'x-compute-request-id': 'req-a800a4db-f64b-4198-bea3-cb869e14a18e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:24:02.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:23:56.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:23:56.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:24:02.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:24:01.000000", "disabled_reason": null, "forced_down": false}]}'
2026-03-20 16:24:04,919 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_basic_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.137s
2026-03-20 16:24:04,920 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': 'Fri, 20 Mar 2026 16:24:04 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-97466109-bfc4-4a8f-beb3-31bdd69bdcbd', 'x-compute-request-id': 'req-97466109-bfc4-4a8f-beb3-31bdd69bdcbd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:24:05,035 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_basic_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.108s
2026-03-20 16:24:05,036 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': 'Fri, 20 Mar 2026 16:24:04 GMT', 'server': 'Apache', 'content-length': '3443', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f4f0b1a-64c5-425d-becc-b8ce4da61905', 'x-compute-request-id': 'req-8f4f0b1a-64c5-425d-becc-b8ce4da61905', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "4554ac16-da24-4ac3-9051-8205e6c95f80", "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": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["hypervisor", "xsaveerptr", "aes", "apic", "cmov", "arat", "ibrs", "fpu", "ssbd", "sse4.2", "mds-no", "adx", "pse", "rdseed", "pschange-mc-no", "movbe", "avx", "sse", "de", "fma", "cr8legacy", "rdpid", "tsc", "lbrv", "mmxext", "bmi2", "msr", "pni", "pat", "amd-stibp", "clflush", "sse2", "lahf_lm", "syscall", "mtrr", "pge", "umip", "fxsr_opt", "mce", "clwb", "ssse3", "cx16", "cx8", "perfctr_core", "sep", "rdtscp", "pse36", "abm", "vmcb-clean", "pclmuldq", "vme", "sse4a", "arch-capabilities", "f16c", "pdpe1gb", "smep", "amd-ssbd", "smap", "topoext", "skip-l1dfl-vmentry", "clflushopt", "sse4.1", "tsc_adjust", "pause-filter", "svm", "osvw", "lm", "nx", "ibpb", "xsave", "xsavec", "mca", "bmi1", "fxsr", "svme-addr-chk", "wbnoinvd", "avx2", "tsc-deadline", "tsc-scale", "pae", "npt", "misalignsse", "spec-ctrl", "sha-ni", "rdrand", "xsaveopt", "stibp", "3dnowprefetch", "xgetbv1", "nrip-save", "popcnt", "rdctl-no", "x2apic", "pfthreshold", "virt-ssbd", "mmx", "clzero", "fsgsbase"]}}, {"id": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "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": "8207256d-5b9e-44ef-b063-6692ee5ba872", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pat", "mds-no", "mmx", "sse4.1", "tsc-deadline", "wbnoinvd", "rdrand", "svm", "amd-stibp", "tsc_adjust", "rdseed", "clwb", "pfthreshold", "cr8legacy", "ibrs", "misalignsse", "apic", "bmi2", "tsc", "sse", "amd-ssbd", "avx", "pae", "cx16", "nx", "clflushopt", "fma", "bmi1", "ssse3", "skip-l1dfl-vmentry", "movbe", "smap", "cmov", "avx2", "fxsr_opt", "pclmuldq", "adx", "fpu", "rdctl-no", "pdpe1gb", "virt-ssbd", "rdpid", "ssbd", "ibpb", "sse2", "xsave", "stibp", "npt", "sse4a", "lahf_lm", "osvw", "pse36", "pge", "smep", "de", "pause-filter", "mmxext", "pni", "xsaveerptr", "nrip-save", "tsc-scale", "pschange-mc-no", "xsaveopt", "mtrr", "fsgsbase", "syscall", "mca", "svme-addr-chk", "vmcb-clean", "x2apic", "xgetbv1", "rdtscp", "sep", "clzero", "spec-ctrl", "arch-capabilities", "umip", "cx8", "xsavec", "3dnowprefetch", "popcnt", "lm", "msr", "hypervisor", "mce", "f16c", "pse", "lbrv", "perfctr_core", "fxsr", "arat", "vme", "clflush", "aes", "topoext", "sse4.2", "abm", "sha-ni"]}}]}'
2026-03-20 16:24:05,167 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_basic_strategy): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits 0.124s
2026-03-20 16:24:05,168 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': 'Fri, 20 Mar 2026 16:24:05 GMT', 'server': 'Apache', 'last-modified': 'Fri, 20 Mar 2026 15:49:38 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-a5a7cc6c-6b0d-4cd3-9112-ad12ce07da5c', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=ad2eef2769966a94330897ba42a0eb28; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits'}
Body: b'{"traits": ["COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_VIF_MODEL_VIRTIO", "HW_CPU_X86_SSE", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_DEVICE_TAGGING", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_ACCELERATORS", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_SECURITY_TPM_1_2", "COMPUTE_NET_ATTACH_INTERFACE", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSE2", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_VIRTIO"], "resource_provider_generation": 4}'
2026-03-20 16:24:05,541 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_basic_strategy): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.367s
2026-03-20 16:24:05,542 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:24:05 GMT', 'server': 'Apache', 'content-length': '5217', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4d4c61ce-4ac3-4239-939f-a1f25b004504', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f6e06a1a1ed96858cbd37dd918daa449; 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": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "name": "tempest-TestExecuteStrategies-2085593805-project-member", "password_expires_at": null}, "audit_ids": ["qTy9v_bzT7qIs3cPFmmi6g"], "expires_at": "2026-03-20T17:24:05.000000Z", "issued_at": "2026-03-20T16:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8359b673086461ca9005a7504c25e43", "name": "tempest-TestExecuteStrategies-2085593805"}, "is_domain": false, "roles": [{"id": "ac8f1b5b8a1b4969b1641128f75cd782", "name": "member"}, {"id": "5df2a08cded043f3a2ae87b74ec22969", "name": "reader"}], "catalog": [{"endpoints": [{"name": "nova", "id": "3d8454da68254bc6a516a131008fb67b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9211b3d262064bfa9391453ab972f05c", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "0e3beea95f2a495f824a437b27d2a847", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "watcher", "id": "279a9df5787f4d359b9fc18d7790396b", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}, {"name": "watcher", "id": "4b56827c30994198810c77be57c677a9", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "14af7ff505d74f6cbe1201c8f7d6f5cc", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "glance", "id": "38e0a6bb531747c8b6e63fe70b2a3d17", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "cba67930e7d44be59ae20f6acecf8755", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "16656f2584d14095bb7f49f7a0726f52", "type": "image", "name": "glance"}, {"endpoints": [{"name": "barbican", "id": "077b854fad2e47f5be9afa51610376a2", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "3fd066ca39014daca5495afd727c5d9f", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "187b69fc1b3b4884bb1ff32f391a44a0", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "swift", "id": "3e8e0998eb0141f49ab2d069ea6db989", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}, {"name": "swift", "id": "ee457c86a5eb4ceb9c40b90322003d37", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}], "id": "2e403eb554f34206a116ee2f1a5cdd43", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "placement", "id": "4df5ef9cdaeb4229bc6b20618df82a34", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "d6b8f2ded37e453eb4df511b01942fc2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "67b2cf825b37430997ac180adf1c032e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "6a3395efc05943cdb968a358e72c5797", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "3304630c2c1a4f7185e35763602cb92d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "da3e5bea76414d26998ff77c800a190d", "interface": "internal", "reg
2026-03-20 16:24:05,542 84 INFO [tempest.lib.common.fixed_network] (TestExecuteStrategies:test_execute_basic_strategy) Found network {'id': 'ddd372e5-b508-4d54-8abb-cb8bba281a3d', 'name': 'tempest-TestExecuteStrategies-209639971-network', 'tenant_id': 'b8359b673086461ca9005a7504c25e43', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b8359b673086461ca9005a7504c25e43', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58440, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-03-20T16:23:45Z', 'updated_at': '2026-03-20T16:23:45Z', 'revision_number': 1} available for tenant
2026-03-20 16:24:07,343 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_basic_strategy): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.800s
2026-03-20 16:24:07,344 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-TestExecuteStrategies-server-1008577207", "imageRef": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "flavorRef": "276bd6c6-3767-4c55-8d2a-4f6dc68335ea", "networks": [{"uuid": "ddd372e5-b508-4d54-8abb-cb8bba281a3d"}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:24:05 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b92e273-234d-4af9-b4ab-e026be5e5012', 'x-compute-request-id': 'req-7b92e273-234d-4af9-b4ab-e026be5e5012', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3xX6ZZfB8xmH"}}'
2026-03-20 16:24:08,020 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_basic_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6 0.673s
2026-03-20 16:24:08,022 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': 'Fri, 20 Mar 2026 16:24:07 GMT', 'server': 'Apache', 'content-length': '1363', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40c5c57f-8a8a-4c75-837e-a339b5c5cbdd', 'x-compute-request-id': 'req-40c5c57f-8a8a-4c75-837e-a339b5c5cbdd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6'}
Body: b'{"server": {"id": "9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6", "name": "tempest-TestExecuteStrategies-server-1008577207", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:07Z", "updated": "2026-03-20T16:24:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:09,447 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_basic_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6 0.413s
2026-03-20 16:24:09,448 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': 'Fri, 20 Mar 2026 16:24:09 GMT', 'server': 'Apache', 'content-length': '1421', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba8927d7-5c72-4154-9126-2e88e65085e2', 'x-compute-request-id': 'req-ba8927d7-5c72-4154-9126-2e88e65085e2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6'}
Body: b'{"server": {"id": "9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6", "name": "tempest-TestExecuteStrategies-server-1008577207", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:07Z", "updated": "2026-03-20T16:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:09,457 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-03-20 16:24:11,048 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_basic_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6 0.589s
2026-03-20 16:24:11,048 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': 'Fri, 20 Mar 2026 16:24:10 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3cab4d8-683f-41b0-9c14-b7dae95295eb', 'x-compute-request-id': 'req-f3cab4d8-683f-41b0-9c14-b7dae95295eb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6'}
Body: b'{"server": {"id": "9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6", "name": "tempest-TestExecuteStrategies-server-1008577207", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:07Z", "updated": "2026-03-20T16:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:12,555 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_basic_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6 0.499s
2026-03-20 16:24:12,556 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': 'Fri, 20 Mar 2026 16:24:12 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5ee5028-c985-47f4-a2b8-616f5404336e', 'x-compute-request-id': 'req-b5ee5028-c985-47f4-a2b8-616f5404336e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6'}
Body: b'{"server": {"id": "9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6", "name": "tempest-TestExecuteStrategies-server-1008577207", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:07Z", "updated": "2026-03-20T16:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:14,227 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_basic_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6 0.660s
2026-03-20 16:24:14,227 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': 'Fri, 20 Mar 2026 16:24:13 GMT', 'server': 'Apache', 'content-length': '1650', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0a6b40c-7f27-4f30-babc-6a2d711e5622', 'x-compute-request-id': 'req-c0a6b40c-7f27-4f30-babc-6a2d711e5622', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6'}
Body: b'{"server": {"id": "9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6", "name": "tempest-TestExecuteStrategies-server-1008577207", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:07Z", "updated": "2026-03-20T16:24:12Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:9b:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:24:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:14,236 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait
2026-03-20 16:24:14,637 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_basic_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6 0.400s
2026-03-20 16:24:14,638 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': 'Fri, 20 Mar 2026 16:24:14 GMT', 'server': 'Apache', 'content-length': '1650', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20e76f22-a531-4787-836c-238ada119057', 'x-compute-request-id': 'req-20e76f22-a531-4787-836c-238ada119057', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6'}
Body: b'{"server": {"id": "9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6", "name": "tempest-TestExecuteStrategies-server-1008577207", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:07Z", "updated": "2026-03-20T16:24:12Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:9b:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:24:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:15,214 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_basic_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6 0.568s
2026-03-20 16:24:15,215 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': 'Fri, 20 Mar 2026 16:24:14 GMT', 'server': 'Apache', 'content-length': '2168', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19565141-a1b2-409e-af36-f45e0abe0f7b', 'x-compute-request-id': 'req-19565141-a1b2-409e-af36-f45e0abe0f7b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6'}
Body: b'{"server": {"id": "9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6", "name": "tempest-TestExecuteStrategies-server-1008577207", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:07Z", "updated": "2026-03-20T16:24:12Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:9b:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:24:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000004", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-pdjqhrgn", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecutestrategies-server-1008577207", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:15,231 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iOWFjMmQyNjAtN2QyZC00YTFkLWJiZDItOTVlOTdkZDRkNmI2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODU1MjMxIn0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzNTU1MjMxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjlhYzJkMjYwLTdkMmQtNGExZC1iYmQyLTk1ZTk3ZGQ0ZDZiNiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzg1NTIzMSJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzU4NTIzMQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI5YWMyZDI2MC03ZDJkLTRhMWQtYmJkMi05NWU5N2RkNGQ2YjYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM4NTUyMzEifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM2MTUyMzEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iOWFjMmQyNjAtN2QyZC00YTFkLWJiZDItOTVlOTdkZDRkNmI2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODU1MjMxIn0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzNjQ1MjMxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjlhYzJkMjYwLTdkMmQtNGExZC1iYmQyLTk1ZTk3ZGQ0ZDZiNiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzg1NTIzMSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM2NzUyMzEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iOWFjMmQyNjAtN2QyZC00YTFkLWJiZDItOTVlOTdkZDRkNmI2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODU1MjMxIn0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzcwNTIzMQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI5YWMyZDI2MC03ZDJkLTRhMWQtYmJkMi05NWU5N2RkNGQ2YjYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM4NTUyMzEifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzNzM1MjMxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjlhYzJkMjYwLTdkMmQtNGExZC1iYmQyLTk1ZTk3ZGQ0ZDZiNiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzg1NTIzMSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM3NjUyMzEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iOWFjMmQyNjAtN2QyZC00YTFkLWJiZDItOTVlOTdkZDRkNmI2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODU1MjMxIn0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzc5NTIzMQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI5YWMyZDI2MC03ZDJkLTRhMWQtYmJkMi05NWU5N2RkNGQ2YjYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM4NTUyMzEifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzODI1MjMxCg==" | 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.224'
2026-03-20 16:24:15,232 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.224:22' as 'zuul' with password None
2026-03-20 16:24:15,246 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-03-20 16:24:15,314 84 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-20 16:24:15,315 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.224 successfully created
2026-03-20 16:24:15,935 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6 0.130s
2026-03-20 16:24:15,935 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': 'Fri, 20 Mar 2026 16:24:15 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75926c1f-52a5-4564-be73-1c90a6fc633c', 'x-compute-request-id': 'req-75926c1f-52a5-4564-be73-1c90a6fc633c', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6'}
Body: b''
2026-03-20 16:24:16,627 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6 0.691s
2026-03-20 16:24:16,628 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': 'Fri, 20 Mar 2026 16:24:15 GMT', 'server': 'Apache', 'content-length': '1656', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0f4ff7d-5c40-4fbd-8898-643da6838de2', 'x-compute-request-id': 'req-e0f4ff7d-5c40-4fbd-8898-643da6838de2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6'}
Body: b'{"server": {"id": "9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6", "name": "tempest-TestExecuteStrategies-server-1008577207", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:07Z", "updated": "2026-03-20T16:24:15Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:9b:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:24:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:17,720 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6 0.074s
2026-03-20 16:24:17,721 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': 'Fri, 20 Mar 2026 16:24:17 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aed713ad-bc32-487c-8a54-5e4977fb5488', 'x-compute-request-id': 'req-aed713ad-bc32-487c-8a54-5e4977fb5488', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9ac2d260-7d2d-4a1d-bbd2-95e97dd4d6b6 could not be found."}}'
2026-03-20 16:24:18,334 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.613s
2026-03-20 16:24:18,335 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': 'Fri, 20 Mar 2026 16:24:17 GMT', 'server': 'Apache', 'content-length': '805', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:24:18,443 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.107s
2026-03-20 16:24:18,444 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': 'Fri, 20 Mar 2026 16:24:18 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-a6dc1b7f-3857-4680-98bb-2a56dffff3d1', 'x-compute-request-id': 'req-a6dc1b7f-3857-4680-98bb-2a56dffff3d1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:24:18,578 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.127s
2026-03-20 16:24:18,578 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': 'Fri, 20 Mar 2026 16:24:18 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-34345e35-badb-4bf7-94ce-7eec5221e9d0', 'x-compute-request-id': 'req-34345e35-badb-4bf7-94ce-7eec5221e9d0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:24:12.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:24:16.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:24:16.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:24:12.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:24:11.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_strategies.py", line 53, in test_execute_basic_strategy
instances = self._create_one_instance_per_host_with_statistic()
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 270, in _create_one_instance_per_host_with_statistic
self.make_instance_statistic(instance, metrics=metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 388, in make_instance_statistic
self.make_instance_statistic_prometheus(instance)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 516, in make_instance_statistic_prometheus
self.prometheus_client.add_measures(data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/metric/prometheus_client.py", line 141, in add_measures
out = self.client.exec_cmd(cmd, input_data=input_data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/base.py", line 314, in exec_cmd
return super(SshCmdClient, self).exec_command(cmd=cmd_str)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/ssh.py", line 238, in exec_command
raise exceptions.SSHExecCommandFailed(
neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iOWFjMmQyNjAtN2QyZC00YTFkLWJiZDItOTVlOTdkZDRkNmI2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODU1MjMxIn0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzNTU1MjMxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjlhYzJkMjYwLTdkMmQtNGExZC1iYmQyLTk1ZTk3ZGQ0ZDZiNiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzg1NTIzMSJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzU4NTIzMQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI5YWMyZDI2MC03ZDJkLTRhMWQtYmJkMi05NWU5N2RkNGQ2YjYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM4NTUyMzEifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM2MTUyMzEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iOWFjMmQyNjAtN2QyZC00YTFkLWJiZDItOTVlOTdkZDRkNmI2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODU1MjMxIn0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzNjQ1MjMxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjlhYzJkMjYwLTdkMmQtNGExZC1iYmQyLTk1ZTk3ZGQ0ZDZiNiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzg1NTIzMSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM2NzUyMzEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iOWFjMmQyNjAtN2QyZC00YTFkLWJiZDItOTVlOTdkZDRkNmI2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODU1MjMxIn0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzcwNTIzMQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI5YWMyZDI2MC03ZDJkLTRhMWQtYmJkMi05NWU5N2RkNGQ2YjYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM4NTUyMzEifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzNzM1MjMxCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjlhYzJkMjYwLTdkMmQtNGExZC1iYmQyLTk1ZTk3ZGQ0ZDZiNiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzg1NTIzMSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM3NjUyMzEKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iOWFjMmQyNjAtN2QyZC00YTFkLWJiZDItOTVlOTdkZDRkNmI2Iiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODU1MjMxIn0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzc5NTIzMQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI5YWMyZDI2MC03ZDJkLTRhMWQtYmJkMi05NWU5N2RkNGQ2YjYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM4NTUyMzEifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzODI1MjMxCg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' failed, exit status: 1, stderr:
FAILED: server returned HTTP status 404 Not Found: 404 page not found
command terminated with exit code 1
stdout:
Parsing standard input
|
||||||
test_execute_dummy_strategy |
pass
pt4.2: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_dummy_strategy
|
||||||
test_execute_host_maintenance_strategy |
fail
ft4.3: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_host_maintenance_strategytesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-20 16:24:28,661 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_host_maintenance_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.121s
2026-03-20 16:24:28,661 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': 'Fri, 20 Mar 2026 16:24:28 GMT', 'server': 'Apache', 'content-length': '1297', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19e63cdb-7c1d-49e7-98aa-7080723ef5a3', 'x-compute-request-id': 'req-19e63cdb-7c1d-49e7-98aa-7080723ef5a3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:24:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:24:26.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:24:26.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:24:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:24:21.000000", "disabled_reason": null, "forced_down": false}]}'
2026-03-20 16:24:28,799 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_host_maintenance_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.134s
2026-03-20 16:24:28,800 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': 'Fri, 20 Mar 2026 16:24:28 GMT', 'server': 'Apache', 'content-length': '15', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3e412c2-63fe-4be2-8c71-425d26a27c2e', 'x-compute-request-id': 'req-b3e412c2-63fe-4be2-8c71-425d26a27c2e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:24:28,941 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_host_maintenance_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.131s
2026-03-20 16:24:28,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': 'Fri, 20 Mar 2026 16:24:28 GMT', 'server': 'Apache', 'content-length': '3443', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b52e8f59-167b-4216-8768-69f50bc0f8ac', 'x-compute-request-id': 'req-b52e8f59-167b-4216-8768-69f50bc0f8ac', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "4554ac16-da24-4ac3-9051-8205e6c95f80", "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": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["hypervisor", "xsaveerptr", "aes", "apic", "cmov", "arat", "ibrs", "fpu", "ssbd", "sse4.2", "mds-no", "adx", "pse", "rdseed", "pschange-mc-no", "movbe", "avx", "sse", "de", "fma", "cr8legacy", "rdpid", "tsc", "lbrv", "mmxext", "bmi2", "msr", "pni", "pat", "amd-stibp", "clflush", "sse2", "lahf_lm", "syscall", "mtrr", "pge", "umip", "fxsr_opt", "mce", "clwb", "ssse3", "cx16", "cx8", "perfctr_core", "sep", "rdtscp", "pse36", "abm", "vmcb-clean", "pclmuldq", "vme", "sse4a", "arch-capabilities", "f16c", "pdpe1gb", "smep", "amd-ssbd", "smap", "topoext", "skip-l1dfl-vmentry", "clflushopt", "sse4.1", "tsc_adjust", "pause-filter", "svm", "osvw", "lm", "nx", "ibpb", "xsave", "xsavec", "mca", "bmi1", "fxsr", "svme-addr-chk", "wbnoinvd", "avx2", "tsc-deadline", "tsc-scale", "pae", "npt", "misalignsse", "spec-ctrl", "sha-ni", "rdrand", "xsaveopt", "stibp", "3dnowprefetch", "xgetbv1", "nrip-save", "popcnt", "rdctl-no", "x2apic", "pfthreshold", "virt-ssbd", "mmx", "clzero", "fsgsbase"]}}, {"id": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "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": "8207256d-5b9e-44ef-b063-6692ee5ba872", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pat", "mds-no", "mmx", "sse4.1", "tsc-deadline", "wbnoinvd", "rdrand", "svm", "amd-stibp", "tsc_adjust", "rdseed", "clwb", "pfthreshold", "cr8legacy", "ibrs", "misalignsse", "apic", "bmi2", "tsc", "sse", "amd-ssbd", "avx", "pae", "cx16", "nx", "clflushopt", "fma", "bmi1", "ssse3", "skip-l1dfl-vmentry", "movbe", "smap", "cmov", "avx2", "fxsr_opt", "pclmuldq", "adx", "fpu", "rdctl-no", "pdpe1gb", "virt-ssbd", "rdpid", "ssbd", "ibpb", "sse2", "xsave", "stibp", "npt", "sse4a", "lahf_lm", "osvw", "pse36", "pge", "smep", "de", "pause-filter", "mmxext", "pni", "xsaveerptr", "nrip-save", "tsc-scale", "pschange-mc-no", "xsaveopt", "mtrr", "fsgsbase", "syscall", "mca", "svme-addr-chk", "vmcb-clean", "x2apic", "xgetbv1", "rdtscp", "sep", "clzero", "spec-ctrl", "arch-capabilities", "umip", "cx8", "xsavec", "3dnowprefetch", "popcnt", "lm", "msr", "hypervisor", "mce", "f16c", "pse", "lbrv", "perfctr_core", "fxsr", "arat", "vme", "clflush", "aes", "topoext", "sse4.2", "abm", "sha-ni"]}}]}'
2026-03-20 16:24:29,021 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_host_maintenance_strategy): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits 0.073s
2026-03-20 16:24:29,021 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': 'Fri, 20 Mar 2026 16:24:28 GMT', 'server': 'Apache', 'last-modified': 'Fri, 20 Mar 2026 15:49:38 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-85506592-f75b-401a-a07b-86c1fe54741a', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=ad2eef2769966a94330897ba42a0eb28; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits'}
Body: b'{"traits": ["COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_VIF_MODEL_VIRTIO", "HW_CPU_X86_SSE", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_DEVICE_TAGGING", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_ACCELERATORS", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_SECURITY_TPM_1_2", "COMPUTE_NET_ATTACH_INTERFACE", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSE2", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_VIRTIO"], "resource_provider_generation": 5}'
2026-03-20 16:24:29,332 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_host_maintenance_strategy): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.307s
2026-03-20 16:24:29,333 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:24:29 GMT', 'server': 'Apache', 'content-length': '5217', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-32646f4f-66bc-4819-a12d-5e386edfe742', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f6e06a1a1ed96858cbd37dd918daa449; 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": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "name": "tempest-TestExecuteStrategies-2085593805-project-member", "password_expires_at": null}, "audit_ids": ["hC7W5M-hRVeBXuC8fh1bzw"], "expires_at": "2026-03-20T17:24:29.000000Z", "issued_at": "2026-03-20T16:24:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8359b673086461ca9005a7504c25e43", "name": "tempest-TestExecuteStrategies-2085593805"}, "is_domain": false, "roles": [{"id": "ac8f1b5b8a1b4969b1641128f75cd782", "name": "member"}, {"id": "5df2a08cded043f3a2ae87b74ec22969", "name": "reader"}], "catalog": [{"endpoints": [{"name": "nova", "id": "3d8454da68254bc6a516a131008fb67b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9211b3d262064bfa9391453ab972f05c", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "0e3beea95f2a495f824a437b27d2a847", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "watcher", "id": "279a9df5787f4d359b9fc18d7790396b", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}, {"name": "watcher", "id": "4b56827c30994198810c77be57c677a9", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "14af7ff505d74f6cbe1201c8f7d6f5cc", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "glance", "id": "38e0a6bb531747c8b6e63fe70b2a3d17", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "cba67930e7d44be59ae20f6acecf8755", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "16656f2584d14095bb7f49f7a0726f52", "type": "image", "name": "glance"}, {"endpoints": [{"name": "barbican", "id": "077b854fad2e47f5be9afa51610376a2", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "3fd066ca39014daca5495afd727c5d9f", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "187b69fc1b3b4884bb1ff32f391a44a0", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "swift", "id": "3e8e0998eb0141f49ab2d069ea6db989", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}, {"name": "swift", "id": "ee457c86a5eb4ceb9c40b90322003d37", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}], "id": "2e403eb554f34206a116ee2f1a5cdd43", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "placement", "id": "4df5ef9cdaeb4229bc6b20618df82a34", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "d6b8f2ded37e453eb4df511b01942fc2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "67b2cf825b37430997ac180adf1c032e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "6a3395efc05943cdb968a358e72c5797", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "3304630c2c1a4f7185e35763602cb92d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "da3e5bea76414d26998ff77c800a190d", "interface": "internal", "reg
2026-03-20 16:24:29,333 84 INFO [tempest.lib.common.fixed_network] (TestExecuteStrategies:test_execute_host_maintenance_strategy) Found network {'id': 'ddd372e5-b508-4d54-8abb-cb8bba281a3d', 'name': 'tempest-TestExecuteStrategies-209639971-network', 'tenant_id': 'b8359b673086461ca9005a7504c25e43', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b8359b673086461ca9005a7504c25e43', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58440, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-03-20T16:23:45Z', 'updated_at': '2026-03-20T16:23:45Z', 'revision_number': 1} available for tenant
2026-03-20 16:24:30,776 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_host_maintenance_strategy): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.440s
2026-03-20 16:24:30,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-TestExecuteStrategies-server-521318203", "imageRef": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "flavorRef": "276bd6c6-3767-4c55-8d2a-4f6dc68335ea", "networks": [{"uuid": "ddd372e5-b508-4d54-8abb-cb8bba281a3d"}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:24:29 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5967fd79-24cd-43a6-8d99-7200cdbe220b', 'x-compute-request-id': 'req-5967fd79-24cd-43a6-8d99-7200cdbe220b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "a185bd37-5d78-4d67-a759-e11fea30460d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Y4pdUhXbh8hY"}}'
2026-03-20 16:24:32,009 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_host_maintenance_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d 1.229s
2026-03-20 16:24:32,010 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': 'Fri, 20 Mar 2026 16:24:30 GMT', 'server': 'Apache', 'content-length': '1362', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c5869b9-784f-402f-b1b4-cff0543336d1', 'x-compute-request-id': 'req-9c5869b9-784f-402f-b1b4-cff0543336d1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d'}
Body: b'{"server": {"id": "a185bd37-5d78-4d67-a759-e11fea30460d", "name": "tempest-TestExecuteStrategies-server-521318203", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:30Z", "updated": "2026-03-20T16:24:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:33,281 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_host_maintenance_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d 0.262s
2026-03-20 16:24:33,281 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': 'Fri, 20 Mar 2026 16:24:33 GMT', 'server': 'Apache', 'content-length': '1420', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71e02019-58e6-4dec-8eca-55d76b322a36', 'x-compute-request-id': 'req-71e02019-58e6-4dec-8eca-55d76b322a36', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d'}
Body: b'{"server": {"id": "a185bd37-5d78-4d67-a759-e11fea30460d", "name": "tempest-TestExecuteStrategies-server-521318203", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:30Z", "updated": "2026-03-20T16:24:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:33,293 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-03-20 16:24:34,707 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_host_maintenance_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d 0.413s
2026-03-20 16:24:34,708 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': 'Fri, 20 Mar 2026 16:24:34 GMT', 'server': 'Apache', 'content-length': '1462', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a9c29af-8810-4f20-a027-b4045c11c6d2', 'x-compute-request-id': 'req-5a9c29af-8810-4f20-a027-b4045c11c6d2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d'}
Body: b'{"server": {"id": "a185bd37-5d78-4d67-a759-e11fea30460d", "name": "tempest-TestExecuteStrategies-server-521318203", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:30Z", "updated": "2026-03-20T16:24:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:36,452 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_host_maintenance_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d 0.732s
2026-03-20 16:24:36,453 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': 'Fri, 20 Mar 2026 16:24:35 GMT', 'server': 'Apache', 'content-length': '1462', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77c2182d-cef3-4668-8e2d-8960c8faa354', 'x-compute-request-id': 'req-77c2182d-cef3-4668-8e2d-8960c8faa354', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d'}
Body: b'{"server": {"id": "a185bd37-5d78-4d67-a759-e11fea30460d", "name": "tempest-TestExecuteStrategies-server-521318203", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:30Z", "updated": "2026-03-20T16:24:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:38,217 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_host_maintenance_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d 0.744s
2026-03-20 16:24:38,218 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': 'Fri, 20 Mar 2026 16:24:37 GMT', 'server': 'Apache', 'content-length': '1648', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50aed135-746c-40b2-a703-6fd77b7168ec', 'x-compute-request-id': 'req-50aed135-746c-40b2-a703-6fd77b7168ec', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d'}
Body: b'{"server": {"id": "a185bd37-5d78-4d67-a759-e11fea30460d", "name": "tempest-TestExecuteStrategies-server-521318203", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:30Z", "updated": "2026-03-20T16:24:37Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:24:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:24:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:38,225 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait
2026-03-20 16:24:39,265 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_host_maintenance_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d 1.039s
2026-03-20 16:24:39,265 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': 'Fri, 20 Mar 2026 16:24:38 GMT', 'server': 'Apache', 'content-length': '1648', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c8e6d7e-294c-4e69-a1d2-92ec89ee1661', 'x-compute-request-id': 'req-2c8e6d7e-294c-4e69-a1d2-92ec89ee1661', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d'}
Body: b'{"server": {"id": "a185bd37-5d78-4d67-a759-e11fea30460d", "name": "tempest-TestExecuteStrategies-server-521318203", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:30Z", "updated": "2026-03-20T16:24:37Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:24:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:24:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:39,814 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_host_maintenance_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d 0.539s
2026-03-20 16:24:39,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': 'Fri, 20 Mar 2026 16:24:39 GMT', 'server': 'Apache', 'content-length': '2165', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4912610c-93b8-4578-ab34-8506d0599817', 'x-compute-request-id': 'req-4912610c-93b8-4578-ab34-8506d0599817', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d'}
Body: b'{"server": {"id": "a185bd37-5d78-4d67-a759-e11fea30460d", "name": "tempest-TestExecuteStrategies-server-521318203", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:30Z", "updated": "2026-03-20T16:24:37Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:24:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:24:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-1qytd7bm", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecutestrategies-server-521318203", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:39,825 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYTE4NWJkMzctNWQ3OC00ZDY3LWE3NTktZTExZmVhMzA0NjBkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODc5ODI1In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzNTc5ODI1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImExODViZDM3LTVkNzgtNGQ2Ny1hNzU5LWUxMWZlYTMwNDYwZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzg3OTgyNSJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzYwOTgyNQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJhMTg1YmQzNy01ZDc4LTRkNjctYTc1OS1lMTFmZWEzMDQ2MGQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM4Nzk4MjUifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM2Mzk4MjUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYTE4NWJkMzctNWQ3OC00ZDY3LWE3NTktZTExZmVhMzA0NjBkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODc5ODI1In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzNjY5ODI1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImExODViZDM3LTVkNzgtNGQ2Ny1hNzU5LWUxMWZlYTMwNDYwZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzg3OTgyNSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM2OTk4MjUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYTE4NWJkMzctNWQ3OC00ZDY3LWE3NTktZTExZmVhMzA0NjBkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODc5ODI1In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzcyOTgyNQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJhMTg1YmQzNy01ZDc4LTRkNjctYTc1OS1lMTFmZWEzMDQ2MGQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM4Nzk4MjUifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzNzU5ODI1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImExODViZDM3LTVkNzgtNGQ2Ny1hNzU5LWUxMWZlYTMwNDYwZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzg3OTgyNSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM3ODk4MjUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYTE4NWJkMzctNWQ3OC00ZDY3LWE3NTktZTExZmVhMzA0NjBkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODc5ODI1In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzgxOTgyNQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJhMTg1YmQzNy01ZDc4LTRkNjctYTc1OS1lMTFmZWEzMDQ2MGQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM4Nzk4MjUifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzODQ5ODI1Cg==" | 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.224'
2026-03-20 16:24:39,825 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.224:22' as 'zuul' with password None
2026-03-20 16:24:39,839 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-03-20 16:24:39,897 84 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-20 16:24:39,897 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.224 successfully created
2026-03-20 16:24:40,559 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d 0.129s
2026-03-20 16:24:40,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': 'Fri, 20 Mar 2026 16:24: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-355957e4-334c-4531-8781-ab4771cea209', 'x-compute-request-id': 'req-355957e4-334c-4531-8781-ab4771cea209', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d'}
Body: b''
2026-03-20 16:24:41,184 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d 0.623s
2026-03-20 16:24:41,184 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': 'Fri, 20 Mar 2026 16:24:40 GMT', 'server': 'Apache', 'content-length': '1654', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b332ebf-40dd-4169-8415-9545bedd49dc', 'x-compute-request-id': 'req-9b332ebf-40dd-4169-8415-9545bedd49dc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d'}
Body: b'{"server": {"id": "a185bd37-5d78-4d67-a759-e11fea30460d", "name": "tempest-TestExecuteStrategies-server-521318203", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:24:30Z", "updated": "2026-03-20T16:24:40Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:24:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a185bd37-5d78-4d67-a759-e11fea30460d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:24:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:24:42,302 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d 0.096s
2026-03-20 16:24:42,303 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': 'Fri, 20 Mar 2026 16:24:42 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-7e5ca605-8e2d-4a69-9377-2933c3969da4', 'x-compute-request-id': 'req-7e5ca605-8e2d-4a69-9377-2933c3969da4', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a185bd37-5d78-4d67-a759-e11fea30460d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance a185bd37-5d78-4d67-a759-e11fea30460d could not be found."}}'
2026-03-20 16:24:42,911 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.607s
2026-03-20 16:24:42,911 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': 'Fri, 20 Mar 2026 16:24:42 GMT', 'server': 'Apache', 'content-length': '1147', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteStrategies-server-521318203", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b8359b673086461ca9005a7504c25e43", "server_locked": false, "server_uuid": "a185bd37-5d78-4d67-a759-e11fea30460d"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:24:43,021 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.109s
2026-03-20 16:24:43,021 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': 'Fri, 20 Mar 2026 16:24:42 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-538773b1-fec0-4f03-880f-4799ff1fba9b', 'x-compute-request-id': 'req-538773b1-fec0-4f03-880f-4799ff1fba9b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:24:58,808 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.764s
2026-03-20 16:24:58,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': 'Fri, 20 Mar 2026 16:24:58 GMT', 'server': 'Apache', 'content-length': '1147', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteStrategies-server-521318203", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b8359b673086461ca9005a7504c25e43", "server_locked": false, "server_uuid": "a185bd37-5d78-4d67-a759-e11fea30460d"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:25:14,422 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.611s
2026-03-20 16:25:14,422 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': 'Fri, 20 Mar 2026 16:25:13 GMT', 'server': 'Apache', 'content-length': '1147', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteStrategies-server-521318203", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b8359b673086461ca9005a7504c25e43", "server_locked": false, "server_uuid": "a185bd37-5d78-4d67-a759-e11fea30460d"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:25:30,280 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.842s
2026-03-20 16:25:30,280 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': 'Fri, 20 Mar 2026 16:25:29 GMT', 'server': 'Apache', 'content-length': '1147', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteStrategies-server-521318203", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b8359b673086461ca9005a7504c25e43", "server_locked": false, "server_uuid": "a185bd37-5d78-4d67-a759-e11fea30460d"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:25:46,002 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.707s
2026-03-20 16:25:46,003 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': 'Fri, 20 Mar 2026 16:25:45 GMT', 'server': 'Apache', 'content-length': '805', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:25:46,190 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.186s
2026-03-20 16:25:46,191 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': 'Fri, 20 Mar 2026 16:25:46 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-50f16830-d764-4d69-9eba-aa5b0bc20dc6', 'x-compute-request-id': 'req-50f16830-d764-4d69-9eba-aa5b0bc20dc6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:25:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:25:36.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:25:36.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:25:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:25:41.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_strategies.py", line 81, in test_execute_host_maintenance_strategy
instances = self._create_one_instance_per_host_with_statistic()
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 270, in _create_one_instance_per_host_with_statistic
self.make_instance_statistic(instance, metrics=metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 388, in make_instance_statistic
self.make_instance_statistic_prometheus(instance)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 516, in make_instance_statistic_prometheus
self.prometheus_client.add_measures(data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/metric/prometheus_client.py", line 141, in add_measures
out = self.client.exec_cmd(cmd, input_data=input_data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/base.py", line 314, in exec_cmd
return super(SshCmdClient, self).exec_command(cmd=cmd_str)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/ssh.py", line 238, in exec_command
raise exceptions.SSHExecCommandFailed(
neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYTE4NWJkMzctNWQ3OC00ZDY3LWE3NTktZTExZmVhMzA0NjBkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODc5ODI1In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzNTc5ODI1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImExODViZDM3LTVkNzgtNGQ2Ny1hNzU5LWUxMWZlYTMwNDYwZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzg3OTgyNSJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzYwOTgyNQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJhMTg1YmQzNy01ZDc4LTRkNjctYTc1OS1lMTFmZWEzMDQ2MGQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM4Nzk4MjUifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM2Mzk4MjUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYTE4NWJkMzctNWQ3OC00ZDY3LWE3NTktZTExZmVhMzA0NjBkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODc5ODI1In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzNjY5ODI1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImExODViZDM3LTVkNzgtNGQ2Ny1hNzU5LWUxMWZlYTMwNDYwZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzg3OTgyNSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM2OTk4MjUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYTE4NWJkMzctNWQ3OC00ZDY3LWE3NTktZTExZmVhMzA0NjBkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODc5ODI1In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzcyOTgyNQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJhMTg1YmQzNy01ZDc4LTRkNjctYTc1OS1lMTFmZWEzMDQ2MGQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM4Nzk4MjUifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzNzU5ODI1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImExODViZDM3LTVkNzgtNGQ2Ny1hNzU5LWUxMWZlYTMwNDYwZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzg3OTgyNSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM3ODk4MjUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYTE4NWJkMzctNWQ3OC00ZDY3LWE3NTktZTExZmVhMzA0NjBkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzODc5ODI1In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzgxOTgyNQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJhMTg1YmQzNy01ZDc4LTRkNjctYTc1OS1lMTFmZWEzMDQ2MGQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM4Nzk4MjUifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzODQ5ODI1Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' failed, exit status: 1, stderr:
FAILED: server returned HTTP status 404 Not Found: 404 page not found
command terminated with exit code 1
stdout:
Parsing standard input
|
||||||
test_execute_node_resource_consolidation_strategy_with_auto |
fail
ft4.4: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_node_resource_consolidation_strategy_with_autotesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-20 16:25:46,367 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.165s
2026-03-20 16:25:46,368 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': 'Fri, 20 Mar 2026 16:25:46 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-dda77985-cc1a-4ba0-adb7-7c653b359ac3', 'x-compute-request-id': 'req-dda77985-cc1a-4ba0-adb7-7c653b359ac3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:25:36.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:25:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:25:41.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell0-conductor-0", "id": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:25:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:25:36.000000", "disabled_reason": null, "forced_down": false}]}'
2026-03-20 16:25:46,505 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.134s
2026-03-20 16:25:46,506 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': 'Fri, 20 Mar 2026 16:25:46 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-815c6d76-09fe-47db-b9f4-e404a0ae8051', 'x-compute-request-id': 'req-815c6d76-09fe-47db-b9f4-e404a0ae8051', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:25:46,664 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.148s
2026-03-20 16:25:46,664 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': 'Fri, 20 Mar 2026 16:25:46 GMT', 'server': 'Apache', 'content-length': '3443', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7182148-5287-4ae1-be1d-e51372b0c436', 'x-compute-request-id': 'req-d7182148-5287-4ae1-be1d-e51372b0c436', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "4554ac16-da24-4ac3-9051-8205e6c95f80", "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": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["hypervisor", "xsaveerptr", "aes", "apic", "cmov", "arat", "ibrs", "fpu", "ssbd", "sse4.2", "mds-no", "adx", "pse", "rdseed", "pschange-mc-no", "movbe", "avx", "sse", "de", "fma", "cr8legacy", "rdpid", "tsc", "lbrv", "mmxext", "bmi2", "msr", "pni", "pat", "amd-stibp", "clflush", "sse2", "lahf_lm", "syscall", "mtrr", "pge", "umip", "fxsr_opt", "mce", "clwb", "ssse3", "cx16", "cx8", "perfctr_core", "sep", "rdtscp", "pse36", "abm", "vmcb-clean", "pclmuldq", "vme", "sse4a", "arch-capabilities", "f16c", "pdpe1gb", "smep", "amd-ssbd", "smap", "topoext", "skip-l1dfl-vmentry", "clflushopt", "sse4.1", "tsc_adjust", "pause-filter", "svm", "osvw", "lm", "nx", "ibpb", "xsave", "xsavec", "mca", "bmi1", "fxsr", "svme-addr-chk", "wbnoinvd", "avx2", "tsc-deadline", "tsc-scale", "pae", "npt", "misalignsse", "spec-ctrl", "sha-ni", "rdrand", "xsaveopt", "stibp", "3dnowprefetch", "xgetbv1", "nrip-save", "popcnt", "rdctl-no", "x2apic", "pfthreshold", "virt-ssbd", "mmx", "clzero", "fsgsbase"]}}, {"id": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "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": "8207256d-5b9e-44ef-b063-6692ee5ba872", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pat", "mds-no", "mmx", "sse4.1", "tsc-deadline", "wbnoinvd", "rdrand", "svm", "amd-stibp", "tsc_adjust", "rdseed", "clwb", "pfthreshold", "cr8legacy", "ibrs", "misalignsse", "apic", "bmi2", "tsc", "sse", "amd-ssbd", "avx", "pae", "cx16", "nx", "clflushopt", "fma", "bmi1", "ssse3", "skip-l1dfl-vmentry", "movbe", "smap", "cmov", "avx2", "fxsr_opt", "pclmuldq", "adx", "fpu", "rdctl-no", "pdpe1gb", "virt-ssbd", "rdpid", "ssbd", "ibpb", "sse2", "xsave", "stibp", "npt", "sse4a", "lahf_lm", "osvw", "pse36", "pge", "smep", "de", "pause-filter", "mmxext", "pni", "xsaveerptr", "nrip-save", "tsc-scale", "pschange-mc-no", "xsaveopt", "mtrr", "fsgsbase", "syscall", "mca", "svme-addr-chk", "vmcb-clean", "x2apic", "xgetbv1", "rdtscp", "sep", "clzero", "spec-ctrl", "arch-capabilities", "umip", "cx8", "xsavec", "3dnowprefetch", "popcnt", "lm", "msr", "hypervisor", "mce", "f16c", "pse", "lbrv", "perfctr_core", "fxsr", "arat", "vme", "clflush", "aes", "topoext", "sse4.2", "abm", "sha-ni"]}}]}'
2026-03-20 16:25:46,784 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits 0.110s
2026-03-20 16:25:46,784 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': 'Fri, 20 Mar 2026 16:25:46 GMT', 'server': 'Apache', 'last-modified': 'Fri, 20 Mar 2026 15:49:38 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-fe27be9e-55a7-4a7d-88e0-de10dfa86ca7', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=ad2eef2769966a94330897ba42a0eb28; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits'}
Body: b'{"traits": ["COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_VIF_MODEL_VIRTIO", "HW_CPU_X86_SSE", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_DEVICE_TAGGING", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_ACCELERATORS", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_SECURITY_TPM_1_2", "COMPUTE_NET_ATTACH_INTERFACE", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSE2", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_VIRTIO"], "resource_provider_generation": 5}'
2026-03-20 16:25:47,334 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.546s
2026-03-20 16:25:47,335 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:25:46 GMT', 'server': 'Apache', 'content-length': '5217', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-40da47a8-cd82-4777-a547-f987eacdd4d8', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f6e06a1a1ed96858cbd37dd918daa449; 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": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "name": "tempest-TestExecuteStrategies-2085593805-project-member", "password_expires_at": null}, "audit_ids": ["FriOhuuTT26oNI14dxtydw"], "expires_at": "2026-03-20T17:25:47.000000Z", "issued_at": "2026-03-20T16:25:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8359b673086461ca9005a7504c25e43", "name": "tempest-TestExecuteStrategies-2085593805"}, "is_domain": false, "roles": [{"id": "ac8f1b5b8a1b4969b1641128f75cd782", "name": "member"}, {"id": "5df2a08cded043f3a2ae87b74ec22969", "name": "reader"}], "catalog": [{"endpoints": [{"name": "nova", "id": "3d8454da68254bc6a516a131008fb67b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9211b3d262064bfa9391453ab972f05c", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "0e3beea95f2a495f824a437b27d2a847", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "watcher", "id": "279a9df5787f4d359b9fc18d7790396b", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}, {"name": "watcher", "id": "4b56827c30994198810c77be57c677a9", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "14af7ff505d74f6cbe1201c8f7d6f5cc", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "glance", "id": "38e0a6bb531747c8b6e63fe70b2a3d17", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "cba67930e7d44be59ae20f6acecf8755", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "16656f2584d14095bb7f49f7a0726f52", "type": "image", "name": "glance"}, {"endpoints": [{"name": "barbican", "id": "077b854fad2e47f5be9afa51610376a2", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "3fd066ca39014daca5495afd727c5d9f", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "187b69fc1b3b4884bb1ff32f391a44a0", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "swift", "id": "3e8e0998eb0141f49ab2d069ea6db989", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}, {"name": "swift", "id": "ee457c86a5eb4ceb9c40b90322003d37", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}], "id": "2e403eb554f34206a116ee2f1a5cdd43", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "placement", "id": "4df5ef9cdaeb4229bc6b20618df82a34", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "d6b8f2ded37e453eb4df511b01942fc2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "67b2cf825b37430997ac180adf1c032e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "6a3395efc05943cdb968a358e72c5797", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "3304630c2c1a4f7185e35763602cb92d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "da3e5bea76414d26998ff77c800a190d", "interface": "internal", "reg
2026-03-20 16:25:47,335 84 INFO [tempest.lib.common.fixed_network] (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto) Found network {'id': 'ddd372e5-b508-4d54-8abb-cb8bba281a3d', 'name': 'tempest-TestExecuteStrategies-209639971-network', 'tenant_id': 'b8359b673086461ca9005a7504c25e43', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b8359b673086461ca9005a7504c25e43', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58440, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-03-20T16:23:45Z', 'updated_at': '2026-03-20T16:23:45Z', 'revision_number': 1} available for tenant
2026-03-20 16:25:52,240 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 4.901s
2026-03-20 16:25:52,240 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-TestExecuteStrategies-server-65492680", "imageRef": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "flavorRef": "276bd6c6-3767-4c55-8d2a-4f6dc68335ea", "networks": [{"uuid": "ddd372e5-b508-4d54-8abb-cb8bba281a3d"}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:25:47 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d666650-32d7-4ef1-ba30-6f044584bb8d', 'x-compute-request-id': 'req-5d666650-32d7-4ef1-ba30-6f044584bb8d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xWREWvEsvY7G"}}'
2026-03-20 16:25:52,775 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 0.531s
2026-03-20 16:25:52,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': 'Fri, 20 Mar 2026 16:25:52 GMT', 'server': 'Apache', 'content-length': '1361', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffa65d16-5782-458a-91b6-5ae6838e8311', 'x-compute-request-id': 'req-ffa65d16-5782-458a-91b6-5ae6838e8311', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:25:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:25:54,390 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 0.605s
2026-03-20 16:25:54,390 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': 'Fri, 20 Mar 2026 16:25:53 GMT', 'server': 'Apache', 'content-length': '1361', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4ab4833-a2a6-42f7-8795-1108f5cdf726', 'x-compute-request-id': 'req-b4ab4833-a2a6-42f7-8795-1108f5cdf726', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:25:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:25:56,135 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 0.726s
2026-03-20 16:25:56,135 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': 'Fri, 20 Mar 2026 16:25:55 GMT', 'server': 'Apache', 'content-length': '1419', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f898423-7303-4e59-b7b9-3d4cae3a2f90', 'x-compute-request-id': 'req-8f898423-7303-4e59-b7b9-3d4cae3a2f90', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:25:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:25:56,143 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait
2026-03-20 16:25:58,346 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 1.200s
2026-03-20 16:25:58,346 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': 'Fri, 20 Mar 2026 16:25:57 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-b96c9909-2966-43e8-b926-fcad7be19c28', 'x-compute-request-id': 'req-b96c9909-2966-43e8-b926-fcad7be19c28', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:25:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:25:59,882 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 0.526s
2026-03-20 16:25:59,882 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': 'Fri, 20 Mar 2026 16:25:59 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-7d3b9b0a-816c-4201-ae5a-a8964fe9eae2', 'x-compute-request-id': 'req-7d3b9b0a-816c-4201-ae5a-a8964fe9eae2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:25:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:01,392 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 0.497s
2026-03-20 16:26:01,392 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': 'Fri, 20 Mar 2026 16:26:00 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-e9a4a6ea-9862-4218-b7b2-4965aeba017b', 'x-compute-request-id': 'req-e9a4a6ea-9862-4218-b7b2-4965aeba017b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:25:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:03,131 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 0.728s
2026-03-20 16:26:03,131 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': 'Fri, 20 Mar 2026 16:26:02 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-991bcc6d-3a27-4de0-b4fe-743b4641edce', 'x-compute-request-id': 'req-991bcc6d-3a27-4de0-b4fe-743b4641edce', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:25:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:06,196 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 2.053s
2026-03-20 16:26:06,197 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': 'Fri, 20 Mar 2026 16:26:04 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-c085bc5c-f7c2-4045-84e0-9a14f323aeea', 'x-compute-request-id': 'req-c085bc5c-f7c2-4045-84e0-9a14f323aeea', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:25:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:08,355 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 1.147s
2026-03-20 16:26:08,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': 'Fri, 20 Mar 2026 16:26:07 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-0032a214-bb19-4b5e-a451-3ec999e0de6c', 'x-compute-request-id': 'req-0032a214-bb19-4b5e-a451-3ec999e0de6c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:25:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:09,900 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 0.529s
2026-03-20 16:26:09,901 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': 'Fri, 20 Mar 2026 16:26:09 GMT', 'server': 'Apache', 'content-length': '1647', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8ac7b46-487c-418f-8f75-59cc43243536', 'x-compute-request-id': 'req-d8ac7b46-487c-418f-8f75-59cc43243536', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:26:07Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:36:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:26:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:09,921 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait
2026-03-20 16:26:10,551 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 0.629s
2026-03-20 16:26:10,552 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': 'Fri, 20 Mar 2026 16:26:09 GMT', 'server': 'Apache', 'content-length': '1647', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f40a8e6-0012-471c-95e2-8dddef355b80', 'x-compute-request-id': 'req-9f40a8e6-0012-471c-95e2-8dddef355b80', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:26:07Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:36:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:26:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:11,301 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_auto): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 0.740s
2026-03-20 16:26:11,301 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': 'Fri, 20 Mar 2026 16:26:10 GMT', 'server': 'Apache', 'content-length': '2163', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da5d352a-61ca-40ce-bbf5-42d12d13d762', 'x-compute-request-id': 'req-da5d352a-61ca-40ce-bbf5-42d12d13d762', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:26:07Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:36:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:26:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-2uu1r25w", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecutestrategies-server-65492680", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:11,310 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZDBlMTQ0YzYtYzYzYS00YTc5LTg5YTEtZDU3OGEwM2ZmMWZlIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTcxMzEwIn0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzNjcxMzEwCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImQwZTE0NGM2LWM2M2EtNGE3OS04OWExLWQ1NzhhMDNmZjFmZSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzk3MTMxMCJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzcwMTMxMApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJkMGUxNDRjNi1jNjNhLTRhNzktODlhMS1kNTc4YTAzZmYxZmUiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM5NzEzMTAifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM3MzEzMTAKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZDBlMTQ0YzYtYzYzYS00YTc5LTg5YTEtZDU3OGEwM2ZmMWZlIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTcxMzEwIn0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzNzYxMzEwCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImQwZTE0NGM2LWM2M2EtNGE3OS04OWExLWQ1NzhhMDNmZjFmZSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzk3MTMxMCJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM3OTEzMTAKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZDBlMTQ0YzYtYzYzYS00YTc5LTg5YTEtZDU3OGEwM2ZmMWZlIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTcxMzEwIn0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzgyMTMxMApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJkMGUxNDRjNi1jNjNhLTRhNzktODlhMS1kNTc4YTAzZmYxZmUiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM5NzEzMTAifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzODUxMzEwCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImQwZTE0NGM2LWM2M2EtNGE3OS04OWExLWQ1NzhhMDNmZjFmZSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzk3MTMxMCJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM4ODEzMTAKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZDBlMTQ0YzYtYzYzYS00YTc5LTg5YTEtZDU3OGEwM2ZmMWZlIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTcxMzEwIn0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzkxMTMxMApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJkMGUxNDRjNi1jNjNhLTRhNzktODlhMS1kNTc4YTAzZmYxZmUiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM5NzEzMTAifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzOTQxMzEwCg==" | 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.224'
2026-03-20 16:26:11,311 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.224:22' as 'zuul' with password None
2026-03-20 16:26:11,327 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-03-20 16:26:11,398 84 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-20 16:26:11,398 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.224 successfully created
2026-03-20 16:26:12,133 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 0.224s
2026-03-20 16:26:12,134 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': 'Fri, 20 Mar 2026 16:26:11 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d277405-d78d-4ad8-9748-225fc21ee623', 'x-compute-request-id': 'req-7d277405-d78d-4ad8-9748-225fc21ee623', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b''
2026-03-20 16:26:13,112 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 0.977s
2026-03-20 16:26:13,112 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': 'Fri, 20 Mar 2026 16:26:12 GMT', 'server': 'Apache', 'content-length': '1653', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c8f3f98-836e-49bd-a692-9617d49185cd', 'x-compute-request-id': 'req-8c8f3f98-836e-49bd-a692-9617d49185cd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:26:12Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:36:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:26:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:15,139 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 1.016s
2026-03-20 16:26:15,139 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': 'Fri, 20 Mar 2026 16:26:14 GMT', 'server': 'Apache', 'content-length': '1446', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-651cc017-ebe9-4801-867f-b93945229424', 'x-compute-request-id': 'req-651cc017-ebe9-4801-867f-b93945229424', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"server": {"id": "d0e144c6-c63a-4a79-89a1-d578a03ff1fe", "name": "tempest-TestExecuteStrategies-server-65492680", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:25:52Z", "updated": "2026-03-20T16:26:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:26:07.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:16,276 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe 0.120s
2026-03-20 16:26:16,276 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': 'Fri, 20 Mar 2026 16:26:16 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-b11d91c8-c1e1-4726-90f8-578c8409df9d', 'x-compute-request-id': 'req-b11d91c8-c1e1-4726-90f8-578c8409df9d', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0e144c6-c63a-4a79-89a1-d578a03ff1fe'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance d0e144c6-c63a-4a79-89a1-d578a03ff1fe could not be found."}}'
2026-03-20 16:26:16,899 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.622s
2026-03-20 16:26:16,900 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': 'Fri, 20 Mar 2026 16:26:16 GMT', 'server': 'Apache', 'content-length': '805', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:26:17,097 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.196s
2026-03-20 16:26:17,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': 'Fri, 20 Mar 2026 16:26:16 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-8d63ab06-a302-4c17-ae4e-10918c857888', 'x-compute-request-id': 'req-8d63ab06-a302-4c17-ae4e-10918c857888', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:26:17,269 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.163s
2026-03-20 16:26:17,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: None
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:26:17 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-31909a19-d06b-47ff-8b46-64f0177e829a', 'x-compute-request-id': 'req-31909a19-d06b-47ff-8b46-64f0177e829a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:26:12.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:26:16.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:26:16.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:26:12.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:26:11.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_strategies.py", line 183, in test_execute_node_resource_consolidation_strategy_with_auto
instances = self._create_one_instance_per_host_with_statistic()
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 270, in _create_one_instance_per_host_with_statistic
self.make_instance_statistic(instance, metrics=metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 388, in make_instance_statistic
self.make_instance_statistic_prometheus(instance)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 516, in make_instance_statistic_prometheus
self.prometheus_client.add_measures(data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/metric/prometheus_client.py", line 141, in add_measures
out = self.client.exec_cmd(cmd, input_data=input_data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/base.py", line 314, in exec_cmd
return super(SshCmdClient, self).exec_command(cmd=cmd_str)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/ssh.py", line 238, in exec_command
raise exceptions.SSHExecCommandFailed(
neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZDBlMTQ0YzYtYzYzYS00YTc5LTg5YTEtZDU3OGEwM2ZmMWZlIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTcxMzEwIn0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzNjcxMzEwCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImQwZTE0NGM2LWM2M2EtNGE3OS04OWExLWQ1NzhhMDNmZjFmZSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzk3MTMxMCJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzcwMTMxMApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJkMGUxNDRjNi1jNjNhLTRhNzktODlhMS1kNTc4YTAzZmYxZmUiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM5NzEzMTAifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM3MzEzMTAKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZDBlMTQ0YzYtYzYzYS00YTc5LTg5YTEtZDU3OGEwM2ZmMWZlIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTcxMzEwIn0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzNzYxMzEwCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImQwZTE0NGM2LWM2M2EtNGE3OS04OWExLWQ1NzhhMDNmZjFmZSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzk3MTMxMCJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM3OTEzMTAKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZDBlMTQ0YzYtYzYzYS00YTc5LTg5YTEtZDU3OGEwM2ZmMWZlIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTcxMzEwIn0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzgyMTMxMApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJkMGUxNDRjNi1jNjNhLTRhNzktODlhMS1kNTc4YTAzZmYxZmUiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM5NzEzMTAifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzODUxMzEwCmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImQwZTE0NGM2LWM2M2EtNGE3OS04OWExLWQ1NzhhMDNmZjFmZSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzk3MTMxMCJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM4ODEzMTAKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZDBlMTQ0YzYtYzYzYS00YTc5LTg5YTEtZDU3OGEwM2ZmMWZlIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTcxMzEwIn0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzkxMTMxMApjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJkMGUxNDRjNi1jNjNhLTRhNzktODlhMS1kNTc4YTAzZmYxZmUiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM5NzEzMTAifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzOTQxMzEwCg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' failed, exit status: 1, stderr:
FAILED: server returned HTTP status 404 Not Found: 404 page not found
command terminated with exit code 1
stdout:
Parsing standard input
|
||||||
test_execute_node_resource_consolidation_strategy_with_specify |
fail
ft4.5: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_node_resource_consolidation_strategy_with_specifytesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-20 16:26:17,434 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.157s
2026-03-20 16:26:17,434 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': 'Fri, 20 Mar 2026 16:26:17 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-3e681943-19ec-4b7c-ad74-34db3d7a19d3', 'x-compute-request-id': 'req-3e681943-19ec-4b7c-ad74-34db3d7a19d3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:26:12.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:26:16.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:26:16.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:26:12.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:26:11.000000", "disabled_reason": null, "forced_down": false}]}'
2026-03-20 16:26:17,614 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.172s
2026-03-20 16:26:17,614 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': 'Fri, 20 Mar 2026 16:26:17 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-7f26e3dc-6fd4-490b-8666-ddc6dac0d7d4', 'x-compute-request-id': 'req-7f26e3dc-6fd4-490b-8666-ddc6dac0d7d4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:26:17,798 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.168s
2026-03-20 16:26:17,798 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': 'Fri, 20 Mar 2026 16:26:17 GMT', 'server': 'Apache', 'content-length': '3443', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef708e57-f1d6-41d1-95e3-9900cf478f56', 'x-compute-request-id': 'req-ef708e57-f1d6-41d1-95e3-9900cf478f56', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "4554ac16-da24-4ac3-9051-8205e6c95f80", "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": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["hypervisor", "xsaveerptr", "aes", "apic", "cmov", "arat", "ibrs", "fpu", "ssbd", "sse4.2", "mds-no", "adx", "pse", "rdseed", "pschange-mc-no", "movbe", "avx", "sse", "de", "fma", "cr8legacy", "rdpid", "tsc", "lbrv", "mmxext", "bmi2", "msr", "pni", "pat", "amd-stibp", "clflush", "sse2", "lahf_lm", "syscall", "mtrr", "pge", "umip", "fxsr_opt", "mce", "clwb", "ssse3", "cx16", "cx8", "perfctr_core", "sep", "rdtscp", "pse36", "abm", "vmcb-clean", "pclmuldq", "vme", "sse4a", "arch-capabilities", "f16c", "pdpe1gb", "smep", "amd-ssbd", "smap", "topoext", "skip-l1dfl-vmentry", "clflushopt", "sse4.1", "tsc_adjust", "pause-filter", "svm", "osvw", "lm", "nx", "ibpb", "xsave", "xsavec", "mca", "bmi1", "fxsr", "svme-addr-chk", "wbnoinvd", "avx2", "tsc-deadline", "tsc-scale", "pae", "npt", "misalignsse", "spec-ctrl", "sha-ni", "rdrand", "xsaveopt", "stibp", "3dnowprefetch", "xgetbv1", "nrip-save", "popcnt", "rdctl-no", "x2apic", "pfthreshold", "virt-ssbd", "mmx", "clzero", "fsgsbase"]}}, {"id": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "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": "8207256d-5b9e-44ef-b063-6692ee5ba872", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pat", "mds-no", "mmx", "sse4.1", "tsc-deadline", "wbnoinvd", "rdrand", "svm", "amd-stibp", "tsc_adjust", "rdseed", "clwb", "pfthreshold", "cr8legacy", "ibrs", "misalignsse", "apic", "bmi2", "tsc", "sse", "amd-ssbd", "avx", "pae", "cx16", "nx", "clflushopt", "fma", "bmi1", "ssse3", "skip-l1dfl-vmentry", "movbe", "smap", "cmov", "avx2", "fxsr_opt", "pclmuldq", "adx", "fpu", "rdctl-no", "pdpe1gb", "virt-ssbd", "rdpid", "ssbd", "ibpb", "sse2", "xsave", "stibp", "npt", "sse4a", "lahf_lm", "osvw", "pse36", "pge", "smep", "de", "pause-filter", "mmxext", "pni", "xsaveerptr", "nrip-save", "tsc-scale", "pschange-mc-no", "xsaveopt", "mtrr", "fsgsbase", "syscall", "mca", "svme-addr-chk", "vmcb-clean", "x2apic", "xgetbv1", "rdtscp", "sep", "clzero", "spec-ctrl", "arch-capabilities", "umip", "cx8", "xsavec", "3dnowprefetch", "popcnt", "lm", "msr", "hypervisor", "mce", "f16c", "pse", "lbrv", "perfctr_core", "fxsr", "arat", "vme", "clflush", "aes", "topoext", "sse4.2", "abm", "sha-ni"]}}]}'
2026-03-20 16:26:17,865 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits 0.059s
2026-03-20 16:26:17,866 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': 'Fri, 20 Mar 2026 16:26:17 GMT', 'server': 'Apache', 'last-modified': 'Fri, 20 Mar 2026 15:49:38 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-aa80a1cf-c623-4642-9fe3-712cdf71a7fd', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=ad2eef2769966a94330897ba42a0eb28; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits'}
Body: b'{"traits": ["COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_VIF_MODEL_VIRTIO", "HW_CPU_X86_SSE", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_DEVICE_TAGGING", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_ACCELERATORS", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_SECURITY_TPM_1_2", "COMPUTE_NET_ATTACH_INTERFACE", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSE2", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_VIRTIO"], "resource_provider_generation": 5}'
2026-03-20 16:26:18,276 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.404s
2026-03-20 16:26:18,276 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:26:17 GMT', 'server': 'Apache', 'content-length': '5217', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f288111a-8e3b-4372-ba44-6d5fe27d8c7f', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f6e06a1a1ed96858cbd37dd918daa449; 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": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "name": "tempest-TestExecuteStrategies-2085593805-project-member", "password_expires_at": null}, "audit_ids": ["Zmta9e7TRuqddalCTBex7w"], "expires_at": "2026-03-20T17:26:18.000000Z", "issued_at": "2026-03-20T16:26:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8359b673086461ca9005a7504c25e43", "name": "tempest-TestExecuteStrategies-2085593805"}, "is_domain": false, "roles": [{"id": "ac8f1b5b8a1b4969b1641128f75cd782", "name": "member"}, {"id": "5df2a08cded043f3a2ae87b74ec22969", "name": "reader"}], "catalog": [{"endpoints": [{"name": "nova", "id": "3d8454da68254bc6a516a131008fb67b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9211b3d262064bfa9391453ab972f05c", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "0e3beea95f2a495f824a437b27d2a847", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "watcher", "id": "279a9df5787f4d359b9fc18d7790396b", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}, {"name": "watcher", "id": "4b56827c30994198810c77be57c677a9", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "14af7ff505d74f6cbe1201c8f7d6f5cc", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "glance", "id": "38e0a6bb531747c8b6e63fe70b2a3d17", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "cba67930e7d44be59ae20f6acecf8755", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "16656f2584d14095bb7f49f7a0726f52", "type": "image", "name": "glance"}, {"endpoints": [{"name": "barbican", "id": "077b854fad2e47f5be9afa51610376a2", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "3fd066ca39014daca5495afd727c5d9f", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "187b69fc1b3b4884bb1ff32f391a44a0", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "swift", "id": "3e8e0998eb0141f49ab2d069ea6db989", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}, {"name": "swift", "id": "ee457c86a5eb4ceb9c40b90322003d37", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}], "id": "2e403eb554f34206a116ee2f1a5cdd43", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "placement", "id": "4df5ef9cdaeb4229bc6b20618df82a34", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "d6b8f2ded37e453eb4df511b01942fc2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "67b2cf825b37430997ac180adf1c032e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "6a3395efc05943cdb968a358e72c5797", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "3304630c2c1a4f7185e35763602cb92d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "da3e5bea76414d26998ff77c800a190d", "interface": "internal", "reg
2026-03-20 16:26:18,277 84 INFO [tempest.lib.common.fixed_network] (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify) Found network {'id': 'ddd372e5-b508-4d54-8abb-cb8bba281a3d', 'name': 'tempest-TestExecuteStrategies-209639971-network', 'tenant_id': 'b8359b673086461ca9005a7504c25e43', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b8359b673086461ca9005a7504c25e43', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58440, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-03-20T16:23:45Z', 'updated_at': '2026-03-20T16:23:45Z', 'revision_number': 1} available for tenant
2026-03-20 16:26:21,402 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.122s
2026-03-20 16:26:21,402 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-TestExecuteStrategies-server-1340905666", "imageRef": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "flavorRef": "276bd6c6-3767-4c55-8d2a-4f6dc68335ea", "networks": [{"uuid": "ddd372e5-b508-4d54-8abb-cb8bba281a3d"}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:26:18 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-195f8275-da9c-41ba-b851-2799cd024370', 'x-compute-request-id': 'req-195f8275-da9c-41ba-b851-2799cd024370', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "wRq9XHZWUJKz"}}'
2026-03-20 16:26:22,159 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc 0.754s
2026-03-20 16:26:22,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': 'Fri, 20 Mar 2026 16:26:21 GMT', 'server': 'Apache', 'content-length': '1363', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7460d9f5-57b7-4a18-b907-bb7b3c32f998', 'x-compute-request-id': 'req-7460d9f5-57b7-4a18-b907-bb7b3c32f998', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc'}
Body: b'{"server": {"id": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc", "name": "tempest-TestExecuteStrategies-server-1340905666", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:26:21Z", "updated": "2026-03-20T16:26:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:23,478 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc 0.299s
2026-03-20 16:26:23,479 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': 'Fri, 20 Mar 2026 16:26:23 GMT', 'server': 'Apache', 'content-length': '1415', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8681ca6e-0e09-4033-bc24-d609291ad578', 'x-compute-request-id': 'req-8681ca6e-0e09-4033-bc24-d609291ad578', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc'}
Body: b'{"server": {"id": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc", "name": "tempest-TestExecuteStrategies-server-1340905666", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:26:21Z", "updated": "2026-03-20T16:26:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:23,494 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-03-20 16:26:26,456 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc 1.959s
2026-03-20 16:26:26,457 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': 'Fri, 20 Mar 2026 16:26:24 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bf2297d-f005-47b3-9e9a-e4201bcbbe2b', 'x-compute-request-id': 'req-3bf2297d-f005-47b3-9e9a-e4201bcbbe2b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc'}
Body: b'{"server": {"id": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc", "name": "tempest-TestExecuteStrategies-server-1340905666", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:26:21Z", "updated": "2026-03-20T16:26:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:26,478 84 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait
2026-03-20 16:26:29,174 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc 1.694s
2026-03-20 16:26:29,174 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': 'Fri, 20 Mar 2026 16:26:27 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfec9d1d-91dd-443c-b79f-0acfae328956', 'x-compute-request-id': 'req-dfec9d1d-91dd-443c-b79f-0acfae328956', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc'}
Body: b'{"server": {"id": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc", "name": "tempest-TestExecuteStrategies-server-1340905666", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:26:21Z", "updated": "2026-03-20T16:26:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:31,412 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc 1.227s
2026-03-20 16:26:31,412 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': 'Fri, 20 Mar 2026 16:26:30 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd9c31fc-475a-494f-9939-011e9562cadd', 'x-compute-request-id': 'req-dd9c31fc-475a-494f-9939-011e9562cadd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc'}
Body: b'{"server": {"id": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc", "name": "tempest-TestExecuteStrategies-server-1340905666", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:26:21Z", "updated": "2026-03-20T16:26:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:33,221 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc 0.796s
2026-03-20 16:26:33,222 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': 'Fri, 20 Mar 2026 16:26:32 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb4b651d-b4a7-4569-8e0c-fa17a94e7570', 'x-compute-request-id': 'req-bb4b651d-b4a7-4569-8e0c-fa17a94e7570', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc'}
Body: b'{"server": {"id": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc", "name": "tempest-TestExecuteStrategies-server-1340905666", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:26:21Z", "updated": "2026-03-20T16:26:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:35,401 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc 1.167s
2026-03-20 16:26:35,401 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': 'Fri, 20 Mar 2026 16:26:34 GMT', 'server': 'Apache', 'content-length': '1650', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47d30fce-6bd5-4be6-ab7c-bf567fa2fb04', 'x-compute-request-id': 'req-47d30fce-6bd5-4be6-ab7c-bf567fa2fb04', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc'}
Body: b'{"server": {"id": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc", "name": "tempest-TestExecuteStrategies-server-1340905666", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:26:21Z", "updated": "2026-03-20T16:26:32Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:5e:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:26:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:35,412 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait
2026-03-20 16:26:36,304 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc 0.890s
2026-03-20 16:26:36,305 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': 'Fri, 20 Mar 2026 16:26:35 GMT', 'server': 'Apache', 'content-length': '1650', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b8a9801-4fff-4da2-a1f3-3d99fcd3ef94', 'x-compute-request-id': 'req-5b8a9801-4fff-4da2-a1f3-3d99fcd3ef94', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc'}
Body: b'{"server": {"id": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc", "name": "tempest-TestExecuteStrategies-server-1340905666", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:26:21Z", "updated": "2026-03-20T16:26:32Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:5e:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:26:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:37,346 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_node_resource_consolidation_strategy_with_specify): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc 1.029s
2026-03-20 16:26:37,347 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': 'Fri, 20 Mar 2026 16:26:36 GMT', 'server': 'Apache', 'content-length': '2168', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39fa0447-3f8f-4018-a886-5d4d7abf6c1c', 'x-compute-request-id': 'req-39fa0447-3f8f-4018-a886-5d4d7abf6c1c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc'}
Body: b'{"server": {"id": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc", "name": "tempest-TestExecuteStrategies-server-1340905666", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:26:21Z", "updated": "2026-03-20T16:26:32Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:5e:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:26:32.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-00000007", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-jcgibkaj", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecutestrategies-server-1340905666", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:37,356 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjUxNTliN2MtYmU0OC00ZDhmLThkODgtNzJjZDZkYjkxZGRjIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTk3MzU1In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzNjk3MzU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI1MTU5YjdjLWJlNDgtNGQ4Zi04ZDg4LTcyY2Q2ZGI5MWRkYyIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzk5NzM1NSJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzcyNzM1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiNTE1OWI3Yy1iZTQ4LTRkOGYtOGQ4OC03MmNkNmRiOTFkZGMiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM5OTczNTUifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM3NTczNTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjUxNTliN2MtYmU0OC00ZDhmLThkODgtNzJjZDZkYjkxZGRjIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTk3MzU1In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzNzg3MzU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI1MTU5YjdjLWJlNDgtNGQ4Zi04ZDg4LTcyY2Q2ZGI5MWRkYyIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzk5NzM1NSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM4MTczNTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjUxNTliN2MtYmU0OC00ZDhmLThkODgtNzJjZDZkYjkxZGRjIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTk3MzU1In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzg0NzM1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiNTE1OWI3Yy1iZTQ4LTRkOGYtOGQ4OC03MmNkNmRiOTFkZGMiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM5OTczNTUifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzODc3MzU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI1MTU5YjdjLWJlNDgtNGQ4Zi04ZDg4LTcyY2Q2ZGI5MWRkYyIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzk5NzM1NSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM5MDczNTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjUxNTliN2MtYmU0OC00ZDhmLThkODgtNzJjZDZkYjkxZGRjIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTk3MzU1In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzkzNzM1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiNTE1OWI3Yy1iZTQ4LTRkOGYtOGQ4OC03MmNkNmRiOTFkZGMiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM5OTczNTUifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzOTY3MzU1Cg==" | 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.224'
2026-03-20 16:26:37,356 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.224:22' as 'zuul' with password None
2026-03-20 16:26:37,373 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-03-20 16:26:37,442 84 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-20 16:26:37,443 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.224 successfully created
2026-03-20 16:26:38,173 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc 0.171s
2026-03-20 16:26:38,173 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': 'Fri, 20 Mar 2026 16:26:38 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-141851c9-ab30-4df8-9d7a-dd83f0d94efc', 'x-compute-request-id': 'req-141851c9-ab30-4df8-9d7a-dd83f0d94efc', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc'}
Body: b''
2026-03-20 16:26:39,719 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc 1.545s
2026-03-20 16:26:39,719 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': 'Fri, 20 Mar 2026 16:26:38 GMT', 'server': 'Apache', 'content-length': '1656', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b263cec3-da71-4c9c-a67c-55390657d7f7', 'x-compute-request-id': 'req-b263cec3-da71-4c9c-a67c-55390657d7f7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc'}
Body: b'{"server": {"id": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc", "name": "tempest-TestExecuteStrategies-server-1340905666", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:26:21Z", "updated": "2026-03-20T16:26:38Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:5e:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:26:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:26:40,823 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc 0.094s
2026-03-20 16:26:40,823 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': 'Fri, 20 Mar 2026 16:26: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-ff8c5641-53ef-4df0-8e51-de231c41e6b0', 'x-compute-request-id': 'req-ff8c5641-53ef-4df0-8e51-de231c41e6b0', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b5159b7c-be48-4d8f-8d88-72cd6db91ddc'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance b5159b7c-be48-4d8f-8d88-72cd6db91ddc could not be found."}}'
2026-03-20 16:26:41,442 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.618s
2026-03-20 16:26:41,442 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': 'Fri, 20 Mar 2026 16:26:40 GMT', 'server': 'Apache', 'content-length': '1148', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteStrategies-server-1340905666", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b8359b673086461ca9005a7504c25e43", "server_locked": false, "server_uuid": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:26:41,532 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.089s
2026-03-20 16:26:41,532 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': 'Fri, 20 Mar 2026 16:26:41 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-a8e4284d-332a-48db-8750-4a3c58bdb670', 'x-compute-request-id': 'req-a8e4284d-332a-48db-8750-4a3c58bdb670', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:26:57,157 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.603s
2026-03-20 16:26:57,157 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': 'Fri, 20 Mar 2026 16:26:56 GMT', 'server': 'Apache', 'content-length': '1148', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteStrategies-server-1340905666", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b8359b673086461ca9005a7504c25e43", "server_locked": false, "server_uuid": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:27:12,794 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.615s
2026-03-20 16:27:12,794 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': 'Fri, 20 Mar 2026 16:27:12 GMT', 'server': 'Apache', 'content-length': '1148', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteStrategies-server-1340905666", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b8359b673086461ca9005a7504c25e43", "server_locked": false, "server_uuid": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:27:28,419 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.611s
2026-03-20 16:27:28,420 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': 'Fri, 20 Mar 2026 16:27:27 GMT', 'server': 'Apache', 'content-length': '1148', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteStrategies-server-1340905666", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b8359b673086461ca9005a7504c25e43", "server_locked": false, "server_uuid": "b5159b7c-be48-4d8f-8d88-72cd6db91ddc"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:27:44,043 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.608s
2026-03-20 16:27:44,043 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': 'Fri, 20 Mar 2026 16:27:43 GMT', 'server': 'Apache', 'content-length': '805', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:27:44,134 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.089s
2026-03-20 16:27:44,134 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': 'Fri, 20 Mar 2026 16:27: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-460a2666-520b-4352-8484-0f01075c4e0f', 'x-compute-request-id': 'req-460a2666-520b-4352-8484-0f01075c4e0f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:27:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:27:36.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:27:36.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:27:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:27:41.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_strategies.py", line 200, in test_execute_node_resource_consolidation_strategy_with_specify
instances = self._create_one_instance_per_host_with_statistic()
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 270, in _create_one_instance_per_host_with_statistic
self.make_instance_statistic(instance, metrics=metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 388, in make_instance_statistic
self.make_instance_statistic_prometheus(instance)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 516, in make_instance_statistic_prometheus
self.prometheus_client.add_measures(data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/metric/prometheus_client.py", line 141, in add_measures
out = self.client.exec_cmd(cmd, input_data=input_data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/base.py", line 314, in exec_cmd
return super(SshCmdClient, self).exec_command(cmd=cmd_str)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/ssh.py", line 238, in exec_command
raise exceptions.SSHExecCommandFailed(
neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjUxNTliN2MtYmU0OC00ZDhmLThkODgtNzJjZDZkYjkxZGRjIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTk3MzU1In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzNjk3MzU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI1MTU5YjdjLWJlNDgtNGQ4Zi04ZDg4LTcyY2Q2ZGI5MWRkYyIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzk5NzM1NSJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzcyNzM1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiNTE1OWI3Yy1iZTQ4LTRkOGYtOGQ4OC03MmNkNmRiOTFkZGMiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM5OTczNTUifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM3NTczNTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjUxNTliN2MtYmU0OC00ZDhmLThkODgtNzJjZDZkYjkxZGRjIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTk3MzU1In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzNzg3MzU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI1MTU5YjdjLWJlNDgtNGQ4Zi04ZDg4LTcyY2Q2ZGI5MWRkYyIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzk5NzM1NSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM4MTczNTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjUxNTliN2MtYmU0OC00ZDhmLThkODgtNzJjZDZkYjkxZGRjIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTk3MzU1In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzg0NzM1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiNTE1OWI3Yy1iZTQ4LTRkOGYtOGQ4OC03MmNkNmRiOTFkZGMiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM5OTczNTUifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzODc3MzU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImI1MTU5YjdjLWJlNDgtNGQ4Zi04ZDg4LTcyY2Q2ZGI5MWRkYyIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyMzk5NzM1NSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM5MDczNTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iYjUxNTliN2MtYmU0OC00ZDhmLThkODgtNzJjZDZkYjkxZGRjIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDIzOTk3MzU1In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyMzkzNzM1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJiNTE1OWI3Yy1iZTQ4LTRkOGYtOGQ4OC03MmNkNmRiOTFkZGMiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjM5OTczNTUifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDIzOTY3MzU1Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' failed, exit status: 1, stderr:
FAILED: server returned HTTP status 404 Not Found: 404 page not found
command terminated with exit code 1
stdout:
Parsing standard input
|
||||||
test_execute_vm_workload_consolidation_strategy |
fail
ft4.6: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_vm_workload_consolidation_strategytesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-20 16:27:44,345 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.201s
2026-03-20 16:27:44,345 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': 'Fri, 20 Mar 2026 16:27: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-8ee36f52-c01f-4d37-973b-60d1a870eac4', 'x-compute-request-id': 'req-8ee36f52-c01f-4d37-973b-60d1a870eac4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:27:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:27:36.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:27:36.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:27:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:27:41.000000", "disabled_reason": null, "forced_down": false}]}'
2026-03-20 16:27:44,451 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.103s
2026-03-20 16:27:44,451 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': 'Fri, 20 Mar 2026 16:27: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-74268c82-aaee-4283-937f-167d67d1820d', 'x-compute-request-id': 'req-74268c82-aaee-4283-937f-167d67d1820d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:27:44,556 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.097s
2026-03-20 16:27:44,556 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': 'Fri, 20 Mar 2026 16:27:44 GMT', 'server': 'Apache', 'content-length': '3443', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e53ff50-c932-4afd-b0e0-bca7ff79ea3d', 'x-compute-request-id': 'req-5e53ff50-c932-4afd-b0e0-bca7ff79ea3d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "4554ac16-da24-4ac3-9051-8205e6c95f80", "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": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["hypervisor", "xsaveerptr", "aes", "apic", "cmov", "arat", "ibrs", "fpu", "ssbd", "sse4.2", "mds-no", "adx", "pse", "rdseed", "pschange-mc-no", "movbe", "avx", "sse", "de", "fma", "cr8legacy", "rdpid", "tsc", "lbrv", "mmxext", "bmi2", "msr", "pni", "pat", "amd-stibp", "clflush", "sse2", "lahf_lm", "syscall", "mtrr", "pge", "umip", "fxsr_opt", "mce", "clwb", "ssse3", "cx16", "cx8", "perfctr_core", "sep", "rdtscp", "pse36", "abm", "vmcb-clean", "pclmuldq", "vme", "sse4a", "arch-capabilities", "f16c", "pdpe1gb", "smep", "amd-ssbd", "smap", "topoext", "skip-l1dfl-vmentry", "clflushopt", "sse4.1", "tsc_adjust", "pause-filter", "svm", "osvw", "lm", "nx", "ibpb", "xsave", "xsavec", "mca", "bmi1", "fxsr", "svme-addr-chk", "wbnoinvd", "avx2", "tsc-deadline", "tsc-scale", "pae", "npt", "misalignsse", "spec-ctrl", "sha-ni", "rdrand", "xsaveopt", "stibp", "3dnowprefetch", "xgetbv1", "nrip-save", "popcnt", "rdctl-no", "x2apic", "pfthreshold", "virt-ssbd", "mmx", "clzero", "fsgsbase"]}}, {"id": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "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": "8207256d-5b9e-44ef-b063-6692ee5ba872", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pat", "mds-no", "mmx", "sse4.1", "tsc-deadline", "wbnoinvd", "rdrand", "svm", "amd-stibp", "tsc_adjust", "rdseed", "clwb", "pfthreshold", "cr8legacy", "ibrs", "misalignsse", "apic", "bmi2", "tsc", "sse", "amd-ssbd", "avx", "pae", "cx16", "nx", "clflushopt", "fma", "bmi1", "ssse3", "skip-l1dfl-vmentry", "movbe", "smap", "cmov", "avx2", "fxsr_opt", "pclmuldq", "adx", "fpu", "rdctl-no", "pdpe1gb", "virt-ssbd", "rdpid", "ssbd", "ibpb", "sse2", "xsave", "stibp", "npt", "sse4a", "lahf_lm", "osvw", "pse36", "pge", "smep", "de", "pause-filter", "mmxext", "pni", "xsaveerptr", "nrip-save", "tsc-scale", "pschange-mc-no", "xsaveopt", "mtrr", "fsgsbase", "syscall", "mca", "svme-addr-chk", "vmcb-clean", "x2apic", "xgetbv1", "rdtscp", "sep", "clzero", "spec-ctrl", "arch-capabilities", "umip", "cx8", "xsavec", "3dnowprefetch", "popcnt", "lm", "msr", "hypervisor", "mce", "f16c", "pse", "lbrv", "perfctr_core", "fxsr", "arat", "vme", "clflush", "aes", "topoext", "sse4.2", "abm", "sha-ni"]}}]}'
2026-03-20 16:27:44,600 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits 0.038s
2026-03-20 16:27:44,600 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': 'Fri, 20 Mar 2026 16:27:44 GMT', 'server': 'Apache', 'last-modified': 'Fri, 20 Mar 2026 15:49:38 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-7791f35c-e607-4df1-98a9-9a157df5b7b8', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=ad2eef2769966a94330897ba42a0eb28; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits'}
Body: b'{"traits": ["COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_VIF_MODEL_VIRTIO", "HW_CPU_X86_SSE", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_DEVICE_TAGGING", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_ACCELERATORS", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_SECURITY_TPM_1_2", "COMPUTE_NET_ATTACH_INTERFACE", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSE2", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_VIRTIO"], "resource_provider_generation": 5}'
2026-03-20 16:27:44,910 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.306s
2026-03-20 16:27:44,910 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:27:44 GMT', 'server': 'Apache', 'content-length': '5217', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-749eeda8-4d70-42d4-93c8-39e5ba8b1a2f', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f6e06a1a1ed96858cbd37dd918daa449; 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": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "name": "tempest-TestExecuteStrategies-2085593805-project-member", "password_expires_at": null}, "audit_ids": ["_fleypS2QhCk1YVqzY1eeA"], "expires_at": "2026-03-20T17:27:44.000000Z", "issued_at": "2026-03-20T16:27:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8359b673086461ca9005a7504c25e43", "name": "tempest-TestExecuteStrategies-2085593805"}, "is_domain": false, "roles": [{"id": "ac8f1b5b8a1b4969b1641128f75cd782", "name": "member"}, {"id": "5df2a08cded043f3a2ae87b74ec22969", "name": "reader"}], "catalog": [{"endpoints": [{"name": "nova", "id": "3d8454da68254bc6a516a131008fb67b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9211b3d262064bfa9391453ab972f05c", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "0e3beea95f2a495f824a437b27d2a847", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "watcher", "id": "279a9df5787f4d359b9fc18d7790396b", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}, {"name": "watcher", "id": "4b56827c30994198810c77be57c677a9", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "14af7ff505d74f6cbe1201c8f7d6f5cc", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "glance", "id": "38e0a6bb531747c8b6e63fe70b2a3d17", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "cba67930e7d44be59ae20f6acecf8755", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "16656f2584d14095bb7f49f7a0726f52", "type": "image", "name": "glance"}, {"endpoints": [{"name": "barbican", "id": "077b854fad2e47f5be9afa51610376a2", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "3fd066ca39014daca5495afd727c5d9f", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "187b69fc1b3b4884bb1ff32f391a44a0", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "swift", "id": "3e8e0998eb0141f49ab2d069ea6db989", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}, {"name": "swift", "id": "ee457c86a5eb4ceb9c40b90322003d37", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}], "id": "2e403eb554f34206a116ee2f1a5cdd43", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "placement", "id": "4df5ef9cdaeb4229bc6b20618df82a34", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "d6b8f2ded37e453eb4df511b01942fc2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "67b2cf825b37430997ac180adf1c032e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "6a3395efc05943cdb968a358e72c5797", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "3304630c2c1a4f7185e35763602cb92d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "da3e5bea76414d26998ff77c800a190d", "interface": "internal", "reg
2026-03-20 16:27:44,910 84 INFO [tempest.lib.common.fixed_network] (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy) Found network {'id': 'ddd372e5-b508-4d54-8abb-cb8bba281a3d', 'name': 'tempest-TestExecuteStrategies-209639971-network', 'tenant_id': 'b8359b673086461ca9005a7504c25e43', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b8359b673086461ca9005a7504c25e43', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58440, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-03-20T16:23:45Z', 'updated_at': '2026-03-20T16:23:45Z', 'revision_number': 1} available for tenant
2026-03-20 16:27:50,196 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 5.284s
2026-03-20 16:27:50,196 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-TestExecuteStrategies-server-817394082", "imageRef": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "flavorRef": "276bd6c6-3767-4c55-8d2a-4f6dc68335ea", "networks": [{"uuid": "ddd372e5-b508-4d54-8abb-cb8bba281a3d"}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:27:44 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b5e50f8-0fe4-49ec-bc51-08842aeeeb25', 'x-compute-request-id': 'req-4b5e50f8-0fe4-49ec-bc51-08842aeeeb25', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "f3684311-2e70-4f92-b3f1-a339d5de8baf", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HQrZ9C6XvWwr"}}'
2026-03-20 16:27:51,199 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf 1.000s
2026-03-20 16:27:51,200 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': 'Fri, 20 Mar 2026 16:27:50 GMT', 'server': 'Apache', 'content-length': '1362', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb24334b-6545-43a3-ae1e-311e7b1a1042', 'x-compute-request-id': 'req-fb24334b-6545-43a3-ae1e-311e7b1a1042', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf'}
Body: b'{"server": {"id": "f3684311-2e70-4f92-b3f1-a339d5de8baf", "name": "tempest-TestExecuteStrategies-server-817394082", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:27:50Z", "updated": "2026-03-20T16:27:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:27:53,256 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf 1.038s
2026-03-20 16:27:53,256 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': 'Fri, 20 Mar 2026 16:27:52 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-7cb6e6a3-cfc2-4005-8f43-9ae4e4936bb6', 'x-compute-request-id': 'req-7cb6e6a3-cfc2-4005-8f43-9ae4e4936bb6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf'}
Body: b'{"server": {"id": "f3684311-2e70-4f92-b3f1-a339d5de8baf", "name": "tempest-TestExecuteStrategies-server-817394082", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:27:50Z", "updated": "2026-03-20T16:27:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:27:53,265 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait
2026-03-20 16:27:55,250 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf 0.970s
2026-03-20 16:27:55,250 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': 'Fri, 20 Mar 2026 16:27:54 GMT', 'server': 'Apache', 'content-length': '1462', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7fea405-ef68-4ac9-bfad-70443a013622', 'x-compute-request-id': 'req-d7fea405-ef68-4ac9-bfad-70443a013622', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf'}
Body: b'{"server": {"id": "f3684311-2e70-4f92-b3f1-a339d5de8baf", "name": "tempest-TestExecuteStrategies-server-817394082", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:27:50Z", "updated": "2026-03-20T16:27:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:27:55,264 84 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait
2026-03-20 16:27:56,915 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf 0.646s
2026-03-20 16:27:56,916 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': 'Fri, 20 Mar 2026 16:27:56 GMT', 'server': 'Apache', 'content-length': '1462', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88739b7c-6f0a-4f26-aec6-51a7d79b2a9e', 'x-compute-request-id': 'req-88739b7c-6f0a-4f26-aec6-51a7d79b2a9e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf'}
Body: b'{"server": {"id": "f3684311-2e70-4f92-b3f1-a339d5de8baf", "name": "tempest-TestExecuteStrategies-server-817394082", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:27:50Z", "updated": "2026-03-20T16:27:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:27:59,269 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf 1.331s
2026-03-20 16:27:59,273 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': 'Fri, 20 Mar 2026 16:27:57 GMT', 'server': 'Apache', 'content-length': '1462', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0872ddc1-c6d7-46e1-a8c1-8e1936255ed7', 'x-compute-request-id': 'req-0872ddc1-c6d7-46e1-a8c1-8e1936255ed7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf'}
Body: b'{"server": {"id": "f3684311-2e70-4f92-b3f1-a339d5de8baf", "name": "tempest-TestExecuteStrategies-server-817394082", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:27:50Z", "updated": "2026-03-20T16:27:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:01,400 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf 1.111s
2026-03-20 16:28:01,400 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': 'Fri, 20 Mar 2026 16:28:00 GMT', 'server': 'Apache', 'content-length': '1462', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf1f0503-1ace-45e6-ab7a-70de60539bb6', 'x-compute-request-id': 'req-bf1f0503-1ace-45e6-ab7a-70de60539bb6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf'}
Body: b'{"server": {"id": "f3684311-2e70-4f92-b3f1-a339d5de8baf", "name": "tempest-TestExecuteStrategies-server-817394082", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:27:50Z", "updated": "2026-03-20T16:27:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:03,155 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf 0.742s
2026-03-20 16:28:03,156 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': 'Fri, 20 Mar 2026 16:28:02 GMT', 'server': 'Apache', 'content-length': '1648', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7808d503-c328-4139-9d11-c38509e2fcc7', 'x-compute-request-id': 'req-7808d503-c328-4139-9d11-c38509e2fcc7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf'}
Body: b'{"server": {"id": "f3684311-2e70-4f92-b3f1-a339d5de8baf", "name": "tempest-TestExecuteStrategies-server-817394082", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:27:50Z", "updated": "2026-03-20T16:28:00Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:bb:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:28:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:03,163 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait
2026-03-20 16:28:03,538 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf 0.374s
2026-03-20 16:28:03,538 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': 'Fri, 20 Mar 2026 16:28:03 GMT', 'server': 'Apache', 'content-length': '1648', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-851960b8-a9fa-45cd-b8e7-06b6bbb92ac9', 'x-compute-request-id': 'req-851960b8-a9fa-45cd-b8e7-06b6bbb92ac9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf'}
Body: b'{"server": {"id": "f3684311-2e70-4f92-b3f1-a339d5de8baf", "name": "tempest-TestExecuteStrategies-server-817394082", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:27:50Z", "updated": "2026-03-20T16:28:00Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:bb:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:28:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:04,318 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_vm_workload_consolidation_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf 0.765s
2026-03-20 16:28:04,318 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': 'Fri, 20 Mar 2026 16:28:03 GMT', 'server': 'Apache', 'content-length': '2165', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b8c4c8f-6527-4684-b2bf-199798d5d967', 'x-compute-request-id': 'req-0b8c4c8f-6527-4684-b2bf-199798d5d967', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf'}
Body: b'{"server": {"id": "f3684311-2e70-4f92-b3f1-a339d5de8baf", "name": "tempest-TestExecuteStrategies-server-817394082", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:27:50Z", "updated": "2026-03-20T16:28:00Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:bb:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:28:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-9oy852wj", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecutestrategies-server-817394082", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:04,326 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjM2ODQzMTEtMmU3MC00ZjkyLWIzZjEtYTMzOWQ1ZGU4YmFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MDg0MzI2In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzNzg0MzI2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImYzNjg0MzExLTJlNzAtNGY5Mi1iM2YxLWEzMzlkNWRlOGJhZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDA4NDMyNiJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzgxNDMyNgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmMzY4NDMxMS0yZTcwLTRmOTItYjNmMS1hMzM5ZDVkZThiYWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQwODQzMjYifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM4NDQzMjYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjM2ODQzMTEtMmU3MC00ZjkyLWIzZjEtYTMzOWQ1ZGU4YmFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MDg0MzI2In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzODc0MzI2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImYzNjg0MzExLTJlNzAtNGY5Mi1iM2YxLWEzMzlkNWRlOGJhZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDA4NDMyNiJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM5MDQzMjYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjM2ODQzMTEtMmU3MC00ZjkyLWIzZjEtYTMzOWQ1ZGU4YmFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MDg0MzI2In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzkzNDMyNgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmMzY4NDMxMS0yZTcwLTRmOTItYjNmMS1hMzM5ZDVkZThiYWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQwODQzMjYifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzOTY0MzI2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImYzNjg0MzExLTJlNzAtNGY5Mi1iM2YxLWEzMzlkNWRlOGJhZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDA4NDMyNiJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM5OTQzMjYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjM2ODQzMTEtMmU3MC00ZjkyLWIzZjEtYTMzOWQ1ZGU4YmFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MDg0MzI2In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyNDAyNDMyNgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmMzY4NDMxMS0yZTcwLTRmOTItYjNmMS1hMzM5ZDVkZThiYWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQwODQzMjYifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDI0MDU0MzI2Cg==" | 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.224'
2026-03-20 16:28:04,326 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.224:22' as 'zuul' with password None
2026-03-20 16:28:04,346 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-03-20 16:28:04,415 84 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-20 16:28:04,416 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.224 successfully created
2026-03-20 16:28:05,150 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf 0.144s
2026-03-20 16:28:05,151 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': 'Fri, 20 Mar 2026 16:28:05 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-4e7abe1c-a835-49fb-9271-303d59377c73', 'x-compute-request-id': 'req-4e7abe1c-a835-49fb-9271-303d59377c73', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf'}
Body: b''
2026-03-20 16:28:06,488 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf 1.337s
2026-03-20 16:28:06,489 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': 'Fri, 20 Mar 2026 16:28:05 GMT', 'server': 'Apache', 'content-length': '1654', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0603ee1-653a-4bcd-ba66-1198410e1c4b', 'x-compute-request-id': 'req-f0603ee1-653a-4bcd-ba66-1198410e1c4b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf'}
Body: b'{"server": {"id": "f3684311-2e70-4f92-b3f1-a339d5de8baf", "name": "tempest-TestExecuteStrategies-server-817394082", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:27:50Z", "updated": "2026-03-20T16:28:05Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:bb:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:28:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:07,660 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf 0.162s
2026-03-20 16:28:07,660 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': 'Fri, 20 Mar 2026 16:28:07 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-4ae88fd8-bfce-4187-a631-4b7ee21a2857', 'x-compute-request-id': 'req-4ae88fd8-bfce-4187-a631-4b7ee21a2857', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f3684311-2e70-4f92-b3f1-a339d5de8baf'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance f3684311-2e70-4f92-b3f1-a339d5de8baf could not be found."}}'
2026-03-20 16:28:08,265 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.604s
2026-03-20 16:28:08,266 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': 'Fri, 20 Mar 2026 16:28:07 GMT', 'server': 'Apache', 'content-length': '805', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:28:08,372 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.105s
2026-03-20 16:28:08,372 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': 'Fri, 20 Mar 2026 16:28:08 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-6ccdec47-8d3f-4d79-8999-2ead285836a5', 'x-compute-request-id': 'req-6ccdec47-8d3f-4d79-8999-2ead285836a5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:28:08,495 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.115s
2026-03-20 16:28:08,495 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': 'Fri, 20 Mar 2026 16:28:08 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-0493d7ec-6f0e-4632-988c-524d733c569d', 'x-compute-request-id': 'req-0493d7ec-6f0e-4632-988c-524d733c569d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:02.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:06.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:06.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:02.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:01.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_strategies.py", line 119, in test_execute_vm_workload_consolidation_strategy
instances = self._create_one_instance_per_host_with_statistic(metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 270, in _create_one_instance_per_host_with_statistic
self.make_instance_statistic(instance, metrics=metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 388, in make_instance_statistic
self.make_instance_statistic_prometheus(instance)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 516, in make_instance_statistic_prometheus
self.prometheus_client.add_measures(data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/metric/prometheus_client.py", line 141, in add_measures
out = self.client.exec_cmd(cmd, input_data=input_data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/base.py", line 314, in exec_cmd
return super(SshCmdClient, self).exec_command(cmd=cmd_str)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/ssh.py", line 238, in exec_command
raise exceptions.SSHExecCommandFailed(
neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjM2ODQzMTEtMmU3MC00ZjkyLWIzZjEtYTMzOWQ1ZGU4YmFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MDg0MzI2In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzNzg0MzI2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImYzNjg0MzExLTJlNzAtNGY5Mi1iM2YxLWEzMzlkNWRlOGJhZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDA4NDMyNiJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzgxNDMyNgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmMzY4NDMxMS0yZTcwLTRmOTItYjNmMS1hMzM5ZDVkZThiYWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQwODQzMjYifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM4NDQzMjYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjM2ODQzMTEtMmU3MC00ZjkyLWIzZjEtYTMzOWQ1ZGU4YmFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MDg0MzI2In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzODc0MzI2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImYzNjg0MzExLTJlNzAtNGY5Mi1iM2YxLWEzMzlkNWRlOGJhZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDA4NDMyNiJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM5MDQzMjYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjM2ODQzMTEtMmU3MC00ZjkyLWIzZjEtYTMzOWQ1ZGU4YmFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MDg0MzI2In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzkzNDMyNgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmMzY4NDMxMS0yZTcwLTRmOTItYjNmMS1hMzM5ZDVkZThiYWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQwODQzMjYifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzOTY0MzI2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImYzNjg0MzExLTJlNzAtNGY5Mi1iM2YxLWEzMzlkNWRlOGJhZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDA4NDMyNiJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjM5OTQzMjYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjM2ODQzMTEtMmU3MC00ZjkyLWIzZjEtYTMzOWQ1ZGU4YmFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MDg0MzI2In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyNDAyNDMyNgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmMzY4NDMxMS0yZTcwLTRmOTItYjNmMS1hMzM5ZDVkZThiYWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQwODQzMjYifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDI0MDU0MzI2Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' failed, exit status: 1, stderr:
FAILED: server returned HTTP status 404 Not Found: 404 page not found
command terminated with exit code 1
stdout:
Parsing standard input
|
||||||
test_execute_workload_stabilization_strategy |
fail
ft4.7: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_workload_stabilization_strategytesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-20 16:28:08,608 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.104s
2026-03-20 16:28:08,608 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': 'Fri, 20 Mar 2026 16:28:08 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-05bd2b2a-1e3e-4b2d-98f5-409bbb751967', 'x-compute-request-id': 'req-05bd2b2a-1e3e-4b2d-98f5-409bbb751967', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:02.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:06.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:06.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:02.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:01.000000", "disabled_reason": null, "forced_down": false}]}'
2026-03-20 16:28:08,709 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.098s
2026-03-20 16:28:08,709 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': 'Fri, 20 Mar 2026 16:28:08 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-fa1947cb-1905-4925-99e6-ba8758626d61', 'x-compute-request-id': 'req-fa1947cb-1905-4925-99e6-ba8758626d61', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:28:08,837 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.121s
2026-03-20 16:28:08,837 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': 'Fri, 20 Mar 2026 16:28:08 GMT', 'server': 'Apache', 'content-length': '3443', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c838bed1-88bc-47a5-aa12-8a212c21f66c', 'x-compute-request-id': 'req-c838bed1-88bc-47a5-aa12-8a212c21f66c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "4554ac16-da24-4ac3-9051-8205e6c95f80", "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": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["hypervisor", "xsaveerptr", "aes", "apic", "cmov", "arat", "ibrs", "fpu", "ssbd", "sse4.2", "mds-no", "adx", "pse", "rdseed", "pschange-mc-no", "movbe", "avx", "sse", "de", "fma", "cr8legacy", "rdpid", "tsc", "lbrv", "mmxext", "bmi2", "msr", "pni", "pat", "amd-stibp", "clflush", "sse2", "lahf_lm", "syscall", "mtrr", "pge", "umip", "fxsr_opt", "mce", "clwb", "ssse3", "cx16", "cx8", "perfctr_core", "sep", "rdtscp", "pse36", "abm", "vmcb-clean", "pclmuldq", "vme", "sse4a", "arch-capabilities", "f16c", "pdpe1gb", "smep", "amd-ssbd", "smap", "topoext", "skip-l1dfl-vmentry", "clflushopt", "sse4.1", "tsc_adjust", "pause-filter", "svm", "osvw", "lm", "nx", "ibpb", "xsave", "xsavec", "mca", "bmi1", "fxsr", "svme-addr-chk", "wbnoinvd", "avx2", "tsc-deadline", "tsc-scale", "pae", "npt", "misalignsse", "spec-ctrl", "sha-ni", "rdrand", "xsaveopt", "stibp", "3dnowprefetch", "xgetbv1", "nrip-save", "popcnt", "rdctl-no", "x2apic", "pfthreshold", "virt-ssbd", "mmx", "clzero", "fsgsbase"]}}, {"id": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "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": "8207256d-5b9e-44ef-b063-6692ee5ba872", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pat", "mds-no", "mmx", "sse4.1", "tsc-deadline", "wbnoinvd", "rdrand", "svm", "amd-stibp", "tsc_adjust", "rdseed", "clwb", "pfthreshold", "cr8legacy", "ibrs", "misalignsse", "apic", "bmi2", "tsc", "sse", "amd-ssbd", "avx", "pae", "cx16", "nx", "clflushopt", "fma", "bmi1", "ssse3", "skip-l1dfl-vmentry", "movbe", "smap", "cmov", "avx2", "fxsr_opt", "pclmuldq", "adx", "fpu", "rdctl-no", "pdpe1gb", "virt-ssbd", "rdpid", "ssbd", "ibpb", "sse2", "xsave", "stibp", "npt", "sse4a", "lahf_lm", "osvw", "pse36", "pge", "smep", "de", "pause-filter", "mmxext", "pni", "xsaveerptr", "nrip-save", "tsc-scale", "pschange-mc-no", "xsaveopt", "mtrr", "fsgsbase", "syscall", "mca", "svme-addr-chk", "vmcb-clean", "x2apic", "xgetbv1", "rdtscp", "sep", "clzero", "spec-ctrl", "arch-capabilities", "umip", "cx8", "xsavec", "3dnowprefetch", "popcnt", "lm", "msr", "hypervisor", "mce", "f16c", "pse", "lbrv", "perfctr_core", "fxsr", "arat", "vme", "clflush", "aes", "topoext", "sse4.2", "abm", "sha-ni"]}}]}'
2026-03-20 16:28:08,969 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits 0.121s
2026-03-20 16:28:08,969 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': 'Fri, 20 Mar 2026 16:28:08 GMT', 'server': 'Apache', 'last-modified': 'Fri, 20 Mar 2026 15:49:38 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-262a5bd8-ce0f-4328-b3c3-52063b260863', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=ad2eef2769966a94330897ba42a0eb28; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits'}
Body: b'{"traits": ["COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_VIF_MODEL_VIRTIO", "HW_CPU_X86_SSE", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_DEVICE_TAGGING", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_ACCELERATORS", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_SECURITY_TPM_1_2", "COMPUTE_NET_ATTACH_INTERFACE", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSE2", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_VIRTIO"], "resource_provider_generation": 5}'
2026-03-20 16:28:09,329 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.355s
2026-03-20 16:28:09,329 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:28:09 GMT', 'server': 'Apache', 'content-length': '5217', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bbb95384-3685-45eb-8f7f-845fa2dfa519', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f6e06a1a1ed96858cbd37dd918daa449; 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": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "name": "tempest-TestExecuteStrategies-2085593805-project-member", "password_expires_at": null}, "audit_ids": ["YtvP3tShSFGkWy5qblJSVA"], "expires_at": "2026-03-20T17:28:09.000000Z", "issued_at": "2026-03-20T16:28:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8359b673086461ca9005a7504c25e43", "name": "tempest-TestExecuteStrategies-2085593805"}, "is_domain": false, "roles": [{"id": "ac8f1b5b8a1b4969b1641128f75cd782", "name": "member"}, {"id": "5df2a08cded043f3a2ae87b74ec22969", "name": "reader"}], "catalog": [{"endpoints": [{"name": "nova", "id": "3d8454da68254bc6a516a131008fb67b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9211b3d262064bfa9391453ab972f05c", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "0e3beea95f2a495f824a437b27d2a847", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "watcher", "id": "279a9df5787f4d359b9fc18d7790396b", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}, {"name": "watcher", "id": "4b56827c30994198810c77be57c677a9", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "14af7ff505d74f6cbe1201c8f7d6f5cc", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "glance", "id": "38e0a6bb531747c8b6e63fe70b2a3d17", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "cba67930e7d44be59ae20f6acecf8755", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "16656f2584d14095bb7f49f7a0726f52", "type": "image", "name": "glance"}, {"endpoints": [{"name": "barbican", "id": "077b854fad2e47f5be9afa51610376a2", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "3fd066ca39014daca5495afd727c5d9f", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "187b69fc1b3b4884bb1ff32f391a44a0", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "swift", "id": "3e8e0998eb0141f49ab2d069ea6db989", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}, {"name": "swift", "id": "ee457c86a5eb4ceb9c40b90322003d37", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}], "id": "2e403eb554f34206a116ee2f1a5cdd43", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "placement", "id": "4df5ef9cdaeb4229bc6b20618df82a34", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "d6b8f2ded37e453eb4df511b01942fc2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "67b2cf825b37430997ac180adf1c032e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "6a3395efc05943cdb968a358e72c5797", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "3304630c2c1a4f7185e35763602cb92d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "da3e5bea76414d26998ff77c800a190d", "interface": "internal", "reg
2026-03-20 16:28:09,330 84 INFO [tempest.lib.common.fixed_network] (TestExecuteStrategies:test_execute_workload_stabilization_strategy) Found network {'id': 'ddd372e5-b508-4d54-8abb-cb8bba281a3d', 'name': 'tempest-TestExecuteStrategies-209639971-network', 'tenant_id': 'b8359b673086461ca9005a7504c25e43', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b8359b673086461ca9005a7504c25e43', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58440, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-03-20T16:23:45Z', 'updated_at': '2026-03-20T16:23:45Z', 'revision_number': 1} available for tenant
2026-03-20 16:28:11,036 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.705s
2026-03-20 16:28:11,036 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-TestExecuteStrategies-server-1162412600", "imageRef": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "flavorRef": "276bd6c6-3767-4c55-8d2a-4f6dc68335ea", "networks": [{"uuid": "ddd372e5-b508-4d54-8abb-cb8bba281a3d"}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:28:09 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-718ba545-56bc-45d4-a7f3-a1b4894e78a5', 'x-compute-request-id': 'req-718ba545-56bc-45d4-a7f3-a1b4894e78a5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "5fd51d91-69ff-4109-b26e-3cd8fe74b7ea", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MC7mimkpPnYU"}}'
2026-03-20 16:28:12,221 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea 1.182s
2026-03-20 16:28:12,221 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': 'Fri, 20 Mar 2026 16:28:11 GMT', 'server': 'Apache', 'content-length': '1363', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5090b948-5d76-4728-a0a5-076c039646fd', 'x-compute-request-id': 'req-5090b948-5d76-4728-a0a5-076c039646fd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea'}
Body: b'{"server": {"id": "5fd51d91-69ff-4109-b26e-3cd8fe74b7ea", "name": "tempest-TestExecuteStrategies-server-1162412600", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:11Z", "updated": "2026-03-20T16:28:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:13,580 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea 0.345s
2026-03-20 16:28:13,580 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': 'Fri, 20 Mar 2026 16:28:13 GMT', 'server': 'Apache', 'content-length': '1421', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2497c0c2-1001-42b4-b61f-4371d5c7d589', 'x-compute-request-id': 'req-2497c0c2-1001-42b4-b61f-4371d5c7d589', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea'}
Body: b'{"server": {"id": "5fd51d91-69ff-4109-b26e-3cd8fe74b7ea", "name": "tempest-TestExecuteStrategies-server-1162412600", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:11Z", "updated": "2026-03-20T16:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:13,589 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-03-20 16:28:15,154 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea 0.563s
2026-03-20 16:28:15,155 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': 'Fri, 20 Mar 2026 16:28:14 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06f5bd17-8cf0-4784-bc3e-0220a8feecfe', 'x-compute-request-id': 'req-06f5bd17-8cf0-4784-bc3e-0220a8feecfe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea'}
Body: b'{"server": {"id": "5fd51d91-69ff-4109-b26e-3cd8fe74b7ea", "name": "tempest-TestExecuteStrategies-server-1162412600", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:11Z", "updated": "2026-03-20T16:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:16,881 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea 0.716s
2026-03-20 16:28:16,881 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': 'Fri, 20 Mar 2026 16:28:16 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-450d6403-e88a-482b-a1f9-2ba1412986cb', 'x-compute-request-id': 'req-450d6403-e88a-482b-a1f9-2ba1412986cb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea'}
Body: b'{"server": {"id": "5fd51d91-69ff-4109-b26e-3cd8fe74b7ea", "name": "tempest-TestExecuteStrategies-server-1162412600", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:11Z", "updated": "2026-03-20T16:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:19,262 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea 1.361s
2026-03-20 16:28:19,262 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': 'Fri, 20 Mar 2026 16:28:17 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85dfccfd-5720-497d-b7ed-957677c31549', 'x-compute-request-id': 'req-85dfccfd-5720-497d-b7ed-957677c31549', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea'}
Body: b'{"server": {"id": "5fd51d91-69ff-4109-b26e-3cd8fe74b7ea", "name": "tempest-TestExecuteStrategies-server-1162412600", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:11Z", "updated": "2026-03-20T16:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:21,360 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea 1.088s
2026-03-20 16:28:21,361 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': 'Fri, 20 Mar 2026 16:28:20 GMT', 'server': 'Apache', 'content-length': '1649', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f57644b0-8b08-4873-9fe6-f7baa8fa8569', 'x-compute-request-id': 'req-f57644b0-8b08-4873-9fe6-f7baa8fa8569', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea'}
Body: b'{"server": {"id": "5fd51d91-69ff-4109-b26e-3cd8fe74b7ea", "name": "tempest-TestExecuteStrategies-server-1162412600", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:11Z", "updated": "2026-03-20T16:28:20Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:f0:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:28:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:21,368 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait
2026-03-20 16:28:22,367 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea 0.998s
2026-03-20 16:28:22,367 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': 'Fri, 20 Mar 2026 16:28:21 GMT', 'server': 'Apache', 'content-length': '1649', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-754108ae-5f5c-413d-ae2c-4c106e5d7979', 'x-compute-request-id': 'req-754108ae-5f5c-413d-ae2c-4c106e5d7979', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea'}
Body: b'{"server": {"id": "5fd51d91-69ff-4109-b26e-3cd8fe74b7ea", "name": "tempest-TestExecuteStrategies-server-1162412600", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:11Z", "updated": "2026-03-20T16:28:20Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:f0:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:28:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:22,884 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_workload_stabilization_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea 0.508s
2026-03-20 16:28:22,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': 'Fri, 20 Mar 2026 16:28:22 GMT', 'server': 'Apache', 'content-length': '2167', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a0fe82b-7c50-4e6a-b33e-cd81bff94dbe', 'x-compute-request-id': 'req-2a0fe82b-7c50-4e6a-b33e-cd81bff94dbe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea'}
Body: b'{"server": {"id": "5fd51d91-69ff-4109-b26e-3cd8fe74b7ea", "name": "tempest-TestExecuteStrategies-server-1162412600", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:11Z", "updated": "2026-03-20T16:28:20Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:f0:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:28:20.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-00000009", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-f9zggae4", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecutestrategies-server-1162412600", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:22,896 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNWZkNTFkOTEtNjlmZi00MTA5LWIyNmUtM2NkOGZlNzRiN2VhIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTAyODk2In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzODAyODk2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjVmZDUxZDkxLTY5ZmYtNDEwOS1iMjZlLTNjZDhmZTc0YjdlYSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDEwMjg5NiJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzgzMjg5NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI1ZmQ1MWQ5MS02OWZmLTQxMDktYjI2ZS0zY2Q4ZmU3NGI3ZWEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQxMDI4OTYifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM4NjI4OTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNWZkNTFkOTEtNjlmZi00MTA5LWIyNmUtM2NkOGZlNzRiN2VhIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTAyODk2In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzODkyODk2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjVmZDUxZDkxLTY5ZmYtNDEwOS1iMjZlLTNjZDhmZTc0YjdlYSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDEwMjg5NiJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM5MjI4OTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNWZkNTFkOTEtNjlmZi00MTA5LWIyNmUtM2NkOGZlNzRiN2VhIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTAyODk2In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzk1Mjg5NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI1ZmQ1MWQ5MS02OWZmLTQxMDktYjI2ZS0zY2Q4ZmU3NGI3ZWEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQxMDI4OTYifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzOTgyODk2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjVmZDUxZDkxLTY5ZmYtNDEwOS1iMjZlLTNjZDhmZTc0YjdlYSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDEwMjg5NiJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjQwMTI4OTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNWZkNTFkOTEtNjlmZi00MTA5LWIyNmUtM2NkOGZlNzRiN2VhIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTAyODk2In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyNDA0Mjg5NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI1ZmQ1MWQ5MS02OWZmLTQxMDktYjI2ZS0zY2Q4ZmU3NGI3ZWEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQxMDI4OTYifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDI0MDcyODk2Cg==" | 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.224'
2026-03-20 16:28:22,896 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.224:22' as 'zuul' with password None
2026-03-20 16:28:22,908 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-03-20 16:28:22,966 84 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-20 16:28:22,966 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.224 successfully created
2026-03-20 16:28:23,716 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea 0.204s
2026-03-20 16:28:23,717 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': 'Fri, 20 Mar 2026 16:28:23 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62bd1b10-ee15-4c00-8adf-42837df6364e', 'x-compute-request-id': 'req-62bd1b10-ee15-4c00-8adf-42837df6364e', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea'}
Body: b''
2026-03-20 16:28:24,695 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea 0.978s
2026-03-20 16:28:24,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': 'Fri, 20 Mar 2026 16:28:23 GMT', 'server': 'Apache', 'content-length': '1655', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9adf15a-36c8-4175-a433-2794258b59fc', 'x-compute-request-id': 'req-c9adf15a-36c8-4175-a433-2794258b59fc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea'}
Body: b'{"server": {"id": "5fd51d91-69ff-4109-b26e-3cd8fe74b7ea", "name": "tempest-TestExecuteStrategies-server-1162412600", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "000aaf519786e12f0f0ec69a029c8772c9b4c882d8937ba6b59582f4", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:11Z", "updated": "2026-03-20T16:28:23Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:f0:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:28:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:25,790 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea 0.086s
2026-03-20 16:28:25,790 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': 'Fri, 20 Mar 2026 16:28:25 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-8de1303a-4fea-41be-a7bd-193bafbdafd9', 'x-compute-request-id': 'req-8de1303a-4fea-41be-a7bd-193bafbdafd9', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5fd51d91-69ff-4109-b26e-3cd8fe74b7ea'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5fd51d91-69ff-4109-b26e-3cd8fe74b7ea could not be found."}}'
2026-03-20 16:28:26,377 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.586s
2026-03-20 16:28:26,378 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': 'Fri, 20 Mar 2026 16:28:25 GMT', 'server': 'Apache', 'content-length': '805', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:28:26,503 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.124s
2026-03-20 16:28:26,504 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': 'Fri, 20 Mar 2026 16:28:26 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-efba9359-1483-4e70-8b40-3c8ec1bc5482', 'x-compute-request-id': 'req-efba9359-1483-4e70-8b40-3c8ec1bc5482', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:28:26,605 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.084s
2026-03-20 16:28:26,606 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': 'Fri, 20 Mar 2026 16:28:26 GMT', 'server': 'Apache', 'content-length': '1297', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f915fae8-5518-4bd9-bca1-3637b4b77da3', 'x-compute-request-id': 'req-f915fae8-5518-4bd9-bca1-3637b4b77da3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:26.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:16.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:21.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_strategies.py", line 137, in test_execute_workload_stabilization_strategy
instances = self._create_one_instance_per_host_with_statistic()
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 270, in _create_one_instance_per_host_with_statistic
self.make_instance_statistic(instance, metrics=metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 388, in make_instance_statistic
self.make_instance_statistic_prometheus(instance)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 516, in make_instance_statistic_prometheus
self.prometheus_client.add_measures(data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/metric/prometheus_client.py", line 141, in add_measures
out = self.client.exec_cmd(cmd, input_data=input_data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/base.py", line 314, in exec_cmd
return super(SshCmdClient, self).exec_command(cmd=cmd_str)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/ssh.py", line 238, in exec_command
raise exceptions.SSHExecCommandFailed(
neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNWZkNTFkOTEtNjlmZi00MTA5LWIyNmUtM2NkOGZlNzRiN2VhIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTAyODk2In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzODAyODk2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjVmZDUxZDkxLTY5ZmYtNDEwOS1iMjZlLTNjZDhmZTc0YjdlYSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDEwMjg5NiJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzgzMjg5NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI1ZmQ1MWQ5MS02OWZmLTQxMDktYjI2ZS0zY2Q4ZmU3NGI3ZWEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQxMDI4OTYifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM4NjI4OTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNWZkNTFkOTEtNjlmZi00MTA5LWIyNmUtM2NkOGZlNzRiN2VhIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTAyODk2In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzODkyODk2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjVmZDUxZDkxLTY5ZmYtNDEwOS1iMjZlLTNjZDhmZTc0YjdlYSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDEwMjg5NiJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM5MjI4OTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNWZkNTFkOTEtNjlmZi00MTA5LWIyNmUtM2NkOGZlNzRiN2VhIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTAyODk2In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzk1Mjg5NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI1ZmQ1MWQ5MS02OWZmLTQxMDktYjI2ZS0zY2Q4ZmU3NGI3ZWEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQxMDI4OTYifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDIzOTgyODk2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjVmZDUxZDkxLTY5ZmYtNDEwOS1iMjZlLTNjZDhmZTc0YjdlYSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDEwMjg5NiJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjQwMTI4OTYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iNWZkNTFkOTEtNjlmZi00MTA5LWIyNmUtM2NkOGZlNzRiN2VhIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTAyODk2In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyNDA0Mjg5NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSI1ZmQ1MWQ5MS02OWZmLTQxMDktYjI2ZS0zY2Q4ZmU3NGI3ZWEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQxMDI4OTYifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDI0MDcyODk2Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' failed, exit status: 1, stderr:
FAILED: server returned HTTP status 404 Not Found: 404 page not found
command terminated with exit code 1
stdout:
Parsing standard input
|
||||||
test_execute_zone_migration_live_migration_strategy |
fail
ft4.8: watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_zone_migration_live_migration_strategytesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-20 16:28:26,708 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.094s
2026-03-20 16:28:26,709 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': 'Fri, 20 Mar 2026 16:28:26 GMT', 'server': 'Apache', 'content-length': '1297', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a03d67d-33b4-4f5f-86fe-fd6777907db0', 'x-compute-request-id': 'req-1a03d67d-33b4-4f5f-86fe-fd6777907db0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:26.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:26.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:28:21.000000", "disabled_reason": null, "forced_down": false}]}'
2026-03-20 16:28:26,791 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.080s
2026-03-20 16:28:26,792 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': 'Fri, 20 Mar 2026 16:28:26 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-6dd56338-12de-4ae0-901d-bf8107bec301', 'x-compute-request-id': 'req-6dd56338-12de-4ae0-901d-bf8107bec301', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:28:26,892 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.092s
2026-03-20 16:28:26,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': 'Fri, 20 Mar 2026 16:28:26 GMT', 'server': 'Apache', 'content-length': '3443', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe38692f-ce4d-47d8-84a8-9da3c320f022', 'x-compute-request-id': 'req-fe38692f-ce4d-47d8-84a8-9da3c320f022', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "4554ac16-da24-4ac3-9051-8205e6c95f80", "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": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["hypervisor", "xsaveerptr", "aes", "apic", "cmov", "arat", "ibrs", "fpu", "ssbd", "sse4.2", "mds-no", "adx", "pse", "rdseed", "pschange-mc-no", "movbe", "avx", "sse", "de", "fma", "cr8legacy", "rdpid", "tsc", "lbrv", "mmxext", "bmi2", "msr", "pni", "pat", "amd-stibp", "clflush", "sse2", "lahf_lm", "syscall", "mtrr", "pge", "umip", "fxsr_opt", "mce", "clwb", "ssse3", "cx16", "cx8", "perfctr_core", "sep", "rdtscp", "pse36", "abm", "vmcb-clean", "pclmuldq", "vme", "sse4a", "arch-capabilities", "f16c", "pdpe1gb", "smep", "amd-ssbd", "smap", "topoext", "skip-l1dfl-vmentry", "clflushopt", "sse4.1", "tsc_adjust", "pause-filter", "svm", "osvw", "lm", "nx", "ibpb", "xsave", "xsavec", "mca", "bmi1", "fxsr", "svme-addr-chk", "wbnoinvd", "avx2", "tsc-deadline", "tsc-scale", "pae", "npt", "misalignsse", "spec-ctrl", "sha-ni", "rdrand", "xsaveopt", "stibp", "3dnowprefetch", "xgetbv1", "nrip-save", "popcnt", "rdctl-no", "x2apic", "pfthreshold", "virt-ssbd", "mmx", "clzero", "fsgsbase"]}}, {"id": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "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": "8207256d-5b9e-44ef-b063-6692ee5ba872", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 72, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pat", "mds-no", "mmx", "sse4.1", "tsc-deadline", "wbnoinvd", "rdrand", "svm", "amd-stibp", "tsc_adjust", "rdseed", "clwb", "pfthreshold", "cr8legacy", "ibrs", "misalignsse", "apic", "bmi2", "tsc", "sse", "amd-ssbd", "avx", "pae", "cx16", "nx", "clflushopt", "fma", "bmi1", "ssse3", "skip-l1dfl-vmentry", "movbe", "smap", "cmov", "avx2", "fxsr_opt", "pclmuldq", "adx", "fpu", "rdctl-no", "pdpe1gb", "virt-ssbd", "rdpid", "ssbd", "ibpb", "sse2", "xsave", "stibp", "npt", "sse4a", "lahf_lm", "osvw", "pse36", "pge", "smep", "de", "pause-filter", "mmxext", "pni", "xsaveerptr", "nrip-save", "tsc-scale", "pschange-mc-no", "xsaveopt", "mtrr", "fsgsbase", "syscall", "mca", "svme-addr-chk", "vmcb-clean", "x2apic", "xgetbv1", "rdtscp", "sep", "clzero", "spec-ctrl", "arch-capabilities", "umip", "cx8", "xsavec", "3dnowprefetch", "popcnt", "lm", "msr", "hypervisor", "mce", "f16c", "pse", "lbrv", "perfctr_core", "fxsr", "arat", "vme", "clflush", "aes", "topoext", "sse4.2", "abm", "sha-ni"]}}]}'
2026-03-20 16:28:26,940 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits 0.043s
2026-03-20 16:28:26,940 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': 'Fri, 20 Mar 2026 16:28:26 GMT', 'server': 'Apache', 'last-modified': 'Fri, 20 Mar 2026 15:49:38 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-b267111b-505e-4e9a-8571-9b4ba77a3c1b', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=ad2eef2769966a94330897ba42a0eb28; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits'}
Body: b'{"traits": ["COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_VIF_MODEL_VIRTIO", "HW_CPU_X86_SSE", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_DEVICE_TAGGING", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_ACCELERATORS", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_SECURITY_TPM_1_2", "COMPUTE_NET_ATTACH_INTERFACE", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSE2", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_VIRTIO"], "resource_provider_generation": 5}'
2026-03-20 16:28:27,315 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.371s
2026-03-20 16:28:27,316 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:28:26 GMT', 'server': 'Apache', 'content-length': '5217', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-21b23f7e-312b-45bc-ab46-7b5722a036ac', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f6e06a1a1ed96858cbd37dd918daa449; 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": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "name": "tempest-TestExecuteStrategies-2085593805-project-member", "password_expires_at": null}, "audit_ids": ["YxJPMMHcTkyeIatt9B6qig"], "expires_at": "2026-03-20T17:28:27.000000Z", "issued_at": "2026-03-20T16:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8359b673086461ca9005a7504c25e43", "name": "tempest-TestExecuteStrategies-2085593805"}, "is_domain": false, "roles": [{"id": "ac8f1b5b8a1b4969b1641128f75cd782", "name": "member"}, {"id": "5df2a08cded043f3a2ae87b74ec22969", "name": "reader"}], "catalog": [{"endpoints": [{"name": "nova", "id": "3d8454da68254bc6a516a131008fb67b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9211b3d262064bfa9391453ab972f05c", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "0e3beea95f2a495f824a437b27d2a847", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "watcher", "id": "279a9df5787f4d359b9fc18d7790396b", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}, {"name": "watcher", "id": "4b56827c30994198810c77be57c677a9", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "14af7ff505d74f6cbe1201c8f7d6f5cc", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "glance", "id": "38e0a6bb531747c8b6e63fe70b2a3d17", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "cba67930e7d44be59ae20f6acecf8755", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "16656f2584d14095bb7f49f7a0726f52", "type": "image", "name": "glance"}, {"endpoints": [{"name": "barbican", "id": "077b854fad2e47f5be9afa51610376a2", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "3fd066ca39014daca5495afd727c5d9f", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "187b69fc1b3b4884bb1ff32f391a44a0", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "swift", "id": "3e8e0998eb0141f49ab2d069ea6db989", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}, {"name": "swift", "id": "ee457c86a5eb4ceb9c40b90322003d37", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_b8359b673086461ca9005a7504c25e43", "region": "regionOne"}], "id": "2e403eb554f34206a116ee2f1a5cdd43", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "placement", "id": "4df5ef9cdaeb4229bc6b20618df82a34", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "d6b8f2ded37e453eb4df511b01942fc2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "67b2cf825b37430997ac180adf1c032e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "6a3395efc05943cdb968a358e72c5797", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "3304630c2c1a4f7185e35763602cb92d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "da3e5bea76414d26998ff77c800a190d", "interface": "internal", "reg
2026-03-20 16:28:27,316 84 INFO [tempest.lib.common.fixed_network] (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy) Found network {'id': 'ddd372e5-b508-4d54-8abb-cb8bba281a3d', 'name': 'tempest-TestExecuteStrategies-209639971-network', 'tenant_id': 'b8359b673086461ca9005a7504c25e43', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b8359b673086461ca9005a7504c25e43', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58440, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-03-20T16:23:45Z', 'updated_at': '2026-03-20T16:23:45Z', 'revision_number': 1} available for tenant
2026-03-20 16:28:28,850 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.533s
2026-03-20 16:28:28,850 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-TestExecuteStrategies-server-2016365346", "imageRef": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "flavorRef": "276bd6c6-3767-4c55-8d2a-4f6dc68335ea", "networks": [{"uuid": "ddd372e5-b508-4d54-8abb-cb8bba281a3d"}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:28:27 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c499ab8-3dc1-452e-bfce-10870c0c0e1d', 'x-compute-request-id': 'req-4c499ab8-3dc1-452e-bfce-10870c0c0e1d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "3a388d8f-287f-4630-ad0c-4f8edfca38c1", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "8K7Kh2ELAqZa"}}'
2026-03-20 16:28:29,197 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1 0.343s
2026-03-20 16:28:29,197 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': 'Fri, 20 Mar 2026 16:28:28 GMT', 'server': 'Apache', 'content-length': '1363', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d54ccf75-acdc-476d-902e-052fa7d71380', 'x-compute-request-id': 'req-d54ccf75-acdc-476d-902e-052fa7d71380', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1'}
Body: b'{"server": {"id": "3a388d8f-287f-4630-ad0c-4f8edfca38c1", "name": "tempest-TestExecuteStrategies-server-2016365346", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:28Z", "updated": "2026-03-20T16:28:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:30,688 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1 0.477s
2026-03-20 16:28:30,688 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': 'Fri, 20 Mar 2026 16:28:30 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffc579ac-d45b-4c0e-a5e1-c0d898985056', 'x-compute-request-id': 'req-ffc579ac-d45b-4c0e-a5e1-c0d898985056', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1'}
Body: b'{"server": {"id": "3a388d8f-287f-4630-ad0c-4f8edfca38c1", "name": "tempest-TestExecuteStrategies-server-2016365346", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:28Z", "updated": "2026-03-20T16:28:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:30,700 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-03-20 16:28:32,118 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1 0.409s
2026-03-20 16:28:32,118 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': 'Fri, 20 Mar 2026 16:28:31 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2da2412-1903-4939-9883-0d85ab7391e5', 'x-compute-request-id': 'req-e2da2412-1903-4939-9883-0d85ab7391e5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1'}
Body: b'{"server": {"id": "3a388d8f-287f-4630-ad0c-4f8edfca38c1", "name": "tempest-TestExecuteStrategies-server-2016365346", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:28Z", "updated": "2026-03-20T16:28:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:35,202 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1 2.075s
2026-03-20 16:28:35,202 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': 'Fri, 20 Mar 2026 16:28:33 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ea55c17-8d1e-4a30-b3c6-1e1d66fabeff', 'x-compute-request-id': 'req-2ea55c17-8d1e-4a30-b3c6-1e1d66fabeff', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1'}
Body: b'{"server": {"id": "3a388d8f-287f-4630-ad0c-4f8edfca38c1", "name": "tempest-TestExecuteStrategies-server-2016365346", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:28Z", "updated": "2026-03-20T16:28:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:37,348 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1 1.129s
2026-03-20 16:28:37,349 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': 'Fri, 20 Mar 2026 16:28:36 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48c1f96a-5897-4d46-bdad-dc464e2fb32f', 'x-compute-request-id': 'req-48c1f96a-5897-4d46-bdad-dc464e2fb32f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1'}
Body: b'{"server": {"id": "3a388d8f-287f-4630-ad0c-4f8edfca38c1", "name": "tempest-TestExecuteStrategies-server-2016365346", "status": "BUILD", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:28Z", "updated": "2026-03-20T16:28:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:39,217 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1 0.860s
2026-03-20 16:28:39,217 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': 'Fri, 20 Mar 2026 16:28:38 GMT', 'server': 'Apache', 'content-length': '1649', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cf21a52-4aff-467e-a685-c42fe4a87c61', 'x-compute-request-id': 'req-8cf21a52-4aff-467e-a685-c42fe4a87c61', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1'}
Body: b'{"server": {"id": "3a388d8f-287f-4630-ad0c-4f8edfca38c1", "name": "tempest-TestExecuteStrategies-server-2016365346", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:28Z", "updated": "2026-03-20T16:28:36Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:41:03"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:28:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:39,225 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait
2026-03-20 16:28:39,640 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1 0.414s
2026-03-20 16:28:39,640 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': 'Fri, 20 Mar 2026 16:28:39 GMT', 'server': 'Apache', 'content-length': '1649', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92345d6d-ba9c-4561-8d1a-0b12b6ca3236', 'x-compute-request-id': 'req-92345d6d-ba9c-4561-8d1a-0b12b6ca3236', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1'}
Body: b'{"server": {"id": "3a388d8f-287f-4630-ad0c-4f8edfca38c1", "name": "tempest-TestExecuteStrategies-server-2016365346", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:28Z", "updated": "2026-03-20T16:28:36Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:41:03"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:28:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:40,352 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:test_execute_zone_migration_live_migration_strategy): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1 0.704s
2026-03-20 16:28:40,353 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': 'Fri, 20 Mar 2026 16:28:39 GMT', 'server': 'Apache', 'content-length': '2167', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bfad0be-ff55-495b-9f53-52f968802918', 'x-compute-request-id': 'req-9bfad0be-ff55-495b-9f53-52f968802918', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1'}
Body: b'{"server": {"id": "3a388d8f-287f-4630-ad0c-4f8edfca38c1", "name": "tempest-TestExecuteStrategies-server-2016365346", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:28Z", "updated": "2026-03-20T16:28:36Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:41:03"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:28:36.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-0000000a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-p76l8ijq", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecutestrategies-server-2016365346", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:40,365 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2EzODhkOGYtMjg3Zi00NjMwLWFkMGMtNGY4ZWRmY2EzOGMxIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTIwMzY1In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzODIwMzY1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjNhMzg4ZDhmLTI4N2YtNDYzMC1hZDBjLTRmOGVkZmNhMzhjMSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDEyMDM2NSJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzg1MDM2NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzYTM4OGQ4Zi0yODdmLTQ2MzAtYWQwYy00ZjhlZGZjYTM4YzEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQxMjAzNjUifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM4ODAzNjUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2EzODhkOGYtMjg3Zi00NjMwLWFkMGMtNGY4ZWRmY2EzOGMxIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTIwMzY1In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzOTEwMzY1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjNhMzg4ZDhmLTI4N2YtNDYzMC1hZDBjLTRmOGVkZmNhMzhjMSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDEyMDM2NSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM5NDAzNjUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2EzODhkOGYtMjg3Zi00NjMwLWFkMGMtNGY4ZWRmY2EzOGMxIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTIwMzY1In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzk3MDM2NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzYTM4OGQ4Zi0yODdmLTQ2MzAtYWQwYy00ZjhlZGZjYTM4YzEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQxMjAzNjUifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDI0MDAwMzY1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjNhMzg4ZDhmLTI4N2YtNDYzMC1hZDBjLTRmOGVkZmNhMzhjMSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDEyMDM2NSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjQwMzAzNjUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2EzODhkOGYtMjg3Zi00NjMwLWFkMGMtNGY4ZWRmY2EzOGMxIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTIwMzY1In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyNDA2MDM2NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzYTM4OGQ4Zi0yODdmLTQ2MzAtYWQwYy00ZjhlZGZjYTM4YzEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQxMjAzNjUifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDI0MDkwMzY1Cg==" | 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.224'
2026-03-20 16:28:40,366 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.224:22' as 'zuul' with password None
2026-03-20 16:28:40,385 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-03-20 16:28:40,454 84 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-20 16:28:40,457 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.224 successfully created
2026-03-20 16:28:41,204 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1 0.171s
2026-03-20 16:28:41,204 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': 'Fri, 20 Mar 2026 16:28:41 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d29ea36-4bcb-41da-bfeb-67ed49d1c482', 'x-compute-request-id': 'req-6d29ea36-4bcb-41da-bfeb-67ed49d1c482', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1'}
Body: b''
2026-03-20 16:28:42,786 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1 1.580s
2026-03-20 16:28:42,786 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': 'Fri, 20 Mar 2026 16:28:41 GMT', 'server': 'Apache', 'content-length': '1655', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-176896b8-91f9-4608-85f0-f3cd12669d14', 'x-compute-request-id': 'req-176896b8-91f9-4608-85f0-f3cd12669d14', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1'}
Body: b'{"server": {"id": "3a388d8f-287f-4630-ad0c-4f8edfca38c1", "name": "tempest-TestExecuteStrategies-server-2016365346", "status": "ACTIVE", "tenant_id": "b8359b673086461ca9005a7504c25e43", "user_id": "fce3fdda16334ed6bfd3d0eeb8d8d9b5", "metadata": {}, "hostId": "766db7f03b0534a7f5c5f5de48b2e1c31106d745fbf31a6f6adf5228", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:28:28Z", "updated": "2026-03-20T16:28:41Z", "addresses": {"tempest-TestExecuteStrategies-209639971-network": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:41:03"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:28:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:28:43,930 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1 0.127s
2026-03-20 16:28:43,930 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': 'Fri, 20 Mar 2026 16:28: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-3485d112-ffa4-4d1e-b016-3d0a638ae84e', 'x-compute-request-id': 'req-3485d112-ffa4-4d1e-b016-3d0a638ae84e', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a388d8f-287f-4630-ad0c-4f8edfca38c1'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3a388d8f-287f-4630-ad0c-4f8edfca38c1 could not be found."}}'
2026-03-20 16:28:44,560 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.629s
2026-03-20 16:28:44,561 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': 'Fri, 20 Mar 2026 16:28:43 GMT', 'server': 'Apache', 'content-length': '1148', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteStrategies-server-2016365346", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b8359b673086461ca9005a7504c25e43", "server_locked": false, "server_uuid": "3a388d8f-287f-4630-ad0c-4f8edfca38c1"}]}'
2026-03-20 16:28:44,648 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.086s
2026-03-20 16:28:44,648 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': 'Fri, 20 Mar 2026 16:28: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-0446ce4d-67d8-41fe-a5b5-4435fd5d09c3', 'x-compute-request-id': 'req-0446ce4d-67d8-41fe-a5b5-4435fd5d09c3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:29:00,278 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.606s
2026-03-20 16:29:00,279 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': 'Fri, 20 Mar 2026 16:28:59 GMT', 'server': 'Apache', 'content-length': '1148', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteStrategies-server-2016365346", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b8359b673086461ca9005a7504c25e43", "server_locked": false, "server_uuid": "3a388d8f-287f-4630-ad0c-4f8edfca38c1"}]}'
2026-03-20 16:29:15,894 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.600s
2026-03-20 16:29:15,895 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': 'Fri, 20 Mar 2026 16:29:15 GMT', 'server': 'Apache', 'content-length': '1148', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteStrategies-server-2016365346", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b8359b673086461ca9005a7504c25e43", "server_locked": false, "server_uuid": "3a388d8f-287f-4630-ad0c-4f8edfca38c1"}]}'
2026-03-20 16:29:31,550 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.641s
2026-03-20 16:29:31,550 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': 'Fri, 20 Mar 2026 16:29:30 GMT', 'server': 'Apache', 'content-length': '1148', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteStrategies-server-2016365346", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b8359b673086461ca9005a7504c25e43", "server_locked": false, "server_uuid": "3a388d8f-287f-4630-ad0c-4f8edfca38c1"}]}'
2026-03-20 16:29:47,158 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.593s
2026-03-20 16:29:47,158 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': 'Fri, 20 Mar 2026 16:29:46 GMT', 'server': 'Apache', 'content-length': '805', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:29:47,349 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteStrategies:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.190s
2026-03-20 16:29:47,349 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': 'Fri, 20 Mar 2026 16:29:47 GMT', 'server': 'Apache', 'content-length': '1297', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66777719-011d-4972-9ece-924f507b4ba7', 'x-compute-request-id': 'req-66777719-011d-4972-9ece-924f507b4ba7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:29:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:29:46.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:29:46.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:29:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:29:41.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_strategies.py", line 160, in test_execute_zone_migration_live_migration_strategy
instances = self._create_one_instance_per_host_with_statistic()
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 270, in _create_one_instance_per_host_with_statistic
self.make_instance_statistic(instance, metrics=metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 388, in make_instance_statistic
self.make_instance_statistic_prometheus(instance)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 516, in make_instance_statistic_prometheus
self.prometheus_client.add_measures(data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/metric/prometheus_client.py", line 141, in add_measures
out = self.client.exec_cmd(cmd, input_data=input_data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/base.py", line 314, in exec_cmd
return super(SshCmdClient, self).exec_command(cmd=cmd_str)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/ssh.py", line 238, in exec_command
raise exceptions.SSHExecCommandFailed(
neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2EzODhkOGYtMjg3Zi00NjMwLWFkMGMtNGY4ZWRmY2EzOGMxIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTIwMzY1In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzODIwMzY1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjNhMzg4ZDhmLTI4N2YtNDYzMC1hZDBjLTRmOGVkZmNhMzhjMSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDEyMDM2NSJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzg1MDM2NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzYTM4OGQ4Zi0yODdmLTQ2MzAtYWQwYy00ZjhlZGZjYTM4YzEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQxMjAzNjUifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM4ODAzNjUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2EzODhkOGYtMjg3Zi00NjMwLWFkMGMtNGY4ZWRmY2EzOGMxIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTIwMzY1In0gOTYwMDAwMDAwMDEuMCAxNzc0MDIzOTEwMzY1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjNhMzg4ZDhmLTI4N2YtNDYzMC1hZDBjLTRmOGVkZmNhMzhjMSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDEyMDM2NSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjM5NDAzNjUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2EzODhkOGYtMjg3Zi00NjMwLWFkMGMtNGY4ZWRmY2EzOGMxIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTIwMzY1In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyMzk3MDM2NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzYTM4OGQ4Zi0yODdmLTQ2MzAtYWQwYy00ZjhlZGZjYTM4YzEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQxMjAzNjUifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDI0MDAwMzY1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjNhMzg4ZDhmLTI4N2YtNDYzMC1hZDBjLTRmOGVkZmNhMzhjMSIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDEyMDM2NSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjQwMzAzNjUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iM2EzODhkOGYtMjg3Zi00NjMwLWFkMGMtNGY4ZWRmY2EzOGMxIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MTIwMzY1In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyNDA2MDM2NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzYTM4OGQ4Zi0yODdmLTQ2MzAtYWQwYy00ZjhlZGZjYTM4YzEiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQxMjAzNjUifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDI0MDkwMzY1Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' failed, exit status: 1, stderr:
FAILED: server returned HTTP status 404 Not Found: 404 page not found
command terminated with exit code 1
stdout:
Parsing standard input
|
||||||
| watcher_tempest_plugin.tests.scenario.test_execute_vm_workload_consolidation.TestExecuteVmWorkloadBalanceStrategy | 1 | 0 | 1 | 0 | 0 | Detail | |
test_execute_vm_workload_consolidation_action_plan |
fail
ft5.1: watcher_tempest_plugin.tests.scenario.test_execute_vm_workload_consolidation.TestExecuteVmWorkloadBalanceStrategy.test_execute_vm_workload_consolidation_action_plantesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-20 16:30:28,814 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.084s
2026-03-20 16:30:28,814 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': 'Fri, 20 Mar 2026 16:30:28 GMT', 'server': 'Apache', 'content-length': '1297', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffd2a6cf-f0e6-4b99-9955-386664d63e34', 'x-compute-request-id': 'req-ffd2a6cf-f0e6-4b99-9955-386664d63e34', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:30:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:30:26.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:30:26.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:30:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:30:22.000000", "disabled_reason": null, "forced_down": false}]}'
2026-03-20 16:30:28,918 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.099s
2026-03-20 16:30:28,919 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': 'Fri, 20 Mar 2026 16:30:28 GMT', 'server': 'Apache', 'content-length': '15', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08307cef-6d63-4039-8ef4-4e9c4e624570', 'x-compute-request-id': 'req-08307cef-6d63-4039-8ef4-4e9c4e624570', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:30:29,085 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.154s
2026-03-20 16:30:29,085 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': 'Fri, 20 Mar 2026 16:30:28 GMT', 'server': 'Apache', 'content-length': '3443', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4b0d15e-4248-48ea-aff3-358311f853f0', 'x-compute-request-id': 'req-d4b0d15e-4248-48ea-aff3-358311f853f0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "4554ac16-da24-4ac3-9051-8205e6c95f80", "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": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["hypervisor", "xsaveerptr", "aes", "apic", "cmov", "arat", "ibrs", "fpu", "ssbd", "sse4.2", "mds-no", "adx", "pse", "rdseed", "pschange-mc-no", "movbe", "avx", "sse", "de", "fma", "cr8legacy", "rdpid", "tsc", "lbrv", "mmxext", "bmi2", "msr", "pni", "pat", "amd-stibp", "clflush", "sse2", "lahf_lm", "syscall", "mtrr", "pge", "umip", "fxsr_opt", "mce", "clwb", "ssse3", "cx16", "cx8", "perfctr_core", "sep", "rdtscp", "pse36", "abm", "vmcb-clean", "pclmuldq", "vme", "sse4a", "arch-capabilities", "f16c", "pdpe1gb", "smep", "amd-ssbd", "smap", "topoext", "skip-l1dfl-vmentry", "clflushopt", "sse4.1", "tsc_adjust", "pause-filter", "svm", "osvw", "lm", "nx", "ibpb", "xsave", "xsavec", "mca", "bmi1", "fxsr", "svme-addr-chk", "wbnoinvd", "avx2", "tsc-deadline", "tsc-scale", "pae", "npt", "misalignsse", "spec-ctrl", "sha-ni", "rdrand", "xsaveopt", "stibp", "3dnowprefetch", "xgetbv1", "nrip-save", "popcnt", "rdctl-no", "x2apic", "pfthreshold", "virt-ssbd", "mmx", "clzero", "fsgsbase"]}}, {"id": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "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": "8207256d-5b9e-44ef-b063-6692ee5ba872", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pat", "mds-no", "mmx", "sse4.1", "tsc-deadline", "wbnoinvd", "rdrand", "svm", "amd-stibp", "tsc_adjust", "rdseed", "clwb", "pfthreshold", "cr8legacy", "ibrs", "misalignsse", "apic", "bmi2", "tsc", "sse", "amd-ssbd", "avx", "pae", "cx16", "nx", "clflushopt", "fma", "bmi1", "ssse3", "skip-l1dfl-vmentry", "movbe", "smap", "cmov", "avx2", "fxsr_opt", "pclmuldq", "adx", "fpu", "rdctl-no", "pdpe1gb", "virt-ssbd", "rdpid", "ssbd", "ibpb", "sse2", "xsave", "stibp", "npt", "sse4a", "lahf_lm", "osvw", "pse36", "pge", "smep", "de", "pause-filter", "mmxext", "pni", "xsaveerptr", "nrip-save", "tsc-scale", "pschange-mc-no", "xsaveopt", "mtrr", "fsgsbase", "syscall", "mca", "svme-addr-chk", "vmcb-clean", "x2apic", "xgetbv1", "rdtscp", "sep", "clzero", "spec-ctrl", "arch-capabilities", "umip", "cx8", "xsavec", "3dnowprefetch", "popcnt", "lm", "msr", "hypervisor", "mce", "f16c", "pse", "lbrv", "perfctr_core", "fxsr", "arat", "vme", "clflush", "aes", "topoext", "sse4.2", "abm", "sha-ni"]}}]}'
2026-03-20 16:30:29,195 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits 0.105s
2026-03-20 16:30:29,195 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': 'Fri, 20 Mar 2026 16:30:29 GMT', 'server': 'Apache', 'last-modified': 'Fri, 20 Mar 2026 15:49:38 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-ad0cad34-b621-42ce-ad41-250858f8cb6c', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=ad2eef2769966a94330897ba42a0eb28; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits'}
Body: b'{"traits": ["COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_VIF_MODEL_VIRTIO", "HW_CPU_X86_SSE", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_DEVICE_TAGGING", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_ACCELERATORS", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_SECURITY_TPM_1_2", "COMPUTE_NET_ATTACH_INTERFACE", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSE2", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_VIRTIO"], "resource_provider_generation": 6}'
2026-03-20 16:30:29,542 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.342s
2026-03-20 16:30:29,543 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:30:29 GMT', 'server': 'Apache', 'content-length': '5245', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e1915d3e-9dbc-4813-b5c7-102418072f50', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f6e06a1a1ed96858cbd37dd918daa449; 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": "720998b3f0ef48daaafd95cc9534f883", "name": "tempest-TestExecuteVmWorkloadBalanceStrategy-951562557-project-member", "password_expires_at": null}, "audit_ids": ["o-76Y2B6QAiQG6LXrxufZQ"], "expires_at": "2026-03-20T17:30:29.000000Z", "issued_at": "2026-03-20T16:30:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "374e875a396440689dd70fd02c351294", "name": "tempest-TestExecuteVmWorkloadBalanceStrategy-951562557"}, "is_domain": false, "roles": [{"id": "ac8f1b5b8a1b4969b1641128f75cd782", "name": "member"}, {"id": "5df2a08cded043f3a2ae87b74ec22969", "name": "reader"}], "catalog": [{"endpoints": [{"name": "nova", "id": "3d8454da68254bc6a516a131008fb67b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9211b3d262064bfa9391453ab972f05c", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "0e3beea95f2a495f824a437b27d2a847", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "watcher", "id": "279a9df5787f4d359b9fc18d7790396b", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}, {"name": "watcher", "id": "4b56827c30994198810c77be57c677a9", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "14af7ff505d74f6cbe1201c8f7d6f5cc", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "glance", "id": "38e0a6bb531747c8b6e63fe70b2a3d17", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "cba67930e7d44be59ae20f6acecf8755", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "16656f2584d14095bb7f49f7a0726f52", "type": "image", "name": "glance"}, {"endpoints": [{"name": "barbican", "id": "077b854fad2e47f5be9afa51610376a2", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "3fd066ca39014daca5495afd727c5d9f", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "187b69fc1b3b4884bb1ff32f391a44a0", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "swift", "id": "3e8e0998eb0141f49ab2d069ea6db989", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_374e875a396440689dd70fd02c351294", "region": "regionOne"}, {"name": "swift", "id": "ee457c86a5eb4ceb9c40b90322003d37", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_374e875a396440689dd70fd02c351294", "region": "regionOne"}], "id": "2e403eb554f34206a116ee2f1a5cdd43", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "placement", "id": "4df5ef9cdaeb4229bc6b20618df82a34", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "d6b8f2ded37e453eb4df511b01942fc2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "67b2cf825b37430997ac180adf1c032e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "6a3395efc05943cdb968a358e72c5797", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "3304630c2c1a4f7185e35763602cb92d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "da3e5bea76414d26998ff77c800a190d", "
2026-03-20 16:30:29,543 84 INFO [tempest.lib.common.fixed_network] (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan) Found network {'id': '6a381587-12f0-4ab8-9e72-2b3a2f9222ca', 'name': 'tempest-TestExecuteVmWorkloadBalanceStrategy-809793742-network', 'tenant_id': '374e875a396440689dd70fd02c351294', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '374e875a396440689dd70fd02c351294', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41287, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-03-20T16:30:04Z', 'updated_at': '2026-03-20T16:30:04Z', 'revision_number': 1} available for tenant
2026-03-20 16:30:31,756 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.211s
2026-03-20 16:30:31,757 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-TestExecuteVmWorkloadBalanceStrategy-server-828597716", "imageRef": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "flavorRef": "276bd6c6-3767-4c55-8d2a-4f6dc68335ea", "networks": [{"uuid": "6a381587-12f0-4ab8-9e72-2b3a2f9222ca"}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:30:29 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-259c5f3c-ce2a-4870-82a8-3148a9caa1cc', 'x-compute-request-id': 'req-259c5f3c-ce2a-4870-82a8-3148a9caa1cc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "f905c41b-5c90-480c-b0cd-a84a1d67dc1f", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HfF3HGM6mK2P"}}'
2026-03-20 16:30:32,626 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f 0.865s
2026-03-20 16:30:32,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': 'Fri, 20 Mar 2026 16:30:31 GMT', 'server': 'Apache', 'content-length': '1377', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07d6b8e7-432e-4647-a50b-90541844120e', 'x-compute-request-id': 'req-07d6b8e7-432e-4647-a50b-90541844120e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f'}
Body: b'{"server": {"id": "f905c41b-5c90-480c-b0cd-a84a1d67dc1f", "name": "tempest-TestExecuteVmWorkloadBalanceStrategy-server-828597716", "status": "BUILD", "tenant_id": "374e875a396440689dd70fd02c351294", "user_id": "720998b3f0ef48daaafd95cc9534f883", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:30:31Z", "updated": "2026-03-20T16:30:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:30:33,864 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f 0.228s
2026-03-20 16:30:33,865 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': 'Fri, 20 Mar 2026 16:30:33 GMT', 'server': 'Apache', 'content-length': '1435', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e101fa45-cab6-4e5c-af86-a9acef6623fa', 'x-compute-request-id': 'req-e101fa45-cab6-4e5c-af86-a9acef6623fa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f'}
Body: b'{"server": {"id": "f905c41b-5c90-480c-b0cd-a84a1d67dc1f", "name": "tempest-TestExecuteVmWorkloadBalanceStrategy-server-828597716", "status": "BUILD", "tenant_id": "374e875a396440689dd70fd02c351294", "user_id": "720998b3f0ef48daaafd95cc9534f883", "metadata": {}, "hostId": "0e4d2675d667d7caff3148836224a803d80969fe7b38e9a3bc8618cc", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:30:31Z", "updated": "2026-03-20T16:30:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:30:33,871 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-03-20 16:30:35,334 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f 0.461s
2026-03-20 16:30:35,335 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': 'Fri, 20 Mar 2026 16:30:34 GMT', 'server': 'Apache', 'content-length': '1477', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-153ff084-66fa-461e-9c25-88f882f9acee', 'x-compute-request-id': 'req-153ff084-66fa-461e-9c25-88f882f9acee', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f'}
Body: b'{"server": {"id": "f905c41b-5c90-480c-b0cd-a84a1d67dc1f", "name": "tempest-TestExecuteVmWorkloadBalanceStrategy-server-828597716", "status": "BUILD", "tenant_id": "374e875a396440689dd70fd02c351294", "user_id": "720998b3f0ef48daaafd95cc9534f883", "metadata": {}, "hostId": "0e4d2675d667d7caff3148836224a803d80969fe7b38e9a3bc8618cc", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:30:31Z", "updated": "2026-03-20T16:30:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:30:37,116 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f 0.765s
2026-03-20 16:30:37,116 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': 'Fri, 20 Mar 2026 16:30:36 GMT', 'server': 'Apache', 'content-length': '1477', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2d7a0df-2681-4b8f-a0d1-abc5c925fa7d', 'x-compute-request-id': 'req-d2d7a0df-2681-4b8f-a0d1-abc5c925fa7d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f'}
Body: b'{"server": {"id": "f905c41b-5c90-480c-b0cd-a84a1d67dc1f", "name": "tempest-TestExecuteVmWorkloadBalanceStrategy-server-828597716", "status": "BUILD", "tenant_id": "374e875a396440689dd70fd02c351294", "user_id": "720998b3f0ef48daaafd95cc9534f883", "metadata": {}, "hostId": "0e4d2675d667d7caff3148836224a803d80969fe7b38e9a3bc8618cc", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:30:31Z", "updated": "2026-03-20T16:30:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:30:38,807 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f 0.680s
2026-03-20 16:30:38,807 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': 'Fri, 20 Mar 2026 16:30:38 GMT', 'server': 'Apache', 'content-length': '1679', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86e0b2de-f5e3-4143-abb8-0186deb770a7', 'x-compute-request-id': 'req-86e0b2de-f5e3-4143-abb8-0186deb770a7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f'}
Body: b'{"server": {"id": "f905c41b-5c90-480c-b0cd-a84a1d67dc1f", "name": "tempest-TestExecuteVmWorkloadBalanceStrategy-server-828597716", "status": "ACTIVE", "tenant_id": "374e875a396440689dd70fd02c351294", "user_id": "720998b3f0ef48daaafd95cc9534f883", "metadata": {}, "hostId": "0e4d2675d667d7caff3148836224a803d80969fe7b38e9a3bc8618cc", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:30:31Z", "updated": "2026-03-20T16:30:37Z", "addresses": {"tempest-TestExecuteVmWorkloadBalanceStrategy-809793742-network": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:f5:11"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:30:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:30:38,814 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait
2026-03-20 16:30:39,303 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f 0.489s
2026-03-20 16:30:39,304 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': 'Fri, 20 Mar 2026 16:30:38 GMT', 'server': 'Apache', 'content-length': '1679', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd6d7b4e-e127-4a5d-a875-5f56ce65ece6', 'x-compute-request-id': 'req-fd6d7b4e-e127-4a5d-a875-5f56ce65ece6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f'}
Body: b'{"server": {"id": "f905c41b-5c90-480c-b0cd-a84a1d67dc1f", "name": "tempest-TestExecuteVmWorkloadBalanceStrategy-server-828597716", "status": "ACTIVE", "tenant_id": "374e875a396440689dd70fd02c351294", "user_id": "720998b3f0ef48daaafd95cc9534f883", "metadata": {}, "hostId": "0e4d2675d667d7caff3148836224a803d80969fe7b38e9a3bc8618cc", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:30:31Z", "updated": "2026-03-20T16:30:37Z", "addresses": {"tempest-TestExecuteVmWorkloadBalanceStrategy-809793742-network": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:f5:11"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:30:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:30:39,775 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:test_execute_vm_workload_consolidation_action_plan): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f 0.463s
2026-03-20 16:30:39,775 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': 'Fri, 20 Mar 2026 16:30:39 GMT', 'server': 'Apache', 'content-length': '2211', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67f0b136-63b3-4b75-a15b-437be56c1b38', 'x-compute-request-id': 'req-67f0b136-63b3-4b75-a15b-437be56c1b38', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f'}
Body: b'{"server": {"id": "f905c41b-5c90-480c-b0cd-a84a1d67dc1f", "name": "tempest-TestExecuteVmWorkloadBalanceStrategy-server-828597716", "status": "ACTIVE", "tenant_id": "374e875a396440689dd70fd02c351294", "user_id": "720998b3f0ef48daaafd95cc9534f883", "metadata": {}, "hostId": "0e4d2675d667d7caff3148836224a803d80969fe7b38e9a3bc8618cc", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:30:31Z", "updated": "2026-03-20T16:30:37Z", "addresses": {"tempest-TestExecuteVmWorkloadBalanceStrategy-809793742-network": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:f5:11"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:30:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-1dgeizmt", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecutevmworkloadbalancestrategy-server-828597716", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-03-20 16:30:39,786 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjkwNWM0MWItNWM5MC00ODBjLWIwY2QtYTg0YTFkNjdkYzFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MjM5Nzg2In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzOTM5Nzg2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImY5MDVjNDFiLTVjOTAtNDgwYy1iMGNkLWE4NGExZDY3ZGMxZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDIzOTc4NiJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzk2OTc4NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmOTA1YzQxYi01YzkwLTQ4MGMtYjBjZC1hODRhMWQ2N2RjMWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQyMzk3ODYifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM5OTk3ODYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjkwNWM0MWItNWM5MC00ODBjLWIwY2QtYTg0YTFkNjdkYzFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MjM5Nzg2In0gOTYwMDAwMDAwMDEuMCAxNzc0MDI0MDI5Nzg2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImY5MDVjNDFiLTVjOTAtNDgwYy1iMGNkLWE4NGExZDY3ZGMxZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDIzOTc4NiJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjQwNTk3ODYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjkwNWM0MWItNWM5MC00ODBjLWIwY2QtYTg0YTFkNjdkYzFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MjM5Nzg2In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyNDA4OTc4NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmOTA1YzQxYi01YzkwLTQ4MGMtYjBjZC1hODRhMWQ2N2RjMWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQyMzk3ODYifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDI0MTE5Nzg2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImY5MDVjNDFiLTVjOTAtNDgwYy1iMGNkLWE4NGExZDY3ZGMxZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDIzOTc4NiJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjQxNDk3ODYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjkwNWM0MWItNWM5MC00ODBjLWIwY2QtYTg0YTFkNjdkYzFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MjM5Nzg2In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyNDE3OTc4NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmOTA1YzQxYi01YzkwLTQ4MGMtYjBjZC1hODRhMWQ2N2RjMWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQyMzk3ODYifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDI0MjA5Nzg2Cg==" | 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.224'
2026-03-20 16:30:39,786 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.224:22' as 'zuul' with password None
2026-03-20 16:30:39,802 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-03-20 16:30:39,860 84 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-20 16:30:39,861 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.224 successfully created
2026-03-20 16:30:40,536 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f 0.135s
2026-03-20 16:30:40,537 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': 'Fri, 20 Mar 2026 16:30: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-b64946a9-466e-494d-88f7-cd8d0e4af7c5', 'x-compute-request-id': 'req-b64946a9-466e-494d-88f7-cd8d0e4af7c5', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f'}
Body: b''
2026-03-20 16:30:42,995 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f 2.456s
2026-03-20 16:30:42,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': 'Fri, 20 Mar 2026 16:30:40 GMT', 'server': 'Apache', 'content-length': '1685', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10a6e7c1-7800-4bb3-812f-1d8131a67e77', 'x-compute-request-id': 'req-10a6e7c1-7800-4bb3-812f-1d8131a67e77', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f'}
Body: b'{"server": {"id": "f905c41b-5c90-480c-b0cd-a84a1d67dc1f", "name": "tempest-TestExecuteVmWorkloadBalanceStrategy-server-828597716", "status": "ACTIVE", "tenant_id": "374e875a396440689dd70fd02c351294", "user_id": "720998b3f0ef48daaafd95cc9534f883", "metadata": {}, "hostId": "0e4d2675d667d7caff3148836224a803d80969fe7b38e9a3bc8618cc", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:30:31Z", "updated": "2026-03-20T16:30:40Z", "addresses": {"tempest-TestExecuteVmWorkloadBalanceStrategy-809793742-network": [{"version": 4, "addr": "10.100.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:f5:11"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:30:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:30:44,126 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f 0.116s
2026-03-20 16:30:44,126 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': 'Fri, 20 Mar 2026 16:30:44 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-f0b0890c-8b28-4c5b-ad52-40f05cf90ee7', 'x-compute-request-id': 'req-f0b0890c-8b28-4c5b-ad52-40f05cf90ee7', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f905c41b-5c90-480c-b0cd-a84a1d67dc1f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance f905c41b-5c90-480c-b0cd-a84a1d67dc1f could not be found."}}'
2026-03-20 16:30:44,748 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.620s
2026-03-20 16:30:44,748 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': 'Fri, 20 Mar 2026 16:30:44 GMT', 'server': 'Apache', 'content-length': '1162', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteVmWorkloadBalanceStrategy-server-828597716", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "374e875a396440689dd70fd02c351294", "server_locked": false, "server_uuid": "f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:30:44,890 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.141s
2026-03-20 16:30:44,891 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': 'Fri, 20 Mar 2026 16:30: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-8cf484a1-9613-47ec-b5e5-ed1b8fe881f4', 'x-compute-request-id': 'req-8cf484a1-9613-47ec-b5e5-ed1b8fe881f4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:31:00,626 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.708s
2026-03-20 16:31:00,627 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': 'Fri, 20 Mar 2026 16:30:59 GMT', 'server': 'Apache', 'content-length': '1162', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteVmWorkloadBalanceStrategy-server-828597716", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "374e875a396440689dd70fd02c351294", "server_locked": false, "server_uuid": "f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:31:16,264 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.621s
2026-03-20 16:31:16,264 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': 'Fri, 20 Mar 2026 16:31:15 GMT', 'server': 'Apache', 'content-length': '1162', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteVmWorkloadBalanceStrategy-server-828597716", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "374e875a396440689dd70fd02c351294", "server_locked": false, "server_uuid": "f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:31:31,900 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.621s
2026-03-20 16:31:31,900 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': 'Fri, 20 Mar 2026 16:31:31 GMT', 'server': 'Apache', 'content-length': '1162', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteVmWorkloadBalanceStrategy-server-828597716", "server_state": "active", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "374e875a396440689dd70fd02c351294", "server_locked": false, "server_uuid": "f905c41b-5c90-480c-b0cd-a84a1d67dc1f"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:31:47,563 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.646s
2026-03-20 16:31:47,563 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': 'Fri, 20 Mar 2026 16:31:46 GMT', 'server': 'Apache', 'content-length': '805', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:31:47,666 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteVmWorkloadBalanceStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.102s
2026-03-20 16:31:47,666 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': 'Fri, 20 Mar 2026 16:31:47 GMT', 'server': 'Apache', 'content-length': '1297', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df922b21-5d25-49f5-8140-3b91011e9fb1', 'x-compute-request-id': 'req-df922b21-5d25-49f5-8140-3b91011e9fb1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:31:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:31:46.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:31:46.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:31:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:31:41.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_vm_workload_consolidation.py", line 74, in test_execute_vm_workload_consolidation_action_plan
instances = self._create_one_instance_per_host_with_statistic(metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 270, in _create_one_instance_per_host_with_statistic
self.make_instance_statistic(instance, metrics=metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 388, in make_instance_statistic
self.make_instance_statistic_prometheus(instance)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 516, in make_instance_statistic_prometheus
self.prometheus_client.add_measures(data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/metric/prometheus_client.py", line 141, in add_measures
out = self.client.exec_cmd(cmd, input_data=input_data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/base.py", line 314, in exec_cmd
return super(SshCmdClient, self).exec_command(cmd=cmd_str)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/ssh.py", line 238, in exec_command
raise exceptions.SSHExecCommandFailed(
neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjkwNWM0MWItNWM5MC00ODBjLWIwY2QtYTg0YTFkNjdkYzFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MjM5Nzg2In0gMjQwMDAwMDAwMDEuMCAxNzc0MDIzOTM5Nzg2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImY5MDVjNDFiLTVjOTAtNDgwYy1iMGNkLWE4NGExZDY3ZGMxZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDIzOTc4NiJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyMzk2OTc4NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmOTA1YzQxYi01YzkwLTQ4MGMtYjBjZC1hODRhMWQ2N2RjMWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQyMzk3ODYifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjM5OTk3ODYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjkwNWM0MWItNWM5MC00ODBjLWIwY2QtYTg0YTFkNjdkYzFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MjM5Nzg2In0gOTYwMDAwMDAwMDEuMCAxNzc0MDI0MDI5Nzg2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImY5MDVjNDFiLTVjOTAtNDgwYy1iMGNkLWE4NGExZDY3ZGMxZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDIzOTc4NiJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjQwNTk3ODYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjkwNWM0MWItNWM5MC00ODBjLWIwY2QtYTg0YTFkNjdkYzFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MjM5Nzg2In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyNDA4OTc4NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmOTA1YzQxYi01YzkwLTQ4MGMtYjBjZC1hODRhMWQ2N2RjMWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQyMzk3ODYifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDI0MTE5Nzg2CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9ImY5MDVjNDFiLTVjOTAtNDgwYy1iMGNkLWE4NGExZDY3ZGMxZiIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDIzOTc4NiJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjQxNDk3ODYKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iZjkwNWM0MWItNWM5MC00ODBjLWIwY2QtYTg0YTFkNjdkYzFmIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MjM5Nzg2In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyNDE3OTc4NgpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSJmOTA1YzQxYi01YzkwLTQ4MGMtYjBjZC1hODRhMWQ2N2RjMWYiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQyMzk3ODYifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDI0MjA5Nzg2Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' failed, exit status: 1, stderr:
FAILED: server returned HTTP status 404 Not Found: 404 page not found
command terminated with exit code 1
stdout:
Parsing standard input
|
||||||
| watcher_tempest_plugin.tests.scenario.test_execute_workload_balancing.TestExecuteWorkloadBalancingStrategy | 1 | 0 | 1 | 0 | 0 | Detail | |
test_execute_workload_stabilization |
fail
ft6.1: watcher_tempest_plugin.tests.scenario.test_execute_workload_balancing.TestExecuteWorkloadBalancingStrategy.test_execute_workload_stabilizationtesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-20 16:32:30,776 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.092s
2026-03-20 16:32:30,777 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': 'Fri, 20 Mar 2026 16:32:30 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-6a465ba7-2506-4371-becb-f171b718de4c', 'x-compute-request-id': 'req-6a465ba7-2506-4371-becb-f171b718de4c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:32:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:32:26.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:32:26.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:32:22.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:32:21.000000", "disabled_reason": null, "forced_down": false}]}'
2026-03-20 16:32:30,880 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.100s
2026-03-20 16:32:30,880 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': 'Fri, 20 Mar 2026 16:32:30 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-db0619b6-bc7c-4b76-a216-a044b200337d', 'x-compute-request-id': 'req-db0619b6-bc7c-4b76-a216-a044b200337d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:32:31,012 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-hypervisors/detail 0.124s
2026-03-20 16:32:31,013 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': 'Fri, 20 Mar 2026 16:32:30 GMT', 'server': 'Apache', 'content-length': '3443', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10e43174-1f8a-44a8-a5b3-d904bdd5aeff', 'x-compute-request-id': 'req-10e43174-1f8a-44a8-a5b3-d904bdd5aeff', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "4554ac16-da24-4ac3-9051-8205e6c95f80", "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": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "host": "compute-0.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["hypervisor", "xsaveerptr", "aes", "apic", "cmov", "arat", "ibrs", "fpu", "ssbd", "sse4.2", "mds-no", "adx", "pse", "rdseed", "pschange-mc-no", "movbe", "avx", "sse", "de", "fma", "cr8legacy", "rdpid", "tsc", "lbrv", "mmxext", "bmi2", "msr", "pni", "pat", "amd-stibp", "clflush", "sse2", "lahf_lm", "syscall", "mtrr", "pge", "umip", "fxsr_opt", "mce", "clwb", "ssse3", "cx16", "cx8", "perfctr_core", "sep", "rdtscp", "pse36", "abm", "vmcb-clean", "pclmuldq", "vme", "sse4a", "arch-capabilities", "f16c", "pdpe1gb", "smep", "amd-ssbd", "smap", "topoext", "skip-l1dfl-vmentry", "clflushopt", "sse4.1", "tsc_adjust", "pause-filter", "svm", "osvw", "lm", "nx", "ibpb", "xsave", "xsavec", "mca", "bmi1", "fxsr", "svme-addr-chk", "wbnoinvd", "avx2", "tsc-deadline", "tsc-scale", "pae", "npt", "misalignsse", "spec-ctrl", "sha-ni", "rdrand", "xsaveopt", "stibp", "3dnowprefetch", "xgetbv1", "nrip-save", "popcnt", "rdctl-no", "x2apic", "pfthreshold", "virt-ssbd", "mmx", "clzero", "fsgsbase"]}}, {"id": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "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": "8207256d-5b9e-44ef-b063-6692ee5ba872", "host": "compute-1.ctlplane.example.com", "disabled_reason": null}, "vcpus": 8, "memory_mb": 7679, "local_gb": 79, "vcpus_used": 0, "memory_mb_used": 512, "local_gb_used": 0, "free_ram_mb": 7167, "free_disk_gb": 79, "current_workload": 0, "running_vms": 0, "disk_available_least": 73, "cpu_info": {"arch": "x86_64", "model": "EPYC-Rome-v4", "vendor": "AMD", "topology": {"cells": 1, "sockets": 8, "cores": 1, "threads": 1}, "features": ["pat", "mds-no", "mmx", "sse4.1", "tsc-deadline", "wbnoinvd", "rdrand", "svm", "amd-stibp", "tsc_adjust", "rdseed", "clwb", "pfthreshold", "cr8legacy", "ibrs", "misalignsse", "apic", "bmi2", "tsc", "sse", "amd-ssbd", "avx", "pae", "cx16", "nx", "clflushopt", "fma", "bmi1", "ssse3", "skip-l1dfl-vmentry", "movbe", "smap", "cmov", "avx2", "fxsr_opt", "pclmuldq", "adx", "fpu", "rdctl-no", "pdpe1gb", "virt-ssbd", "rdpid", "ssbd", "ibpb", "sse2", "xsave", "stibp", "npt", "sse4a", "lahf_lm", "osvw", "pse36", "pge", "smep", "de", "pause-filter", "mmxext", "pni", "xsaveerptr", "nrip-save", "tsc-scale", "pschange-mc-no", "xsaveopt", "mtrr", "fsgsbase", "syscall", "mca", "svme-addr-chk", "vmcb-clean", "x2apic", "xgetbv1", "rdtscp", "sep", "clzero", "spec-ctrl", "arch-capabilities", "umip", "cx8", "xsavec", "3dnowprefetch", "popcnt", "lm", "msr", "hypervisor", "mce", "f16c", "pse", "lbrv", "perfctr_core", "fxsr", "arat", "vme", "clflush", "aes", "topoext", "sse4.2", "abm", "sha-ni"]}}]}'
2026-03-20 16:32:31,108 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 200 GET https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits 0.091s
2026-03-20 16:32:31,108 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': 'Fri, 20 Mar 2026 16:32:31 GMT', 'server': 'Apache', 'last-modified': 'Fri, 20 Mar 2026 15:49:38 GMT', 'content-length': '1403', 'cache-control': 'no-cache', 'openstack-api-version': 'placement 1.29', 'vary': 'openstack-api-version', 'x-openstack-request-id': 'req-3335066e-0bb0-49b2-a7a5-be708af01062', 'content-type': 'application/json', 'set-cookie': 'a0787c90e7299024e7525b97b3d9ea96=ad2eef2769966a94330897ba42a0eb28; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://placement-public-openstack.apps-crc.testing/resource_providers/4554ac16-da24-4ac3-9051-8205e6c95f80/traits'}
Body: b'{"traits": ["COMPUTE_IMAGE_TYPE_QCOW2", "COMPUTE_IMAGE_TYPE_ARI", "COMPUTE_NET_VIF_MODEL_RTL8139", "COMPUTE_TRUSTED_CERTS", "COMPUTE_GRAPHICS_MODEL_VIRTIO", "COMPUTE_VOLUME_EXTEND", "COMPUTE_NET_VIF_MODEL_VIRTIO", "HW_CPU_X86_SSE", "COMPUTE_VIOMMU_MODEL_AUTO", "COMPUTE_SECURITY_UEFI_SECURE_BOOT", "COMPUTE_NET_VIF_MODEL_E1000E", "COMPUTE_NET_VIF_MODEL_NE2K_PCI", "HW_CPU_X86_MMX", "COMPUTE_STORAGE_BUS_USB", "COMPUTE_VIOMMU_MODEL_INTEL", "COMPUTE_VOLUME_MULTI_ATTACH", "COMPUTE_DEVICE_TAGGING", "COMPUTE_NET_VIF_MODEL_SPAPR_VLAN", "COMPUTE_IMAGE_TYPE_AKI", "COMPUTE_RESCUE_BFV", "COMPUTE_GRAPHICS_MODEL_NONE", "COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG", "COMPUTE_NET_VIF_MODEL_PCNET", "COMPUTE_NODE", "COMPUTE_NET_VIF_MODEL_VMXNET3", "COMPUTE_VIOMMU_MODEL_VIRTIO", "COMPUTE_ACCELERATORS", "HW_CPU_X86_SSE41", "COMPUTE_STORAGE_BUS_IDE", "COMPUTE_NET_VIF_MODEL_E1000", "COMPUTE_VOLUME_ATTACH_WITH_TAG", "COMPUTE_IMAGE_TYPE_AMI", "COMPUTE_GRAPHICS_MODEL_VGA", "COMPUTE_SECURITY_TPM_1_2", "COMPUTE_NET_ATTACH_INTERFACE", "HW_CPU_X86_SSE42", "HW_CPU_X86_SSE2", "COMPUTE_GRAPHICS_MODEL_CIRRUS", "COMPUTE_IMAGE_TYPE_ISO", "COMPUTE_GRAPHICS_MODEL_BOCHS", "COMPUTE_STORAGE_BUS_SCSI", "COMPUTE_SOCKET_PCI_NUMA_AFFINITY", "COMPUTE_SECURITY_TPM_2_0", "COMPUTE_STORAGE_BUS_SATA", "COMPUTE_IMAGE_TYPE_RAW", "COMPUTE_STORAGE_BUS_FDC", "HW_CPU_X86_SSSE3", "COMPUTE_STORAGE_BUS_VIRTIO"], "resource_provider_generation": 6}'
2026-03-20 16:32:31,476 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.363s
2026-03-20 16:32:31,477 84 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:32:31 GMT', 'server': 'Apache', 'content-length': '5247', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b5f60de5-3ebd-42ff-b005-e83d27662285', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=f6e06a1a1ed96858cbd37dd918daa449; 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": "e5a50525746e461b91ac6468adc2574a", "name": "tempest-TestExecuteWorkloadBalancingStrategy-1793619682-project-member", "password_expires_at": null}, "audit_ids": ["jB9nCfnoQA-mu7lt_RWzGg"], "expires_at": "2026-03-20T17:32:31.000000Z", "issued_at": "2026-03-20T16:32:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9293fc8b9f746fb954db47ff6c3d8f5", "name": "tempest-TestExecuteWorkloadBalancingStrategy-1793619682"}, "is_domain": false, "roles": [{"id": "5df2a08cded043f3a2ae87b74ec22969", "name": "reader"}, {"id": "ac8f1b5b8a1b4969b1641128f75cd782", "name": "member"}], "catalog": [{"endpoints": [{"name": "nova", "id": "3d8454da68254bc6a516a131008fb67b", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9211b3d262064bfa9391453ab972f05c", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "0e3beea95f2a495f824a437b27d2a847", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "watcher", "id": "279a9df5787f4d359b9fc18d7790396b", "interface": "internal", "region_id": "regionOne", "url": "https://watcher-internal.openstack.svc:9322", "region": "regionOne"}, {"name": "watcher", "id": "4b56827c30994198810c77be57c677a9", "interface": "public", "region_id": "regionOne", "url": "https://watcher-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "14af7ff505d74f6cbe1201c8f7d6f5cc", "type": "infra-optim", "name": "watcher"}, {"endpoints": [{"name": "glance", "id": "38e0a6bb531747c8b6e63fe70b2a3d17", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "cba67930e7d44be59ae20f6acecf8755", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "16656f2584d14095bb7f49f7a0726f52", "type": "image", "name": "glance"}, {"endpoints": [{"name": "barbican", "id": "077b854fad2e47f5be9afa51610376a2", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "3fd066ca39014daca5495afd727c5d9f", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "187b69fc1b3b4884bb1ff32f391a44a0", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "swift", "id": "3e8e0998eb0141f49ab2d069ea6db989", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_b9293fc8b9f746fb954db47ff6c3d8f5", "region": "regionOne"}, {"name": "swift", "id": "ee457c86a5eb4ceb9c40b90322003d37", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_b9293fc8b9f746fb954db47ff6c3d8f5", "region": "regionOne"}], "id": "2e403eb554f34206a116ee2f1a5cdd43", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "placement", "id": "4df5ef9cdaeb4229bc6b20618df82a34", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "d6b8f2ded37e453eb4df511b01942fc2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "67b2cf825b37430997ac180adf1c032e", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "6a3395efc05943cdb968a358e72c5797", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "neutron", "id": "3304630c2c1a4f7185e35763602cb92d", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "da3e5bea76414d26998ff77c800a190d",
2026-03-20 16:32:31,478 84 INFO [tempest.lib.common.fixed_network] (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization) Found network {'id': 'ee5c6e65-9c4b-48a9-9718-cbf549bb98a6', 'name': 'tempest-TestExecuteWorkloadBalancingStrategy-779583822-network', 'tenant_id': 'b9293fc8b9f746fb954db47ff6c3d8f5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b9293fc8b9f746fb954db47ff6c3d8f5', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37318, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-03-20T16:32:10Z', 'updated_at': '2026-03-20T16:32:10Z', 'revision_number': 1} available for tenant
2026-03-20 16:32:35,444 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.963s
2026-03-20 16:32:35,444 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-TestExecuteWorkloadBalancingStrategy-server-2025023019", "imageRef": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "flavorRef": "276bd6c6-3767-4c55-8d2a-4f6dc68335ea", "networks": [{"uuid": "ee5c6e65-9c4b-48a9-9718-cbf549bb98a6"}]}}
Response - Headers: {'date': 'Fri, 20 Mar 2026 16:32:31 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01949209-63ba-4bb6-9ee7-36e76bbace48', 'x-compute-request-id': 'req-01949209-63ba-4bb6-9ee7-36e76bbace48', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "BJ6gGaf3h2L9"}}'
2026-03-20 16:32:36,416 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d 0.966s
2026-03-20 16:32:36,416 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': 'Fri, 20 Mar 2026 16:32:35 GMT', 'server': 'Apache', 'content-length': '1378', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f1a58ef-aed6-4e2a-84fc-a12d57d05d76', 'x-compute-request-id': 'req-5f1a58ef-aed6-4e2a-84fc-a12d57d05d76', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d'}
Body: b'{"server": {"id": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d", "name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "status": "BUILD", "tenant_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "user_id": "e5a50525746e461b91ac6468adc2574a", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:32:33Z", "updated": "2026-03-20T16:32:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:32:38,505 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d 1.070s
2026-03-20 16:32:38,505 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': 'Fri, 20 Mar 2026 16:32:37 GMT', 'server': 'Apache', 'content-length': '1378', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fb9fe22-e6a4-4418-89b1-da2a1367930f', 'x-compute-request-id': 'req-9fb9fe22-e6a4-4418-89b1-da2a1367930f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d'}
Body: b'{"server": {"id": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d", "name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "status": "BUILD", "tenant_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "user_id": "e5a50525746e461b91ac6468adc2574a", "metadata": {}, "hostId": "", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:32:33Z", "updated": "2026-03-20T16:32:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:32:39,891 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d 0.361s
2026-03-20 16:32:39,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': 'Fri, 20 Mar 2026 16:32:39 GMT', 'server': 'Apache', 'content-length': '1436', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ee9eb50-069a-4354-8fc1-58b4afec7353', 'x-compute-request-id': 'req-1ee9eb50-069a-4354-8fc1-58b4afec7353', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d'}
Body: b'{"server": {"id": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d", "name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "status": "BUILD", "tenant_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "user_id": "e5a50525746e461b91ac6468adc2574a", "metadata": {}, "hostId": "fc26c5fe8763cdb223ea86a399764febc5639c063df3084ccd5addda", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:32:33Z", "updated": "2026-03-20T16:32:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:32:39,902 84 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait
2026-03-20 16:32:41,760 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d 0.856s
2026-03-20 16:32:41,760 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': 'Fri, 20 Mar 2026 16:32:40 GMT', 'server': 'Apache', 'content-length': '1478', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81c9e3e6-38ff-41f1-8150-417208f4745e', 'x-compute-request-id': 'req-81c9e3e6-38ff-41f1-8150-417208f4745e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d'}
Body: b'{"server": {"id": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d", "name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "status": "BUILD", "tenant_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "user_id": "e5a50525746e461b91ac6468adc2574a", "metadata": {}, "hostId": "fc26c5fe8763cdb223ea86a399764febc5639c063df3084ccd5addda", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:32:33Z", "updated": "2026-03-20T16:32:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:32:43,202 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d 0.431s
2026-03-20 16:32:43,203 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': 'Fri, 20 Mar 2026 16:32:42 GMT', 'server': 'Apache', 'content-length': '1478', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a006cb6-4c91-4a99-a760-a031f650e07b', 'x-compute-request-id': 'req-0a006cb6-4c91-4a99-a760-a031f650e07b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d'}
Body: b'{"server": {"id": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d", "name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "status": "BUILD", "tenant_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "user_id": "e5a50525746e461b91ac6468adc2574a", "metadata": {}, "hostId": "fc26c5fe8763cdb223ea86a399764febc5639c063df3084ccd5addda", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:32:33Z", "updated": "2026-03-20T16:32:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:32:44,850 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d 0.629s
2026-03-20 16:32:44,850 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': 'Fri, 20 Mar 2026 16:32:44 GMT', 'server': 'Apache', 'content-length': '1478', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a0c840c-b373-48a4-bc74-949a480bc9ac', 'x-compute-request-id': 'req-1a0c840c-b373-48a4-bc74-949a480bc9ac', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d'}
Body: b'{"server": {"id": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d", "name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "status": "BUILD", "tenant_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "user_id": "e5a50525746e461b91ac6468adc2574a", "metadata": {}, "hostId": "fc26c5fe8763cdb223ea86a399764febc5639c063df3084ccd5addda", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:32:33Z", "updated": "2026-03-20T16:32:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:32:46,386 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d 0.516s
2026-03-20 16:32:46,387 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': 'Fri, 20 Mar 2026 16:32:45 GMT', 'server': 'Apache', 'content-length': '1679', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a434c0dd-1b58-4c47-85ad-46682edae84a', 'x-compute-request-id': 'req-a434c0dd-1b58-4c47-85ad-46682edae84a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d'}
Body: b'{"server": {"id": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d", "name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "status": "ACTIVE", "tenant_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "user_id": "e5a50525746e461b91ac6468adc2574a", "metadata": {}, "hostId": "fc26c5fe8763cdb223ea86a399764febc5639c063df3084ccd5addda", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:32:33Z", "updated": "2026-03-20T16:32:45Z", "addresses": {"tempest-TestExecuteWorkloadBalancingStrategy-779583822-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:c8:18"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:32:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:32:46,409 84 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait
2026-03-20 16:32:46,855 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d 0.445s
2026-03-20 16:32:46,855 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': 'Fri, 20 Mar 2026 16:32:46 GMT', 'server': 'Apache', 'content-length': '1679', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-355fee99-c799-4eb5-af4e-f5845a943ef2', 'x-compute-request-id': 'req-355fee99-c799-4eb5-af4e-f5845a943ef2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d'}
Body: b'{"server": {"id": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d", "name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "status": "ACTIVE", "tenant_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "user_id": "e5a50525746e461b91ac6468adc2574a", "metadata": {}, "hostId": "fc26c5fe8763cdb223ea86a399764febc5639c063df3084ccd5addda", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:32:33Z", "updated": "2026-03-20T16:32:45Z", "addresses": {"tempest-TestExecuteWorkloadBalancingStrategy-779583822-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:c8:18"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:32:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:32:47,236 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:test_execute_workload_stabilization): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d 0.363s
2026-03-20 16:32:47,237 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': 'Fri, 20 Mar 2026 16:32:46 GMT', 'server': 'Apache', 'content-length': '2212', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90e64e04-99f9-449f-9625-8c7b0dc03ec4', 'x-compute-request-id': 'req-90e64e04-99f9-449f-9625-8c7b0dc03ec4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d'}
Body: b'{"server": {"id": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d", "name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "status": "ACTIVE", "tenant_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "user_id": "e5a50525746e461b91ac6468adc2574a", "metadata": {}, "hostId": "fc26c5fe8763cdb223ea86a399764febc5639c063df3084ccd5addda", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:32:33Z", "updated": "2026-03-20T16:32:45Z", "addresses": {"tempest-TestExecuteWorkloadBalancingStrategy-779583822-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:c8:18"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:32:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:reservation_id": "r-hc45fqbv", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-testexecuteworkloadbalancingstrategy-server-2025023019", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/vda", "OS-EXT-SRV-ATTR:user_data": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null, "tags": []}}'
2026-03-20 16:32:47,255 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 "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMzI0OTc1YjItMjlmNy00ZjcxLTljOGUtNmQ5OGQ0ZGU4YjFkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MzY3MjU1In0gMjQwMDAwMDAwMDEuMCAxNzc0MDI0MDY3MjU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjMyNDk3NWIyLTI5ZjctNGY3MS05YzhlLTZkOThkNGRlOGIxZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDM2NzI1NSJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyNDA5NzI1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzMjQ5NzViMi0yOWY3LTRmNzEtOWM4ZS02ZDk4ZDRkZThiMWQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQzNjcyNTUifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjQxMjcyNTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMzI0OTc1YjItMjlmNy00ZjcxLTljOGUtNmQ5OGQ0ZGU4YjFkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MzY3MjU1In0gOTYwMDAwMDAwMDEuMCAxNzc0MDI0MTU3MjU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjMyNDk3NWIyLTI5ZjctNGY3MS05YzhlLTZkOThkNGRlOGIxZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDM2NzI1NSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjQxODcyNTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMzI0OTc1YjItMjlmNy00ZjcxLTljOGUtNmQ5OGQ0ZGU4YjFkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MzY3MjU1In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyNDIxNzI1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzMjQ5NzViMi0yOWY3LTRmNzEtOWM4ZS02ZDk4ZDRkZThiMWQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQzNjcyNTUifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDI0MjQ3MjU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjMyNDk3NWIyLTI5ZjctNGY3MS05YzhlLTZkOThkNGRlOGIxZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDM2NzI1NSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjQyNzcyNTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMzI0OTc1YjItMjlmNy00ZjcxLTljOGUtNmQ5OGQ0ZGU4YjFkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MzY3MjU1In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyNDMwNzI1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzMjQ5NzViMi0yOWY3LTRmNzEtOWM4ZS02ZDk4ZDRkZThiMWQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQzNjcyNTUifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDI0MzM3MjU1Cg==" | 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.224'
2026-03-20 16:32:47,255 84 INFO [tempest.lib.common.ssh] Creating ssh connection to '38.102.83.224:22' as 'zuul' with password None
2026-03-20 16:32:47,272 84 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_9.9)
2026-03-20 16:32:47,340 84 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-20 16:32:47,341 84 INFO [tempest.lib.common.ssh] ssh connection to zuul@38.102.83.224 successfully created
2026-03-20 16:32:48,150 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d 0.249s
2026-03-20 16:32:48,150 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': 'Fri, 20 Mar 2026 16:32:47 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-472e48e8-027e-44ca-a9f9-b82a8db599ea', 'x-compute-request-id': 'req-472e48e8-027e-44ca-a9f9-b82a8db599ea', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d'}
Body: b''
2026-03-20 16:32:48,782 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d 0.631s
2026-03-20 16:32:48,783 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': 'Fri, 20 Mar 2026 16:32:48 GMT', 'server': 'Apache', 'content-length': '1685', 'openstack-api-version': 'compute 2.56', 'x-openstack-nova-api-version': '2.56', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e4fed8f-2af2-4fd6-ba1e-d9ac71988695', 'x-compute-request-id': 'req-5e4fed8f-2af2-4fd6-ba1e-d9ac71988695', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d'}
Body: b'{"server": {"id": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d", "name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "status": "ACTIVE", "tenant_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "user_id": "e5a50525746e461b91ac6468adc2574a", "metadata": {}, "hostId": "fc26c5fe8763cdb223ea86a399764febc5639c063df3084ccd5addda", "image": {"id": "5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5c8dd39b-b8f0-41ec-9eb7-712b6ea46b69"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-03-20T16:32:33Z", "updated": "2026-03-20T16:32:48Z", "addresses": {"tempest-TestExecuteWorkloadBalancingStrategy-779583822-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:c8:18"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-03-20T16:32:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-03-20 16:32:49,905 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d 0.109s
2026-03-20 16:32:49,906 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': 'Fri, 20 Mar 2026 16:32:49 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-91fa273a-af54-454b-b9b9-e1769d498e3c', 'x-compute-request-id': 'req-91fa273a-af54-454b-b9b9-e1769d498e3c', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/324975b2-29f7-4f71-9c8e-6d98d4de8b1d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 324975b2-29f7-4f71-9c8e-6d98d4de8b1d could not be found."}}'
2026-03-20 16:32:50,549 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.642s
2026-03-20 16:32:50,550 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': 'Fri, 20 Mar 2026 16:32:49 GMT', 'server': 'Apache', 'content-length': '1165', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "server_state": "building", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "server_locked": false, "server_uuid": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:32:50,692 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail 0.140s
2026-03-20 16:32:50,693 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': 'Fri, 20 Mar 2026 16:32:50 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-8669422a-f04b-4f4c-8a5f-bb35d1cac095', 'x-compute-request-id': 'req-8669422a-f04b-4f4c-8a5f-bb35d1cac095', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/detail'}
Body: b'{"servers": []}'
2026-03-20 16:33:06,449 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.727s
2026-03-20 16:33:06,450 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': 'Fri, 20 Mar 2026 16:33:05 GMT', 'server': 'Apache', 'content-length': '1165', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "server_state": "building", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "server_locked": false, "server_uuid": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:33:22,080 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.615s
2026-03-20 16:33:22,080 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': 'Fri, 20 Mar 2026 16:33:21 GMT', 'server': 'Apache', 'content-length': '1165', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "server_state": "building", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "server_locked": false, "server_uuid": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:33:37,675 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.580s
2026-03-20 16:33:37,676 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': 'Fri, 20 Mar 2026 16:33:37 GMT', 'server': 'Apache', 'content-length': '1165', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c", "server_watcher_exclude": false, "server_name": "tempest-TestExecuteWorkloadBalancingStrategy-server-2025023019", "server_state": "building", "server_memory": 128, "server_disk": 1, "server_vcpus": 1, "server_metadata": {}, "server_project_id": "b9293fc8b9f746fb954db47ff6c3d8f5", "server_locked": false, "server_uuid": "324975b2-29f7-4f71-9c8e-6d98d4de8b1d"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:33:53,342 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:_run_cleanups): 200 GET https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute 0.653s
2026-03-20 16:33:53,342 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': 'Fri, 20 Mar 2026 16:33:52 GMT', 'server': 'Apache', 'content-length': '805', 'vary': 'OpenStack-API-Version', 'openstack-api-minimum-version': '1.0', 'openstack-api-maximum-version': '1.4', 'openstack-api-version': 'infra-optim 1.4', 'content-type': 'application/json', 'set-cookie': '0a98f3d612a3c8fda809da40f2e41782=e22be72fdb550d4115bf3d0563bdffbe; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://watcher-public-openstack.apps-crc.testing/v1/data_model?data_model_type=compute'}
Body: b'{"context": [{"node_hostname": "compute-1.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "1f0c79bc-bba8-48f8-a1b2-cdd258a1958c"}, {"node_hostname": "compute-0.ctlplane.example.com", "node_status": "enabled", "node_disabled_reason": null, "node_state": "up", "node_memory": 7679, "node_memory_mb_reserved": 512, "node_disk": 79, "node_disk_gb_reserved": 1, "node_vcpus": 8, "node_vcpu_reserved": 0, "node_memory_ratio": 1.0, "node_vcpu_ratio": 4.0, "node_disk_ratio": 0.9, "node_uuid": "4554ac16-da24-4ac3-9051-8205e6c95f80"}]}'
2026-03-20 16:33:53,480 84 INFO [tempest.lib.common.rest_client] Request (TestExecuteWorkloadBalancingStrategy:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-services 0.137s
2026-03-20 16:33:53,481 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': 'Fri, 20 Mar 2026 16:33:53 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-874abeb9-cb4c-4a4f-b9b4-503c50be50da', 'x-compute-request-id': 'req-874abeb9-cb4c-4a4f-b9b4-503c50be50da', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=ecd169c7569b7839376385f35d9c278a; 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": "2449936b-ff28-499b-abf7-af26a472c55c", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:33:52.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-scheduler", "host": "nova-scheduler-0", "id": "d418eada-5614-4683-b02d-5be33f702957", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:33:46.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-conductor", "host": "nova-cell1-conductor-0", "id": "3102895f-b8cc-410c-ab4c-e623bfa57ad8", "zone": "internal", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:33:46.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-0.ctlplane.example.com", "id": "a6dbc925-e8bd-4267-99ff-e42053b3727f", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:33:52.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "compute-1.ctlplane.example.com", "id": "8207256d-5b9e-44ef-b063-6692ee5ba872", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2026-03-20T16:33:51.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_workload_balancing.py", line 63, in test_execute_workload_stabilization
instances = self._create_one_instance_per_host_with_statistic()
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 270, in _create_one_instance_per_host_with_statistic
self.make_instance_statistic(instance, metrics=metrics)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 388, in make_instance_statistic
self.make_instance_statistic_prometheus(instance)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/tests/scenario/base.py", line 516, in make_instance_statistic_prometheus
self.prometheus_client.add_measures(data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/metric/prometheus_client.py", line 141, in add_measures
out = self.client.exec_cmd(cmd, input_data=input_data)
File "/usr/lib/python3.9/site-packages/watcher_tempest_plugin/services/base.py", line 314, in exec_cmd
return super(SshCmdClient, self).exec_command(cmd=cmd_str)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/ssh.py", line 238, in exec_command
raise exceptions.SSHExecCommandFailed(
neutron_tempest_plugin.common.utils.SSHExecCommandFailed: Command 'KUBECONFIG=/home/zuul/.crc/machines/crc/kubeconfig oc -n openstack rsh prometheus-metric-storage-0 sh -c "echo "IyBUWVBFIGNlaWxvbWV0ZXJfY3B1IGNvdW50ZXIKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMzI0OTc1YjItMjlmNy00ZjcxLTljOGUtNmQ5OGQ0ZGU4YjFkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MzY3MjU1In0gMjQwMDAwMDAwMDEuMCAxNzc0MDI0MDY3MjU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjMyNDk3NWIyLTI5ZjctNGY3MS05YzhlLTZkOThkNGRlOGIxZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDM2NzI1NSJ9IDQ4MDAwMDAwMDAxLjAgMTc3NDAyNDA5NzI1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzMjQ5NzViMi0yOWY3LTRmNzEtOWM4ZS02ZDk4ZDRkZThiMWQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQzNjcyNTUifSA3MjAwMDAwMDAwMS4wIDE3NzQwMjQxMjcyNTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMzI0OTc1YjItMjlmNy00ZjcxLTljOGUtNmQ5OGQ0ZGU4YjFkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MzY3MjU1In0gOTYwMDAwMDAwMDEuMCAxNzc0MDI0MTU3MjU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjMyNDk3NWIyLTI5ZjctNGY3MS05YzhlLTZkOThkNGRlOGIxZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDM2NzI1NSJ9IDEyMDAwMDAwMDAwMS4wIDE3NzQwMjQxODcyNTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMzI0OTc1YjItMjlmNy00ZjcxLTljOGUtNmQ5OGQ0ZGU4YjFkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MzY3MjU1In0gMTQ0MDAwMDAwMDAxLjAgMTc3NDAyNDIxNzI1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzMjQ5NzViMi0yOWY3LTRmNzEtOWM4ZS02ZDk4ZDRkZThiMWQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQzNjcyNTUifSAxNjgwMDAwMDAwMDEuMCAxNzc0MDI0MjQ3MjU1CmNlaWxvbWV0ZXJfY3B1eyJyZXNvdXJjZSI9IjMyNDk3NWIyLTI5ZjctNGY3MS05YzhlLTZkOThkNGRlOGIxZCIsIm9yaWdfdGltZXN0YW1wIj0iMTc3NDAyNDM2NzI1NSJ9IDE5MjAwMDAwMDAwMS4wIDE3NzQwMjQyNzcyNTUKY2VpbG9tZXRlcl9jcHV7InJlc291cmNlIj0iMzI0OTc1YjItMjlmNy00ZjcxLTljOGUtNmQ5OGQ0ZGU4YjFkIiwib3JpZ190aW1lc3RhbXAiPSIxNzc0MDI0MzY3MjU1In0gMjE2MDAwMDAwMDAxLjAgMTc3NDAyNDMwNzI1NQpjZWlsb21ldGVyX2NwdXsicmVzb3VyY2UiPSIzMjQ5NzViMi0yOWY3LTRmNzEtOWM4ZS02ZDk4ZDRkZThiMWQiLCJvcmlnX3RpbWVzdGFtcCI9IjE3NzQwMjQzNjcyNTUifSAyNDAwMDAwMDAwMDEuMCAxNzc0MDI0MzM3MjU1Cg==" | base64 -d | SSL_CERT_DIR=/etc/prometheus/secrets/combined-ca-bundle promtool push metrics https://metric-storage-prometheus.openstack.svc:9090/api/v1/write"' failed, exit status: 1, stderr:
FAILED: server returned HTTP status 404 Not Found: 404 page not found
command terminated with exit code 1
stdout:
Parsing standard input
|
||||||
| setUpClass (watcher_tempest_plugin.tests.scenario.test_execute_storage_balance | 1 | 0 | 0 | 0 | 1 | Detail | |
TestExecuteStorageCapacityBalanceStrategy) |
skip
pt7.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
pt8.1: watcher_tempest_plugin.tests.api.admin.test_action.TestShowListAction.test_list_actions[smoke]
|
||||||
test_list_actions_by_action_plan[smoke] |
pass
pt8.2: watcher_tempest_plugin.tests.api.admin.test_action.TestShowListAction.test_list_actions_by_action_plan[smoke]
|
||||||
test_list_actions_by_audit[smoke] |
pass
pt8.3: watcher_tempest_plugin.tests.api.admin.test_action.TestShowListAction.test_list_actions_by_audit[smoke]
|
||||||
test_show_action_with_links[smoke] |
pass
pt8.4: watcher_tempest_plugin.tests.api.admin.test_action.TestShowListAction.test_show_action_with_links[smoke]
|
||||||
test_show_one_action[smoke] |
pass
pt8.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
pt9.1: watcher_tempest_plugin.tests.api.admin.test_action_plan.TestCreateDeleteExecuteActionPlan.test_create_action_plan[smoke]
|
||||||
test_delete_action_plan[smoke] |
pass
pt9.2: watcher_tempest_plugin.tests.api.admin.test_action_plan.TestCreateDeleteExecuteActionPlan.test_delete_action_plan[smoke]
|
||||||
test_execute_action_plan[smoke] |
pass
pt9.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
pt10.1: watcher_tempest_plugin.tests.api.admin.test_action_plan.TestShowListActionPlan.test_list_action_plans[smoke]
|
||||||
test_list_with_limit[smoke] |
pass
pt10.2: watcher_tempest_plugin.tests.api.admin.test_action_plan.TestShowListActionPlan.test_list_with_limit[smoke]
|
||||||
test_show_action_plan[smoke] |
pass
pt10.3: watcher_tempest_plugin.tests.api.admin.test_action_plan.TestShowListActionPlan.test_show_action_plan[smoke]
|
||||||
test_show_action_plan_detail[smoke] |
pass
pt10.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
pt10.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
pt11.1: watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery.test_api_versions[smoke]
|
||||||
test_default_version[smoke] |
pass
pt11.2: watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery.test_default_version[smoke]
|
||||||
test_version_1_resources[smoke] |
pass
pt11.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
pt12.1: watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit.test_create_audit_continuous[smoke]
|
||||||
test_create_audit_event[smoke] |
pass
pt12.2: watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit.test_create_audit_event[smoke]
|
||||||
test_create_audit_oneshot[smoke] |
pass
pt12.3: watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit.test_create_audit_oneshot[smoke]
|
||||||
test_create_audit_with_invalid_state[smoke] |
pass
pt12.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
pt12.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
pt12.6: watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit.test_create_audit_with_wrong_audit_template[smoke]
|
||||||
test_delete_audit[smoke] |
pass
pt12.7: watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAudit.test_delete_audit[smoke]
|
||||||
test_update_audit[smoke] |
pass
pt12.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
pt13.1: watcher_tempest_plugin.tests.api.admin.test_audit.TestShowListAudit.test_list_audits[smoke]
|
||||||
test_list_audits_related_to_given_audit_template[smoke] |
pass
pt13.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
pt13.3: watcher_tempest_plugin.tests.api.admin.test_audit.TestShowListAudit.test_list_with_limit[smoke]
|
||||||
test_show_audit[smoke] |
pass
pt13.4: watcher_tempest_plugin.tests.api.admin.test_audit.TestShowListAudit.test_show_audit[smoke]
|
||||||
test_show_audit_with_links[smoke] |
pass
pt13.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
pt14.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
pt14.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
pt14.3: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_list_audit_templates[smoke]
|
||||||
test_list_with_limit[smoke] |
pass
pt14.4: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_list_with_limit[smoke]
|
||||||
test_show_audit_template[smoke] |
pass
pt14.5: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_show_audit_template[smoke]
|
||||||
test_show_audit_template_with_links[smoke] |
pass
pt14.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
pt14.7: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_update_audit_template_add[smoke]
|
||||||
test_update_audit_template_remove[smoke] |
pass
pt14.8: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestAuditTemplate.test_update_audit_template_remove[smoke]
|
||||||
test_update_audit_template_replace[smoke] |
pass
pt14.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
pt15.1: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestCreateDeleteAuditTemplate.test_create_audit_template[smoke]
|
||||||
test_create_audit_template_unicode_description[smoke] |
pass
pt15.2: watcher_tempest_plugin.tests.api.admin.test_audit_template.TestCreateDeleteAuditTemplate.test_create_audit_template_unicode_description[smoke]
|
||||||
test_delete_audit_template[smoke] |
pass
pt15.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
pt16.1: watcher_tempest_plugin.tests.api.admin.test_goal.TestShowListGoal.test_list_goals[smoke]
|
||||||
test_show_goal[smoke] |
pass
pt16.2: watcher_tempest_plugin.tests.api.admin.test_goal.TestShowListGoal.test_show_goal[smoke]
|
||||||
test_show_goal_with_links[smoke] |
pass
pt16.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
pt17.1: watcher_tempest_plugin.tests.api.admin.test_scoring_engine.TestShowListScoringEngine.test_list_scoring_engines[smoke]
|
||||||
test_show_scoring_engine[smoke] |
pass
pt17.2: watcher_tempest_plugin.tests.api.admin.test_scoring_engine.TestShowListScoringEngine.test_show_scoring_engine[smoke]
|
||||||
test_show_scoring_engine_with_links[smoke] |
pass
pt17.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
pt18.1: watcher_tempest_plugin.tests.api.admin.test_service.TestShowListService.test_list_services[smoke]
|
||||||
test_show_service[smoke] |
pass
pt18.2: watcher_tempest_plugin.tests.api.admin.test_service.TestShowListService.test_show_service[smoke]
|
||||||
test_show_service_with_links[smoke] |
pass
pt18.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
pt19.1: watcher_tempest_plugin.tests.api.admin.test_strategy.TestShowListStrategy.test_list_strategies[smoke]
|
||||||
test_show_strategy[smoke] |
pass
pt19.2: watcher_tempest_plugin.tests.api.admin.test_strategy.TestShowListStrategy.test_show_strategy[smoke]
|
||||||
test_show_strategy_with_links[smoke] |
pass
pt19.3: watcher_tempest_plugin.tests.api.admin.test_strategy.TestShowListStrategy.test_show_strategy_with_links[smoke]
|
||||||
| watcher_tempest_plugin.tests.scenario.test_execute_dummy_optim.TestExecuteDummyStrategy | 1 | 1 | 0 | 0 | 0 | Detail | |
test_execute_dummy_action_plan |
pass
pt20.1: watcher_tempest_plugin.tests.scenario.test_execute_dummy_optim.TestExecuteDummyStrategy.test_execute_dummy_action_plan
|
||||||
| 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 | 56 | 12 | 0 | 1 | ||