2025-07-31 03:16:28,054 - INFO - Domain Default found not creating 2025-07-31 03:16:28,519 - INFO - Project ctest-TestLBaaSV2-63760791 not found, creating it 2025-07-31 03:16:29,206 - INFO - Created Project:ctest-TestLBaaSV2-63760791, ID : 0bbe59d8-40d1-494f-a32f-7fb31694aba7 2025-07-31 03:16:31,299 - INFO - ================================================================================ 2025-07-31 03:16:31,299 - INFO - STARTING TEST : test_lbaas_client_pool_in_same_net 2025-07-31 03:16:31,300 - 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-31 03:16:32,677 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.20.0.193': '0', '10.20.0.18': '0'}, '10.0.0.57': {'10.20.0.18': '0', '10.20.0.193': '0'}} with 2025-07-31 03:16:32,677 - INFO - Initial checks done. Running the testcase now 2025-07-31 03:16:32,677 - INFO - 2025-07-31 03:16:33,404 - DEBUG - Response for create_network : {'network': {'id': '649fe0b6-2d19-458d-b8e7-9d691f216712', 'name': 'ctest-vn-60853367', 'tenant_id': '0bbe59d840d1494fa32f7fb31694aba7', 'project_id': '0bbe59d840d1494fa32f7fb31694aba7', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-63760791', 'ctest-vn-60853367'], 'port_security_enabled': True, 'description': ''}} 2025-07-31 03:16:33,657 - DEBUG - Response for create_subnet : {'subnet': {'id': '294b46eb-3d90-4b99-b9f9-fce7b37354e8', 'name': '', 'tenant_id': '0bbe59d840d1494fa32f7fb31694aba7', 'network_id': '649fe0b6-2d19-458d-b8e7-9d691f216712', 'ip_version': 4, 'cidr': '96.157.156.64/26', 'allocation_pools': [{'start': '96.157.156.66', 'end': '96.157.156.126'}], 'gateway_ip': '96.157.156.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '96.157.156.66', 'tags': [], 'project_id': '0bbe59d840d1494fa32f7fb31694aba7'}} 2025-07-31 03:16:33,682 - INFO - Created VN ctest-vn-60853367 2025-07-31 03:16:33,694 - DEBUG - VN ctest-vn-60853367 UUID is 649fe0b6-2d19-458d-b8e7-9d691f216712 2025-07-31 03:16:33,830 - DEBUG - Services list from nova: [, , , ] 2025-07-31 03:18:14,594 - DEBUG - Installing image cirros-traffic 2025-07-31 03:18:14,594 - 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-31 03:18:14,596 - DEBUG - Image build path file:///contrail-test/images/cirros-traffic.vmdk.gz 2025-07-31 03:18:14,596 - DEBUG - Download image from local file file:///contrail-test/images/cirros-traffic.vmdk.gz 2025-07-31 03:18:14,597 - DEBUG - Unzip image 2025-07-31 03:18:14,597 - DEBUG - Image download (local=True) (proxy=None): Execute cmd: gunzip -f /contrail-test/images/cirros-traffic.vmdk.gz 2025-07-31 03:18:14,630 - DEBUG - Try to create image in user context 2025-07-31 03:18:14,779 - INFO - Deleting VN ctest-vn-60853367 2025-07-31 03:18:15,143 - DEBUG - Response for deleting network () 2025-07-31 03:18:16,486 - 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-31 03:18:16,518 - DEBUG - No XMPP flaps were noticed during the test 2025-07-31 03:18:16,518 - INFO -
2025-07-31 03:18:16,518 - INFO - END TEST : test_lbaas_client_pool_in_same_net : FAILED[0:01:45]
2025-07-31 03:18:16,519 - INFO - -------------------------------------------------------------------------------- 2025-07-31 03:18:16,532 - INFO - ================================================================================ 2025-07-31 03:18:16,532 - INFO - STARTING TEST : test_lbaas_with_different_fip 2025-07-31 03:18:16,532 - 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-31 03:18:17,921 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.20.0.193': '0', '10.20.0.18': '0'}, '10.0.0.57': {'10.20.0.18': '0', '10.20.0.193': '0'}} with 2025-07-31 03:18:17,921 - INFO - Initial checks done. Running the testcase now 2025-07-31 03:18:17,922 - INFO - 2025-07-31 03:18:18,297 - DEBUG - Response for create_network : {'network': {'id': 'f2c0966f-638b-4b6e-9636-2be9e503cba5', 'name': 'ctest-TestLBaaSV2-63760791-15825824', 'tenant_id': '0bbe59d840d1494fa32f7fb31694aba7', 'project_id': '0bbe59d840d1494fa32f7fb31694aba7', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': True, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-63760791', 'ctest-TestLBaaSV2-63760791-15825824'], 'port_security_enabled': True, 'description': ''}} 2025-07-31 03:18:18,583 - DEBUG - Response for create_subnet : {'subnet': {'id': '08208199-f58c-496d-8bd5-f4c3bc1883d7', 'name': '', 'tenant_id': '0bbe59d840d1494fa32f7fb31694aba7', 'network_id': 'f2c0966f-638b-4b6e-9636-2be9e503cba5', 'ip_version': 4, 'cidr': '8.112.73.192/26', 'allocation_pools': [{'start': '8.112.73.194', 'end': '8.112.73.254'}], 'gateway_ip': '8.112.73.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '8.112.73.194', 'tags': [], 'project_id': '0bbe59d840d1494fa32f7fb31694aba7'}} 2025-07-31 03:18:18,608 - INFO - Created VN ctest-TestLBaaSV2-63760791-15825824 2025-07-31 03:18:18,625 - DEBUG - VN ctest-TestLBaaSV2-63760791-15825824 UUID is f2c0966f-638b-4b6e-9636-2be9e503cba5 2025-07-31 03:18:19,094 - DEBUG - Response for create_network : {'network': {'id': '6e4f199a-9231-454e-b2f2-a68a82ac8480', 'name': 'ctest-TestLBaaSV2-63760791-86893216', 'tenant_id': '0bbe59d840d1494fa32f7fb31694aba7', 'project_id': '0bbe59d840d1494fa32f7fb31694aba7', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': True, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-63760791', 'ctest-TestLBaaSV2-63760791-86893216'], 'port_security_enabled': True, 'description': ''}} 2025-07-31 03:18:19,343 - DEBUG - Response for create_subnet : {'subnet': {'id': 'aa5d3937-db01-4228-a465-1424805ab714', 'name': '', 'tenant_id': '0bbe59d840d1494fa32f7fb31694aba7', 'network_id': '6e4f199a-9231-454e-b2f2-a68a82ac8480', 'ip_version': 4, 'cidr': '172.63.94.128/26', 'allocation_pools': [{'start': '172.63.94.130', 'end': '172.63.94.190'}], 'gateway_ip': '172.63.94.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '172.63.94.130', 'tags': [], 'project_id': '0bbe59d840d1494fa32f7fb31694aba7'}} 2025-07-31 03:18:19,369 - INFO - Created VN ctest-TestLBaaSV2-63760791-86893216 2025-07-31 03:18:19,383 - DEBUG - VN ctest-TestLBaaSV2-63760791-86893216 UUID is 6e4f199a-9231-454e-b2f2-a68a82ac8480 2025-07-31 03:18:19,759 - DEBUG - Response for create_network : {'network': {'id': '2a1ba695-6d26-4742-af68-011619985254', 'name': 'ctest-vn-94657760', 'tenant_id': '0bbe59d840d1494fa32f7fb31694aba7', 'project_id': '0bbe59d840d1494fa32f7fb31694aba7', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-63760791', 'ctest-vn-94657760'], 'port_security_enabled': True, 'description': ''}} 2025-07-31 03:18:19,982 - DEBUG - Response for create_subnet : {'subnet': {'id': '2b751c3e-823a-40e0-bc5d-ecea40014dae', 'name': '', 'tenant_id': '0bbe59d840d1494fa32f7fb31694aba7', 'network_id': '2a1ba695-6d26-4742-af68-011619985254', 'ip_version': 4, 'cidr': '114.110.154.64/26', 'allocation_pools': [{'start': '114.110.154.66', 'end': '114.110.154.126'}], 'gateway_ip': '114.110.154.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '114.110.154.66', 'tags': [], 'project_id': '0bbe59d840d1494fa32f7fb31694aba7'}} 2025-07-31 03:18:20,010 - INFO - Created VN ctest-vn-94657760 2025-07-31 03:18:20,022 - DEBUG - VN ctest-vn-94657760 UUID is 2a1ba695-6d26-4742-af68-011619985254 2025-07-31 03:20:00,817 - DEBUG - Installing image cirros-traffic 2025-07-31 03:20:00,817 - 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-31 03:20:00,818 - DEBUG - Image build path file:///contrail-test/images/cirros-traffic.vmdk.gz 2025-07-31 03:20:00,818 - DEBUG - Download image from local file file:///contrail-test/images/cirros-traffic.vmdk.gz 2025-07-31 03:20:00,818 - DEBUG - Unzip image 2025-07-31 03:20:00,818 - DEBUG - Image download (local=True) (proxy=None): Execute cmd: gunzip -f /contrail-test/images/cirros-traffic.vmdk.gz 2025-07-31 03:20:00,830 - DEBUG - Try to create image in user context 2025-07-31 03:20:00,919 - INFO - Deleting VN ctest-vn-94657760 2025-07-31 03:20:01,078 - DEBUG - Response for deleting network () 2025-07-31 03:20:01,078 - INFO - Deleting VN ctest-TestLBaaSV2-63760791-86893216 2025-07-31 03:20:01,345 - DEBUG - Response for deleting network () 2025-07-31 03:20:01,345 - INFO - Deleting VN ctest-TestLBaaSV2-63760791-15825824 2025-07-31 03:20:01,568 - DEBUG - Response for deleting network () 2025-07-31 03:20:02,851 - 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-31 03:20:02,886 - DEBUG - No XMPP flaps were noticed during the test 2025-07-31 03:20:02,887 - INFO -
2025-07-31 03:20:02,887 - INFO - END TEST : test_lbaas_with_different_fip : FAILED[0:01:46]
2025-07-31 03:20:02,887 - INFO - -------------------------------------------------------------------------------- 2025-07-31 03:20:02,899 - INFO - ================================================================================ 2025-07-31 03:20:02,899 - INFO - STARTING TEST : test_lbaas_with_sg_vip 2025-07-31 03:20:02,900 - 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-31 03:20:04,279 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.20.0.193': '0', '10.20.0.18': '0'}, '10.0.0.57': {'10.20.0.18': '0', '10.20.0.193': '0'}} with 2025-07-31 03:20:04,279 - INFO - Initial checks done. Running the testcase now 2025-07-31 03:20:04,280 - INFO - 2025-07-31 03:20:04,704 - DEBUG - Response for create_network : {'network': {'id': 'acecf163-a2a3-4921-824e-8cda5247f7da', 'name': 'ctest-TestLBaaSV2-63760791-79957908', 'tenant_id': '0bbe59d840d1494fa32f7fb31694aba7', 'project_id': '0bbe59d840d1494fa32f7fb31694aba7', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': True, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-63760791', 'ctest-TestLBaaSV2-63760791-79957908'], 'port_security_enabled': True, 'description': ''}} 2025-07-31 03:20:04,963 - DEBUG - Response for create_subnet : {'subnet': {'id': '1e981e67-4cd5-4758-a7d7-87077f092546', 'name': '', 'tenant_id': '0bbe59d840d1494fa32f7fb31694aba7', 'network_id': 'acecf163-a2a3-4921-824e-8cda5247f7da', 'ip_version': 4, 'cidr': '22.62.191.128/26', 'allocation_pools': [{'start': '22.62.191.130', 'end': '22.62.191.190'}], 'gateway_ip': '22.62.191.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '22.62.191.130', 'tags': [], 'project_id': '0bbe59d840d1494fa32f7fb31694aba7'}} 2025-07-31 03:20:04,992 - INFO - Created VN ctest-TestLBaaSV2-63760791-79957908 2025-07-31 03:20:05,009 - DEBUG - VN ctest-TestLBaaSV2-63760791-79957908 UUID is acecf163-a2a3-4921-824e-8cda5247f7da 2025-07-31 03:20:05,386 - DEBUG - Response for create_network : {'network': {'id': '0f212f40-e51a-47a3-a793-53a77b0f7cf0', 'name': 'ctest-vn-56444039', 'tenant_id': '0bbe59d840d1494fa32f7fb31694aba7', 'project_id': '0bbe59d840d1494fa32f7fb31694aba7', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-63760791', 'ctest-vn-56444039'], 'port_security_enabled': True, 'description': ''}} 2025-07-31 03:20:05,606 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e4f63d32-2607-4ee7-a394-b368b22e46aa', 'name': '', 'tenant_id': '0bbe59d840d1494fa32f7fb31694aba7', 'network_id': '0f212f40-e51a-47a3-a793-53a77b0f7cf0', 'ip_version': 4, 'cidr': '183.41.131.128/26', 'allocation_pools': [{'start': '183.41.131.130', 'end': '183.41.131.190'}], 'gateway_ip': '183.41.131.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '183.41.131.130', 'tags': [], 'project_id': '0bbe59d840d1494fa32f7fb31694aba7'}} 2025-07-31 03:20:05,628 - INFO - Created VN ctest-vn-56444039 2025-07-31 03:20:05,643 - DEBUG - VN ctest-vn-56444039 UUID is 0f212f40-e51a-47a3-a793-53a77b0f7cf0 2025-07-31 03:21:46,599 - DEBUG - Installing image cirros-traffic 2025-07-31 03:21:46,600 - 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-31 03:21:46,601 - DEBUG - Image build path file:///contrail-test/images/cirros-traffic.vmdk.gz 2025-07-31 03:21:46,601 - DEBUG - Download image from local file file:///contrail-test/images/cirros-traffic.vmdk.gz 2025-07-31 03:21:46,601 - DEBUG - Unzip image 2025-07-31 03:21:46,602 - DEBUG - Image download (local=True) (proxy=None): Execute cmd: gunzip -f /contrail-test/images/cirros-traffic.vmdk.gz 2025-07-31 03:21:46,634 - DEBUG - Try to create image in user context 2025-07-31 03:21:46,792 - INFO - Deleting VN ctest-vn-56444039 2025-07-31 03:21:47,145 - DEBUG - Response for deleting network () 2025-07-31 03:21:47,145 - INFO - Deleting VN ctest-TestLBaaSV2-63760791-79957908 2025-07-31 03:21:47,398 - DEBUG - Response for deleting network () 2025-07-31 03:21:48,747 - 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-31 03:21:48,785 - DEBUG - No XMPP flaps were noticed during the test 2025-07-31 03:21:48,785 - INFO -
2025-07-31 03:21:48,786 - INFO - END TEST : test_lbaas_with_sg_vip : FAILED[0:01:46]
2025-07-31 03:21:48,786 - INFO - -------------------------------------------------------------------------------- 2025-07-31 03:21:49,812 - INFO - Deleted project: ctest-TestLBaaSV2-63760791, ID : 0bbe59d8-40d1-494f-a32f-7fb31694aba7