2026-03-23 16:28:14,222 - INFO - Domain Default found not creating 2026-03-23 16:28:14,376 - INFO - Project ctest-TestCRUD-97036836 not found, creating it 2026-03-23 16:28:14,834 - INFO - Created Project:ctest-TestCRUD-97036836, ID : 73b141dc-537d-4b7b-b4ce-3a5580ec4b8c 2026-03-23 16:28:16,271 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg1-50611559'] 2026-03-23 16:28:17,085 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg2-26804406'] 2026-03-23 16:28:18,135 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-97036836', 'ctest-proj-sg1-46813186'] 2026-03-23 16:28:18,817 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-97036836', 'ctest-proj-sg2-65983242'] 2026-03-23 16:28:19,547 - INFO - ================================================================================ 2026-03-23 16:28:19,547 - INFO - STARTING TEST : test_router_crud 2026-03-23 16:28:19,804 - DEBUG - Nothing to compare xmpp stats {'10.0.0.141': {'10.20.0.17': '0'}} with 2026-03-23 16:28:19,804 - INFO - Initial checks done. Running the testcase now 2026-03-23 16:28:19,804 - INFO - 2026-03-23 16:28:19,805 - INFO - Router create Request {'router': {'name': 'name-15484943'}} 2026-03-23 16:28:19,858 - INFO - Router create Response : {'router': {'id': '04ed3a63-0d92-4cfa-a1e5-269e4daa9b4c', 'name': 'name-15484943', 'tenant_id': 'edb770d0db8949679bb04f1aaf874c25', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-15484943'], 'description': '', 'project_id': 'edb770d0db8949679bb04f1aaf874c25'}} 2026-03-23 16:28:19,859 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-15484943'}} 2026-03-23 16:28:19,871 - INFO - Attribute id is created 2026-03-23 16:28:19,871 - INFO - Attribute name is created 2026-03-23 16:28:19,871 - INFO - Attribute admin_state_up is created 2026-03-23 16:28:19,871 - INFO - Attribute status is created 2026-03-23 16:28:19,871 - INFO - Attribute tenant_id is created 2026-03-23 16:28:20,256 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed 2026-03-23 16:28:20,256 - INFO - Router Update request {'router': {'name': 'name-94072590'}} 2026-03-23 16:28:20,287 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-94072590'}} 2026-03-23 16:28:20,287 - INFO - Response : {'router': {'id': '04ed3a63-0d92-4cfa-a1e5-269e4daa9b4c', 'name': 'name-94072590', 'tenant_id': 'edb770d0db8949679bb04f1aaf874c25', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-15484943'], 'description': '', 'project_id': 'edb770d0db8949679bb04f1aaf874c25'}} 2026-03-23 16:28:20,287 - INFO - Updation of Router 04ed3a63-0d92-4cfa-a1e5-269e4daa9b4c with body {'router': {'name': 'name-94072590'}} passed 2026-03-23 16:28:20,287 - INFO - -------------------------------------------------------------------------------- 2026-03-23 16:28:20,287 - INFO - Router Update request {'router': {'admin_state_up': 'True'}} 2026-03-23 16:28:20,332 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}} 2026-03-23 16:28:20,333 - INFO - Response : {'router': {'id': '04ed3a63-0d92-4cfa-a1e5-269e4daa9b4c', 'name': 'name-94072590', 'tenant_id': 'edb770d0db8949679bb04f1aaf874c25', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-15484943'], 'description': '', 'project_id': 'edb770d0db8949679bb04f1aaf874c25'}} 2026-03-23 16:28:20,333 - INFO - Updation of Router 04ed3a63-0d92-4cfa-a1e5-269e4daa9b4c with body {'router': {'admin_state_up': 'True'}} passed 2026-03-23 16:28:20,333 - INFO - -------------------------------------------------------------------------------- 2026-03-23 16:28:20,333 - INFO - Deleting router 04ed3a63-0d92-4cfa-a1e5-269e4daa9b4c 2026-03-23 16:28:20,406 - ERROR - Result of delete router 04ed3a63-0d92-4cfa-a1e5-269e4daa9b4c: () 2026-03-23 16:28:20,407 - INFO - ================================================================================ 2026-03-23 16:28:20,407 - INFO - Router create Request {'router': {'tenant_id': '73b141dc-537d-4b7b-b4ce-3a5580ec4b8c', 'name': 'name-34876500'}} 2026-03-23 16:28:20,479 - INFO - Router create Response : {'router': {'id': '89da793b-cc54-4466-903c-ab957b0413bd', 'name': 'name-34876500', 'tenant_id': '73b141dc537d4b7bb4ce3a5580ec4b8c', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'ctest-TestCRUD-97036836', 'name-34876500'], 'description': '', 'project_id': '73b141dc537d4b7bb4ce3a5580ec4b8c'}} 2026-03-23 16:28:20,479 - INFO - Router create PASSED ,Body : {'router': {'tenant_id': '73b141dc-537d-4b7b-b4ce-3a5580ec4b8c', 'name': 'name-34876500'}} 2026-03-23 16:28:20,493 - INFO - Attribute id is created 2026-03-23 16:28:20,493 - INFO - Attribute name is created 2026-03-23 16:28:20,493 - INFO - Attribute admin_state_up is created 2026-03-23 16:28:20,493 - INFO - Attribute status is created 2026-03-23 16:28:20,493 - INFO - Attribute tenant_id is created 2026-03-23 16:28:20,875 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed 2026-03-23 16:28:20,876 - INFO - Router Update request {'router': {'name': 'name-11138964'}} 2026-03-23 16:28:20,907 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-11138964'}} 2026-03-23 16:28:20,907 - INFO - Response : {'router': {'id': '89da793b-cc54-4466-903c-ab957b0413bd', 'name': 'name-11138964', 'tenant_id': '73b141dc537d4b7bb4ce3a5580ec4b8c', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'ctest-TestCRUD-97036836', 'name-34876500'], 'description': '', 'project_id': '73b141dc537d4b7bb4ce3a5580ec4b8c'}} 2026-03-23 16:28:20,907 - INFO - Updation of Router 89da793b-cc54-4466-903c-ab957b0413bd with body {'router': {'name': 'name-11138964'}} passed 2026-03-23 16:28:20,907 - INFO - -------------------------------------------------------------------------------- 2026-03-23 16:28:20,907 - INFO - Router Update request {'router': {'admin_state_up': 'True'}} 2026-03-23 16:28:20,943 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}} 2026-03-23 16:28:20,944 - INFO - Response : {'router': {'id': '89da793b-cc54-4466-903c-ab957b0413bd', 'name': 'name-11138964', 'tenant_id': '73b141dc537d4b7bb4ce3a5580ec4b8c', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'ctest-TestCRUD-97036836', 'name-34876500'], 'description': '', 'project_id': '73b141dc537d4b7bb4ce3a5580ec4b8c'}} 2026-03-23 16:28:20,944 - INFO - Updation of Router 89da793b-cc54-4466-903c-ab957b0413bd with body {'router': {'admin_state_up': 'True'}} passed 2026-03-23 16:28:20,944 - INFO - -------------------------------------------------------------------------------- 2026-03-23 16:28:20,944 - INFO - Deleting router 89da793b-cc54-4466-903c-ab957b0413bd 2026-03-23 16:28:20,998 - ERROR - Result of delete router 89da793b-cc54-4466-903c-ab957b0413bd: () 2026-03-23 16:28:20,998 - INFO - ================================================================================ 2026-03-23 16:28:20,998 - INFO - Router create Request {'router': {'name': 'name-73503521', 'admin_state_up': 'False'}} 2026-03-23 16:28:21,060 - INFO - Router create Response : {'router': {'id': 'ab378cce-50c2-4a8e-9059-602cff3a8bc7', 'name': 'name-73503521', 'tenant_id': 'edb770d0db8949679bb04f1aaf874c25', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-73503521'], 'description': '', 'project_id': 'edb770d0db8949679bb04f1aaf874c25'}} 2026-03-23 16:28:21,060 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-73503521', 'admin_state_up': 'False'}} 2026-03-23 16:28:21,075 - INFO - Attribute id is created 2026-03-23 16:28:21,076 - INFO - Attribute name is created 2026-03-23 16:28:21,076 - INFO - Attribute admin_state_up is created 2026-03-23 16:28:21,076 - INFO - Attribute status is created 2026-03-23 16:28:21,076 - INFO - Attribute tenant_id is created 2026-03-23 16:28:21,442 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed 2026-03-23 16:28:21,443 - INFO - Router Update request {'router': {'name': 'name-74414875'}} 2026-03-23 16:28:21,479 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-74414875'}} 2026-03-23 16:28:21,480 - INFO - Response : {'router': {'id': 'ab378cce-50c2-4a8e-9059-602cff3a8bc7', 'name': 'name-74414875', 'tenant_id': 'edb770d0db8949679bb04f1aaf874c25', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-73503521'], 'description': '', 'project_id': 'edb770d0db8949679bb04f1aaf874c25'}} 2026-03-23 16:28:21,480 - INFO - Updation of Router ab378cce-50c2-4a8e-9059-602cff3a8bc7 with body {'router': {'name': 'name-74414875'}} passed 2026-03-23 16:28:21,480 - INFO - -------------------------------------------------------------------------------- 2026-03-23 16:28:21,480 - INFO - Router Update request {'router': {'admin_state_up': 'True'}} 2026-03-23 16:28:21,521 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}} 2026-03-23 16:28:21,521 - INFO - Response : {'router': {'id': 'ab378cce-50c2-4a8e-9059-602cff3a8bc7', 'name': 'name-74414875', 'tenant_id': 'edb770d0db8949679bb04f1aaf874c25', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-73503521'], 'description': '', 'project_id': 'edb770d0db8949679bb04f1aaf874c25'}} 2026-03-23 16:28:21,522 - INFO - Updation of Router ab378cce-50c2-4a8e-9059-602cff3a8bc7 with body {'router': {'admin_state_up': 'True'}} passed 2026-03-23 16:28:21,522 - INFO - -------------------------------------------------------------------------------- 2026-03-23 16:28:21,522 - INFO - Deleting router ab378cce-50c2-4a8e-9059-602cff3a8bc7 2026-03-23 16:28:21,588 - ERROR - Result of delete router ab378cce-50c2-4a8e-9059-602cff3a8bc7: () 2026-03-23 16:28:21,588 - INFO - ================================================================================ 2026-03-23 16:28:21,588 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-97036836', 'ctest-proj-sg2-65983242'] 2026-03-23 16:28:21,640 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-97036836', 'ctest-proj-sg1-46813186'] 2026-03-23 16:28:21,695 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg2-26804406'] 2026-03-23 16:28:21,761 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg1-50611559'] 2026-03-23 16:28:22,094 - DEBUG - No XMPP flaps were noticed during the test 2026-03-23 16:28:22,094 - INFO - END TEST : test_router_crud : PASSED[0:00:03] 2026-03-23 16:28:22,094 - INFO - -------------------------------------------------------------------------------- 2026-03-23 16:28:22,751 - INFO - Deleted project: ctest-TestCRUD-97036836, ID : 73b141dc-537d-4b7b-b4ce-3a5580ec4b8c