2026-06-04 16:57:24,461 - INFO - Domain Default found not creating
2026-06-04 16:57:24,638 - INFO - Project ctest-TestPorts-61951165 not found, creating it
2026-06-04 16:57:25,127 - INFO - Created Project:ctest-TestPorts-61951165, ID : 5674aeab-8eac-4916-9020-429ffdb15770
2026-06-04 16:57:26,625 - INFO - ================================================================================
2026-06-04 16:57:26,625 - INFO - STARTING TEST : test_ports_bindings
2026-06-04 16:57:26,625 - 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-06-04 16:57:26,879 - DEBUG - Nothing to compare xmpp stats {'10.0.0.242': {'10.20.0.192': '0'}} with
2026-06-04 16:57:26,879 - INFO - Initial checks done. Running the testcase now
2026-06-04 16:57:26,879 - INFO -
2026-06-04 16:57:27,517 - DEBUG - Response for create_network : {'network': {'id': 'e8a62eca-1432-468b-a5a7-4acdbb1dc793', 'name': 'ctest-vn-11612476', 'tenant_id': '5674aeab8eac49169020429ffdb15770', 'project_id': '5674aeab8eac49169020429ffdb15770', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-61951165', 'ctest-vn-11612476'], 'port_security_enabled': True, 'description': ''}}
2026-06-04 16:57:27,696 - DEBUG - Response for create_subnet : {'subnet': {'id': '080f5d77-71e8-4db9-8600-14400d740406', 'name': '', 'tenant_id': '5674aeab8eac49169020429ffdb15770', 'network_id': 'e8a62eca-1432-468b-a5a7-4acdbb1dc793', 'ip_version': 4, 'cidr': '94.185.85.128/26', 'allocation_pools': [{'start': '94.185.85.130', 'end': '94.185.85.190'}], 'gateway_ip': '94.185.85.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '94.185.85.130', 'tags': [], 'project_id': '5674aeab8eac49169020429ffdb15770'}}
2026-06-04 16:57:27,713 - INFO - Created VN ctest-vn-11612476
2026-06-04 16:57:27,770 - DEBUG - VN ctest-vn-11612476 UUID is e8a62eca-1432-468b-a5a7-4acdbb1dc793
2026-06-04 16:57:27,881 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-61951165', 'ctest-vmi-27073965']}
2026-06-04 16:57:28,127 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-27073965', 'id': '6f29f879-90bc-44f6-9e0f-e88918baccf0', 'tenant_id': '5674aeab8eac49169020429ffdb15770', 'network_id': 'e8a62eca-1432-468b-a5a7-4acdbb1dc793', 'mac_address': '02:6f:29:f8:79:90', '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': '94.185.85.131', 'subnet_id': '080f5d77-71e8-4db9-8600-14400d740406'}], 'security_groups': ['141e9a07-cb8c-442a-9c97-90f2a3c7e2ba'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '5674aeab8eac49169020429ffdb15770'}}
2026-06-04 16:57:28,127 - DEBUG - Created port 6f29f879-90bc-44f6-9e0f-e88918baccf0
2026-06-04 16:57:28,234 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/6f29f879-90bc-44f6-9e0f-e88918baccf0
2026-06-04 16:57:28,532 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/6f29f879-90bc-44f6-9e0f-e88918baccf0
2026-06-04 16:57:28,564 - INFO - VMI 6f29f879-90bc-44f6-9e0f-e88918baccf0 verification in API Server passed
2026-06-04 16:57:28,655 - DEBUG - Response for delete_port : ()
2026-06-04 16:57:28,655 - INFO - Deleted port 6f29f879-90bc-44f6-9e0f-e88918baccf0
2026-06-04 16:57:28,655 - INFO - Deleting VN ctest-vn-11612476
2026-06-04 16:57:28,754 - DEBUG - Response for deleting network ()
2026-06-04 16:57:29,007 - DEBUG - No XMPP flaps were noticed during the test
2026-06-04 16:57:29,007 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-06-04 16:57:29,007 - INFO - --------------------------------------------------------------------------------
2026-06-04 16:57:29,009 - INFO - ================================================================================
2026-06-04 16:57:29,009 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-06-04 16:57:29,009 - 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-06-04 16:57:29,300 - DEBUG - Nothing to compare xmpp stats {'10.0.0.242': {'10.20.0.192': '0'}} with
2026-06-04 16:57:29,300 - INFO - Initial checks done. Running the testcase now
2026-06-04 16:57:29,300 - INFO -
2026-06-04 16:57:29,468 - DEBUG - Response for create_network : {'network': {'id': '98bad401-8b4e-4a18-a814-1fed315c270c', 'name': 'ctest-vn1-67050424', 'tenant_id': '5674aeab8eac49169020429ffdb15770', 'project_id': '5674aeab8eac49169020429ffdb15770', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-61951165', 'ctest-vn1-67050424'], 'port_security_enabled': True, 'description': ''}}
2026-06-04 16:57:29,661 - DEBUG - Response for create_subnet : {'subnet': {'id': 'a7de27a2-3895-4886-9231-eb9a6781652b', 'name': '', 'tenant_id': '5674aeab8eac49169020429ffdb15770', 'network_id': '98bad401-8b4e-4a18-a814-1fed315c270c', 'ip_version': 4, 'cidr': '214.168.255.64/26', 'allocation_pools': [{'start': '214.168.255.66', 'end': '214.168.255.126'}], 'gateway_ip': '214.168.255.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '214.168.255.66', 'tags': [], 'project_id': '5674aeab8eac49169020429ffdb15770'}}
2026-06-04 16:57:29,862 - DEBUG - Response for create_subnet : {'subnet': {'id': '9069455d-7133-4cc7-b984-7fc028f8630c', 'name': '', 'tenant_id': '5674aeab8eac49169020429ffdb15770', 'network_id': '98bad401-8b4e-4a18-a814-1fed315c270c', 'ip_version': 4, 'cidr': '26.112.76.0/26', 'allocation_pools': [{'start': '26.112.76.2', 'end': '26.112.76.62'}], 'gateway_ip': '26.112.76.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '26.112.76.2', 'tags': [], 'project_id': '5674aeab8eac49169020429ffdb15770'}}
2026-06-04 16:57:29,884 - INFO - Created VN ctest-vn1-67050424
2026-06-04 16:57:29,934 - DEBUG - VN ctest-vn1-67050424 UUID is 98bad401-8b4e-4a18-a814-1fed315c270c
2026-06-04 16:57:30,243 - DEBUG - Response for create_port : {'port': {'name': '41083a3d-e3bc-4221-a8d8-a4cd6f16f191', 'id': '41083a3d-e3bc-4221-a8d8-a4cd6f16f191', 'tenant_id': '5674aeab8eac49169020429ffdb15770', 'network_id': '98bad401-8b4e-4a18-a814-1fed315c270c', 'mac_address': '02:41:08:3a:3d:e3', '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': '214.168.255.69', 'subnet_id': 'a7de27a2-3895-4886-9231-eb9a6781652b'}], 'security_groups': ['141e9a07-cb8c-442a-9c97-90f2a3c7e2ba'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '5674aeab8eac49169020429ffdb15770'}}
2026-06-04 16:57:30,409 - DEBUG - Response for create_port : {'port': {'name': '825c8d59-d0dd-43eb-b04e-5d2ff5595522', 'id': '825c8d59-d0dd-43eb-b04e-5d2ff5595522', 'tenant_id': '5674aeab8eac49169020429ffdb15770', 'network_id': '98bad401-8b4e-4a18-a814-1fed315c270c', 'mac_address': '02:82:5c:8d:59:d0', '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': '26.112.76.5', 'subnet_id': '9069455d-7133-4cc7-b984-7fc028f8630c'}], 'security_groups': ['141e9a07-cb8c-442a-9c97-90f2a3c7e2ba'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '5674aeab8eac49169020429ffdb15770'}}
2026-06-04 16:57:30,462 - DEBUG - Services list from nova: [, , ]
2026-06-04 16:57:30,803 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5892-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5892-1)
2026-06-04 16:57:31,195 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5892-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5892-1)
2026-06-04 16:57:31,195 - INFO - Waiting for VM ctest-vn1-vm1-48433490 to be up..
2026-06-04 16:57:31,231 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-04 16:57:36,318 - DEBUG - VM is in ACTIVE state now
2026-06-04 16:57:36,318 - INFO - VM name : ctest-vn1-vm1-48433490
2026-06-04 16:57:36,397 - DEBUG - VM ctest-vn1-vm1-48433490 ID is 0d2b52e7-35c3-4ad5-8c43-e76593990cf1
2026-06-04 16:57:36,418 - DEBUG - VM ctest-vn1-vm1-48433490 launched on Node cn-jenkins-deploy-platform-ansible-os-5892-1
2026-06-04 16:57:36,493 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine/0d2b52e7-35c3-4ad5-8c43-e76593990cf1
2026-06-04 16:57:36,501 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/41083a3d-e3bc-4221-a8d8-a4cd6f16f191
2026-06-04 16:57:39,747 - 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-06-04 16:57:39,747 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-48433490 failed!
2026-06-04 16:57:39,802 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-61951165:ctest-vn1-67050424 is 214.168.255.65 and allocation pool is NOT set
2026-06-04 16:57:39,802 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-61951165:ctest-vn1-67050424 is 26.112.76.1 and allocation pool is NOT set
2026-06-04 16:57:43,876 - 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=2 ttl=63 time=9.58 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1012ms\r\nrtt min/avg/max/mdev = 9.577/9.577/9.577/0.000 ms')
2026-06-04 16:57:43,876 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-48433490 passed
2026-06-04 16:57:44,030 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-04 16:57:44,031 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-48433490, IP 214.168.255.69, Port 22
2026-06-04 16:57:44,186 - DEBUG - VM ctest-vn1-vm1-48433490 is ready for SSH connections
2026-06-04 16:57:44,186 - INFO - Waiting for VM ctest-vn1-vm2-13159996 to be up..
2026-06-04 16:57:44,268 - DEBUG - VM is in ACTIVE state now
2026-06-04 16:57:44,268 - INFO - VM name : ctest-vn1-vm2-13159996
2026-06-04 16:57:44,342 - DEBUG - VM ctest-vn1-vm2-13159996 ID is 399a7f18-0c36-46d8-a7df-323931ce5bc8
2026-06-04 16:57:44,342 - DEBUG - VM ctest-vn1-vm2-13159996 launched on Node cn-jenkins-deploy-platform-ansible-os-5892-1
2026-06-04 16:57:44,416 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine/399a7f18-0c36-46d8-a7df-323931ce5bc8
2026-06-04 16:57:44,425 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/825c8d59-d0dd-43eb-b04e-5d2ff5595522
2026-06-04 16:57:45,660 - 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.83 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.458 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.458/1.643/2.828/1.185 ms')
2026-06-04 16:57:45,660 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-13159996 passed
2026-06-04 16:57:45,806 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-04 16:57:45,806 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-13159996, IP 26.112.76.5, Port 22
2026-06-04 16:57:45,962 - DEBUG - VM ctest-vn1-vm2-13159996 is ready for SSH connections
2026-06-04 16:57:45,962 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-04 16:57:45,962 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-04 16:57:45,962 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-04 16:57:45,962 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 214.168.255.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.242, gateway password: c0ntrail123
2026-06-04 16:57:45,962 - DEBUG - ping -s 56 -c 3 -W 1 214.168.255.69
2026-06-04 16:57:48,625 - DEBUG - PING 214.168.255.69 (214.168.255.69): 56 data bytes
64 bytes from 214.168.255.69: seq=0 ttl=63 time=4.059 ms
64 bytes from 214.168.255.69: seq=1 ttl=63 time=0.741 ms
64 bytes from 214.168.255.69: seq=2 ttl=63 time=1.058 ms
--- 214.168.255.69 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.741/1.952/4.059 ms
2026-06-04 16:57:48,625 - INFO - Ping to IP 214.168.255.69 from VM ctest-vn1-vm2-13159996 passed
2026-06-04 16:57:48,625 - INFO - Detaching port 825c8d59-d0dd-43eb-b04e-5d2ff5595522 from VM ctest-vn1-vm2-13159996
2026-06-04 16:57:48,675 - INFO - Deleting VM ctest-vn1-vm2-13159996
2026-06-04 16:57:48,745 - INFO - Detaching port 41083a3d-e3bc-4221-a8d8-a4cd6f16f191 from VM ctest-vn1-vm1-48433490
2026-06-04 16:57:48,780 - INFO - Deleting VM ctest-vn1-vm1-48433490
2026-06-04 16:57:49,055 - DEBUG - Response for delete_port : ()
2026-06-04 16:57:49,224 - DEBUG - Response for delete_port : ()
2026-06-04 16:57:49,224 - INFO - Deleting VN ctest-vn1-67050424
2026-06-04 16:57:49,374 - DEBUG - Response for deleting network ()
2026-06-04 16:57:49,631 - DEBUG - No XMPP flaps were noticed during the test
2026-06-04 16:57:49,631 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:20]
2026-06-04 16:57:49,631 - INFO - --------------------------------------------------------------------------------
2026-06-04 16:57:50,323 - INFO - Deleted project: ctest-TestPorts-61951165, ID : 5674aeab-8eac-4916-9020-429ffdb15770