2025-07-21 12:34:21,985 - INFO - Domain Default found not creating
2025-07-21 12:34:22,291 - INFO - Project ctest-TestLBaaSV2-89865617 not found, creating it
2025-07-21 12:34:23,151 - INFO - Created Project:ctest-TestLBaaSV2-89865617, ID : 7ab1153d-1748-4ab2-ba38-9916bfe8ab2d
2025-07-21 12:34:25,488 - INFO - ================================================================================
2025-07-21 12:34:25,489 - INFO - STARTING TEST : test_lbaas_client_pool_in_same_net
2025-07-21 12:34:25,489 - INFO - TEST DESCRIPTION : Create Lbaas pool, member and vip
Member, VIP and client all in same VN
verify: pool, member and vip gets created
create HMON and verify the association
verify the HTTP traffic getting loadbalanced using the standby netns
2025-07-21 12:34:25,838 - DEBUG - Nothing to compare xmpp stats {'10.0.0.254': {'10.20.0.17': '0'}} with
2025-07-21 12:34:25,838 - INFO - Initial checks done. Running the testcase now
2025-07-21 12:34:25,838 - INFO -
2025-07-21 12:34:26,700 - DEBUG - Response for create_network : {'network': {'id': '62ef03af-5c0f-4b35-ac14-668116b1169e', 'name': 'ctest-vn-95663587', 'tenant_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'project_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-89865617', 'ctest-vn-95663587'], 'port_security_enabled': True, 'description': ''}}
2025-07-21 12:34:26,893 - DEBUG - Response for create_subnet : {'subnet': {'id': '0f20c059-7e88-4d73-b4c7-18d866669124', 'name': '', 'tenant_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'network_id': '62ef03af-5c0f-4b35-ac14-668116b1169e', 'ip_version': 4, 'cidr': '101.239.203.192/26', 'allocation_pools': [{'start': '101.239.203.194', 'end': '101.239.203.254'}], 'gateway_ip': '101.239.203.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '101.239.203.194', 'tags': [], 'project_id': '7ab1153d17484ab2ba389916bfe8ab2d'}}
2025-07-21 12:34:26,912 - INFO - Created VN ctest-vn-95663587
2025-07-21 12:34:26,965 - DEBUG - VN ctest-vn-95663587 UUID is 62ef03af-5c0f-4b35-ac14-668116b1169e
2025-07-21 12:34:27,320 - DEBUG - Services list from nova: [, , ]
2025-07-21 12:36:08,093 - DEBUG - Installing image cirros-traffic
2025-07-21 12:36:08,093 - DEBUG - Image info {'name': 'cirros-traffic.vmdk.gz', 'webserver': '', 'location': '/images/converts/', 'username': 'cirros', 'password': 'gocubsgo', 'type': 'os', 'flavor': 'contrail_flavor_tiny', 'params': '--container-format bare --disk-format vmdk --property vmware_disktype="sparse" --property vmware_adaptertype="ide" --property hw_scsi_model=virtio-scsi --property hw_disk_bus_model=virtio-scsi --property hw_disk_bus=virtio', 'name_docker': 'phusion-baseimage-enablesshd', 'vctmpl': 'cirros-traffic/cirros-traffic.vmtx', 'vcname': 'cirros-traffic/cirros-traffic.vmdk'}
2025-07-21 12:36:08,095 - DEBUG - Image build path file:///contrail-test/images/cirros-traffic.vmdk.gz
2025-07-21 12:36:08,095 - DEBUG - Download image from local file file:///contrail-test/images/cirros-traffic.vmdk.gz
2025-07-21 12:36:08,095 - DEBUG - Unzip image
2025-07-21 12:36:08,095 - DEBUG - Image download (local=True) (proxy=None): Execute cmd: gunzip -f /contrail-test/images/cirros-traffic.vmdk.gz
2025-07-21 12:36:08,119 - DEBUG - Try to create image in user context
2025-07-21 12:36:08,318 - INFO - Deleting VN ctest-vn-95663587
2025-07-21 12:36:08,675 - DEBUG - Response for deleting network ()
2025-07-21 12:36:08,987 - ERROR - Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/lbaasv2/test_lbaasv2.py", line 90, in test_lbaas_client_pool_in_same_net
vn_vm_fix = self.create_vn_and_its_vms(no_of_vm=3)
File "/contrail-test/common/neutron/lbaasv2/base.py", line 27, in create_vn_and_its_vms
image_name='cirros-traffic')
File "/contrail-test/common/base.py", line 281, in create_vm
**kwargs)
File "/contrail-test/common/base.py", line 254, in create_only_vm
vm_obj.setUp()
File "/contrail-test/fixtures/vm_test.py", line 188, in setUp
self.create()
File "/contrail-test/fixtures/vm_test.py", line 240, in create
fixed_ips=self.fixed_ips)
File "/contrail-test/fixtures/openstack.py", line 118, in create_vm
return self.nova_h.create_vm(vm_name=vm_name, image_name=image_name, vn_ids=vn_ids, **kwargs)
File "/contrail-test/fixtures/nova_test.py", line 577, in create_vm
image = self.get_image(image_name=image_name)
File "/contrail-test/fixtures/nova_test.py", line 198, in get_image
self._install_image(image_name=image_name)
File "/contrail-test/fixtures/nova_test.py", line 338, in _install_image
return self.copy_and_glance(build_path, image_name, params)
File "/contrail-test/fixtures/nova_test.py", line 407, in copy_and_glance
image_id = self.glance_h.create_image(generic_image_name, image_path_real, **params)
File "/contrail-test/fixtures/glance_test.py", line 50, in create_image
self.upload_image(obj['id'], filename)
File "/contrail-test/fixtures/glance_test.py", line 54, in upload_image
self.obj.images.upload(uuid, open(filename, 'rb'))
FileNotFoundError: [Errno 2] No such file or directory: '/contrail-test/images/cirros-traffic.vmdk'
2025-07-21 12:36:09,004 - DEBUG - No XMPP flaps were noticed during the test
2025-07-21 12:36:09,004 - INFO -
2025-07-21 12:36:09,004 - INFO - END TEST : test_lbaas_client_pool_in_same_net : FAILED[0:01:44]
2025-07-21 12:36:09,004 - INFO - --------------------------------------------------------------------------------
2025-07-21 12:36:09,008 - INFO - ================================================================================
2025-07-21 12:36:09,008 - INFO - STARTING TEST : test_lbaas_with_different_fip
2025-07-21 12:36:09,008 - INFO - TEST DESCRIPTION : Create LB, LISTENER, POOL and MEMBER
create FIP and associate it to VIP, create a VM in the FIP network
verify: pool, member and vip gets created
after vip creation nets ns is created in compute node and haproxy
process starts , fail otherwise
Verify different LB Method
2025-07-21 12:36:09,344 - DEBUG - Nothing to compare xmpp stats {'10.0.0.254': {'10.20.0.17': '0'}} with
2025-07-21 12:36:09,344 - INFO - Initial checks done. Running the testcase now
2025-07-21 12:36:09,344 - INFO -
2025-07-21 12:36:09,768 - DEBUG - Response for create_network : {'network': {'id': '27a61185-1524-429d-97cf-c298df1b7039', 'name': 'ctest-TestLBaaSV2-89865617-79481956', 'tenant_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'project_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': True, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-89865617', 'ctest-TestLBaaSV2-89865617-79481956'], 'port_security_enabled': True, 'description': ''}}
2025-07-21 12:36:10,099 - DEBUG - Response for create_subnet : {'subnet': {'id': '0580e606-490a-4f9d-a4ff-b0773db1d1ca', 'name': '', 'tenant_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'network_id': '27a61185-1524-429d-97cf-c298df1b7039', 'ip_version': 4, 'cidr': '205.174.113.64/26', 'allocation_pools': [{'start': '205.174.113.66', 'end': '205.174.113.126'}], 'gateway_ip': '205.174.113.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '205.174.113.66', 'tags': [], 'project_id': '7ab1153d17484ab2ba389916bfe8ab2d'}}
2025-07-21 12:36:10,132 - INFO - Created VN ctest-TestLBaaSV2-89865617-79481956
2025-07-21 12:36:10,201 - DEBUG - VN ctest-TestLBaaSV2-89865617-79481956 UUID is 27a61185-1524-429d-97cf-c298df1b7039
2025-07-21 12:36:10,736 - DEBUG - Response for create_network : {'network': {'id': '0f06b407-05c1-4cb9-92ab-57dbc1fc9e79', 'name': 'ctest-TestLBaaSV2-89865617-28841918', 'tenant_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'project_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': True, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-89865617', 'ctest-TestLBaaSV2-89865617-28841918'], 'port_security_enabled': True, 'description': ''}}
2025-07-21 12:36:11,015 - DEBUG - Response for create_subnet : {'subnet': {'id': '09b1f9ae-7078-415f-83ce-0d536e0ae1ac', 'name': '', 'tenant_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'network_id': '0f06b407-05c1-4cb9-92ab-57dbc1fc9e79', 'ip_version': 4, 'cidr': '88.48.185.64/26', 'allocation_pools': [{'start': '88.48.185.66', 'end': '88.48.185.126'}], 'gateway_ip': '88.48.185.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '88.48.185.66', 'tags': [], 'project_id': '7ab1153d17484ab2ba389916bfe8ab2d'}}
2025-07-21 12:36:11,059 - INFO - Created VN ctest-TestLBaaSV2-89865617-28841918
2025-07-21 12:36:11,125 - DEBUG - VN ctest-TestLBaaSV2-89865617-28841918 UUID is 0f06b407-05c1-4cb9-92ab-57dbc1fc9e79
2025-07-21 12:36:11,631 - DEBUG - Response for create_network : {'network': {'id': 'bffaa459-9607-4740-adf2-9335061c5174', 'name': 'ctest-vn-60850987', 'tenant_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'project_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-89865617', 'ctest-vn-60850987'], 'port_security_enabled': True, 'description': ''}}
2025-07-21 12:36:11,919 - DEBUG - Response for create_subnet : {'subnet': {'id': '835092d4-4a79-41f0-8bdc-b8556c2c63f6', 'name': '', 'tenant_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'network_id': 'bffaa459-9607-4740-adf2-9335061c5174', 'ip_version': 4, 'cidr': '179.80.252.64/26', 'allocation_pools': [{'start': '179.80.252.66', 'end': '179.80.252.126'}], 'gateway_ip': '179.80.252.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '179.80.252.66', 'tags': [], 'project_id': '7ab1153d17484ab2ba389916bfe8ab2d'}}
2025-07-21 12:36:11,952 - INFO - Created VN ctest-vn-60850987
2025-07-21 12:36:12,017 - DEBUG - VN ctest-vn-60850987 UUID is bffaa459-9607-4740-adf2-9335061c5174
2025-07-21 12:37:53,178 - DEBUG - Installing image cirros-traffic
2025-07-21 12:37:53,179 - DEBUG - Image info {'name': 'cirros-traffic.vmdk.gz', 'webserver': '', 'location': '/images/converts/', 'username': 'cirros', 'password': 'gocubsgo', 'type': 'os', 'flavor': 'contrail_flavor_tiny', 'params': '--container-format bare --disk-format vmdk --property vmware_disktype="sparse" --property vmware_adaptertype="ide" --property hw_scsi_model=virtio-scsi --property hw_disk_bus_model=virtio-scsi --property hw_disk_bus=virtio', 'name_docker': 'phusion-baseimage-enablesshd', 'vctmpl': 'cirros-traffic/cirros-traffic.vmtx', 'vcname': 'cirros-traffic/cirros-traffic.vmdk'}
2025-07-21 12:37:53,181 - DEBUG - Image build path file:///contrail-test/images/cirros-traffic.vmdk.gz
2025-07-21 12:37:53,182 - DEBUG - Download image from local file file:///contrail-test/images/cirros-traffic.vmdk.gz
2025-07-21 12:37:53,182 - DEBUG - Unzip image
2025-07-21 12:37:53,183 - DEBUG - Image download (local=True) (proxy=None): Execute cmd: gunzip -f /contrail-test/images/cirros-traffic.vmdk.gz
2025-07-21 12:37:53,219 - DEBUG - Try to create image in user context
2025-07-21 12:37:53,396 - INFO - Deleting VN ctest-vn-60850987
2025-07-21 12:37:53,590 - DEBUG - Response for deleting network ()
2025-07-21 12:37:53,591 - INFO - Deleting VN ctest-TestLBaaSV2-89865617-28841918
2025-07-21 12:37:53,749 - DEBUG - Response for deleting network ()
2025-07-21 12:37:53,749 - INFO - Deleting VN ctest-TestLBaaSV2-89865617-79481956
2025-07-21 12:37:53,862 - DEBUG - Response for deleting network ()
2025-07-21 12:37:54,156 - ERROR - Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/lbaasv2/test_lbaasv2.py", line 214, in test_lbaas_with_different_fip
vn_vm_fix = self.create_vn_and_its_vms(no_of_vm=3)
File "/contrail-test/common/neutron/lbaasv2/base.py", line 27, in create_vn_and_its_vms
image_name='cirros-traffic')
File "/contrail-test/common/base.py", line 281, in create_vm
**kwargs)
File "/contrail-test/common/base.py", line 254, in create_only_vm
vm_obj.setUp()
File "/contrail-test/fixtures/vm_test.py", line 188, in setUp
self.create()
File "/contrail-test/fixtures/vm_test.py", line 240, in create
fixed_ips=self.fixed_ips)
File "/contrail-test/fixtures/openstack.py", line 118, in create_vm
return self.nova_h.create_vm(vm_name=vm_name, image_name=image_name, vn_ids=vn_ids, **kwargs)
File "/contrail-test/fixtures/nova_test.py", line 577, in create_vm
image = self.get_image(image_name=image_name)
File "/contrail-test/fixtures/nova_test.py", line 198, in get_image
self._install_image(image_name=image_name)
File "/contrail-test/fixtures/nova_test.py", line 338, in _install_image
return self.copy_and_glance(build_path, image_name, params)
File "/contrail-test/fixtures/nova_test.py", line 407, in copy_and_glance
image_id = self.glance_h.create_image(generic_image_name, image_path_real, **params)
File "/contrail-test/fixtures/glance_test.py", line 50, in create_image
self.upload_image(obj['id'], filename)
File "/contrail-test/fixtures/glance_test.py", line 54, in upload_image
self.obj.images.upload(uuid, open(filename, 'rb'))
FileNotFoundError: [Errno 2] No such file or directory: '/contrail-test/images/cirros-traffic.vmdk'
2025-07-21 12:37:54,172 - DEBUG - No XMPP flaps were noticed during the test
2025-07-21 12:37:54,172 - INFO -
2025-07-21 12:37:54,172 - INFO - END TEST : test_lbaas_with_different_fip : FAILED[0:01:45]
2025-07-21 12:37:54,172 - INFO - --------------------------------------------------------------------------------
2025-07-21 12:37:54,183 - INFO - ================================================================================
2025-07-21 12:37:54,184 - INFO - STARTING TEST : test_lbaas_with_sg_vip
2025-07-21 12:37:54,184 - INFO - TEST DESCRIPTION : Create LB, LISTENER, POOL and MEMBER
create FIP and associate it to VIP, create a VM in the FIP network
verify: pool, member and vip gets created
after vip creation nets ns is created in compute node and haproxy
process starts , fail otherwise
Verify different LB Method
2025-07-21 12:37:54,513 - DEBUG - Nothing to compare xmpp stats {'10.0.0.254': {'10.20.0.17': '0'}} with
2025-07-21 12:37:54,513 - INFO - Initial checks done. Running the testcase now
2025-07-21 12:37:54,513 - INFO -
2025-07-21 12:37:54,873 - DEBUG - Response for create_network : {'network': {'id': 'f5c29a83-b300-490d-a6f4-c1432c79960b', 'name': 'ctest-TestLBaaSV2-89865617-23088183', 'tenant_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'project_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': True, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-89865617', 'ctest-TestLBaaSV2-89865617-23088183'], 'port_security_enabled': True, 'description': ''}}
2025-07-21 12:37:55,160 - DEBUG - Response for create_subnet : {'subnet': {'id': '81da4b4c-9332-4ff6-b64f-7bb72910d93a', 'name': '', 'tenant_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'network_id': 'f5c29a83-b300-490d-a6f4-c1432c79960b', 'ip_version': 4, 'cidr': '170.122.127.0/26', 'allocation_pools': [{'start': '170.122.127.2', 'end': '170.122.127.62'}], 'gateway_ip': '170.122.127.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '170.122.127.2', 'tags': [], 'project_id': '7ab1153d17484ab2ba389916bfe8ab2d'}}
2025-07-21 12:37:55,208 - INFO - Created VN ctest-TestLBaaSV2-89865617-23088183
2025-07-21 12:37:55,281 - DEBUG - VN ctest-TestLBaaSV2-89865617-23088183 UUID is f5c29a83-b300-490d-a6f4-c1432c79960b
2025-07-21 12:37:55,735 - DEBUG - Response for create_network : {'network': {'id': 'bf5f59fd-3a3a-4dd1-b74b-3ee204ee6989', 'name': 'ctest-vn-53081167', 'tenant_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'project_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-89865617', 'ctest-vn-53081167'], 'port_security_enabled': True, 'description': ''}}
2025-07-21 12:37:56,026 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd9a0beeb-9e4e-46f7-b99f-f6df174cbdb6', 'name': '', 'tenant_id': '7ab1153d17484ab2ba389916bfe8ab2d', 'network_id': 'bf5f59fd-3a3a-4dd1-b74b-3ee204ee6989', 'ip_version': 4, 'cidr': '182.198.80.0/26', 'allocation_pools': [{'start': '182.198.80.2', 'end': '182.198.80.62'}], 'gateway_ip': '182.198.80.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '182.198.80.2', 'tags': [], 'project_id': '7ab1153d17484ab2ba389916bfe8ab2d'}}
2025-07-21 12:37:56,050 - INFO - Created VN ctest-vn-53081167
2025-07-21 12:37:56,113 - DEBUG - VN ctest-vn-53081167 UUID is bf5f59fd-3a3a-4dd1-b74b-3ee204ee6989
2025-07-21 12:39:37,403 - DEBUG - Installing image cirros-traffic
2025-07-21 12:39:37,404 - DEBUG - Image info {'name': 'cirros-traffic.vmdk.gz', 'webserver': '', 'location': '/images/converts/', 'username': 'cirros', 'password': 'gocubsgo', 'type': 'os', 'flavor': 'contrail_flavor_tiny', 'params': '--container-format bare --disk-format vmdk --property vmware_disktype="sparse" --property vmware_adaptertype="ide" --property hw_scsi_model=virtio-scsi --property hw_disk_bus_model=virtio-scsi --property hw_disk_bus=virtio', 'name_docker': 'phusion-baseimage-enablesshd', 'vctmpl': 'cirros-traffic/cirros-traffic.vmtx', 'vcname': 'cirros-traffic/cirros-traffic.vmdk'}
2025-07-21 12:39:37,405 - DEBUG - Image build path file:///contrail-test/images/cirros-traffic.vmdk.gz
2025-07-21 12:39:37,405 - DEBUG - Download image from local file file:///contrail-test/images/cirros-traffic.vmdk.gz
2025-07-21 12:39:37,406 - DEBUG - Unzip image
2025-07-21 12:39:37,406 - DEBUG - Image download (local=True) (proxy=None): Execute cmd: gunzip -f /contrail-test/images/cirros-traffic.vmdk.gz
2025-07-21 12:39:37,440 - DEBUG - Try to create image in user context
2025-07-21 12:39:37,622 - INFO - Deleting VN ctest-vn-53081167
2025-07-21 12:39:37,949 - DEBUG - Response for deleting network ()
2025-07-21 12:39:37,949 - INFO - Deleting VN ctest-TestLBaaSV2-89865617-23088183
2025-07-21 12:39:38,109 - DEBUG - Response for deleting network ()
2025-07-21 12:39:38,415 - ERROR - Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/lbaasv2/test_lbaasv2.py", line 140, in test_lbaas_with_sg_vip
vn_vm_fix = self.create_vn_and_its_vms(no_of_vm=3)
File "/contrail-test/common/neutron/lbaasv2/base.py", line 27, in create_vn_and_its_vms
image_name='cirros-traffic')
File "/contrail-test/common/base.py", line 281, in create_vm
**kwargs)
File "/contrail-test/common/base.py", line 254, in create_only_vm
vm_obj.setUp()
File "/contrail-test/fixtures/vm_test.py", line 188, in setUp
self.create()
File "/contrail-test/fixtures/vm_test.py", line 240, in create
fixed_ips=self.fixed_ips)
File "/contrail-test/fixtures/openstack.py", line 118, in create_vm
return self.nova_h.create_vm(vm_name=vm_name, image_name=image_name, vn_ids=vn_ids, **kwargs)
File "/contrail-test/fixtures/nova_test.py", line 577, in create_vm
image = self.get_image(image_name=image_name)
File "/contrail-test/fixtures/nova_test.py", line 198, in get_image
self._install_image(image_name=image_name)
File "/contrail-test/fixtures/nova_test.py", line 338, in _install_image
return self.copy_and_glance(build_path, image_name, params)
File "/contrail-test/fixtures/nova_test.py", line 407, in copy_and_glance
image_id = self.glance_h.create_image(generic_image_name, image_path_real, **params)
File "/contrail-test/fixtures/glance_test.py", line 50, in create_image
self.upload_image(obj['id'], filename)
File "/contrail-test/fixtures/glance_test.py", line 54, in upload_image
self.obj.images.upload(uuid, open(filename, 'rb'))
FileNotFoundError: [Errno 2] No such file or directory: '/contrail-test/images/cirros-traffic.vmdk'
2025-07-21 12:39:38,430 - DEBUG - No XMPP flaps were noticed during the test
2025-07-21 12:39:38,430 - INFO -
2025-07-21 12:39:38,431 - INFO - END TEST : test_lbaas_with_sg_vip : FAILED[0:01:44]
2025-07-21 12:39:38,431 - INFO - --------------------------------------------------------------------------------
2025-07-21 12:39:39,365 - INFO - Deleted project: ctest-TestLBaaSV2-89865617, ID : 7ab1153d-1748-4ab2-ba38-9916bfe8ab2d