2026-08-17 05:28:58,290 - INFO - Domain Default found not creating
2026-08-17 05:28:58,512 - INFO - Project ctest-TestCRUD-19678973 not found, creating it
2026-08-17 05:28:59,002 - INFO - Created Project:ctest-TestCRUD-19678973, ID : 539d8325-2a4f-4345-919d-4986ef977c33
2026-08-17 05:29:00,692 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg1-23340241']
2026-08-17 05:29:01,589 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg2-60247842']
2026-08-17 05:29:02,758 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-19678973', 'ctest-proj-sg1-94661915']
2026-08-17 05:29:03,583 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-19678973', 'ctest-proj-sg2-07778234']
2026-08-17 05:29:04,432 - INFO - ================================================================================
2026-08-17 05:29:04,433 - INFO - STARTING TEST : test_network_tags_crud
2026-08-17 05:29:04,433 - 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-17 05:29:04,713 - DEBUG - Nothing to compare xmpp stats {'10.0.0.161': {'10.20.0.18': '0'}} with
2026-08-17 05:29:04,714 - INFO - Initial checks done. Running the testcase now
2026-08-17 05:29:04,714 - INFO -
2026-08-17 05:29:05,845 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-19678973', 'ctest-proj-sg2-07778234']
2026-08-17 05:29:05,931 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-19678973', 'ctest-proj-sg1-94661915']
2026-08-17 05:29:06,039 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg2-60247842']
2026-08-17 05:29:06,156 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg1-23340241']
2026-08-17 05:29:06,527 - ERROR - KeyError
Python 3.9.25: /usr/bin/python3
Mon Aug 17 05:29:05 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 = '5a850382-e6b5-4aaf-a690-05b2d461dc1f'
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-17 05:29:06,534 - DEBUG - No XMPP flaps were noticed during the test
2026-08-17 05:29:06,535 - INFO -
2026-08-17 05:29:06,535 - INFO - END TEST : test_network_tags_crud : FAILED[0:00:02]
2026-08-17 05:29:06,535 - INFO - --------------------------------------------------------------------------------
2026-08-17 05:29:06,544 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg1-73461903']
2026-08-17 05:29:07,455 - INFO - Creating Security group: ['default-domain', 'admin', 'ctest-admin-sg2-09757609']
2026-08-17 05:29:08,331 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-19678973', 'ctest-proj-sg1-05510379']
2026-08-17 05:29:09,266 - INFO - Creating Security group: ['default-domain', 'ctest-TestCRUD-19678973', 'ctest-proj-sg2-22568594']
2026-08-17 05:29:10,114 - INFO - ================================================================================
2026-08-17 05:29:10,114 - INFO - STARTING TEST : test_router_crud
2026-08-17 05:29:10,384 - DEBUG - Nothing to compare xmpp stats {'10.0.0.161': {'10.20.0.18': '0'}} with
2026-08-17 05:29:10,384 - INFO - Initial checks done. Running the testcase now
2026-08-17 05:29:10,384 - INFO -
2026-08-17 05:29:10,385 - INFO - Router create Request {'router': {'name': 'name-52065068'}}
2026-08-17 05:29:10,484 - INFO - Router create Response : {'router': {'id': '8e2c833e-194a-4647-bbe2-0fe2d480a406', 'name': 'name-52065068', 'tenant_id': '4fcad4ba486b4eb8bd4e42dedc1a5737', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-52065068'], 'description': '', 'project_id': '4fcad4ba486b4eb8bd4e42dedc1a5737'}}
2026-08-17 05:29:10,485 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-52065068'}}
2026-08-17 05:29:10,505 - INFO - Attribute id is created
2026-08-17 05:29:10,505 - INFO - Attribute name is created
2026-08-17 05:29:10,505 - INFO - Attribute admin_state_up is created
2026-08-17 05:29:10,505 - INFO - Attribute status is created
2026-08-17 05:29:10,505 - INFO - Attribute tenant_id is created
2026-08-17 05:29:11,021 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2026-08-17 05:29:11,021 - INFO - Router Update request {'router': {'name': 'name-50626545'}}
2026-08-17 05:29:11,062 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-50626545'}}
2026-08-17 05:29:11,062 - INFO - Response : {'router': {'id': '8e2c833e-194a-4647-bbe2-0fe2d480a406', 'name': 'name-50626545', 'tenant_id': '4fcad4ba486b4eb8bd4e42dedc1a5737', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-52065068'], 'description': '', 'project_id': '4fcad4ba486b4eb8bd4e42dedc1a5737'}}
2026-08-17 05:29:11,062 - INFO - Updation of Router 8e2c833e-194a-4647-bbe2-0fe2d480a406 with body {'router': {'name': 'name-50626545'}} passed
2026-08-17 05:29:11,062 - INFO - --------------------------------------------------------------------------------
2026-08-17 05:29:11,062 - INFO - Router Update request {'router': {'admin_state_up': 'False'}}
2026-08-17 05:29:11,107 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}}
2026-08-17 05:29:11,108 - INFO - Response : {'router': {'id': '8e2c833e-194a-4647-bbe2-0fe2d480a406', 'name': 'name-50626545', 'tenant_id': '4fcad4ba486b4eb8bd4e42dedc1a5737', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-52065068'], 'description': '', 'project_id': '4fcad4ba486b4eb8bd4e42dedc1a5737'}}
2026-08-17 05:29:11,108 - INFO - Updation of Router 8e2c833e-194a-4647-bbe2-0fe2d480a406 with body {'router': {'admin_state_up': 'False'}} passed
2026-08-17 05:29:11,108 - INFO - --------------------------------------------------------------------------------
2026-08-17 05:29:11,108 - INFO - Deleting router 8e2c833e-194a-4647-bbe2-0fe2d480a406
2026-08-17 05:29:11,185 - ERROR - Result of delete router 8e2c833e-194a-4647-bbe2-0fe2d480a406: ()
2026-08-17 05:29:11,185 - INFO - ================================================================================
2026-08-17 05:29:11,185 - INFO - Router create Request {'router': {'name': 'name-27315070', 'admin_state_up': 'True'}}
2026-08-17 05:29:11,264 - INFO - Router create Response : {'router': {'id': '0d78ba62-00ea-4f6d-8d29-7a31cb0646b9', 'name': 'name-27315070', 'tenant_id': '4fcad4ba486b4eb8bd4e42dedc1a5737', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-27315070'], 'description': '', 'project_id': '4fcad4ba486b4eb8bd4e42dedc1a5737'}}
2026-08-17 05:29:11,264 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-27315070', 'admin_state_up': 'True'}}
2026-08-17 05:29:11,279 - INFO - Attribute id is created
2026-08-17 05:29:11,280 - INFO - Attribute name is created
2026-08-17 05:29:11,280 - INFO - Attribute admin_state_up is created
2026-08-17 05:29:11,280 - INFO - Attribute status is created
2026-08-17 05:29:11,280 - INFO - Attribute tenant_id is created
2026-08-17 05:29:11,719 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2026-08-17 05:29:11,719 - INFO - Router Update request {'router': {'name': 'name-03337255'}}
2026-08-17 05:29:11,762 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-03337255'}}
2026-08-17 05:29:11,762 - INFO - Response : {'router': {'id': '0d78ba62-00ea-4f6d-8d29-7a31cb0646b9', 'name': 'name-03337255', 'tenant_id': '4fcad4ba486b4eb8bd4e42dedc1a5737', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-27315070'], 'description': '', 'project_id': '4fcad4ba486b4eb8bd4e42dedc1a5737'}}
2026-08-17 05:29:11,762 - INFO - Updation of Router 0d78ba62-00ea-4f6d-8d29-7a31cb0646b9 with body {'router': {'name': 'name-03337255'}} passed
2026-08-17 05:29:11,763 - INFO - --------------------------------------------------------------------------------
2026-08-17 05:29:11,763 - INFO - Router Update request {'router': {'admin_state_up': 'False'}}
2026-08-17 05:29:11,806 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}}
2026-08-17 05:29:11,806 - INFO - Response : {'router': {'id': '0d78ba62-00ea-4f6d-8d29-7a31cb0646b9', 'name': 'name-03337255', 'tenant_id': '4fcad4ba486b4eb8bd4e42dedc1a5737', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'admin', 'name-27315070'], 'description': '', 'project_id': '4fcad4ba486b4eb8bd4e42dedc1a5737'}}
2026-08-17 05:29:11,806 - INFO - Updation of Router 0d78ba62-00ea-4f6d-8d29-7a31cb0646b9 with body {'router': {'admin_state_up': 'False'}} passed
2026-08-17 05:29:11,806 - INFO - --------------------------------------------------------------------------------
2026-08-17 05:29:11,806 - INFO - Deleting router 0d78ba62-00ea-4f6d-8d29-7a31cb0646b9
2026-08-17 05:29:11,892 - ERROR - Result of delete router 0d78ba62-00ea-4f6d-8d29-7a31cb0646b9: ()
2026-08-17 05:29:11,892 - INFO - ================================================================================
2026-08-17 05:29:11,892 - INFO - Router create Request {'router': {'name': 'name-23624933', 'tenant_id': '539d8325-2a4f-4345-919d-4986ef977c33'}}
2026-08-17 05:29:11,957 - INFO - Router create Response : {'router': {'id': 'a1d06161-39b7-4183-b8d5-c8a375196fd2', 'name': 'name-23624933', 'tenant_id': '539d83252a4f4345919d4986ef977c33', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'ctest-TestCRUD-19678973', 'name-23624933'], 'description': '', 'project_id': '539d83252a4f4345919d4986ef977c33'}}
2026-08-17 05:29:11,957 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-23624933', 'tenant_id': '539d8325-2a4f-4345-919d-4986ef977c33'}}
2026-08-17 05:29:11,973 - INFO - Attribute id is created
2026-08-17 05:29:11,973 - INFO - Attribute name is created
2026-08-17 05:29:11,973 - INFO - Attribute admin_state_up is created
2026-08-17 05:29:11,973 - INFO - Attribute status is created
2026-08-17 05:29:11,973 - INFO - Attribute tenant_id is created
2026-08-17 05:29:12,421 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2026-08-17 05:29:12,421 - INFO - Router Update request {'router': {'name': 'name-30204329'}}
2026-08-17 05:29:12,464 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-30204329'}}
2026-08-17 05:29:12,464 - INFO - Response : {'router': {'id': 'a1d06161-39b7-4183-b8d5-c8a375196fd2', 'name': 'name-30204329', 'tenant_id': '539d83252a4f4345919d4986ef977c33', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'ctest-TestCRUD-19678973', 'name-23624933'], 'description': '', 'project_id': '539d83252a4f4345919d4986ef977c33'}}
2026-08-17 05:29:12,465 - INFO - Updation of Router a1d06161-39b7-4183-b8d5-c8a375196fd2 with body {'router': {'name': 'name-30204329'}} passed
2026-08-17 05:29:12,465 - INFO - --------------------------------------------------------------------------------
2026-08-17 05:29:12,465 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2026-08-17 05:29:12,512 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2026-08-17 05:29:12,512 - INFO - Response : {'router': {'id': 'a1d06161-39b7-4183-b8d5-c8a375196fd2', 'name': 'name-30204329', 'tenant_id': '539d83252a4f4345919d4986ef977c33', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['default-domain', 'ctest-TestCRUD-19678973', 'name-23624933'], 'description': '', 'project_id': '539d83252a4f4345919d4986ef977c33'}}
2026-08-17 05:29:12,512 - INFO - Updation of Router a1d06161-39b7-4183-b8d5-c8a375196fd2 with body {'router': {'admin_state_up': 'True'}} passed
2026-08-17 05:29:12,512 - INFO - --------------------------------------------------------------------------------
2026-08-17 05:29:12,512 - INFO - Deleting router a1d06161-39b7-4183-b8d5-c8a375196fd2
2026-08-17 05:29:12,591 - ERROR - Result of delete router a1d06161-39b7-4183-b8d5-c8a375196fd2: ()
2026-08-17 05:29:12,591 - INFO - ================================================================================
2026-08-17 05:29:12,591 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-19678973', 'ctest-proj-sg2-22568594']
2026-08-17 05:29:12,672 - INFO - Deleting Security group: ['default-domain', 'ctest-TestCRUD-19678973', 'ctest-proj-sg1-05510379']
2026-08-17 05:29:12,741 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg2-09757609']
2026-08-17 05:29:12,818 - INFO - Deleting Security group: ['default-domain', 'admin', 'ctest-admin-sg1-73461903']
2026-08-17 05:29:13,168 - DEBUG - No XMPP flaps were noticed during the test
2026-08-17 05:29:13,168 - INFO - END TEST : test_router_crud : PASSED[0:00:03]
2026-08-17 05:29:13,168 - INFO - --------------------------------------------------------------------------------
2026-08-17 05:29:13,975 - INFO - Deleted project: ctest-TestCRUD-19678973, ID : 539d8325-2a4f-4345-919d-4986ef977c33