2025-10-30 14:47:29,732 - INFO - Domain Default found not creating
2025-10-30 14:47:29,880 - INFO - Project ctest-TestPorts-72739213 not found, creating it
2025-10-30 14:47:30,317 - INFO - Created Project:ctest-TestPorts-72739213, ID : 7e9b1186-a34a-42ff-b5ee-cad28fb956fd
2025-10-30 14:47:31,709 - INFO - ================================================================================
2025-10-30 14:47:31,709 - INFO - STARTING TEST : test_ports_bindings
2025-10-30 14:47:31,709 - INFO - TEST DESCRIPTION :
Verify that we are able to create a port with custom port bindings
Steps:
1) Create Port with Port bindings profile set to {'foo': 'bar'}
2) Retrieve and verify the same is set
2025-10-30 14:47:31,964 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.14': '0'}} with
2025-10-30 14:47:31,964 - INFO - Initial checks done. Running the testcase now
2025-10-30 14:47:31,964 - INFO -
2025-10-30 14:47:32,497 - DEBUG - Response for create_network : {'network': {'id': 'a2e76ecc-5cc5-43ac-a32b-114b7ab0e332', 'name': 'ctest-vn-55401885', 'tenant_id': '7e9b1186a34a42ffb5eecad28fb956fd', 'project_id': '7e9b1186a34a42ffb5eecad28fb956fd', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-72739213', 'ctest-vn-55401885'], 'port_security_enabled': True, 'description': ''}}
2025-10-30 14:47:32,694 - DEBUG - Response for create_subnet : {'subnet': {'id': '940dfa3d-ddec-4a7c-b5f8-14cbbc3aea5e', 'name': '', 'tenant_id': '7e9b1186a34a42ffb5eecad28fb956fd', 'network_id': 'a2e76ecc-5cc5-43ac-a32b-114b7ab0e332', 'ip_version': 4, 'cidr': '49.198.31.64/26', 'allocation_pools': [{'start': '49.198.31.66', 'end': '49.198.31.126'}], 'gateway_ip': '49.198.31.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '49.198.31.66', 'tags': [], 'project_id': '7e9b1186a34a42ffb5eecad28fb956fd'}}
2025-10-30 14:47:32,710 - INFO - Created VN ctest-vn-55401885
2025-10-30 14:47:32,762 - DEBUG - VN ctest-vn-55401885 UUID is a2e76ecc-5cc5-43ac-a32b-114b7ab0e332
2025-10-30 14:47:32,868 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-72739213', 'ctest-vmi-82444028']}
2025-10-30 14:47:33,132 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-82444028', 'id': 'f2455642-e6a4-4583-8341-52d871e92aff', 'tenant_id': '7e9b1186a34a42ffb5eecad28fb956fd', 'network_id': 'a2e76ecc-5cc5-43ac-a32b-114b7ab0e332', 'mac_address': '02:f2:45:56:42:e6', 'binding:profile': {'foo': 'bar'}, 'binding:vnic_type': 'normal', 'binding:vif_details': {'port_filter': True}, 'binding:vif_type': 'unbound', 'binding:host_id': None, 'allowed_address_pairs': [], 'fixed_ips': [{'ip_address': '49.198.31.67', 'subnet_id': '940dfa3d-ddec-4a7c-b5f8-14cbbc3aea5e'}], 'security_groups': ['84ca1db3-2c28-4669-baa7-2e0f47fb40f6'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '7e9b1186a34a42ffb5eecad28fb956fd'}}
2025-10-30 14:47:33,132 - DEBUG - Created port f2455642-e6a4-4583-8341-52d871e92aff
2025-10-30 14:47:33,234 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/f2455642-e6a4-4583-8341-52d871e92aff
2025-10-30 14:47:33,528 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/f2455642-e6a4-4583-8341-52d871e92aff
2025-10-30 14:47:33,561 - INFO - VMI f2455642-e6a4-4583-8341-52d871e92aff verification in API Server passed
2025-10-30 14:47:33,637 - DEBUG - Response for delete_port : ()
2025-10-30 14:47:33,637 - INFO - Deleted port f2455642-e6a4-4583-8341-52d871e92aff
2025-10-30 14:47:33,637 - INFO - Deleting VN ctest-vn-55401885
2025-10-30 14:47:33,727 - DEBUG - Response for deleting network ()
2025-10-30 14:47:33,983 - DEBUG - No XMPP flaps were noticed during the test
2025-10-30 14:47:33,983 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2025-10-30 14:47:33,983 - INFO - --------------------------------------------------------------------------------
2025-10-30 14:47:33,986 - INFO - ================================================================================
2025-10-30 14:47:33,986 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2025-10-30 14:47:33,986 - INFO - TEST DESCRIPTION : Create ports with specific Subnet and IP
Create two ports in a VN with 2 subnets and specific IPs
Attach to two VMs
Ping between them should pass
2025-10-30 14:47:34,274 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.14': '0'}} with
2025-10-30 14:47:34,274 - INFO - Initial checks done. Running the testcase now
2025-10-30 14:47:34,274 - INFO -
2025-10-30 14:47:34,441 - DEBUG - Response for create_network : {'network': {'id': 'd246706b-d2c7-471b-b310-ddb89c10fe81', 'name': 'ctest-vn1-41903114', 'tenant_id': '7e9b1186a34a42ffb5eecad28fb956fd', 'project_id': '7e9b1186a34a42ffb5eecad28fb956fd', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-72739213', 'ctest-vn1-41903114'], 'port_security_enabled': True, 'description': ''}}
2025-10-30 14:47:34,644 - DEBUG - Response for create_subnet : {'subnet': {'id': '12bace48-0dc0-4cd0-a2ed-c79c8f1c9474', 'name': '', 'tenant_id': '7e9b1186a34a42ffb5eecad28fb956fd', 'network_id': 'd246706b-d2c7-471b-b310-ddb89c10fe81', 'ip_version': 4, 'cidr': '41.234.167.64/26', 'allocation_pools': [{'start': '41.234.167.66', 'end': '41.234.167.126'}], 'gateway_ip': '41.234.167.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '41.234.167.66', 'tags': [], 'project_id': '7e9b1186a34a42ffb5eecad28fb956fd'}}
2025-10-30 14:47:34,785 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd0f64606-1bee-434f-a8be-264a49261d0a', 'name': '', 'tenant_id': '7e9b1186a34a42ffb5eecad28fb956fd', 'network_id': 'd246706b-d2c7-471b-b310-ddb89c10fe81', 'ip_version': 4, 'cidr': '69.114.25.64/26', 'allocation_pools': [{'start': '69.114.25.66', 'end': '69.114.25.126'}], 'gateway_ip': '69.114.25.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '69.114.25.66', 'tags': [], 'project_id': '7e9b1186a34a42ffb5eecad28fb956fd'}}
2025-10-30 14:47:34,803 - INFO - Created VN ctest-vn1-41903114
2025-10-30 14:47:34,858 - DEBUG - VN ctest-vn1-41903114 UUID is d246706b-d2c7-471b-b310-ddb89c10fe81
2025-10-30 14:47:35,134 - DEBUG - Response for create_port : {'port': {'name': '6e85290e-50e7-4d59-9e1c-fc1404061439', 'id': '6e85290e-50e7-4d59-9e1c-fc1404061439', 'tenant_id': '7e9b1186a34a42ffb5eecad28fb956fd', 'network_id': 'd246706b-d2c7-471b-b310-ddb89c10fe81', 'mac_address': '02:6e:85:29:0e:50', 'binding:vnic_type': 'normal', 'binding:vif_details': {'port_filter': True}, 'binding:vif_type': 'unbound', 'binding:host_id': None, 'allowed_address_pairs': [], 'fixed_ips': [{'ip_address': '41.234.167.69', 'subnet_id': '12bace48-0dc0-4cd0-a2ed-c79c8f1c9474'}], 'security_groups': ['84ca1db3-2c28-4669-baa7-2e0f47fb40f6'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '7e9b1186a34a42ffb5eecad28fb956fd'}}
2025-10-30 14:47:35,296 - DEBUG - Response for create_port : {'port': {'name': '0c5ef2bb-8a84-4884-b102-16bbbde61ca4', 'id': '0c5ef2bb-8a84-4884-b102-16bbbde61ca4', 'tenant_id': '7e9b1186a34a42ffb5eecad28fb956fd', 'network_id': 'd246706b-d2c7-471b-b310-ddb89c10fe81', 'mac_address': '02:0c:5e:f2:bb:8a', 'binding:vnic_type': 'normal', 'binding:vif_details': {'port_filter': True}, 'binding:vif_type': 'unbound', 'binding:host_id': None, 'allowed_address_pairs': [], 'fixed_ips': [{'ip_address': '69.114.25.69', 'subnet_id': 'd0f64606-1bee-434f-a8be-264a49261d0a'}], 'security_groups': ['84ca1db3-2c28-4669-baa7-2e0f47fb40f6'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '7e9b1186a34a42ffb5eecad28fb956fd'}}
2025-10-30 14:47:35,348 - DEBUG - Services list from nova: [, , ]
2025-10-30 14:47:35,668 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4546-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4546-1)
2025-10-30 14:47:36,080 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4546-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4546-1)
2025-10-30 14:47:36,080 - INFO - Waiting for VM ctest-vn1-vm1-86224406 to be up..
2025-10-30 14:47:36,120 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2025-10-30 14:47:41,195 - DEBUG - VM is in ACTIVE state now
2025-10-30 14:47:41,195 - INFO - VM name : ctest-vn1-vm1-86224406
2025-10-30 14:47:41,266 - DEBUG - VM ctest-vn1-vm1-86224406 ID is 43539c00-d797-4423-a783-4e9387a22fee
2025-10-30 14:47:41,285 - DEBUG - VM ctest-vn1-vm1-86224406 launched on Node cn-jenkins-deploy-platform-ansible-os-4546-1
2025-10-30 14:47:41,354 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/43539c00-d797-4423-a783-4e9387a22fee
2025-10-30 14:47:41,362 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/6e85290e-50e7-4d59-9e1c-fc1404061439
2025-10-30 14:47:44,628 - DEBUG - (True, 'PING 169.254.0.3 (169.254.0.3) 56(84) bytes of data.\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 0 received, 100% packet loss, time 1021ms')
2025-10-30 14:47:44,629 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-86224406 failed!
2025-10-30 14:47:44,686 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-72739213:ctest-vn1-41903114 is 41.234.167.65 and allocation pool is NOT set
2025-10-30 14:47:44,686 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-72739213:ctest-vn1-41903114 is 69.114.25.65 and allocation pool is NOT set
2025-10-30 14:47:46,750 - DEBUG - (True, 'PING 169.254.0.3 (169.254.0.3) 56(84) bytes of data.\r\n64 bytes from 169.254.0.3: icmp_seq=1 ttl=63 time=7.65 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.762 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 0.762/4.206/7.650/3.444 ms')
2025-10-30 14:47:46,750 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-86224406 passed
2025-10-30 14:47:46,902 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 14:47:46,902 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-86224406, IP 41.234.167.69, Port 22
2025-10-30 14:47:47,061 - DEBUG - VM ctest-vn1-vm1-86224406 is ready for SSH connections
2025-10-30 14:47:47,061 - INFO - Waiting for VM ctest-vn1-vm2-11812726 to be up..
2025-10-30 14:47:47,134 - DEBUG - VM is in ACTIVE state now
2025-10-30 14:47:47,134 - INFO - VM name : ctest-vn1-vm2-11812726
2025-10-30 14:47:47,206 - DEBUG - VM ctest-vn1-vm2-11812726 ID is 3ef6397f-a6af-4d4f-b287-48a4615258c8
2025-10-30 14:47:47,206 - DEBUG - VM ctest-vn1-vm2-11812726 launched on Node cn-jenkins-deploy-platform-ansible-os-4546-1
2025-10-30 14:47:47,278 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/3ef6397f-a6af-4d4f-b287-48a4615258c8
2025-10-30 14:47:47,286 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/0c5ef2bb-8a84-4884-b102-16bbbde61ca4
2025-10-30 14:47:48,514 - DEBUG - (True, 'PING 169.254.0.4 (169.254.0.4) 56(84) bytes of data.\r\n64 bytes from 169.254.0.4: icmp_seq=1 ttl=63 time=2.76 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.556 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 0.556/1.659/2.763/1.103 ms')
2025-10-30 14:47:48,514 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-11812726 passed
2025-10-30 14:47:48,662 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 14:47:48,662 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-11812726, IP 69.114.25.69, Port 22
2025-10-30 14:47:48,817 - DEBUG - VM ctest-vn1-vm2-11812726 is ready for SSH connections
2025-10-30 14:47:48,817 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 14:47:48,817 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 14:47:48,817 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 14:47:48,817 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 41.234.167.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-30 14:47:48,817 - DEBUG - ping -s 56 -c 3 -W 1 41.234.167.69
2025-10-30 14:47:52,448 - DEBUG - PING 41.234.167.69 (41.234.167.69): 56 data bytes
--- 41.234.167.69 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
2025-10-30 14:47:52,448 - WARNING - Ping to IP 41.234.167.69 from VM ctest-vn1-vm2-11812726 failed
2025-10-30 14:47:53,449 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 41.234.167.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-30 14:47:53,450 - DEBUG - ping -s 56 -c 3 -W 1 41.234.167.69
2025-10-30 14:47:56,648 - DEBUG - PING 41.234.167.69 (41.234.167.69): 56 data bytes
--- 41.234.167.69 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
2025-10-30 14:47:56,648 - WARNING - Ping to IP 41.234.167.69 from VM ctest-vn1-vm2-11812726 failed
2025-10-30 14:47:57,649 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 41.234.167.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-30 14:47:57,649 - DEBUG - ping -s 56 -c 3 -W 1 41.234.167.69
2025-10-30 14:48:00,900 - DEBUG - PING 41.234.167.69 (41.234.167.69): 56 data bytes
--- 41.234.167.69 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
2025-10-30 14:48:00,900 - WARNING - Ping to IP 41.234.167.69 from VM ctest-vn1-vm2-11812726 failed
2025-10-30 14:48:01,902 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 41.234.167.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-30 14:48:01,902 - DEBUG - ping -s 56 -c 3 -W 1 41.234.167.69
2025-10-30 14:48:05,124 - DEBUG - PING 41.234.167.69 (41.234.167.69): 56 data bytes
--- 41.234.167.69 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
2025-10-30 14:48:05,124 - WARNING - Ping to IP 41.234.167.69 from VM ctest-vn1-vm2-11812726 failed
2025-10-30 14:48:06,125 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 41.234.167.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-30 14:48:06,125 - DEBUG - ping -s 56 -c 3 -W 1 41.234.167.69
2025-10-30 14:48:09,350 - DEBUG - PING 41.234.167.69 (41.234.167.69): 56 data bytes
--- 41.234.167.69 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
2025-10-30 14:48:09,350 - WARNING - Ping to IP 41.234.167.69 from VM ctest-vn1-vm2-11812726 failed
2025-10-30 14:48:10,351 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 41.234.167.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-30 14:48:10,351 - DEBUG - ping -s 56 -c 3 -W 1 41.234.167.69
2025-10-30 14:48:13,556 - DEBUG - PING 41.234.167.69 (41.234.167.69): 56 data bytes
--- 41.234.167.69 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
2025-10-30 14:48:13,557 - WARNING - Ping to IP 41.234.167.69 from VM ctest-vn1-vm2-11812726 failed
2025-10-30 14:48:14,557 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 41.234.167.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-30 14:48:14,557 - DEBUG - ping -s 56 -c 3 -W 1 41.234.167.69
2025-10-30 14:48:17,810 - DEBUG - PING 41.234.167.69 (41.234.167.69): 56 data bytes
--- 41.234.167.69 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
2025-10-30 14:48:17,810 - WARNING - Ping to IP 41.234.167.69 from VM ctest-vn1-vm2-11812726 failed
2025-10-30 14:48:18,811 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 41.234.167.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-30 14:48:18,811 - DEBUG - ping -s 56 -c 3 -W 1 41.234.167.69
2025-10-30 14:48:22,036 - DEBUG - PING 41.234.167.69 (41.234.167.69): 56 data bytes
--- 41.234.167.69 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
2025-10-30 14:48:22,037 - WARNING - Ping to IP 41.234.167.69 from VM ctest-vn1-vm2-11812726 failed
2025-10-30 14:48:23,037 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 41.234.167.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-30 14:48:23,037 - DEBUG - ping -s 56 -c 3 -W 1 41.234.167.69
2025-10-30 14:48:26,246 - DEBUG - PING 41.234.167.69 (41.234.167.69): 56 data bytes
--- 41.234.167.69 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
2025-10-30 14:48:26,246 - WARNING - Ping to IP 41.234.167.69 from VM ctest-vn1-vm2-11812726 failed
2025-10-30 14:48:27,247 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 41.234.167.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-30 14:48:27,247 - DEBUG - ping -s 56 -c 3 -W 1 41.234.167.69
2025-10-30 14:48:30,459 - DEBUG - PING 41.234.167.69 (41.234.167.69): 56 data bytes
--- 41.234.167.69 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
2025-10-30 14:48:30,459 - WARNING - Ping to IP 41.234.167.69 from VM ctest-vn1-vm2-11812726 failed
2025-10-30 14:48:31,459 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 41.234.167.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-30 14:48:31,460 - DEBUG - ping -s 56 -c 3 -W 1 41.234.167.69
2025-10-30 14:48:34,673 - DEBUG - PING 41.234.167.69 (41.234.167.69): 56 data bytes
--- 41.234.167.69 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
2025-10-30 14:48:34,673 - WARNING - Ping to IP 41.234.167.69 from VM ctest-vn1-vm2-11812726 failed
2025-10-30 14:48:34,673 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 14:48:34,673 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 14:48:34,677 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 14:48:34,677 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 14:48:34,677 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-30 14:48:34,678 - INFO - Detaching port 0c5ef2bb-8a84-4884-b102-16bbbde61ca4 from VM ctest-vn1-vm2-11812726
2025-10-30 14:48:34,739 - INFO - Deleting VM ctest-vn1-vm2-11812726
2025-10-30 14:48:34,816 - INFO - Detaching port 6e85290e-50e7-4d59-9e1c-fc1404061439 from VM ctest-vn1-vm1-86224406
2025-10-30 14:48:34,858 - INFO - Deleting VM ctest-vn1-vm1-86224406
2025-10-30 14:48:35,123 - DEBUG - Response for delete_port : ()
2025-10-30 14:48:35,323 - DEBUG - Response for delete_port : ()
2025-10-30 14:48:35,323 - INFO - Deleting VN ctest-vn1-41903114
2025-10-30 14:48:35,468 - DEBUG - Response for deleting network ()
2025-10-30 14:48:35,725 - ERROR - AssertionError
Python 3.9.21: /usr/bin/python3
Thu Oct 30 14:48:34 2025
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_ports.py in test_ports_specific_subnet_ip(self=)
179 self.assertEqual(vm2_fixture.vm_ip,
180 vn1_subnet2_ip, 'VM IP and Port IP Mismatch')
181 assert vm2_fixture.ping_with_certainty(vm1_fixture.vm_ip), ''\
182 'Ping between VMs %s, %s failed' % (vm1_fixture.vm_ip,
183 vm2_fixture.vm_ip)
vm2_fixture =
vm2_fixture.ping_with_certainty = .deco_retry..f_retry of >
vm1_fixture =
vm1_fixture.vm_ip = '41.234.167.69'
vm2_fixture.vm_ip = '69.114.25.69'
AssertionError: Ping between VMs 41.234.167.69, 69.114.25.69 failed
__cause__ = None
__class__ =
__context__ = None
__delattr__ =
__dict__ = {}
__dir__ =
__doc__ = 'Assertion failed.'
__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 = ('Ping between VMs 41.234.167.69, 69.114.25.69 failed',)
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_ports.py", line 181, in test_ports_specific_subnet_ip
assert vm2_fixture.ping_with_certainty(vm1_fixture.vm_ip), ''\
AssertionError: Ping between VMs 41.234.167.69, 69.114.25.69 failed
2025-10-30 14:48:35,731 - DEBUG - No XMPP flaps were noticed during the test
2025-10-30 14:48:35,731 - INFO -
2025-10-30 14:48:35,731 - INFO - END TEST : test_ports_specific_subnet_ip : FAILED[0:01:02]
2025-10-30 14:48:35,731 - INFO - --------------------------------------------------------------------------------
2025-10-30 14:48:36,410 - INFO - Deleted project: ctest-TestPorts-72739213, ID : 7e9b1186-a34a-42ff-b5ee-cad28fb956fd