2026-06-17 08:55:50,862 - INFO - Domain Default found not creating 2026-06-17 08:55:50,998 - INFO - Project ctest-TestCRUD-28318478 not found, creating it 2026-06-17 08:55:51,430 - INFO - Created Project:ctest-TestCRUD-28318478, ID : abacab20-e6c5-4ff3-8a71-77366e392e71 2026-06-17 08:55:52,885 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg1-77380830'] 2026-06-17 08:55:53,687 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg2-84764437'] 2026-06-17 08:55:54,630 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-28318478', 'ctest-proj-sg1-53206075'] 2026-06-17 08:55:55,374 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-28318478', 'ctest-proj-sg2-26720165'] 2026-06-17 08:55:56,083 - INFO - ================================================================================ 2026-06-17 08:55:56,083 - INFO - STARTING TEST : test_router_crud 2026-06-17 08:55:56,338 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with 2026-06-17 08:55:56,338 - INFO - Initial checks done. Running the testcase now 2026-06-17 08:55:56,338 - INFO - 2026-06-17 08:55:56,338 - INFO - Router create Request {'router': {'name': 'name-48400490'}} 2026-06-17 08:55:56,392 - INFO - Router create Response : {'router': {'id': 'bd165249-f3a7-4a83-b038-86286307a2ca', 'name': 'name-48400490', 'tenant_id': '92a1330fdac94cd1ba12640f4caddd28', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-48400490'], 'description': '', 'project_id': '92a1330fdac94cd1ba12640f4caddd28'}} 2026-06-17 08:55:56,392 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-48400490'}} 2026-06-17 08:55:56,404 - INFO - Attribute id is created 2026-06-17 08:55:56,404 - INFO - Attribute name is created 2026-06-17 08:55:56,404 - INFO - Attribute admin_state_up is created 2026-06-17 08:55:56,404 - INFO - Attribute status is created 2026-06-17 08:55:56,405 - INFO - Attribute tenant_id is created 2026-06-17 08:55:56,758 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed 2026-06-17 08:55:56,758 - INFO - Router Update request {'router': {'name': 'name-66102109'}} 2026-06-17 08:55:56,790 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-66102109'}} 2026-06-17 08:55:56,790 - INFO - Response : {'router': {'id': 'bd165249-f3a7-4a83-b038-86286307a2ca', 'name': 'name-66102109', 'tenant_id': '92a1330fdac94cd1ba12640f4caddd28', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-48400490'], 'description': '', 'project_id': '92a1330fdac94cd1ba12640f4caddd28'}} 2026-06-17 08:55:56,790 - INFO - Updation of Router bd165249-f3a7-4a83-b038-86286307a2ca with body {'router': {'name': 'name-66102109'}} passed 2026-06-17 08:55:56,790 - INFO - -------------------------------------------------------------------------------- 2026-06-17 08:55:56,790 - INFO - Router Update request {'router': {'admin_state_up': 'False'}} 2026-06-17 08:55:56,823 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}} 2026-06-17 08:55:56,823 - INFO - Response : {'router': {'id': 'bd165249-f3a7-4a83-b038-86286307a2ca', 'name': 'name-66102109', 'tenant_id': '92a1330fdac94cd1ba12640f4caddd28', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-48400490'], 'description': '', 'project_id': '92a1330fdac94cd1ba12640f4caddd28'}} 2026-06-17 08:55:56,823 - INFO - Updation of Router bd165249-f3a7-4a83-b038-86286307a2ca with body {'router': {'admin_state_up': 'False'}} passed 2026-06-17 08:55:56,823 - INFO - -------------------------------------------------------------------------------- 2026-06-17 08:55:56,824 - INFO - Deleting router bd165249-f3a7-4a83-b038-86286307a2ca 2026-06-17 08:55:56,877 - ERROR - Result of delete router bd165249-f3a7-4a83-b038-86286307a2ca: () 2026-06-17 08:55:56,878 - INFO - ================================================================================ 2026-06-17 08:55:56,878 - INFO - Router create Request {'router': {'admin_state_up': 'False', 'name': 'name-93308259'}} 2026-06-17 08:55:56,939 - INFO - Router create Response : {'router': {'id': 'ec881144-11fd-4653-933e-22752815c561', 'name': 'name-93308259', 'tenant_id': '92a1330fdac94cd1ba12640f4caddd28', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-93308259'], 'description': '', 'project_id': '92a1330fdac94cd1ba12640f4caddd28'}} 2026-06-17 08:55:56,939 - INFO - Router create PASSED ,Body : {'router': {'admin_state_up': 'False', 'name': 'name-93308259'}} 2026-06-17 08:55:56,953 - INFO - Attribute id is created 2026-06-17 08:55:56,953 - INFO - Attribute name is created 2026-06-17 08:55:56,953 - INFO - Attribute admin_state_up is created 2026-06-17 08:55:56,953 - INFO - Attribute status is created 2026-06-17 08:55:56,953 - INFO - Attribute tenant_id is created 2026-06-17 08:55:57,309 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed 2026-06-17 08:55:57,310 - INFO - Router Update request {'router': {'name': 'name-58887364'}} 2026-06-17 08:55:57,340 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-58887364'}} 2026-06-17 08:55:57,340 - INFO - Response : {'router': {'id': 'ec881144-11fd-4653-933e-22752815c561', 'name': 'name-58887364', 'tenant_id': '92a1330fdac94cd1ba12640f4caddd28', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-93308259'], 'description': '', 'project_id': '92a1330fdac94cd1ba12640f4caddd28'}} 2026-06-17 08:55:57,340 - INFO - Updation of Router ec881144-11fd-4653-933e-22752815c561 with body {'router': {'name': 'name-58887364'}} passed 2026-06-17 08:55:57,341 - INFO - -------------------------------------------------------------------------------- 2026-06-17 08:55:57,341 - INFO - Router Update request {'router': {'admin_state_up': 'False'}} 2026-06-17 08:55:57,372 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}} 2026-06-17 08:55:57,372 - INFO - Response : {'router': {'id': 'ec881144-11fd-4653-933e-22752815c561', 'name': 'name-58887364', 'tenant_id': '92a1330fdac94cd1ba12640f4caddd28', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-93308259'], 'description': '', 'project_id': '92a1330fdac94cd1ba12640f4caddd28'}} 2026-06-17 08:55:57,372 - INFO - Updation of Router ec881144-11fd-4653-933e-22752815c561 with body {'router': {'admin_state_up': 'False'}} passed 2026-06-17 08:55:57,372 - INFO - -------------------------------------------------------------------------------- 2026-06-17 08:55:57,372 - INFO - Deleting router ec881144-11fd-4653-933e-22752815c561 2026-06-17 08:55:57,431 - ERROR - Result of delete router ec881144-11fd-4653-933e-22752815c561: () 2026-06-17 08:55:57,432 - INFO - ================================================================================ 2026-06-17 08:55:57,432 - INFO - Router create Request {'router': {'name': 'name-60428049', 'tenant_id': 'abacab20-e6c5-4ff3-8a71-77366e392e71'}} 2026-06-17 08:55:57,513 - INFO - Router create Response : {'router': {'id': '50e9d828-2f53-443c-b13c-c0ccc449d39c', 'name': 'name-60428049', 'tenant_id': 'abacab20e6c54ff38a7177366e392e71', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'ctest-TestCRUD-28318478', 'name-60428049'], 'description': '', 'project_id': 'abacab20e6c54ff38a7177366e392e71'}} 2026-06-17 08:55:57,513 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-60428049', 'tenant_id': 'abacab20-e6c5-4ff3-8a71-77366e392e71'}} 2026-06-17 08:55:57,526 - INFO - Attribute id is created 2026-06-17 08:55:57,526 - INFO - Attribute name is created 2026-06-17 08:55:57,526 - INFO - Attribute admin_state_up is created 2026-06-17 08:55:57,526 - INFO - Attribute status is created 2026-06-17 08:55:57,526 - INFO - Attribute tenant_id is created 2026-06-17 08:55:57,878 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed 2026-06-17 08:55:57,878 - INFO - Router Update request {'router': {'name': 'name-88732803'}} 2026-06-17 08:55:57,910 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-88732803'}} 2026-06-17 08:55:57,910 - INFO - Response : {'router': {'id': '50e9d828-2f53-443c-b13c-c0ccc449d39c', 'name': 'name-88732803', 'tenant_id': 'abacab20e6c54ff38a7177366e392e71', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'ctest-TestCRUD-28318478', 'name-60428049'], 'description': '', 'project_id': 'abacab20e6c54ff38a7177366e392e71'}} 2026-06-17 08:55:57,910 - INFO - Updation of Router 50e9d828-2f53-443c-b13c-c0ccc449d39c with body {'router': {'name': 'name-88732803'}} passed 2026-06-17 08:55:57,910 - INFO - -------------------------------------------------------------------------------- 2026-06-17 08:55:57,911 - INFO - Router Update request {'router': {'admin_state_up': 'False'}} 2026-06-17 08:55:57,947 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}} 2026-06-17 08:55:57,947 - INFO - Response : {'router': {'id': '50e9d828-2f53-443c-b13c-c0ccc449d39c', 'name': 'name-88732803', 'tenant_id': 'abacab20e6c54ff38a7177366e392e71', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'ctest-TestCRUD-28318478', 'name-60428049'], 'description': '', 'project_id': 'abacab20e6c54ff38a7177366e392e71'}} 2026-06-17 08:55:57,947 - INFO - Updation of Router 50e9d828-2f53-443c-b13c-c0ccc449d39c with body {'router': {'admin_state_up': 'False'}} passed 2026-06-17 08:55:57,947 - INFO - -------------------------------------------------------------------------------- 2026-06-17 08:55:57,947 - INFO - Deleting router 50e9d828-2f53-443c-b13c-c0ccc449d39c 2026-06-17 08:55:58,006 - ERROR - Result of delete router 50e9d828-2f53-443c-b13c-c0ccc449d39c: () 2026-06-17 08:55:58,006 - INFO - ================================================================================ 2026-06-17 08:55:58,006 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-28318478', 'ctest-proj-sg2-26720165'] 2026-06-17 08:55:58,062 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-28318478', 'ctest-proj-sg1-53206075'] 2026-06-17 08:55:58,118 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg2-84764437'] 2026-06-17 08:55:58,182 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg1-77380830'] 2026-06-17 08:55:58,510 - DEBUG - No XMPP flaps were noticed during the test