2026-08-17 13:19:10,227 - INFO - Domain Default found not creating
2026-08-17 13:19:10,394 - INFO - Project ctest-TestPorts-95531218 not found, creating it
2026-08-17 13:19:10,858 - INFO - Created Project:ctest-TestPorts-95531218, ID : 1efd3cc2-74af-43c3-8325-c1f047280842
2026-08-17 13:19:12,424 - INFO - ================================================================================
2026-08-17 13:19:12,424 - INFO - STARTING TEST : test_ports_bindings
2026-08-17 13:19:12,424 - 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-17 13:19:12,688 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.14': '0'}} with
2026-08-17 13:19:12,688 - INFO - Initial checks done. Running the testcase now
2026-08-17 13:19:12,688 - INFO -
2026-08-17 13:19:13,297 - DEBUG - Response for create_network : {'network': {'id': 'df505a40-4aa0-43c5-958f-49eaca877a95', 'name': 'ctest-vn-05176963', 'tenant_id': '1efd3cc274af43c38325c1f047280842', 'project_id': '1efd3cc274af43c38325c1f047280842', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-95531218', 'ctest-vn-05176963'], 'port_security_enabled': True, 'description': ''}}
2026-08-17 13:19:13,514 - DEBUG - Response for create_subnet : {'subnet': {'id': '5e935939-8419-4cf1-bff3-5a8c17fb9c12', 'name': '', 'tenant_id': '1efd3cc274af43c38325c1f047280842', 'network_id': 'df505a40-4aa0-43c5-958f-49eaca877a95', 'ip_version': 4, 'cidr': '210.135.159.128/26', 'allocation_pools': [{'start': '210.135.159.130', 'end': '210.135.159.190'}], 'gateway_ip': '210.135.159.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '210.135.159.130', 'tags': [], 'project_id': '1efd3cc274af43c38325c1f047280842'}}
2026-08-17 13:19:13,533 - INFO - Created VN ctest-vn-05176963
2026-08-17 13:19:13,585 - DEBUG - VN ctest-vn-05176963 UUID is df505a40-4aa0-43c5-958f-49eaca877a95
2026-08-17 13:19:13,696 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-95531218', 'ctest-vmi-01258735']}
2026-08-17 13:19:13,959 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-01258735', 'id': 'f75d93a0-7b6c-4be1-8f00-557971f76566', 'tenant_id': '1efd3cc274af43c38325c1f047280842', 'network_id': 'df505a40-4aa0-43c5-958f-49eaca877a95', 'mac_address': '02:f7:5d:93:a0:7b', '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': '210.135.159.131', 'subnet_id': '5e935939-8419-4cf1-bff3-5a8c17fb9c12'}], 'security_groups': ['65409c2e-be81-44b6-99c7-0675a9e7e606'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '1efd3cc274af43c38325c1f047280842'}}
2026-08-17 13:19:13,960 - DEBUG - Created port f75d93a0-7b6c-4be1-8f00-557971f76566
2026-08-17 13:19:14,065 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/f75d93a0-7b6c-4be1-8f00-557971f76566
2026-08-17 13:19:14,390 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/f75d93a0-7b6c-4be1-8f00-557971f76566
2026-08-17 13:19:14,422 - INFO - VMI f75d93a0-7b6c-4be1-8f00-557971f76566 verification in API Server passed
2026-08-17 13:19:14,530 - DEBUG - Response for delete_port : ()
2026-08-17 13:19:14,530 - INFO - Deleted port f75d93a0-7b6c-4be1-8f00-557971f76566
2026-08-17 13:19:14,531 - INFO - Deleting VN ctest-vn-05176963
2026-08-17 13:19:14,635 - DEBUG - Response for deleting network ()
2026-08-17 13:19:14,891 - DEBUG - No XMPP flaps were noticed during the test
2026-08-17 13:19:14,891 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-08-17 13:19:14,892 - INFO - --------------------------------------------------------------------------------
2026-08-17 13:19:14,895 - INFO - ================================================================================
2026-08-17 13:19:14,895 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-08-17 13:19:14,895 - 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-17 13:19:15,182 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.14': '0'}} with
2026-08-17 13:19:15,182 - INFO - Initial checks done. Running the testcase now
2026-08-17 13:19:15,182 - INFO -
2026-08-17 13:19:15,364 - DEBUG - Response for create_network : {'network': {'id': 'dfc307be-b0b5-4173-bc73-9371ee1b8753', 'name': 'ctest-vn1-32018964', 'tenant_id': '1efd3cc274af43c38325c1f047280842', 'project_id': '1efd3cc274af43c38325c1f047280842', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-95531218', 'ctest-vn1-32018964'], 'port_security_enabled': True, 'description': ''}}
2026-08-17 13:19:15,580 - DEBUG - Response for create_subnet : {'subnet': {'id': 'cd9e6fb8-c809-46b7-9734-7a9e214e296b', 'name': '', 'tenant_id': '1efd3cc274af43c38325c1f047280842', 'network_id': 'dfc307be-b0b5-4173-bc73-9371ee1b8753', 'ip_version': 4, 'cidr': '32.60.45.0/26', 'allocation_pools': [{'start': '32.60.45.2', 'end': '32.60.45.62'}], 'gateway_ip': '32.60.45.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '32.60.45.2', 'tags': [], 'project_id': '1efd3cc274af43c38325c1f047280842'}}
2026-08-17 13:19:15,750 - DEBUG - Response for create_subnet : {'subnet': {'id': '7baa9a69-f003-4a1a-b167-149f3435fbe3', 'name': '', 'tenant_id': '1efd3cc274af43c38325c1f047280842', 'network_id': 'dfc307be-b0b5-4173-bc73-9371ee1b8753', 'ip_version': 4, 'cidr': '140.122.95.128/26', 'allocation_pools': [{'start': '140.122.95.130', 'end': '140.122.95.190'}], 'gateway_ip': '140.122.95.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '140.122.95.130', 'tags': [], 'project_id': '1efd3cc274af43c38325c1f047280842'}}
2026-08-17 13:19:15,771 - INFO - Created VN ctest-vn1-32018964
2026-08-17 13:19:15,826 - DEBUG - VN ctest-vn1-32018964 UUID is dfc307be-b0b5-4173-bc73-9371ee1b8753
2026-08-17 13:19:16,153 - DEBUG - Response for create_port : {'port': {'name': '375acbc1-cc8f-4da8-beaf-5fdf1db39b3a', 'id': '375acbc1-cc8f-4da8-beaf-5fdf1db39b3a', 'tenant_id': '1efd3cc274af43c38325c1f047280842', 'network_id': 'dfc307be-b0b5-4173-bc73-9371ee1b8753', 'mac_address': '02:37:5a:cb:c1:cc', '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': '32.60.45.5', 'subnet_id': 'cd9e6fb8-c809-46b7-9734-7a9e214e296b'}], 'security_groups': ['65409c2e-be81-44b6-99c7-0675a9e7e606'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '1efd3cc274af43c38325c1f047280842'}}
2026-08-17 13:19:16,346 - DEBUG - Response for create_port : {'port': {'name': '4e05e1d4-0715-4d17-8d37-789043ee6e8e', 'id': '4e05e1d4-0715-4d17-8d37-789043ee6e8e', 'tenant_id': '1efd3cc274af43c38325c1f047280842', 'network_id': 'dfc307be-b0b5-4173-bc73-9371ee1b8753', 'mac_address': '02:4e:05:e1:d4:07', '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': '140.122.95.133', 'subnet_id': '7baa9a69-f003-4a1a-b167-149f3435fbe3'}], 'security_groups': ['65409c2e-be81-44b6-99c7-0675a9e7e606'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '1efd3cc274af43c38325c1f047280842'}}
2026-08-17 13:19:16,410 - DEBUG - Services list from nova: [, , ]
2026-08-17 13:19:16,745 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6174-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6174-1)
2026-08-17 13:19:17,158 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6174-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6174-1)
2026-08-17 13:19:17,158 - INFO - Waiting for VM ctest-vn1-vm1-36729842 to be up..
2026-08-17 13:19:17,199 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-17 13:19:22,299 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-17 13:19:27,405 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-17 13:19:32,482 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-17 13:19:37,554 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-17 13:19:42,637 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-17 13:19:47,726 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-17 13:19:52,806 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-17 13:19:57,889 - DEBUG - VM is in ACTIVE state now
2026-08-17 13:19:57,889 - INFO - VM name : ctest-vn1-vm1-36729842
2026-08-17 13:19:57,964 - DEBUG - VM ctest-vn1-vm1-36729842 ID is beff64aa-6317-4072-aee6-a60b50588f68
2026-08-17 13:19:57,987 - DEBUG - VM ctest-vn1-vm1-36729842 launched on Node cn-jenkins-deploy-platform-ansible-os-6174-1
2026-08-17 13:19:58,072 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/beff64aa-6317-4072-aee6-a60b50588f68
2026-08-17 13:19:58,082 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/375acbc1-cc8f-4da8-beaf-5fdf1db39b3a
2026-08-17 13:20:01,340 - DEBUG - (True, 'PING 169.254.0.4 (169.254.0.4) 56(84) bytes of data.\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 0 received, 100% packet loss, time 1014ms')
2026-08-17 13:20:01,340 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-36729842 failed!
2026-08-17 13:20:01,397 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-95531218:ctest-vn1-32018964 is 32.60.45.1 and allocation pool is NOT set
2026-08-17 13:20:01,398 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-95531218:ctest-vn1-32018964 is 140.122.95.129 and allocation pool is NOT set
2026-08-17 13:20:03,461 - 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=8.83 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.500 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.500/4.665/8.831/4.165 ms')
2026-08-17 13:20:03,461 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-36729842 passed
2026-08-17 13:20:03,617 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-17 13:20:03,617 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-36729842, IP 32.60.45.5, Port 22
2026-08-17 13:20:03,783 - DEBUG - VM ctest-vn1-vm1-36729842 is ready for SSH connections
2026-08-17 13:20:03,783 - INFO - Waiting for VM ctest-vn1-vm2-69702941 to be up..
2026-08-17 13:20:03,857 - DEBUG - VM is in ACTIVE state now
2026-08-17 13:20:03,858 - INFO - VM name : ctest-vn1-vm2-69702941
2026-08-17 13:20:03,940 - DEBUG - VM ctest-vn1-vm2-69702941 ID is a79a8f45-c7c3-4018-ad53-945f7f1b9995
2026-08-17 13:20:03,940 - DEBUG - VM ctest-vn1-vm2-69702941 launched on Node cn-jenkins-deploy-platform-ansible-os-6174-1
2026-08-17 13:20:04,020 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/a79a8f45-c7c3-4018-ad53-945f7f1b9995
2026-08-17 13:20:04,029 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/4e05e1d4-0715-4d17-8d37-789043ee6e8e
2026-08-17 13:20:05,268 - 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.51 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.459 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.459/1.983/3.508/1.524 ms')
2026-08-17 13:20:05,268 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-69702941 passed
2026-08-17 13:20:05,421 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-17 13:20:05,422 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-69702941, IP 140.122.95.133, Port 22
2026-08-17 13:20:05,577 - DEBUG - VM ctest-vn1-vm2-69702941 is ready for SSH connections
2026-08-17 13:20:05,578 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-17 13:20:05,578 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-17 13:20:05,578 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-17 13:20:05,578 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 32.60.45.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-08-17 13:20:05,578 - DEBUG - ping -s 56 -c 3 -W 1 32.60.45.5
2026-08-17 13:20:09,548 - DEBUG - PING 32.60.45.5 (32.60.45.5): 56 data bytes
64 bytes from 32.60.45.5: seq=0 ttl=63 time=3.839 ms
64 bytes from 32.60.45.5: seq=1 ttl=63 time=1.119 ms
64 bytes from 32.60.45.5: seq=2 ttl=63 time=1.121 ms
--- 32.60.45.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.119/2.026/3.839 ms
2026-08-17 13:20:09,548 - INFO - Ping to IP 32.60.45.5 from VM ctest-vn1-vm2-69702941 passed
2026-08-17 13:20:09,548 - INFO - Detaching port 4e05e1d4-0715-4d17-8d37-789043ee6e8e from VM ctest-vn1-vm2-69702941
2026-08-17 13:20:09,603 - INFO - Deleting VM ctest-vn1-vm2-69702941
2026-08-17 13:20:09,678 - INFO - Detaching port 375acbc1-cc8f-4da8-beaf-5fdf1db39b3a from VM ctest-vn1-vm1-36729842
2026-08-17 13:20:09,713 - INFO - Deleting VM ctest-vn1-vm1-36729842
2026-08-17 13:20:09,945 - DEBUG - Response for delete_port : ()
2026-08-17 13:20:10,099 - DEBUG - Response for delete_port : ()
2026-08-17 13:20:10,100 - INFO - Deleting VN ctest-vn1-32018964
2026-08-17 13:20:10,230 - DEBUG - Response for deleting network ()
2026-08-17 13:20:10,507 - DEBUG - No XMPP flaps were noticed during the test
2026-08-17 13:20:10,507 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:56]
2026-08-17 13:20:10,507 - INFO - --------------------------------------------------------------------------------
2026-08-17 13:20:11,247 - INFO - Deleted project: ctest-TestPorts-95531218, ID : 1efd3cc2-74af-43c3-8325-c1f047280842