2026-08-14 14:28:46,503 - INFO - Domain Default found not creating
2026-08-14 14:28:46,662 - INFO - Project ctest-TestCRUD-72943490 not found, creating it
2026-08-14 14:28:47,149 - INFO - Created Project:ctest-TestCRUD-72943490, ID : 958e130a-5d0f-431b-9cdc-5cd5d24bf6a1
2026-08-14 14:28:48,678 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg1-21594886']
2026-08-14 14:28:49,468 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg2-48033606']
2026-08-14 14:28:50,498 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-72943490', 'ctest-proj-sg1-74391040']
2026-08-14 14:28:51,186 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-72943490', 'ctest-proj-sg2-19637496']
2026-08-14 14:28:51,857 - INFO - ================================================================================
2026-08-14 14:28:51,857 - INFO - STARTING TEST : test_network_tags_crud
2026-08-14 14:28:51,857 - INFO - TEST DESCRIPTION : Tag CRUD on a network: set/list/append/show/delete/delete-all/
filter. Regression guard for OpenSDN-io/community#124.
2026-08-14 14:28:52,116 - DEBUG - Nothing to compare xmpp stats {'10.0.0.162': {'10.20.0.25': '0'}} with
2026-08-14 14:28:52,116 - INFO - Initial checks done. Running the testcase now
2026-08-14 14:28:52,116 - INFO -
2026-08-14 14:28:52,890 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-72943490', 'ctest-proj-sg2-19637496']
2026-08-14 14:28:52,957 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-72943490', 'ctest-proj-sg1-74391040']
2026-08-14 14:28:53,042 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg2-48033606']
2026-08-14 14:28:53,128 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg1-21594886']
2026-08-14 14:28:53,472 - ERROR - KeyError
Python 3.9.25: /usr/bin/python3
Fri Aug 14 14:28:52 2026
A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/contrail-test/tcutils/wrappers.py in wrapper(self=, *args=(), **kwargs={})
78 log.info('Initial checks done. Running the testcase now')
79 log.info('')
80 result = function(self, *args, **kwargs)
81 if self.inputs.upgrade:
82 pid = os.getpid()
result = None
function =
self =
args = ()
kwargs = {}
/contrail-test/scripts/neutron/test_crud.py in test_network_tags_crud(self=)
626 # delete all
627 c.remove_tag_all('networks', net_id)
628 assert tags() == set(), 'remove_tag_all left tags behind'
629 self.log.info('neutron tag CRUD passed for %s' % net_id)
630 # end test_network_tags_crud
tags = .tags>
builtinset =
/contrail-test/scripts/neutron/test_crud.py in tags()
598
599 def tags():
600 return set(c.show_network(net_id)['network']['tags'])
601
602 # set (replace-all)
builtinset =
c =
c.show_network = >
net_id = '08648499-8533-4b02-a525-6f719607899f'
KeyError: 'tags'
__cause__ = None
__class__ =
__context__ = None
__delattr__ =
__dict__ = {}
__dir__ =
__doc__ = 'Mapping key not found.'
__eq__ =
__format__ =
__ge__ =
__getattribute__ =
__gt__ =
__hash__ =
__init__ =
__init_subclass__ =
__le__ =
__lt__ =
__ne__ =
__new__ =
__reduce__ =
__reduce_ex__ =
__repr__ =
__setattr__ =
__setstate__ =
__sizeof__ =
__str__ =
__subclasshook__ =
__suppress_context__ = False
__traceback__ =
args = ('tags',)
with_traceback =
The above is a description of an error in a Python program. Here is
the original traceback:
Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/neutron/test_crud.py", line 628, in test_network_tags_crud
assert tags() == set(), 'remove_tag_all left tags behind'
File "/contrail-test/scripts/neutron/test_crud.py", line 600, in tags
return set(c.show_network(net_id)['network']['tags'])
KeyError: 'tags'
2026-08-14 14:28:53,478 - DEBUG - No XMPP flaps were noticed during the test
2026-08-14 14:28:53,478 - INFO -
2026-08-14 14:28:53,478 - INFO - END TEST : test_network_tags_crud : FAILED[0:00:02]
2026-08-14 14:28:53,479 - INFO - --------------------------------------------------------------------------------
2026-08-14 14:28:53,486 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg1-73563070']
2026-08-14 14:28:54,235 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg2-27076577']
2026-08-14 14:28:54,997 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-72943490', 'ctest-proj-sg1-10362442']
2026-08-14 14:28:55,728 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-72943490', 'ctest-proj-sg2-61058747']
2026-08-14 14:28:56,505 - INFO - ================================================================================
2026-08-14 14:28:56,505 - INFO - STARTING TEST : test_router_crud
2026-08-14 14:28:56,762 - DEBUG - Nothing to compare xmpp stats {'10.0.0.162': {'10.20.0.25': '0'}} with
2026-08-14 14:28:56,762 - INFO - Initial checks done. Running the testcase now
2026-08-14 14:28:56,762 - INFO -
2026-08-14 14:28:56,762 - INFO - Router create Request {'router': {'name': 'name-12909899'}}
2026-08-14 14:28:56,826 - INFO - Router create Response : {'router': {'id': 'a367a978-ee3b-4134-830b-489083313749', 'name': 'name-12909899', 'tenant_id': '0dca3864b60341bfa23dc4b208cea700', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-12909899'], 'description': '', 'project_id': '0dca3864b60341bfa23dc4b208cea700'}}
2026-08-14 14:28:56,826 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-12909899'}}
2026-08-14 14:28:56,840 - INFO - Attribute id is created
2026-08-14 14:28:56,840 - INFO - Attribute name is created
2026-08-14 14:28:56,840 - INFO - Attribute admin_state_up is created
2026-08-14 14:28:56,840 - INFO - Attribute status is created
2026-08-14 14:28:56,840 - INFO - Attribute tenant_id is created
2026-08-14 14:28:57,205 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2026-08-14 14:28:57,205 - INFO - Router Update request {'router': {'name': 'name-85746905'}}
2026-08-14 14:28:57,238 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-85746905'}}
2026-08-14 14:28:57,238 - INFO - Response : {'router': {'id': 'a367a978-ee3b-4134-830b-489083313749', 'name': 'name-85746905', 'tenant_id': '0dca3864b60341bfa23dc4b208cea700', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-12909899'], 'description': '', 'project_id': '0dca3864b60341bfa23dc4b208cea700'}}
2026-08-14 14:28:57,238 - INFO - Updation of Router a367a978-ee3b-4134-830b-489083313749 with body {'router': {'name': 'name-85746905'}} passed
2026-08-14 14:28:57,238 - INFO - --------------------------------------------------------------------------------
2026-08-14 14:28:57,238 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2026-08-14 14:28:57,279 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2026-08-14 14:28:57,279 - INFO - Response : {'router': {'id': 'a367a978-ee3b-4134-830b-489083313749', 'name': 'name-85746905', 'tenant_id': '0dca3864b60341bfa23dc4b208cea700', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-12909899'], 'description': '', 'project_id': '0dca3864b60341bfa23dc4b208cea700'}}
2026-08-14 14:28:57,279 - INFO - Updation of Router a367a978-ee3b-4134-830b-489083313749 with body {'router': {'admin_state_up': 'True'}} passed
2026-08-14 14:28:57,279 - INFO - --------------------------------------------------------------------------------
2026-08-14 14:28:57,279 - INFO - Deleting router a367a978-ee3b-4134-830b-489083313749
2026-08-14 14:28:57,345 - ERROR - Result of delete router a367a978-ee3b-4134-830b-489083313749: ()
2026-08-14 14:28:57,345 - INFO - ================================================================================
2026-08-14 14:28:57,345 - INFO - Router create Request {'router': {'name': 'name-36084298', 'admin_state_up': 'False'}}
2026-08-14 14:28:57,423 - INFO - Router create Response : {'router': {'id': 'bacbe3c8-ee92-4e5e-9ac4-6f79acb835cd', 'name': 'name-36084298', 'tenant_id': '0dca3864b60341bfa23dc4b208cea700', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-36084298'], 'description': '', 'project_id': '0dca3864b60341bfa23dc4b208cea700'}}
2026-08-14 14:28:57,423 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-36084298', 'admin_state_up': 'False'}}
2026-08-14 14:28:57,442 - INFO - Attribute id is created
2026-08-14 14:28:57,442 - INFO - Attribute name is created
2026-08-14 14:28:57,442 - INFO - Attribute admin_state_up is created
2026-08-14 14:28:57,442 - INFO - Attribute status is created
2026-08-14 14:28:57,442 - INFO - Attribute tenant_id is created
2026-08-14 14:28:57,819 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2026-08-14 14:28:57,819 - INFO - Router Update request {'router': {'name': 'name-23422111'}}
2026-08-14 14:28:57,856 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-23422111'}}
2026-08-14 14:28:57,857 - INFO - Response : {'router': {'id': 'bacbe3c8-ee92-4e5e-9ac4-6f79acb835cd', 'name': 'name-23422111', 'tenant_id': '0dca3864b60341bfa23dc4b208cea700', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-36084298'], 'description': '', 'project_id': '0dca3864b60341bfa23dc4b208cea700'}}
2026-08-14 14:28:57,857 - INFO - Updation of Router bacbe3c8-ee92-4e5e-9ac4-6f79acb835cd with body {'router': {'name': 'name-23422111'}} passed
2026-08-14 14:28:57,857 - INFO - --------------------------------------------------------------------------------
2026-08-14 14:28:57,857 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2026-08-14 14:28:57,893 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2026-08-14 14:28:57,893 - INFO - Response : {'router': {'id': 'bacbe3c8-ee92-4e5e-9ac4-6f79acb835cd', 'name': 'name-23422111', 'tenant_id': '0dca3864b60341bfa23dc4b208cea700', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-36084298'], 'description': '', 'project_id': '0dca3864b60341bfa23dc4b208cea700'}}
2026-08-14 14:28:57,893 - INFO - Updation of Router bacbe3c8-ee92-4e5e-9ac4-6f79acb835cd with body {'router': {'admin_state_up': 'True'}} passed
2026-08-14 14:28:57,893 - INFO - --------------------------------------------------------------------------------
2026-08-14 14:28:57,893 - INFO - Deleting router bacbe3c8-ee92-4e5e-9ac4-6f79acb835cd
2026-08-14 14:28:57,963 - ERROR - Result of delete router bacbe3c8-ee92-4e5e-9ac4-6f79acb835cd: ()
2026-08-14 14:28:57,963 - INFO - ================================================================================
2026-08-14 14:28:57,963 - INFO - Router create Request {'router': {'name': 'name-89135521', 'tenant_id': '958e130a-5d0f-431b-9cdc-5cd5d24bf6a1'}}
2026-08-14 14:28:58,026 - INFO - Router create Response : {'router': {'id': 'd8d4a5ec-30b8-456e-b55e-7c9b0fabcb04', 'name': 'name-89135521', 'tenant_id': '958e130a5d0f431b9cdc5cd5d24bf6a1', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'ctest-TestCRUD-72943490', 'name-89135521'], 'description': '', 'project_id': '958e130a5d0f431b9cdc5cd5d24bf6a1'}}
2026-08-14 14:28:58,027 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-89135521', 'tenant_id': '958e130a-5d0f-431b-9cdc-5cd5d24bf6a1'}}
2026-08-14 14:28:58,040 - INFO - Attribute id is created
2026-08-14 14:28:58,041 - INFO - Attribute name is created
2026-08-14 14:28:58,041 - INFO - Attribute admin_state_up is created
2026-08-14 14:28:58,041 - INFO - Attribute status is created
2026-08-14 14:28:58,041 - INFO - Attribute tenant_id is created
2026-08-14 14:28:58,389 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2026-08-14 14:28:58,390 - INFO - Router Update request {'router': {'name': 'name-37582359'}}
2026-08-14 14:28:58,425 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-37582359'}}
2026-08-14 14:28:58,425 - INFO - Response : {'router': {'id': 'd8d4a5ec-30b8-456e-b55e-7c9b0fabcb04', 'name': 'name-37582359', 'tenant_id': '958e130a5d0f431b9cdc5cd5d24bf6a1', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'ctest-TestCRUD-72943490', 'name-89135521'], 'description': '', 'project_id': '958e130a5d0f431b9cdc5cd5d24bf6a1'}}
2026-08-14 14:28:58,425 - INFO - Updation of Router d8d4a5ec-30b8-456e-b55e-7c9b0fabcb04 with body {'router': {'name': 'name-37582359'}} passed
2026-08-14 14:28:58,425 - INFO - --------------------------------------------------------------------------------
2026-08-14 14:28:58,425 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2026-08-14 14:28:58,464 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2026-08-14 14:28:58,464 - INFO - Response : {'router': {'id': 'd8d4a5ec-30b8-456e-b55e-7c9b0fabcb04', 'name': 'name-37582359', 'tenant_id': '958e130a5d0f431b9cdc5cd5d24bf6a1', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'ctest-TestCRUD-72943490', 'name-89135521'], 'description': '', 'project_id': '958e130a5d0f431b9cdc5cd5d24bf6a1'}}
2026-08-14 14:28:58,464 - INFO - Updation of Router d8d4a5ec-30b8-456e-b55e-7c9b0fabcb04 with body {'router': {'admin_state_up': 'True'}} passed
2026-08-14 14:28:58,465 - INFO - --------------------------------------------------------------------------------
2026-08-14 14:28:58,465 - INFO - Deleting router d8d4a5ec-30b8-456e-b55e-7c9b0fabcb04
2026-08-14 14:28:58,535 - ERROR - Result of delete router d8d4a5ec-30b8-456e-b55e-7c9b0fabcb04: ()
2026-08-14 14:28:58,536 - INFO - ================================================================================
2026-08-14 14:28:58,536 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-72943490', 'ctest-proj-sg2-61058747']
2026-08-14 14:28:58,595 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-72943490', 'ctest-proj-sg1-10362442']
2026-08-14 14:28:58,660 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg2-27076577']
2026-08-14 14:28:58,729 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg1-73563070']
2026-08-14 14:28:59,050 - DEBUG - No XMPP flaps were noticed during the test
2026-08-14 14:28:59,051 - INFO - END TEST : test_router_crud : PASSED[0:00:03]
2026-08-14 14:28:59,051 - INFO - --------------------------------------------------------------------------------
2026-08-14 14:28:59,770 - INFO - Deleted project: ctest-TestCRUD-72943490, ID : 958e130a-5d0f-431b-9cdc-5cd5d24bf6a1