2026-09-09 18:20:52,037 - INFO - Domain Default found not creating 2026-09-09 18:20:52,244 - INFO - Project ctest-TestCRUD-99789589 not found, creating it 2026-09-09 18:20:52,862 - INFO - Created Project:ctest-TestCRUD-99789589, ID : 20f1584b-e9d8-4866-95b0-acfc49f58943 2026-09-09 18:20:54,848 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg1-71053531'] 2026-09-09 18:20:56,263 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg2-39241105'] 2026-09-09 18:20:57,565 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-99789589', 'ctest-proj-sg1-57162309'] 2026-09-09 18:20:58,422 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-99789589', 'ctest-proj-sg2-32484889'] 2026-09-09 18:20:59,227 - INFO - ================================================================================ 2026-09-09 18:20:59,227 - INFO - STARTING TEST : test_network_tags_crud 2026-09-09 18:20:59,227 - INFO - TEST DESCRIPTION : Tag CRUD on a network: set/list/append/show/delete/delete-all/ filter. Regression guard for OpenSDN-io/community#124. 2026-09-09 18:20:59,502 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2026-09-09 18:20:59,502 - INFO - Initial checks done. Running the testcase now 2026-09-09 18:20:59,502 - INFO - 2026-09-09 18:21:00,575 - INFO - neutron tag CRUD passed for e9a9a8fa-099d-4265-b22e-2ab1b2cc7f7e 2026-09-09 18:21:00,575 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-99789589', 'ctest-proj-sg2-32484889'] 2026-09-09 18:21:00,661 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-99789589', 'ctest-proj-sg1-57162309'] 2026-09-09 18:21:00,760 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg2-39241105'] 2026-09-09 18:21:00,872 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg1-71053531'] 2026-09-09 18:21:01,267 - DEBUG - No XMPP flaps were noticed during the test
2026-09-09 18:21:01,267 - INFO - -------------------------------------------------------------------------------- 2026-09-09 18:21:01,278 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg1-70039760'] 2026-09-09 18:21:02,159 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg2-82082157'] 2026-09-09 18:21:03,130 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-99789589', 'ctest-proj-sg1-87468835'] 2026-09-09 18:21:03,945 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-99789589', 'ctest-proj-sg2-66398257'] 2026-09-09 18:21:04,734 - INFO - ================================================================================ 2026-09-09 18:21:04,734 - INFO - STARTING TEST : test_router_crud 2026-09-09 18:21:05,012 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2026-09-09 18:21:05,012 - INFO - Initial checks done. Running the testcase now 2026-09-09 18:21:05,012 - INFO - 2026-09-09 18:21:05,012 - INFO - Router create Request {'router': {'name': 'name-15401188'}} 2026-09-09 18:21:05,103 - INFO - Router create Response : {'router': {'id': 'afe18013-f764-4297-a45e-ae37c3163b45', 'name': 'name-15401188', 'tenant_id': 'd49cf67463e749289a95203dbf271c30', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'tags': [], 'fq_name': ['default-domain', 'admin', 'name-15401188'], 'description': '', 'project_id': 'd49cf67463e749289a95203dbf271c30'}} 2026-09-09 18:21:05,104 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-15401188'}} 2026-09-09 18:21:05,123 - INFO - Attribute id is created 2026-09-09 18:21:05,123 - INFO - Attribute name is created 2026-09-09 18:21:05,123 - INFO - Attribute admin_state_up is created 2026-09-09 18:21:05,123 - INFO - Attribute status is created 2026-09-09 18:21:05,123 - INFO - Attribute tenant_id is created 2026-09-09 18:21:05,686 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed 2026-09-09 18:21:05,687 - INFO - Router Update request {'router': {'name': 'name-87247055'}} 2026-09-09 18:21:05,746 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-87247055'}} 2026-09-09 18:21:05,746 - INFO - Response : {'router': {'id': 'afe18013-f764-4297-a45e-ae37c3163b45', 'name': 'name-87247055', 'tenant_id': 'd49cf67463e749289a95203dbf271c30', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'tags': [], 'fq_name': ['default-domain', 'admin', 'name-15401188'], 'description': '', 'project_id': 'd49cf67463e749289a95203dbf271c30'}} 2026-09-09 18:21:05,746 - INFO - Updation of Router afe18013-f764-4297-a45e-ae37c3163b45 with body {'router': {'name': 'name-87247055'}} passed 2026-09-09 18:21:05,747 - INFO - -------------------------------------------------------------------------------- 2026-09-09 18:21:05,747 - INFO - Router Update request {'router': {'admin_state_up': 'True'}} 2026-09-09 18:21:05,809 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}} 2026-09-09 18:21:05,809 - INFO - Response : {'router': {'id': 'afe18013-f764-4297-a45e-ae37c3163b45', 'name': 'name-87247055', 'tenant_id': 'd49cf67463e749289a95203dbf271c30', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'tags': [], 'fq_name': ['default-domain', 'admin', 'name-15401188'], 'description': '', 'project_id': 'd49cf67463e749289a95203dbf271c30'}} 2026-09-09 18:21:05,809 - INFO - Updation of Router afe18013-f764-4297-a45e-ae37c3163b45 with body {'router': {'admin_state_up': 'True'}} passed 2026-09-09 18:21:05,809 - INFO - -------------------------------------------------------------------------------- 2026-09-09 18:21:05,809 - INFO - Deleting router afe18013-f764-4297-a45e-ae37c3163b45 2026-09-09 18:21:05,924 - ERROR - Result of delete router afe18013-f764-4297-a45e-ae37c3163b45: () 2026-09-09 18:21:05,924 - INFO - ================================================================================ 2026-09-09 18:21:05,924 - INFO - Router create Request {'router': {'tenant_id': '20f1584b-e9d8-4866-95b0-acfc49f58943', 'name': 'name-11708152'}} 2026-09-09 18:21:06,025 - INFO - Router create Response : {'router': {'id': 'bc033f10-dc65-4d06-b90f-c83dcc51e719', 'name': 'name-11708152', 'tenant_id': '20f1584be9d8486695b0acfc49f58943', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'tags': [], 'fq_name': ['default-domain', 'ctest-TestCRUD-99789589', 'name-11708152'], 'description': '', 'project_id': '20f1584be9d8486695b0acfc49f58943'}} 2026-09-09 18:21:06,025 - INFO - Router create PASSED ,Body : {'router': {'tenant_id': '20f1584b-e9d8-4866-95b0-acfc49f58943', 'name': 'name-11708152'}} 2026-09-09 18:21:06,044 - INFO - Attribute id is created 2026-09-09 18:21:06,044 - INFO - Attribute name is created 2026-09-09 18:21:06,044 - INFO - Attribute admin_state_up is created 2026-09-09 18:21:06,045 - INFO - Attribute status is created 2026-09-09 18:21:06,045 - INFO - Attribute tenant_id is created 2026-09-09 18:21:06,593 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed 2026-09-09 18:21:06,593 - INFO - Router Update request {'router': {'name': 'name-83025467'}} 2026-09-09 18:21:06,650 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-83025467'}} 2026-09-09 18:21:06,651 - INFO - Response : {'router': {'id': 'bc033f10-dc65-4d06-b90f-c83dcc51e719', 'name': 'name-83025467', 'tenant_id': '20f1584be9d8486695b0acfc49f58943', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'tags': [], 'fq_name': ['default-domain', 'ctest-TestCRUD-99789589', 'name-11708152'], 'description': '', 'project_id': '20f1584be9d8486695b0acfc49f58943'}} 2026-09-09 18:21:06,651 - INFO - Updation of Router bc033f10-dc65-4d06-b90f-c83dcc51e719 with body {'router': {'name': 'name-83025467'}} passed 2026-09-09 18:21:06,651 - INFO - -------------------------------------------------------------------------------- 2026-09-09 18:21:06,651 - INFO - Router Update request {'router': {'admin_state_up': 'False'}} 2026-09-09 18:21:06,711 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}} 2026-09-09 18:21:06,711 - INFO - Response : {'router': {'id': 'bc033f10-dc65-4d06-b90f-c83dcc51e719', 'name': 'name-83025467', 'tenant_id': '20f1584be9d8486695b0acfc49f58943', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'tags': [], 'fq_name': ['default-domain', 'ctest-TestCRUD-99789589', 'name-11708152'], 'description': '', 'project_id': '20f1584be9d8486695b0acfc49f58943'}} 2026-09-09 18:21:06,711 - INFO - Updation of Router bc033f10-dc65-4d06-b90f-c83dcc51e719 with body {'router': {'admin_state_up': 'False'}} passed 2026-09-09 18:21:06,711 - INFO - -------------------------------------------------------------------------------- 2026-09-09 18:21:06,711 - INFO - Deleting router bc033f10-dc65-4d06-b90f-c83dcc51e719 2026-09-09 18:21:06,823 - ERROR - Result of delete router bc033f10-dc65-4d06-b90f-c83dcc51e719: () 2026-09-09 18:21:06,823 - INFO - ================================================================================ 2026-09-09 18:21:06,823 - INFO - Router create Request {'router': {'name': 'name-73801215', 'admin_state_up': 'False'}} 2026-09-09 18:21:06,934 - INFO - Router create Response : {'router': {'id': '40bdd6ca-9980-4dac-a38d-bbf678a39cba', 'name': 'name-73801215', 'tenant_id': 'd49cf67463e749289a95203dbf271c30', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'tags': [], 'fq_name': ['default-domain', 'admin', 'name-73801215'], 'description': '', 'project_id': 'd49cf67463e749289a95203dbf271c30'}} 2026-09-09 18:21:06,934 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-73801215', 'admin_state_up': 'False'}} 2026-09-09 18:21:06,957 - INFO - Attribute id is created 2026-09-09 18:21:06,958 - INFO - Attribute name is created 2026-09-09 18:21:06,958 - INFO - Attribute admin_state_up is created 2026-09-09 18:21:06,958 - INFO - Attribute status is created 2026-09-09 18:21:06,958 - INFO - Attribute tenant_id is created 2026-09-09 18:21:07,471 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed 2026-09-09 18:21:07,472 - INFO - Router Update request {'router': {'name': 'name-17984044'}} 2026-09-09 18:21:07,527 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-17984044'}} 2026-09-09 18:21:07,527 - INFO - Response : {'router': {'id': '40bdd6ca-9980-4dac-a38d-bbf678a39cba', 'name': 'name-17984044', 'tenant_id': 'd49cf67463e749289a95203dbf271c30', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'tags': [], 'fq_name': ['default-domain', 'admin', 'name-73801215'], 'description': '', 'project_id': 'd49cf67463e749289a95203dbf271c30'}} 2026-09-09 18:21:07,527 - INFO - Updation of Router 40bdd6ca-9980-4dac-a38d-bbf678a39cba with body {'router': {'name': 'name-17984044'}} passed 2026-09-09 18:21:07,527 - INFO - -------------------------------------------------------------------------------- 2026-09-09 18:21:07,528 - INFO - Router Update request {'router': {'admin_state_up': 'False'}} 2026-09-09 18:21:07,581 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}} 2026-09-09 18:21:07,581 - INFO - Response : {'router': {'id': '40bdd6ca-9980-4dac-a38d-bbf678a39cba', 'name': 'name-17984044', 'tenant_id': 'd49cf67463e749289a95203dbf271c30', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'tags': [], 'fq_name': ['default-domain', 'admin', 'name-73801215'], 'description': '', 'project_id': 'd49cf67463e749289a95203dbf271c30'}} 2026-09-09 18:21:07,581 - INFO - Updation of Router 40bdd6ca-9980-4dac-a38d-bbf678a39cba with body {'router': {'admin_state_up': 'False'}} passed 2026-09-09 18:21:07,581 - INFO - -------------------------------------------------------------------------------- 2026-09-09 18:21:07,581 - INFO - Deleting router 40bdd6ca-9980-4dac-a38d-bbf678a39cba 2026-09-09 18:21:07,671 - ERROR - Result of delete router 40bdd6ca-9980-4dac-a38d-bbf678a39cba: () 2026-09-09 18:21:07,671 - INFO - ================================================================================ 2026-09-09 18:21:07,671 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-99789589', 'ctest-proj-sg2-66398257'] 2026-09-09 18:21:07,764 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-99789589', 'ctest-proj-sg1-87468835'] 2026-09-09 18:21:07,861 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg2-82082157'] 2026-09-09 18:21:07,942 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg1-70039760'] 2026-09-09 18:21:08,315 - DEBUG - No XMPP flaps were noticed during the test