2026-05-07 02:25:22,683 - INFO - Domain Default found not creating
2026-05-07 02:25:22,918 - INFO - Project ctest-TestPorts-72359490 not found, creating it
2026-05-07 02:25:23,416 - INFO - Created Project:ctest-TestPorts-72359490, ID : b854cff3-1b2f-4f32-a574-c7fb3cc9f7e3
2026-05-07 02:25:25,248 - INFO - ================================================================================
2026-05-07 02:25:25,248 - INFO - STARTING TEST : test_ports_bindings
2026-05-07 02:25:25,248 - 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
2026-05-07 02:25:25,528 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.14': '0'}} with
2026-05-07 02:25:25,528 - INFO - Initial checks done. Running the testcase now
2026-05-07 02:25:25,528 - INFO -
2026-05-07 02:25:26,152 - DEBUG - Response for create_network : {'network': {'id': '9586cda1-e4b8-44b8-b106-646d7d4ff797', 'name': 'ctest-vn-71170639', 'tenant_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3', 'project_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-72359490', 'ctest-vn-71170639'], 'port_security_enabled': True, 'description': ''}}
2026-05-07 02:25:26,365 - DEBUG - Response for create_subnet : {'subnet': {'id': '45ea9dd1-3a56-4fce-ba89-6dbc11898e5c', 'name': '', 'tenant_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3', 'network_id': '9586cda1-e4b8-44b8-b106-646d7d4ff797', 'ip_version': 4, 'cidr': '88.248.165.0/26', 'allocation_pools': [{'start': '88.248.165.2', 'end': '88.248.165.62'}], 'gateway_ip': '88.248.165.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '88.248.165.2', 'tags': [], 'project_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3'}}
2026-05-07 02:25:26,393 - INFO - Created VN ctest-vn-71170639
2026-05-07 02:25:26,446 - DEBUG - VN ctest-vn-71170639 UUID is 9586cda1-e4b8-44b8-b106-646d7d4ff797
2026-05-07 02:25:26,582 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-72359490', 'ctest-vmi-60727856']}
2026-05-07 02:25:26,914 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-60727856', 'id': '2fe6a70a-55e8-4b89-8a12-a01acb1b9f89', 'tenant_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3', 'network_id': '9586cda1-e4b8-44b8-b106-646d7d4ff797', 'mac_address': '02:2f:e6:a7:0a:55', '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': '88.248.165.3', 'subnet_id': '45ea9dd1-3a56-4fce-ba89-6dbc11898e5c'}], 'security_groups': ['0ed960ae-2390-40ee-8901-cd1e8eabb9fd'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3'}}
2026-05-07 02:25:26,914 - DEBUG - Created port 2fe6a70a-55e8-4b89-8a12-a01acb1b9f89
2026-05-07 02:25:27,030 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/2fe6a70a-55e8-4b89-8a12-a01acb1b9f89
2026-05-07 02:25:27,368 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/2fe6a70a-55e8-4b89-8a12-a01acb1b9f89
2026-05-07 02:25:27,412 - INFO - VMI 2fe6a70a-55e8-4b89-8a12-a01acb1b9f89 verification in API Server passed
2026-05-07 02:25:27,538 - DEBUG - Response for delete_port : ()
2026-05-07 02:25:27,538 - INFO - Deleted port 2fe6a70a-55e8-4b89-8a12-a01acb1b9f89
2026-05-07 02:25:27,538 - INFO - Deleting VN ctest-vn-71170639
2026-05-07 02:25:27,703 - DEBUG - Response for deleting network ()
2026-05-07 02:25:27,987 - DEBUG - No XMPP flaps were noticed during the test
2026-05-07 02:25:27,988 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-05-07 02:25:27,988 - INFO - --------------------------------------------------------------------------------
2026-05-07 02:25:27,990 - INFO - ================================================================================
2026-05-07 02:25:27,990 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-05-07 02:25:27,990 - 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
2026-05-07 02:25:28,304 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.14': '0'}} with
2026-05-07 02:25:28,304 - INFO - Initial checks done. Running the testcase now
2026-05-07 02:25:28,304 - INFO -
2026-05-07 02:25:28,512 - DEBUG - Response for create_network : {'network': {'id': '077db5f0-1272-4104-b07c-c25695768843', 'name': 'ctest-vn1-32579074', 'tenant_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3', 'project_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-72359490', 'ctest-vn1-32579074'], 'port_security_enabled': True, 'description': ''}}
2026-05-07 02:25:28,728 - DEBUG - Response for create_subnet : {'subnet': {'id': '043a561a-e9c3-4f19-8a63-e71774277d2e', 'name': '', 'tenant_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3', 'network_id': '077db5f0-1272-4104-b07c-c25695768843', 'ip_version': 4, 'cidr': '81.102.136.64/26', 'allocation_pools': [{'start': '81.102.136.66', 'end': '81.102.136.126'}], 'gateway_ip': '81.102.136.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '81.102.136.66', 'tags': [], 'project_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3'}}
2026-05-07 02:25:28,929 - DEBUG - Response for create_subnet : {'subnet': {'id': '46cc1b6a-2003-4984-a9ad-35b9db619880', 'name': '', 'tenant_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3', 'network_id': '077db5f0-1272-4104-b07c-c25695768843', 'ip_version': 4, 'cidr': '125.115.187.0/26', 'allocation_pools': [{'start': '125.115.187.2', 'end': '125.115.187.62'}], 'gateway_ip': '125.115.187.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '125.115.187.2', 'tags': [], 'project_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3'}}
2026-05-07 02:25:28,954 - INFO - Created VN ctest-vn1-32579074
2026-05-07 02:25:29,014 - DEBUG - VN ctest-vn1-32579074 UUID is 077db5f0-1272-4104-b07c-c25695768843
2026-05-07 02:25:29,386 - DEBUG - Response for create_port : {'port': {'name': '264ca7be-14fa-4bf1-9283-15aa3004f3e8', 'id': '264ca7be-14fa-4bf1-9283-15aa3004f3e8', 'tenant_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3', 'network_id': '077db5f0-1272-4104-b07c-c25695768843', 'mac_address': '02:26:4c:a7:be:14', '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': '81.102.136.69', 'subnet_id': '043a561a-e9c3-4f19-8a63-e71774277d2e'}], 'security_groups': ['0ed960ae-2390-40ee-8901-cd1e8eabb9fd'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3'}}
2026-05-07 02:25:29,607 - DEBUG - Response for create_port : {'port': {'name': '521b4efa-142b-4cf9-95f5-b25291c8b71e', 'id': '521b4efa-142b-4cf9-95f5-b25291c8b71e', 'tenant_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3', 'network_id': '077db5f0-1272-4104-b07c-c25695768843', 'mac_address': '02:52:1b:4e:fa:14', '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': '125.115.187.5', 'subnet_id': '46cc1b6a-2003-4984-a9ad-35b9db619880'}], 'security_groups': ['0ed960ae-2390-40ee-8901-cd1e8eabb9fd'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b854cff31b2f4f32a574c7fb3cc9f7e3'}}
2026-05-07 02:25:29,679 - DEBUG - Services list from nova: [, , ]
2026-05-07 02:25:30,133 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5753-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5753-1)
2026-05-07 02:25:30,631 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5753-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5753-1)
2026-05-07 02:25:30,631 - INFO - Waiting for VM ctest-vn1-vm1-59640002 to be up..
2026-05-07 02:25:30,683 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-05-07 02:25:35,777 - DEBUG - VM is in ACTIVE state now
2026-05-07 02:25:35,777 - INFO - VM name : ctest-vn1-vm1-59640002
2026-05-07 02:25:35,883 - DEBUG - VM ctest-vn1-vm1-59640002 ID is b9b9c8e1-6f26-4299-9bb7-8024c8ca9839
2026-05-07 02:25:35,910 - DEBUG - VM ctest-vn1-vm1-59640002 launched on Node cn-jenkins-deploy-platform-ansible-os-5753-1
2026-05-07 02:25:36,020 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine/b9b9c8e1-6f26-4299-9bb7-8024c8ca9839
2026-05-07 02:25:36,031 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/264ca7be-14fa-4bf1-9283-15aa3004f3e8
2026-05-07 02:25:39,313 - 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 1016ms')
2026-05-07 02:25:39,313 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-59640002 failed!
2026-05-07 02:25:39,374 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-72359490:ctest-vn1-32579074 is 81.102.136.65 and allocation pool is NOT set
2026-05-07 02:25:39,374 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-72359490:ctest-vn1-32579074 is 125.115.187.1 and allocation pool is NOT set
2026-05-07 02:25:43,443 - 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 1001ms')
2026-05-07 02:25:43,443 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-59640002 failed!
2026-05-07 02:25:43,502 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-72359490:ctest-vn1-32579074 is 81.102.136.65 and allocation pool is NOT set
2026-05-07 02:25:43,502 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-72359490:ctest-vn1-32579074 is 125.115.187.1 and allocation pool is NOT set
2026-05-07 02:25:45,570 - 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=3.63 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.648 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1001ms\r\nrtt min/avg/max/mdev = 0.648/2.139/3.630/1.491 ms')
2026-05-07 02:25:45,571 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-59640002 passed
2026-05-07 02:25:45,726 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-07 02:25:45,726 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-59640002, IP 81.102.136.69, Port 22
2026-05-07 02:25:45,902 - DEBUG - VM ctest-vn1-vm1-59640002 is ready for SSH connections
2026-05-07 02:25:45,902 - INFO - Waiting for VM ctest-vn1-vm2-01178323 to be up..
2026-05-07 02:25:46,014 - DEBUG - VM is in ACTIVE state now
2026-05-07 02:25:46,014 - INFO - VM name : ctest-vn1-vm2-01178323
2026-05-07 02:25:46,112 - DEBUG - VM ctest-vn1-vm2-01178323 ID is fc0d58d0-da04-4d11-ac59-7c49a9f9c4fa
2026-05-07 02:25:46,112 - DEBUG - VM ctest-vn1-vm2-01178323 launched on Node cn-jenkins-deploy-platform-ansible-os-5753-1
2026-05-07 02:25:46,214 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine/fc0d58d0-da04-4d11-ac59-7c49a9f9c4fa
2026-05-07 02:25:46,225 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/521b4efa-142b-4cf9-95f5-b25291c8b71e
2026-05-07 02:25:47,488 - 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=3.78 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.560 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.560/2.170/3.781/1.610 ms')
2026-05-07 02:25:47,488 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-01178323 passed
2026-05-07 02:25:47,642 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-07 02:25:47,642 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-01178323, IP 125.115.187.5, Port 22
2026-05-07 02:25:47,813 - DEBUG - VM ctest-vn1-vm2-01178323 is ready for SSH connections
2026-05-07 02:25:47,814 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-07 02:25:47,814 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-07 02:25:47,814 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-07 02:25:47,814 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 81.102.136.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.22, gateway password: c0ntrail123
2026-05-07 02:25:47,814 - DEBUG - ping -s 56 -c 3 -W 1 81.102.136.69
2026-05-07 02:25:50,543 - DEBUG - PING 81.102.136.69 (81.102.136.69): 56 data bytes
64 bytes from 81.102.136.69: seq=0 ttl=63 time=4.345 ms
64 bytes from 81.102.136.69: seq=1 ttl=63 time=1.433 ms
64 bytes from 81.102.136.69: seq=2 ttl=63 time=1.049 ms
--- 81.102.136.69 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.049/2.275/4.345 ms
2026-05-07 02:25:50,544 - INFO - Ping to IP 81.102.136.69 from VM ctest-vn1-vm2-01178323 passed
2026-05-07 02:25:50,544 - INFO - Detaching port 521b4efa-142b-4cf9-95f5-b25291c8b71e from VM ctest-vn1-vm2-01178323
2026-05-07 02:25:50,603 - INFO - Deleting VM ctest-vn1-vm2-01178323
2026-05-07 02:25:50,686 - INFO - Detaching port 264ca7be-14fa-4bf1-9283-15aa3004f3e8 from VM ctest-vn1-vm1-59640002
2026-05-07 02:25:50,728 - INFO - Deleting VM ctest-vn1-vm1-59640002
2026-05-07 02:25:51,072 - DEBUG - Response for delete_port : ()
2026-05-07 02:25:51,306 - DEBUG - Response for delete_port : ()
2026-05-07 02:25:51,306 - INFO - Deleting VN ctest-vn1-32579074
2026-05-07 02:25:51,510 - DEBUG - Response for deleting network ()
2026-05-07 02:25:51,786 - DEBUG - No XMPP flaps were noticed during the test
2026-05-07 02:25:51,786 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:24]
2026-05-07 02:25:51,786 - INFO - --------------------------------------------------------------------------------
2026-05-07 02:25:52,556 - INFO - Deleted project: ctest-TestPorts-72359490, ID : b854cff3-1b2f-4f32-a574-c7fb3cc9f7e3