2025-07-24 03:10:56,192 - INFO - Domain Default found not creating 2025-07-24 03:10:56,363 - INFO - Project ctest-TestLBaaSV2-46444173 not found, creating it 2025-07-24 03:10:56,930 - INFO - Created Project:ctest-TestLBaaSV2-46444173, ID : 9bdc3f3a-0860-4c1e-9e92-07874dbafd2a 2025-07-24 03:10:58,555 - INFO - ================================================================================ 2025-07-24 03:10:58,555 - INFO - STARTING TEST : test_lbaas_client_pool_in_same_net 2025-07-24 03:10:58,556 - 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-24 03:10:59,850 - DEBUG - Nothing to compare xmpp stats {'10.0.0.57': {'10.20.0.17': '0', '10.20.0.129': '0'}, '10.0.0.23': {'10.20.0.129': '0', '10.20.0.17': '0'}} with 2025-07-24 03:10:59,850 - INFO - Initial checks done. Running the testcase now 2025-07-24 03:10:59,850 - INFO - 2025-07-24 03:11:00,899 - DEBUG - Response for create_network : {'network': {'id': 'aa0ce93b-eee3-4595-b0dc-248d4429805d', 'name': 'ctest-vn-05539343', 'tenant_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'project_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-46444173', 'ctest-vn-05539343'], 'port_security_enabled': True, 'description': ''}} 2025-07-24 03:11:01,307 - DEBUG - Response for create_subnet : {'subnet': {'id': '883fdb47-eb8b-48cb-80b0-fd86012842fd', 'name': '', 'tenant_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'network_id': 'aa0ce93b-eee3-4595-b0dc-248d4429805d', 'ip_version': 4, 'cidr': '169.212.238.0/26', 'allocation_pools': [{'start': '169.212.238.2', 'end': '169.212.238.62'}], 'gateway_ip': '169.212.238.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '169.212.238.2', 'tags': [], 'project_id': '9bdc3f3a08604c1e9e9207874dbafd2a'}} 2025-07-24 03:11:01,348 - INFO - Created VN ctest-vn-05539343 2025-07-24 03:11:01,366 - DEBUG - VN ctest-vn-05539343 UUID is aa0ce93b-eee3-4595-b0dc-248d4429805d 2025-07-24 03:11:01,568 - DEBUG - Services list from nova: [, , , ] 2025-07-24 03:12:41,969 - DEBUG - Installing image cirros-traffic 2025-07-24 03:12:41,969 - 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-24 03:12:41,969 - DEBUG - Image build path file:///contrail-test/images/cirros-traffic.vmdk.gz 2025-07-24 03:12:41,969 - DEBUG - Download image from local file file:///contrail-test/images/cirros-traffic.vmdk.gz 2025-07-24 03:12:41,970 - DEBUG - Unzip image 2025-07-24 03:12:41,970 - DEBUG - Image download (local=True) (proxy=None): Execute cmd: gunzip -f /contrail-test/images/cirros-traffic.vmdk.gz 2025-07-24 03:12:41,986 - DEBUG - Try to create image in user context 2025-07-24 03:12:42,076 - INFO - Deleting VN ctest-vn-05539343 2025-07-24 03:12:42,239 - DEBUG - Response for deleting network () 2025-07-24 03:12:43,534 - 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-24 03:12:43,552 - DEBUG - No XMPP flaps were noticed during the test 2025-07-24 03:12:43,552 - INFO - 2025-07-24 03:12:43,552 - INFO - END TEST : test_lbaas_client_pool_in_same_net : FAILED[0:01:45] 2025-07-24 03:12:43,552 - INFO - -------------------------------------------------------------------------------- 2025-07-24 03:12:43,560 - INFO - ================================================================================ 2025-07-24 03:12:43,561 - INFO - STARTING TEST : test_lbaas_with_different_fip 2025-07-24 03:12:43,561 - 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-24 03:12:44,894 - DEBUG - Nothing to compare xmpp stats {'10.0.0.57': {'10.20.0.17': '0', '10.20.0.129': '0'}, '10.0.0.23': {'10.20.0.129': '0', '10.20.0.17': '0'}} with 2025-07-24 03:12:44,894 - INFO - Initial checks done. Running the testcase now 2025-07-24 03:12:44,894 - INFO - 2025-07-24 03:12:45,362 - DEBUG - Response for create_network : {'network': {'id': '500b3c25-5ac9-4955-ac1f-f0879ac5900a', 'name': 'ctest-TestLBaaSV2-46444173-70006491', 'tenant_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'project_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': True, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-46444173', 'ctest-TestLBaaSV2-46444173-70006491'], 'port_security_enabled': True, 'description': ''}} 2025-07-24 03:12:45,625 - DEBUG - Response for create_subnet : {'subnet': {'id': 'de2ffab6-9a40-42e7-81a2-b2d77f34d8fa', 'name': '', 'tenant_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'network_id': '500b3c25-5ac9-4955-ac1f-f0879ac5900a', 'ip_version': 4, 'cidr': '6.4.212.0/26', 'allocation_pools': [{'start': '6.4.212.2', 'end': '6.4.212.62'}], 'gateway_ip': '6.4.212.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '6.4.212.2', 'tags': [], 'project_id': '9bdc3f3a08604c1e9e9207874dbafd2a'}} 2025-07-24 03:12:45,651 - INFO - Created VN ctest-TestLBaaSV2-46444173-70006491 2025-07-24 03:12:45,666 - DEBUG - VN ctest-TestLBaaSV2-46444173-70006491 UUID is 500b3c25-5ac9-4955-ac1f-f0879ac5900a 2025-07-24 03:12:46,162 - DEBUG - Response for create_network : {'network': {'id': '31a39e4d-8936-4de2-9720-53a14158e816', 'name': 'ctest-TestLBaaSV2-46444173-35978195', 'tenant_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'project_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': True, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-46444173', 'ctest-TestLBaaSV2-46444173-35978195'], 'port_security_enabled': True, 'description': ''}} 2025-07-24 03:12:46,457 - DEBUG - Response for create_subnet : {'subnet': {'id': '06a3ca12-9ad0-4c34-88b8-62b35acd92bf', 'name': '', 'tenant_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'network_id': '31a39e4d-8936-4de2-9720-53a14158e816', 'ip_version': 4, 'cidr': '104.75.174.128/26', 'allocation_pools': [{'start': '104.75.174.130', 'end': '104.75.174.190'}], 'gateway_ip': '104.75.174.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '104.75.174.130', 'tags': [], 'project_id': '9bdc3f3a08604c1e9e9207874dbafd2a'}} 2025-07-24 03:12:46,488 - INFO - Created VN ctest-TestLBaaSV2-46444173-35978195 2025-07-24 03:12:46,502 - DEBUG - VN ctest-TestLBaaSV2-46444173-35978195 UUID is 31a39e4d-8936-4de2-9720-53a14158e816 2025-07-24 03:12:46,888 - DEBUG - Response for create_network : {'network': {'id': '6317ec11-8696-4249-8d99-8411cceb4692', 'name': 'ctest-vn-88371158', 'tenant_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'project_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-46444173', 'ctest-vn-88371158'], 'port_security_enabled': True, 'description': ''}} 2025-07-24 03:12:47,117 - DEBUG - Response for create_subnet : {'subnet': {'id': '7579a27a-c7ff-4713-9093-97c931e82e71', 'name': '', 'tenant_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'network_id': '6317ec11-8696-4249-8d99-8411cceb4692', 'ip_version': 4, 'cidr': '120.12.152.192/26', 'allocation_pools': [{'start': '120.12.152.194', 'end': '120.12.152.254'}], 'gateway_ip': '120.12.152.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '120.12.152.194', 'tags': [], 'project_id': '9bdc3f3a08604c1e9e9207874dbafd2a'}} 2025-07-24 03:12:47,141 - INFO - Created VN ctest-vn-88371158 2025-07-24 03:12:47,159 - DEBUG - VN ctest-vn-88371158 UUID is 6317ec11-8696-4249-8d99-8411cceb4692 2025-07-24 03:14:27,661 - DEBUG - Installing image cirros-traffic 2025-07-24 03:14:27,661 - 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-24 03:14:27,661 - DEBUG - Image build path file:///contrail-test/images/cirros-traffic.vmdk.gz 2025-07-24 03:14:27,661 - DEBUG - Download image from local file file:///contrail-test/images/cirros-traffic.vmdk.gz 2025-07-24 03:14:27,662 - DEBUG - Unzip image 2025-07-24 03:14:27,662 - DEBUG - Image download (local=True) (proxy=None): Execute cmd: gunzip -f /contrail-test/images/cirros-traffic.vmdk.gz 2025-07-24 03:14:27,678 - DEBUG - Try to create image in user context 2025-07-24 03:14:27,743 - INFO - Deleting VN ctest-vn-88371158 2025-07-24 03:14:27,915 - DEBUG - Response for deleting network () 2025-07-24 03:14:27,915 - INFO - Deleting VN ctest-TestLBaaSV2-46444173-35978195 2025-07-24 03:14:28,126 - DEBUG - Response for deleting network () 2025-07-24 03:14:28,126 - INFO - Deleting VN ctest-TestLBaaSV2-46444173-70006491 2025-07-24 03:14:28,333 - DEBUG - Response for deleting network () 2025-07-24 03:14:29,602 - 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-24 03:14:29,619 - DEBUG - No XMPP flaps were noticed during the test 2025-07-24 03:14:29,619 - INFO - 2025-07-24 03:14:29,619 - INFO - END TEST : test_lbaas_with_different_fip : FAILED[0:01:46] 2025-07-24 03:14:29,619 - INFO - -------------------------------------------------------------------------------- 2025-07-24 03:14:29,623 - INFO - ================================================================================ 2025-07-24 03:14:29,623 - INFO - STARTING TEST : test_lbaas_with_sg_vip 2025-07-24 03:14:29,623 - 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-24 03:14:30,893 - DEBUG - Nothing to compare xmpp stats {'10.0.0.57': {'10.20.0.17': '0', '10.20.0.129': '0'}, '10.0.0.23': {'10.20.0.129': '0', '10.20.0.17': '0'}} with 2025-07-24 03:14:30,893 - INFO - Initial checks done. Running the testcase now 2025-07-24 03:14:30,893 - INFO - 2025-07-24 03:14:31,278 - DEBUG - Response for create_network : {'network': {'id': '8ef27caa-35d4-4656-92fa-0ff1c0251878', 'name': 'ctest-TestLBaaSV2-46444173-58865649', 'tenant_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'project_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': True, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-46444173', 'ctest-TestLBaaSV2-46444173-58865649'], 'port_security_enabled': True, 'description': ''}} 2025-07-24 03:14:31,510 - DEBUG - Response for create_subnet : {'subnet': {'id': '58fa442a-cd1d-450d-b5fb-f0845d37daa7', 'name': '', 'tenant_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'network_id': '8ef27caa-35d4-4656-92fa-0ff1c0251878', 'ip_version': 4, 'cidr': '176.121.68.64/26', 'allocation_pools': [{'start': '176.121.68.66', 'end': '176.121.68.126'}], 'gateway_ip': '176.121.68.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '176.121.68.66', 'tags': [], 'project_id': '9bdc3f3a08604c1e9e9207874dbafd2a'}} 2025-07-24 03:14:31,537 - INFO - Created VN ctest-TestLBaaSV2-46444173-58865649 2025-07-24 03:14:31,552 - DEBUG - VN ctest-TestLBaaSV2-46444173-58865649 UUID is 8ef27caa-35d4-4656-92fa-0ff1c0251878 2025-07-24 03:14:31,945 - DEBUG - Response for create_network : {'network': {'id': 'c8c00b55-71e1-4f71-8a0b-9e71d5705d95', 'name': 'ctest-vn-15348728', 'tenant_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'project_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestLBaaSV2-46444173', 'ctest-vn-15348728'], 'port_security_enabled': True, 'description': ''}} 2025-07-24 03:14:32,230 - DEBUG - Response for create_subnet : {'subnet': {'id': '0c352d6c-c9fc-456f-b838-bc614749d8d4', 'name': '', 'tenant_id': '9bdc3f3a08604c1e9e9207874dbafd2a', 'network_id': 'c8c00b55-71e1-4f71-8a0b-9e71d5705d95', 'ip_version': 4, 'cidr': '218.62.123.64/26', 'allocation_pools': [{'start': '218.62.123.66', 'end': '218.62.123.126'}], 'gateway_ip': '218.62.123.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '218.62.123.66', 'tags': [], 'project_id': '9bdc3f3a08604c1e9e9207874dbafd2a'}} 2025-07-24 03:14:32,255 - INFO - Created VN ctest-vn-15348728 2025-07-24 03:14:32,273 - DEBUG - VN ctest-vn-15348728 UUID is c8c00b55-71e1-4f71-8a0b-9e71d5705d95 2025-07-24 03:16:12,837 - DEBUG - Installing image cirros-traffic 2025-07-24 03:16:12,837 - 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-24 03:16:12,838 - DEBUG - Image build path file:///contrail-test/images/cirros-traffic.vmdk.gz 2025-07-24 03:16:12,838 - DEBUG - Download image from local file file:///contrail-test/images/cirros-traffic.vmdk.gz 2025-07-24 03:16:12,838 - DEBUG - Unzip image 2025-07-24 03:16:12,838 - DEBUG - Image download (local=True) (proxy=None): Execute cmd: gunzip -f /contrail-test/images/cirros-traffic.vmdk.gz 2025-07-24 03:16:12,856 - DEBUG - Try to create image in user context 2025-07-24 03:16:12,925 - INFO - Deleting VN ctest-vn-15348728 2025-07-24 03:16:13,194 - DEBUG - Response for deleting network () 2025-07-24 03:16:13,194 - INFO - Deleting VN ctest-TestLBaaSV2-46444173-58865649 2025-07-24 03:16:13,466 - DEBUG - Response for deleting network () 2025-07-24 03:16:14,731 - 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-24 03:16:14,750 - DEBUG - No XMPP flaps were noticed during the test 2025-07-24 03:16:14,750 - INFO - 2025-07-24 03:16:14,750 - INFO - END TEST : test_lbaas_with_sg_vip : FAILED[0:01:45] 2025-07-24 03:16:14,750 - INFO - -------------------------------------------------------------------------------- 2025-07-24 03:16:15,584 - INFO - Deleted project: ctest-TestLBaaSV2-46444173, ID : 9bdc3f3a-0860-4c1e-9e92-07874dbafd2a