2026-05-28 14:34:26,400 - INFO - Domain Default found not creating
2026-05-28 14:34:26,734 - INFO - Project ctest-TestPorts-37107248 not found, creating it
2026-05-28 14:34:27,281 - INFO - Created Project:ctest-TestPorts-37107248, ID : c4310982-186d-4130-9c52-beec3c228ea4
2026-05-28 14:34:29,005 - INFO - ================================================================================
2026-05-28 14:34:29,005 - INFO - STARTING TEST : test_ports_bindings
2026-05-28 14:34:29,005 - 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-28 14:34:29,290 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.17': '0'}} with
2026-05-28 14:34:29,290 - INFO - Initial checks done. Running the testcase now
2026-05-28 14:34:29,290 - INFO -
2026-05-28 14:34:29,917 - DEBUG - Response for create_network : {'network': {'id': '2718ed69-38a5-4951-87a5-94bb68a01b47', 'name': 'ctest-vn-73414336', 'tenant_id': 'c4310982186d41309c52beec3c228ea4', 'project_id': 'c4310982186d41309c52beec3c228ea4', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-37107248', 'ctest-vn-73414336'], 'port_security_enabled': True, 'description': ''}}
2026-05-28 14:34:30,135 - DEBUG - Response for create_subnet : {'subnet': {'id': 'bc9e4a3f-948c-4d53-80d7-b08ff429d084', 'name': '', 'tenant_id': 'c4310982186d41309c52beec3c228ea4', 'network_id': '2718ed69-38a5-4951-87a5-94bb68a01b47', 'ip_version': 4, 'cidr': '215.87.175.192/26', 'allocation_pools': [{'start': '215.87.175.194', 'end': '215.87.175.254'}], 'gateway_ip': '215.87.175.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '215.87.175.194', 'tags': [], 'project_id': 'c4310982186d41309c52beec3c228ea4'}}
2026-05-28 14:34:30,157 - INFO - Created VN ctest-vn-73414336
2026-05-28 14:34:30,211 - DEBUG - VN ctest-vn-73414336 UUID is 2718ed69-38a5-4951-87a5-94bb68a01b47
2026-05-28 14:34:30,338 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-37107248', 'ctest-vmi-23869875']}
2026-05-28 14:34:30,604 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-23869875', 'id': '97eaaf9e-00d7-4f66-9c76-77147d154d13', 'tenant_id': 'c4310982186d41309c52beec3c228ea4', 'network_id': '2718ed69-38a5-4951-87a5-94bb68a01b47', 'mac_address': '02:97:ea:af:9e:00', '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': '215.87.175.195', 'subnet_id': 'bc9e4a3f-948c-4d53-80d7-b08ff429d084'}], 'security_groups': ['ffa19350-cad9-4dda-acd4-d81ae7d10b3f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c4310982186d41309c52beec3c228ea4'}}
2026-05-28 14:34:30,604 - DEBUG - Created port 97eaaf9e-00d7-4f66-9c76-77147d154d13
2026-05-28 14:34:30,716 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/97eaaf9e-00d7-4f66-9c76-77147d154d13
2026-05-28 14:34:31,022 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/97eaaf9e-00d7-4f66-9c76-77147d154d13
2026-05-28 14:34:31,060 - INFO - VMI 97eaaf9e-00d7-4f66-9c76-77147d154d13 verification in API Server passed
2026-05-28 14:34:31,164 - DEBUG - Response for delete_port : ()
2026-05-28 14:34:31,164 - INFO - Deleted port 97eaaf9e-00d7-4f66-9c76-77147d154d13
2026-05-28 14:34:31,165 - INFO - Deleting VN ctest-vn-73414336
2026-05-28 14:34:31,284 - DEBUG - Response for deleting network ()
2026-05-28 14:34:31,569 - DEBUG - No XMPP flaps were noticed during the test
2026-05-28 14:34:31,569 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-05-28 14:34:31,569 - INFO - --------------------------------------------------------------------------------
2026-05-28 14:34:31,571 - INFO - ================================================================================
2026-05-28 14:34:31,571 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-05-28 14:34:31,571 - 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-28 14:34:31,863 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.17': '0'}} with
2026-05-28 14:34:31,863 - INFO - Initial checks done. Running the testcase now
2026-05-28 14:34:31,863 - INFO -
2026-05-28 14:34:32,107 - DEBUG - Response for create_network : {'network': {'id': 'e521de33-66c9-4016-8751-bf0078dc77b1', 'name': 'ctest-vn1-27489937', 'tenant_id': 'c4310982186d41309c52beec3c228ea4', 'project_id': 'c4310982186d41309c52beec3c228ea4', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-37107248', 'ctest-vn1-27489937'], 'port_security_enabled': True, 'description': ''}}
2026-05-28 14:34:32,310 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e54faed6-1323-4ee5-91f2-ad0a2f6d3f95', 'name': '', 'tenant_id': 'c4310982186d41309c52beec3c228ea4', 'network_id': 'e521de33-66c9-4016-8751-bf0078dc77b1', 'ip_version': 4, 'cidr': '113.83.106.64/26', 'allocation_pools': [{'start': '113.83.106.66', 'end': '113.83.106.126'}], 'gateway_ip': '113.83.106.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '113.83.106.66', 'tags': [], 'project_id': 'c4310982186d41309c52beec3c228ea4'}}
2026-05-28 14:34:32,506 - DEBUG - Response for create_subnet : {'subnet': {'id': '7fa35af6-ce16-416d-b7b5-e9c2eaadce20', 'name': '', 'tenant_id': 'c4310982186d41309c52beec3c228ea4', 'network_id': 'e521de33-66c9-4016-8751-bf0078dc77b1', 'ip_version': 4, 'cidr': '87.247.208.192/26', 'allocation_pools': [{'start': '87.247.208.194', 'end': '87.247.208.254'}], 'gateway_ip': '87.247.208.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '87.247.208.194', 'tags': [], 'project_id': 'c4310982186d41309c52beec3c228ea4'}}
2026-05-28 14:34:32,534 - INFO - Created VN ctest-vn1-27489937
2026-05-28 14:34:32,592 - DEBUG - VN ctest-vn1-27489937 UUID is e521de33-66c9-4016-8751-bf0078dc77b1
2026-05-28 14:34:32,946 - DEBUG - Response for create_port : {'port': {'name': 'ddfad419-441f-4ce3-a3ba-ef30c45488c5', 'id': 'ddfad419-441f-4ce3-a3ba-ef30c45488c5', 'tenant_id': 'c4310982186d41309c52beec3c228ea4', 'network_id': 'e521de33-66c9-4016-8751-bf0078dc77b1', 'mac_address': '02:dd:fa:d4:19:44', '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': '113.83.106.69', 'subnet_id': 'e54faed6-1323-4ee5-91f2-ad0a2f6d3f95'}], 'security_groups': ['ffa19350-cad9-4dda-acd4-d81ae7d10b3f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c4310982186d41309c52beec3c228ea4'}}
2026-05-28 14:34:33,148 - DEBUG - Response for create_port : {'port': {'name': '60ada4a9-b05c-421f-8c2f-cc5df1a8fe43', 'id': '60ada4a9-b05c-421f-8c2f-cc5df1a8fe43', 'tenant_id': 'c4310982186d41309c52beec3c228ea4', 'network_id': 'e521de33-66c9-4016-8751-bf0078dc77b1', 'mac_address': '02:60:ad:a4:a9:b0', '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': '87.247.208.197', 'subnet_id': '7fa35af6-ce16-416d-b7b5-e9c2eaadce20'}], 'security_groups': ['ffa19350-cad9-4dda-acd4-d81ae7d10b3f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'c4310982186d41309c52beec3c228ea4'}}
2026-05-28 14:34:33,215 - DEBUG - Services list from nova: [, , ]
2026-05-28 14:34:33,606 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5844-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5844-1)
2026-05-28 14:34:34,080 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5844-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5844-1)
2026-05-28 14:34:34,080 - INFO - Waiting for VM ctest-vn1-vm1-11426658 to be up..
2026-05-28 14:34:34,128 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-05-28 14:34:39,226 - DEBUG - VM is in ACTIVE state now
2026-05-28 14:34:39,227 - INFO - VM name : ctest-vn1-vm1-11426658
2026-05-28 14:34:39,316 - DEBUG - VM ctest-vn1-vm1-11426658 ID is b656dbbb-514c-413a-a644-ea5050932ff4
2026-05-28 14:34:39,346 - DEBUG - VM ctest-vn1-vm1-11426658 launched on Node cn-jenkins-deploy-platform-ansible-os-5844-1
2026-05-28 14:34:39,437 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine/b656dbbb-514c-413a-a644-ea5050932ff4
2026-05-28 14:34:39,448 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/ddfad419-441f-4ce3-a3ba-ef30c45488c5
2026-05-28 14:34:42,706 - 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 1012ms')
2026-05-28 14:34:42,706 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-11426658 failed!
2026-05-28 14:34:42,764 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-37107248:ctest-vn1-27489937 is 113.83.106.65 and allocation pool is NOT set
2026-05-28 14:34:42,764 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-37107248:ctest-vn1-27489937 is 87.247.208.193 and allocation pool is NOT set
2026-05-28 14:34:46,832 - 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-28 14:34:46,832 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-11426658 failed!
2026-05-28 14:34:46,888 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-37107248:ctest-vn1-27489937 is 113.83.106.65 and allocation pool is NOT set
2026-05-28 14:34:46,888 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-37107248:ctest-vn1-27489937 is 87.247.208.193 and allocation pool is NOT set
2026-05-28 14:34:48,953 - 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=4.97 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=2.53 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1000ms\r\nrtt min/avg/max/mdev = 2.531/3.751/4.972/1.220 ms')
2026-05-28 14:34:48,953 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-11426658 passed
2026-05-28 14:34:49,108 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-28 14:34:49,108 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-11426658, IP 113.83.106.69, Port 22
2026-05-28 14:34:49,282 - DEBUG - VM ctest-vn1-vm1-11426658 is ready for SSH connections
2026-05-28 14:34:49,282 - INFO - Waiting for VM ctest-vn1-vm2-49838758 to be up..
2026-05-28 14:34:49,380 - DEBUG - VM is in ACTIVE state now
2026-05-28 14:34:49,380 - INFO - VM name : ctest-vn1-vm2-49838758
2026-05-28 14:34:49,476 - DEBUG - VM ctest-vn1-vm2-49838758 ID is 76e99a27-71fd-4a04-8ca8-e2b6522fd56b
2026-05-28 14:34:49,476 - DEBUG - VM ctest-vn1-vm2-49838758 launched on Node cn-jenkins-deploy-platform-ansible-os-5844-1
2026-05-28 14:34:49,574 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine/76e99a27-71fd-4a04-8ca8-e2b6522fd56b
2026-05-28 14:34:49,586 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/60ada4a9-b05c-421f-8c2f-cc5df1a8fe43
2026-05-28 14:34:50,862 - 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.61 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.438 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1001ms\r\nrtt min/avg/max/mdev = 0.438/2.026/3.614/1.588 ms')
2026-05-28 14:34:50,862 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-49838758 passed
2026-05-28 14:34:51,015 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-28 14:34:51,016 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-49838758, IP 87.247.208.197, Port 22
2026-05-28 14:34:51,172 - DEBUG - VM ctest-vn1-vm2-49838758 is ready for SSH connections
2026-05-28 14:34:51,172 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-28 14:34:51,172 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-28 14:34:51,172 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-28 14:34:51,172 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 113.83.106.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.249, gateway password: c0ntrail123
2026-05-28 14:34:51,172 - DEBUG - ping -s 56 -c 3 -W 1 113.83.106.69
2026-05-28 14:34:53,901 - DEBUG - PING 113.83.106.69 (113.83.106.69): 56 data bytes
64 bytes from 113.83.106.69: seq=0 ttl=63 time=4.518 ms
64 bytes from 113.83.106.69: seq=1 ttl=63 time=1.079 ms
64 bytes from 113.83.106.69: seq=2 ttl=63 time=1.322 ms
--- 113.83.106.69 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.079/2.306/4.518 ms
2026-05-28 14:34:53,902 - INFO - Ping to IP 113.83.106.69 from VM ctest-vn1-vm2-49838758 passed
2026-05-28 14:34:53,902 - INFO - Detaching port 60ada4a9-b05c-421f-8c2f-cc5df1a8fe43 from VM ctest-vn1-vm2-49838758
2026-05-28 14:34:53,972 - INFO - Deleting VM ctest-vn1-vm2-49838758
2026-05-28 14:34:54,056 - INFO - Detaching port ddfad419-441f-4ce3-a3ba-ef30c45488c5 from VM ctest-vn1-vm1-11426658
2026-05-28 14:34:54,100 - INFO - Deleting VM ctest-vn1-vm1-11426658
2026-05-28 14:34:54,407 - DEBUG - Response for delete_port : ()
2026-05-28 14:34:54,589 - DEBUG - Response for delete_port : ()
2026-05-28 14:34:54,589 - INFO - Deleting VN ctest-vn1-27489937
2026-05-28 14:34:54,748 - DEBUG - Response for deleting network ()
2026-05-28 14:34:55,021 - DEBUG - No XMPP flaps were noticed during the test
2026-05-28 14:34:55,021 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:24]
2026-05-28 14:34:55,021 - INFO - --------------------------------------------------------------------------------
2026-05-28 14:34:55,815 - INFO - Deleted project: ctest-TestPorts-37107248, ID : c4310982-186d-4130-9c52-beec3c228ea4