2026-04-30 00:50:04,678 - INFO - Domain Default found not creating
2026-04-30 00:50:04,899 - INFO - Project ctest-TestPorts-70614709 not found, creating it
2026-04-30 00:50:05,409 - INFO - Created Project:ctest-TestPorts-70614709, ID : bb01e310-cfbc-4fd7-a0c8-fbe7fccb24e7
2026-04-30 00:50:07,115 - INFO - ================================================================================
2026-04-30 00:50:07,115 - INFO - STARTING TEST : test_ports_bindings
2026-04-30 00:50:07,115 - 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-04-30 00:50:07,390 - DEBUG - Nothing to compare xmpp stats {'10.0.0.130': {'10.20.0.17': '0'}} with
2026-04-30 00:50:07,390 - INFO - Initial checks done. Running the testcase now
2026-04-30 00:50:07,390 - INFO -
2026-04-30 00:50:08,049 - DEBUG - Response for create_network : {'network': {'id': '8040f810-9638-4924-a123-f48038e47da2', 'name': 'ctest-vn-02631529', 'tenant_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7', 'project_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-70614709', 'ctest-vn-02631529'], 'port_security_enabled': True, 'description': ''}}
2026-04-30 00:50:08,248 - DEBUG - Response for create_subnet : {'subnet': {'id': '8cc6ee4e-97c6-4d9f-9c4b-83c81432c6e6', 'name': '', 'tenant_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7', 'network_id': '8040f810-9638-4924-a123-f48038e47da2', 'ip_version': 4, 'cidr': '83.40.9.128/26', 'allocation_pools': [{'start': '83.40.9.130', 'end': '83.40.9.190'}], 'gateway_ip': '83.40.9.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '83.40.9.130', 'tags': [], 'project_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7'}}
2026-04-30 00:50:08,269 - INFO - Created VN ctest-vn-02631529
2026-04-30 00:50:08,325 - DEBUG - VN ctest-vn-02631529 UUID is 8040f810-9638-4924-a123-f48038e47da2
2026-04-30 00:50:08,448 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-70614709', 'ctest-vmi-65619154']}
2026-04-30 00:50:08,713 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-65619154', 'id': 'b944b275-6b72-4b68-a23c-3883c6ebd41d', 'tenant_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7', 'network_id': '8040f810-9638-4924-a123-f48038e47da2', 'mac_address': '02:b9:44:b2:75:6b', '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': '83.40.9.131', 'subnet_id': '8cc6ee4e-97c6-4d9f-9c4b-83c81432c6e6'}], 'security_groups': ['68e5a982-02fd-4305-9661-144425690522'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7'}}
2026-04-30 00:50:08,713 - DEBUG - Created port b944b275-6b72-4b68-a23c-3883c6ebd41d
2026-04-30 00:50:08,821 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-machine-interface/b944b275-6b72-4b68-a23c-3883c6ebd41d
2026-04-30 00:50:09,135 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-machine-interface/b944b275-6b72-4b68-a23c-3883c6ebd41d
2026-04-30 00:50:09,180 - INFO - VMI b944b275-6b72-4b68-a23c-3883c6ebd41d verification in API Server passed
2026-04-30 00:50:09,297 - DEBUG - Response for delete_port : ()
2026-04-30 00:50:09,297 - INFO - Deleted port b944b275-6b72-4b68-a23c-3883c6ebd41d
2026-04-30 00:50:09,297 - INFO - Deleting VN ctest-vn-02631529
2026-04-30 00:50:09,415 - DEBUG - Response for deleting network ()
2026-04-30 00:50:09,685 - DEBUG - No XMPP flaps were noticed during the test
2026-04-30 00:50:09,685 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-04-30 00:50:09,685 - INFO - --------------------------------------------------------------------------------
2026-04-30 00:50:09,688 - INFO - ================================================================================
2026-04-30 00:50:09,688 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-04-30 00:50:09,688 - 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-04-30 00:50:09,983 - DEBUG - Nothing to compare xmpp stats {'10.0.0.130': {'10.20.0.17': '0'}} with
2026-04-30 00:50:09,983 - INFO - Initial checks done. Running the testcase now
2026-04-30 00:50:09,983 - INFO -
2026-04-30 00:50:10,186 - DEBUG - Response for create_network : {'network': {'id': '61992af6-5fd0-4f0d-a73e-1047976fe1b8', 'name': 'ctest-vn1-99698921', 'tenant_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7', 'project_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-70614709', 'ctest-vn1-99698921'], 'port_security_enabled': True, 'description': ''}}
2026-04-30 00:50:10,339 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b2787e09-3ee3-4279-88a2-ee3f7edcd8be', 'name': '', 'tenant_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7', 'network_id': '61992af6-5fd0-4f0d-a73e-1047976fe1b8', 'ip_version': 4, 'cidr': '205.160.240.0/26', 'allocation_pools': [{'start': '205.160.240.2', 'end': '205.160.240.62'}], 'gateway_ip': '205.160.240.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '205.160.240.2', 'tags': [], 'project_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7'}}
2026-04-30 00:50:10,542 - DEBUG - Response for create_subnet : {'subnet': {'id': '9f9439e5-b303-49e0-a47f-79a754bb3415', 'name': '', 'tenant_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7', 'network_id': '61992af6-5fd0-4f0d-a73e-1047976fe1b8', 'ip_version': 4, 'cidr': '64.247.210.192/26', 'allocation_pools': [{'start': '64.247.210.194', 'end': '64.247.210.254'}], 'gateway_ip': '64.247.210.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '64.247.210.194', 'tags': [], 'project_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7'}}
2026-04-30 00:50:10,567 - INFO - Created VN ctest-vn1-99698921
2026-04-30 00:50:10,620 - DEBUG - VN ctest-vn1-99698921 UUID is 61992af6-5fd0-4f0d-a73e-1047976fe1b8
2026-04-30 00:50:10,949 - DEBUG - Response for create_port : {'port': {'name': '036e2fb7-af0e-45e6-ba06-aad2c268ecd7', 'id': '036e2fb7-af0e-45e6-ba06-aad2c268ecd7', 'tenant_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7', 'network_id': '61992af6-5fd0-4f0d-a73e-1047976fe1b8', 'mac_address': '02:03:6e:2f:b7:af', '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': '205.160.240.5', 'subnet_id': 'b2787e09-3ee3-4279-88a2-ee3f7edcd8be'}], 'security_groups': ['68e5a982-02fd-4305-9661-144425690522'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7'}}
2026-04-30 00:50:11,143 - DEBUG - Response for create_port : {'port': {'name': 'e4e2e295-37d7-4aea-b7cb-2b81ca85a2b4', 'id': 'e4e2e295-37d7-4aea-b7cb-2b81ca85a2b4', 'tenant_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7', 'network_id': '61992af6-5fd0-4f0d-a73e-1047976fe1b8', 'mac_address': '02:e4:e2:e2:95:37', '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': '64.247.210.197', 'subnet_id': '9f9439e5-b303-49e0-a47f-79a754bb3415'}], 'security_groups': ['68e5a982-02fd-4305-9661-144425690522'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bb01e310cfbc4fd7a0c8fbe7fccb24e7'}}
2026-04-30 00:50:11,209 - DEBUG - Services list from nova: [, , ]
2026-04-30 00:50:11,627 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5720-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5720-1)
2026-04-30 00:50:12,100 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5720-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5720-1)
2026-04-30 00:50:12,101 - INFO - Waiting for VM ctest-vn1-vm1-60847785 to be up..
2026-04-30 00:50:12,144 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-04-30 00:50:17,248 - DEBUG - VM is in ACTIVE state now
2026-04-30 00:50:17,248 - INFO - VM name : ctest-vn1-vm1-60847785
2026-04-30 00:50:17,336 - DEBUG - VM ctest-vn1-vm1-60847785 ID is e27a0ef2-b804-4718-8b8e-7416b7f37c9e
2026-04-30 00:50:17,358 - DEBUG - VM ctest-vn1-vm1-60847785 launched on Node cn-jenkins-deploy-platform-ansible-os-5720-1
2026-04-30 00:50:17,474 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-machine/e27a0ef2-b804-4718-8b8e-7416b7f37c9e
2026-04-30 00:50:17,485 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-machine-interface/036e2fb7-af0e-45e6-ba06-aad2c268ecd7
2026-04-30 00:50:20,737 - 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 1002ms')
2026-04-30 00:50:20,737 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-60847785 failed!
2026-04-30 00:50:20,793 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-70614709:ctest-vn1-99698921 is 205.160.240.1 and allocation pool is NOT set
2026-04-30 00:50:20,793 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-70614709:ctest-vn1-99698921 is 64.247.210.193 and allocation pool is NOT set
2026-04-30 00:50:24,871 - 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 1007ms')
2026-04-30 00:50:24,871 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-60847785 failed!
2026-04-30 00:50:24,929 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-70614709:ctest-vn1-99698921 is 205.160.240.1 and allocation pool is NOT set
2026-04-30 00:50:24,929 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-70614709:ctest-vn1-99698921 is 64.247.210.193 and allocation pool is NOT set
2026-04-30 00:50:26,995 - 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.91 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=3.38 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 = 3.379/4.146/4.913/0.767 ms')
2026-04-30 00:50:26,995 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-60847785 passed
2026-04-30 00:50:27,148 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-30 00:50:27,149 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-60847785, IP 205.160.240.5, Port 22
2026-04-30 00:50:27,315 - DEBUG - VM ctest-vn1-vm1-60847785 is ready for SSH connections
2026-04-30 00:50:27,316 - INFO - Waiting for VM ctest-vn1-vm2-69565426 to be up..
2026-04-30 00:50:27,409 - DEBUG - VM is in ACTIVE state now
2026-04-30 00:50:27,409 - INFO - VM name : ctest-vn1-vm2-69565426
2026-04-30 00:50:27,495 - DEBUG - VM ctest-vn1-vm2-69565426 ID is 2d6176b7-eaf0-42e1-80fe-626ba8c176dd
2026-04-30 00:50:27,495 - DEBUG - VM ctest-vn1-vm2-69565426 launched on Node cn-jenkins-deploy-platform-ansible-os-5720-1
2026-04-30 00:50:27,575 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-machine/2d6176b7-eaf0-42e1-80fe-626ba8c176dd
2026-04-30 00:50:27,586 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-machine-interface/e4e2e295-37d7-4aea-b7cb-2b81ca85a2b4
2026-04-30 00:50:28,826 - 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=4.41 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.457 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.457/2.433/4.410/1.976 ms')
2026-04-30 00:50:28,826 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-69565426 passed
2026-04-30 00:50:28,980 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-30 00:50:28,981 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-69565426, IP 64.247.210.197, Port 22
2026-04-30 00:50:29,146 - DEBUG - VM ctest-vn1-vm2-69565426 is ready for SSH connections
2026-04-30 00:50:29,146 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-30 00:50:29,147 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-30 00:50:29,147 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-30 00:50:29,147 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 205.160.240.5, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.130, gateway password: c0ntrail123
2026-04-30 00:50:29,147 - DEBUG - ping -s 56 -c 3 -W 1 205.160.240.5
2026-04-30 00:50:31,818 - DEBUG - PING 205.160.240.5 (205.160.240.5): 56 data bytes
64 bytes from 205.160.240.5: seq=0 ttl=63 time=4.511 ms
64 bytes from 205.160.240.5: seq=1 ttl=63 time=1.433 ms
64 bytes from 205.160.240.5: seq=2 ttl=63 time=0.954 ms
--- 205.160.240.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.954/2.299/4.511 ms
2026-04-30 00:50:31,818 - INFO - Ping to IP 205.160.240.5 from VM ctest-vn1-vm2-69565426 passed
2026-04-30 00:50:31,818 - INFO - Detaching port e4e2e295-37d7-4aea-b7cb-2b81ca85a2b4 from VM ctest-vn1-vm2-69565426
2026-04-30 00:50:31,871 - INFO - Deleting VM ctest-vn1-vm2-69565426
2026-04-30 00:50:31,949 - INFO - Detaching port 036e2fb7-af0e-45e6-ba06-aad2c268ecd7 from VM ctest-vn1-vm1-60847785
2026-04-30 00:50:31,989 - INFO - Deleting VM ctest-vn1-vm1-60847785
2026-04-30 00:50:32,249 - DEBUG - Response for delete_port : ()
2026-04-30 00:50:32,418 - DEBUG - Response for delete_port : ()
2026-04-30 00:50:32,418 - INFO - Deleting VN ctest-vn1-99698921
2026-04-30 00:50:32,539 - DEBUG - Response for deleting network ()
2026-04-30 00:50:32,810 - DEBUG - No XMPP flaps were noticed during the test
2026-04-30 00:50:32,810 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:23]
2026-04-30 00:50:32,811 - INFO - --------------------------------------------------------------------------------
2026-04-30 00:50:33,500 - INFO - Deleted project: ctest-TestPorts-70614709, ID : bb01e310-cfbc-4fd7-a0c8-fbe7fccb24e7