2026-08-03 02:50:50,548 - INFO - Domain Default found not creating
2026-08-03 02:50:50,744 - INFO - Project ctest-TestPorts-62378687 not found, creating it
2026-08-03 02:50:51,481 - INFO - Created Project:ctest-TestPorts-62378687, ID : 42fd3946-c1c0-434f-8d67-93f1b693c9d5
2026-08-03 02:50:53,415 - INFO - ================================================================================
2026-08-03 02:50:53,415 - INFO - STARTING TEST : test_ports_bindings
2026-08-03 02:50:53,415 - 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-08-03 02:50:54,732 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.25': '0', '10.20.0.29': '0'}, '10.0.0.19': {'10.20.0.25': '0', '10.20.0.29': '0'}} with
2026-08-03 02:50:54,732 - INFO - Initial checks done. Running the testcase now
2026-08-03 02:50:54,732 - INFO -
2026-08-03 02:50:55,619 - DEBUG - Response for create_network : {'network': {'id': '237ce59d-b312-4a30-a7a1-5b9aa7ae4809', 'name': 'ctest-vn-25957354', 'tenant_id': '42fd3946c1c0434f8d6793f1b693c9d5', 'project_id': '42fd3946c1c0434f8d6793f1b693c9d5', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-62378687', 'ctest-vn-25957354'], 'port_security_enabled': True, 'description': ''}}
2026-08-03 02:50:55,956 - DEBUG - Response for create_subnet : {'subnet': {'id': 'bf21e461-dd16-4540-9a4c-e3fe3f6d9e0f', 'name': '', 'tenant_id': '42fd3946c1c0434f8d6793f1b693c9d5', 'network_id': '237ce59d-b312-4a30-a7a1-5b9aa7ae4809', 'ip_version': 4, 'cidr': '2.201.188.64/26', 'allocation_pools': [{'start': '2.201.188.66', 'end': '2.201.188.126'}], 'gateway_ip': '2.201.188.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '2.201.188.66', 'tags': [], 'project_id': '42fd3946c1c0434f8d6793f1b693c9d5'}}
2026-08-03 02:50:55,982 - INFO - Created VN ctest-vn-25957354
2026-08-03 02:50:56,002 - DEBUG - VN ctest-vn-25957354 UUID is 237ce59d-b312-4a30-a7a1-5b9aa7ae4809
2026-08-03 02:50:56,086 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-62378687', 'ctest-vmi-75001462']}
2026-08-03 02:50:56,500 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-75001462', 'id': '50510892-1038-4888-87e9-c945592bcd1d', 'tenant_id': '42fd3946c1c0434f8d6793f1b693c9d5', 'network_id': '237ce59d-b312-4a30-a7a1-5b9aa7ae4809', 'mac_address': '02:50:51:08:92:10', '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': '2.201.188.67', 'subnet_id': 'bf21e461-dd16-4540-9a4c-e3fe3f6d9e0f'}], 'security_groups': ['0611e53f-38dd-45b1-9563-b68fb16a4857'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '42fd3946c1c0434f8d6793f1b693c9d5'}}
2026-08-03 02:50:56,500 - DEBUG - Created port 50510892-1038-4888-87e9-c945592bcd1d
2026-08-03 02:50:56,573 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/50510892-1038-4888-87e9-c945592bcd1d
2026-08-03 02:50:56,957 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/50510892-1038-4888-87e9-c945592bcd1d
2026-08-03 02:50:56,997 - INFO - VMI 50510892-1038-4888-87e9-c945592bcd1d verification in API Server passed
2026-08-03 02:50:57,171 - DEBUG - Response for delete_port : ()
2026-08-03 02:50:57,171 - INFO - Deleted port 50510892-1038-4888-87e9-c945592bcd1d
2026-08-03 02:50:57,171 - INFO - Deleting VN ctest-vn-25957354
2026-08-03 02:50:57,412 - DEBUG - Response for deleting network ()
2026-08-03 02:50:58,720 - DEBUG - No XMPP flaps were noticed during the test
2026-08-03 02:50:58,721 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05]
2026-08-03 02:50:58,721 - INFO - --------------------------------------------------------------------------------
2026-08-03 02:50:58,724 - INFO - ================================================================================
2026-08-03 02:50:58,724 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-08-03 02:50:58,724 - 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-08-03 02:51:00,035 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.25': '0', '10.20.0.29': '0'}, '10.0.0.19': {'10.20.0.25': '0', '10.20.0.29': '0'}} with
2026-08-03 02:51:00,035 - INFO - Initial checks done. Running the testcase now
2026-08-03 02:51:00,035 - INFO -
2026-08-03 02:51:00,438 - DEBUG - Response for create_network : {'network': {'id': 'dc93dd17-ce0b-40cc-bf42-56458e131e9f', 'name': 'ctest-vn1-08519162', 'tenant_id': '42fd3946c1c0434f8d6793f1b693c9d5', 'project_id': '42fd3946c1c0434f8d6793f1b693c9d5', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-62378687', 'ctest-vn1-08519162'], 'port_security_enabled': True, 'description': ''}}
2026-08-03 02:51:00,746 - DEBUG - Response for create_subnet : {'subnet': {'id': 'cfa4489d-87ad-4740-8d9a-2734b4f86764', 'name': '', 'tenant_id': '42fd3946c1c0434f8d6793f1b693c9d5', 'network_id': 'dc93dd17-ce0b-40cc-bf42-56458e131e9f', 'ip_version': 4, 'cidr': '31.187.188.192/26', 'allocation_pools': [{'start': '31.187.188.194', 'end': '31.187.188.254'}], 'gateway_ip': '31.187.188.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '31.187.188.194', 'tags': [], 'project_id': '42fd3946c1c0434f8d6793f1b693c9d5'}}
2026-08-03 02:51:01,014 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b260cc51-67d6-4631-b053-7810ffb1b1cf', 'name': '', 'tenant_id': '42fd3946c1c0434f8d6793f1b693c9d5', 'network_id': 'dc93dd17-ce0b-40cc-bf42-56458e131e9f', 'ip_version': 4, 'cidr': '3.32.113.192/26', 'allocation_pools': [{'start': '3.32.113.194', 'end': '3.32.113.254'}], 'gateway_ip': '3.32.113.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '3.32.113.194', 'tags': [], 'project_id': '42fd3946c1c0434f8d6793f1b693c9d5'}}
2026-08-03 02:51:01,052 - INFO - Created VN ctest-vn1-08519162
2026-08-03 02:51:01,070 - DEBUG - VN ctest-vn1-08519162 UUID is dc93dd17-ce0b-40cc-bf42-56458e131e9f
2026-08-03 02:51:01,589 - DEBUG - Response for create_port : {'port': {'name': 'ba97c55d-09ba-47c3-8401-537eed38f65e', 'id': 'ba97c55d-09ba-47c3-8401-537eed38f65e', 'tenant_id': '42fd3946c1c0434f8d6793f1b693c9d5', 'network_id': 'dc93dd17-ce0b-40cc-bf42-56458e131e9f', 'mac_address': '02:ba:97:c5:5d:09', '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': '31.187.188.197', 'subnet_id': 'cfa4489d-87ad-4740-8d9a-2734b4f86764'}], 'security_groups': ['0611e53f-38dd-45b1-9563-b68fb16a4857'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '42fd3946c1c0434f8d6793f1b693c9d5'}}
2026-08-03 02:51:02,179 - DEBUG - Response for create_port : {'port': {'name': '2e61203f-ce0c-4e11-801f-2b4ece4416ac', 'id': '2e61203f-ce0c-4e11-801f-2b4ece4416ac', 'tenant_id': '42fd3946c1c0434f8d6793f1b693c9d5', 'network_id': 'dc93dd17-ce0b-40cc-bf42-56458e131e9f', 'mac_address': '02:2e:61:20:3f:ce', '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': '3.32.113.197', 'subnet_id': 'b260cc51-67d6-4631-b053-7810ffb1b1cf'}], 'security_groups': ['0611e53f-38dd-45b1-9563-b68fb16a4857'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '42fd3946c1c0434f8d6793f1b693c9d5'}}
2026-08-03 02:51:02,257 - DEBUG - Services list from nova: [, , , ]
2026-08-03 02:51:02,768 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-6129-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-6129-2)
2026-08-03 02:51:03,384 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-6129-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-6129-1)
2026-08-03 02:51:03,384 - INFO - Waiting for VM ctest-vn1-vm1-70870084 to be up..
2026-08-03 02:51:03,457 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-03 02:51:08,572 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-03 02:51:13,733 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-03 02:51:18,829 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-03 02:51:23,934 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-03 02:51:29,033 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-03 02:51:34,132 - DEBUG - VM is in ACTIVE state now
2026-08-03 02:51:34,132 - INFO - VM name : ctest-vn1-vm1-70870084
2026-08-03 02:51:34,224 - DEBUG - VM ctest-vn1-vm1-70870084 ID is 696ef868-3173-4e45-b1b9-d2f018d95b7d
2026-08-03 02:51:34,253 - DEBUG - VM ctest-vn1-vm1-70870084 launched on Node an-jenkins-deploy-platform-ansible-os-6129-2
2026-08-03 02:51:34,369 - DEBUG - Requesting: http://10.0.0.161:8082/virtual-machine/696ef868-3173-4e45-b1b9-d2f018d95b7d
2026-08-03 02:51:34,755 - DEBUG - Requesting: http://10.0.0.161:8082/virtual-machine/696ef868-3173-4e45-b1b9-d2f018d95b7d
2026-08-03 02:51:34,797 - DEBUG - Requesting: http://10.0.0.161:8082/virtual-machine-interface/ba97c55d-09ba-47c3-8401-537eed38f65e
2026-08-03 02:51:38,020 - 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 1036ms')
2026-08-03 02:51:38,020 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-70870084 failed!
2026-08-03 02:51:38,041 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-62378687:ctest-vn1-08519162 is 31.187.188.193 and allocation pool is NOT set
2026-08-03 02:51:38,041 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-62378687:ctest-vn1-08519162 is 3.32.113.193 and allocation pool is NOT set
2026-08-03 02:51:40,112 - 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.11 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.754 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.754/2.429/4.105/1.675 ms')
2026-08-03 02:51:40,113 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-70870084 passed
2026-08-03 02:51:40,194 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-03 02:51:40,194 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-70870084, IP 31.187.188.197, Port 22
2026-08-03 02:51:40,375 - DEBUG - VM ctest-vn1-vm1-70870084 is ready for SSH connections
2026-08-03 02:51:40,375 - INFO - Waiting for VM ctest-vn1-vm2-25304635 to be up..
2026-08-03 02:51:40,479 - DEBUG - VM is in ACTIVE state now
2026-08-03 02:51:40,479 - INFO - VM name : ctest-vn1-vm2-25304635
2026-08-03 02:51:40,573 - DEBUG - VM ctest-vn1-vm2-25304635 ID is f2543f7e-9039-468d-8327-92a023628dcd
2026-08-03 02:51:40,573 - DEBUG - VM ctest-vn1-vm2-25304635 launched on Node an-jenkins-deploy-platform-ansible-os-6129-1
2026-08-03 02:51:40,670 - DEBUG - Requesting: http://10.0.0.161:8082/virtual-machine/f2543f7e-9039-468d-8327-92a023628dcd
2026-08-03 02:51:40,683 - DEBUG - Requesting: http://10.0.0.161:8082/virtual-machine-interface/2e61203f-ce0c-4e11-801f-2b4ece4416ac
2026-08-03 02:51:41,858 - 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.72 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.662 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.662/2.193/3.724/1.531 ms')
2026-08-03 02:51:41,858 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-25304635 passed
2026-08-03 02:51:41,934 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-03 02:51:41,934 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-25304635, IP 3.32.113.197, Port 22
2026-08-03 02:51:42,110 - DEBUG - VM ctest-vn1-vm2-25304635 is ready for SSH connections
2026-08-03 02:51:42,110 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-03 02:51:42,111 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-03 02:51:42,111 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-03 02:51:42,111 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 31.187.188.197, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-08-03 02:51:42,111 - DEBUG - ping -s 56 -c 3 -W 1 31.187.188.197
2026-08-03 02:51:45,266 - DEBUG - PING 31.187.188.197 (31.187.188.197): 56 data bytes
64 bytes from 31.187.188.197: seq=0 ttl=63 time=6.830 ms
64 bytes from 31.187.188.197: seq=1 ttl=63 time=2.012 ms
64 bytes from 31.187.188.197: seq=2 ttl=63 time=1.845 ms
--- 31.187.188.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.845/3.562/6.830 ms
2026-08-03 02:51:45,266 - INFO - Ping to IP 31.187.188.197 from VM ctest-vn1-vm2-25304635 passed
2026-08-03 02:51:45,266 - INFO - Detaching port 2e61203f-ce0c-4e11-801f-2b4ece4416ac from VM ctest-vn1-vm2-25304635
2026-08-03 02:51:45,339 - INFO - Deleting VM ctest-vn1-vm2-25304635
2026-08-03 02:51:45,445 - INFO - Detaching port ba97c55d-09ba-47c3-8401-537eed38f65e from VM ctest-vn1-vm1-70870084
2026-08-03 02:51:45,484 - INFO - Deleting VM ctest-vn1-vm1-70870084
2026-08-03 02:51:45,906 - DEBUG - Response for delete_port : ()
2026-08-03 02:51:46,214 - DEBUG - Response for delete_port : ()
2026-08-03 02:51:46,214 - INFO - Deleting VN ctest-vn1-08519162
2026-08-03 02:51:46,566 - DEBUG - Response for deleting network ()
2026-08-03 02:51:47,898 - DEBUG - No XMPP flaps were noticed during the test
2026-08-03 02:51:47,898 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:49]
2026-08-03 02:51:47,898 - INFO - --------------------------------------------------------------------------------
2026-08-03 02:51:48,936 - INFO - Deleted project: ctest-TestPorts-62378687, ID : 42fd3946-c1c0-434f-8d67-93f1b693c9d5