2026-09-02 00:22:37,074 - INFO - Domain Default found not creating
2026-09-02 00:22:37,245 - INFO - Project ctest-TestPorts-68401872 not found, creating it
2026-09-02 00:22:37,729 - INFO - Created Project:ctest-TestPorts-68401872, ID : 5936522e-3fb6-4a75-9727-a181739d735b
2026-09-02 00:22:39,329 - INFO - ================================================================================
2026-09-02 00:22:39,329 - INFO - STARTING TEST : test_ports_bindings
2026-09-02 00:22:39,329 - 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-09-02 00:22:39,590 - DEBUG - Nothing to compare xmpp stats {'10.0.0.186': {'10.20.0.17': '0'}} with
2026-09-02 00:22:39,590 - INFO - Initial checks done. Running the testcase now
2026-09-02 00:22:39,590 - INFO -
2026-09-02 00:22:40,209 - DEBUG - Response for create_network : {'network': {'id': '97df11e4-798f-4be6-abcc-e79aa720b3e4', 'name': 'ctest-vn-90392462', 'tenant_id': '5936522e3fb64a759727a181739d735b', 'project_id': '5936522e3fb64a759727a181739d735b', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-68401872', 'ctest-vn-90392462'], 'port_security_enabled': True, 'description': ''}}
2026-09-02 00:22:40,396 - DEBUG - Response for create_subnet : {'subnet': {'id': '1f4cc1b6-12ea-4201-ba0e-e7dd0c1b5f18', 'name': '', 'tenant_id': '5936522e3fb64a759727a181739d735b', 'network_id': '97df11e4-798f-4be6-abcc-e79aa720b3e4', 'ip_version': 4, 'cidr': '191.55.233.0/26', 'allocation_pools': [{'start': '191.55.233.2', 'end': '191.55.233.62'}], 'gateway_ip': '191.55.233.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '191.55.233.2', 'tags': [], 'project_id': '5936522e3fb64a759727a181739d735b'}}
2026-09-02 00:22:40,414 - INFO - Created VN ctest-vn-90392462
2026-09-02 00:22:40,467 - DEBUG - VN ctest-vn-90392462 UUID is 97df11e4-798f-4be6-abcc-e79aa720b3e4
2026-09-02 00:22:40,582 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-68401872', 'ctest-vmi-79532210']}
2026-09-02 00:22:40,853 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-79532210', 'id': '0ef5af80-73b1-471f-965d-52f8d883dcfe', 'tenant_id': '5936522e3fb64a759727a181739d735b', 'network_id': '97df11e4-798f-4be6-abcc-e79aa720b3e4', 'mac_address': '02:0e:f5:af:80:73', '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': '191.55.233.3', 'subnet_id': '1f4cc1b6-12ea-4201-ba0e-e7dd0c1b5f18'}], 'security_groups': ['49a014d1-c0e0-4872-aac1-50865005b3c4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '5936522e3fb64a759727a181739d735b'}}
2026-09-02 00:22:40,853 - DEBUG - Created port 0ef5af80-73b1-471f-965d-52f8d883dcfe
2026-09-02 00:22:40,960 - DEBUG - Requesting: http://10.0.0.186:8082/virtual-machine-interface/0ef5af80-73b1-471f-965d-52f8d883dcfe
2026-09-02 00:22:41,289 - DEBUG - Requesting: http://10.0.0.186:8082/virtual-machine-interface/0ef5af80-73b1-471f-965d-52f8d883dcfe
2026-09-02 00:22:41,323 - INFO - VMI 0ef5af80-73b1-471f-965d-52f8d883dcfe verification in API Server passed
2026-09-02 00:22:41,423 - DEBUG - Response for delete_port : ()
2026-09-02 00:22:41,423 - INFO - Deleted port 0ef5af80-73b1-471f-965d-52f8d883dcfe
2026-09-02 00:22:41,423 - INFO - Deleting VN ctest-vn-90392462
2026-09-02 00:22:41,524 - DEBUG - Response for deleting network ()
2026-09-02 00:22:41,781 - DEBUG - No XMPP flaps were noticed during the test
2026-09-02 00:22:41,781 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-09-02 00:22:41,782 - INFO - --------------------------------------------------------------------------------
2026-09-02 00:22:41,784 - INFO - ================================================================================
2026-09-02 00:22:41,784 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-09-02 00:22:41,784 - 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-09-02 00:22:42,080 - DEBUG - Nothing to compare xmpp stats {'10.0.0.186': {'10.20.0.17': '0'}} with
2026-09-02 00:22:42,080 - INFO - Initial checks done. Running the testcase now
2026-09-02 00:22:42,081 - INFO -
2026-09-02 00:22:42,300 - DEBUG - Response for create_network : {'network': {'id': '89cdc11a-b4c5-4d49-a5fe-e3d60aeeb8fc', 'name': 'ctest-vn1-66761585', 'tenant_id': '5936522e3fb64a759727a181739d735b', 'project_id': '5936522e3fb64a759727a181739d735b', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-68401872', 'ctest-vn1-66761585'], 'port_security_enabled': True, 'description': ''}}
2026-09-02 00:22:42,516 - DEBUG - Response for create_subnet : {'subnet': {'id': 'a07dc075-fd13-4700-8dd1-e0b2e8144d9e', 'name': '', 'tenant_id': '5936522e3fb64a759727a181739d735b', 'network_id': '89cdc11a-b4c5-4d49-a5fe-e3d60aeeb8fc', 'ip_version': 4, 'cidr': '90.253.146.0/26', 'allocation_pools': [{'start': '90.253.146.2', 'end': '90.253.146.62'}], 'gateway_ip': '90.253.146.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '90.253.146.2', 'tags': [], 'project_id': '5936522e3fb64a759727a181739d735b'}}
2026-09-02 00:22:42,685 - DEBUG - Response for create_subnet : {'subnet': {'id': '1c5836ac-e2a5-4b1b-be12-51072f5d8f16', 'name': '', 'tenant_id': '5936522e3fb64a759727a181739d735b', 'network_id': '89cdc11a-b4c5-4d49-a5fe-e3d60aeeb8fc', 'ip_version': 4, 'cidr': '119.188.140.128/26', 'allocation_pools': [{'start': '119.188.140.130', 'end': '119.188.140.190'}], 'gateway_ip': '119.188.140.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '119.188.140.130', 'tags': [], 'project_id': '5936522e3fb64a759727a181739d735b'}}
2026-09-02 00:22:42,705 - INFO - Created VN ctest-vn1-66761585
2026-09-02 00:22:42,759 - DEBUG - VN ctest-vn1-66761585 UUID is 89cdc11a-b4c5-4d49-a5fe-e3d60aeeb8fc
2026-09-02 00:22:43,073 - DEBUG - Response for create_port : {'port': {'name': '422f89c7-41f7-4318-bf00-6c1d385e5f69', 'id': '422f89c7-41f7-4318-bf00-6c1d385e5f69', 'tenant_id': '5936522e3fb64a759727a181739d735b', 'network_id': '89cdc11a-b4c5-4d49-a5fe-e3d60aeeb8fc', 'mac_address': '02:42:2f:89:c7:41', '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': '90.253.146.5', 'subnet_id': 'a07dc075-fd13-4700-8dd1-e0b2e8144d9e'}], 'security_groups': ['49a014d1-c0e0-4872-aac1-50865005b3c4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '5936522e3fb64a759727a181739d735b'}}
2026-09-02 00:22:43,290 - DEBUG - Response for create_port : {'port': {'name': 'c1bca502-bf9f-4d19-84aa-978476098662', 'id': 'c1bca502-bf9f-4d19-84aa-978476098662', 'tenant_id': '5936522e3fb64a759727a181739d735b', 'network_id': '89cdc11a-b4c5-4d49-a5fe-e3d60aeeb8fc', 'mac_address': '02:c1:bc:a5:02:bf', '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': '119.188.140.133', 'subnet_id': '1c5836ac-e2a5-4b1b-be12-51072f5d8f16'}], 'security_groups': ['49a014d1-c0e0-4872-aac1-50865005b3c4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '5936522e3fb64a759727a181739d735b'}}
2026-09-02 00:22:43,365 - DEBUG - Services list from nova: [, , ]
2026-09-02 00:22:43,747 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6243-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6243-1)
2026-09-02 00:22:44,171 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6243-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6243-1)
2026-09-02 00:22:44,171 - INFO - Waiting for VM ctest-vn1-vm1-40490407 to be up..
2026-09-02 00:22:44,213 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-02 00:22:49,262 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-02 00:22:54,340 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-02 00:22:59,422 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-02 00:23:04,512 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-02 00:23:09,594 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-02 00:23:14,676 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-02 00:23:19,758 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-09-02 00:23:24,838 - DEBUG - VM is in ACTIVE state now
2026-09-02 00:23:24,838 - INFO - VM name : ctest-vn1-vm1-40490407
2026-09-02 00:23:24,911 - DEBUG - VM ctest-vn1-vm1-40490407 ID is 5b272313-bc19-447e-b203-9b650b177b6d
2026-09-02 00:23:24,931 - DEBUG - VM ctest-vn1-vm1-40490407 launched on Node cn-jenkins-deploy-platform-ansible-os-6243-1
2026-09-02 00:23:25,005 - DEBUG - Requesting: http://10.0.0.186:8082/virtual-machine/5b272313-bc19-447e-b203-9b650b177b6d
2026-09-02 00:23:25,015 - DEBUG - Requesting: http://10.0.0.186:8082/virtual-machine-interface/422f89c7-41f7-4318-bf00-6c1d385e5f69
2026-09-02 00:23:28,297 - 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 1029ms')
2026-09-02 00:23:28,297 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-40490407 failed!
2026-09-02 00:23:28,351 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-68401872:ctest-vn1-66761585 is 90.253.146.1 and allocation pool is NOT set
2026-09-02 00:23:28,351 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-68401872:ctest-vn1-66761585 is 119.188.140.129 and allocation pool is NOT set
2026-09-02 00:23:30,417 - 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=6.41 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=2.48 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 = 2.484/4.446/6.408/1.962 ms')
2026-09-02 00:23:30,417 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-40490407 passed
2026-09-02 00:23:30,571 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-02 00:23:30,571 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-40490407, IP 90.253.146.5, Port 22
2026-09-02 00:23:30,737 - DEBUG - VM ctest-vn1-vm1-40490407 is ready for SSH connections
2026-09-02 00:23:30,738 - INFO - Waiting for VM ctest-vn1-vm2-07253643 to be up..
2026-09-02 00:23:30,814 - DEBUG - VM is in ACTIVE state now
2026-09-02 00:23:30,814 - INFO - VM name : ctest-vn1-vm2-07253643
2026-09-02 00:23:30,887 - DEBUG - VM ctest-vn1-vm2-07253643 ID is 80bcc16b-23df-460e-88d4-31efaea09bcd
2026-09-02 00:23:30,888 - DEBUG - VM ctest-vn1-vm2-07253643 launched on Node cn-jenkins-deploy-platform-ansible-os-6243-1
2026-09-02 00:23:30,958 - DEBUG - Requesting: http://10.0.0.186:8082/virtual-machine/80bcc16b-23df-460e-88d4-31efaea09bcd
2026-09-02 00:23:30,967 - DEBUG - Requesting: http://10.0.0.186:8082/virtual-machine-interface/c1bca502-bf9f-4d19-84aa-978476098662
2026-09-02 00:23:32,207 - 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.49 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.498 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.498/1.995/3.492/1.497 ms')
2026-09-02 00:23:32,207 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-07253643 passed
2026-09-02 00:23:32,359 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-02 00:23:32,359 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-07253643, IP 119.188.140.133, Port 22
2026-09-02 00:23:32,525 - DEBUG - VM ctest-vn1-vm2-07253643 is ready for SSH connections
2026-09-02 00:23:32,526 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-02 00:23:32,526 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-02 00:23:32,526 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-09-02 00:23:32,526 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 90.253.146.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.186, gateway password: c0ntrail123
2026-09-02 00:23:32,526 - DEBUG - ping -s 56 -c 3 -W 1 90.253.146.5
2026-09-02 00:23:36,440 - DEBUG - PING 90.253.146.5 (90.253.146.5): 56 data bytes
64 bytes from 90.253.146.5: seq=0 ttl=63 time=4.391 ms
64 bytes from 90.253.146.5: seq=1 ttl=63 time=0.999 ms
64 bytes from 90.253.146.5: seq=2 ttl=63 time=1.109 ms
--- 90.253.146.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.999/2.166/4.391 ms
2026-09-02 00:23:36,441 - INFO - Ping to IP 90.253.146.5 from VM ctest-vn1-vm2-07253643 passed
2026-09-02 00:23:36,441 - INFO - Detaching port c1bca502-bf9f-4d19-84aa-978476098662 from VM ctest-vn1-vm2-07253643
2026-09-02 00:23:36,501 - INFO - Deleting VM ctest-vn1-vm2-07253643
2026-09-02 00:23:36,586 - INFO - Detaching port 422f89c7-41f7-4318-bf00-6c1d385e5f69 from VM ctest-vn1-vm1-40490407
2026-09-02 00:23:36,620 - INFO - Deleting VM ctest-vn1-vm1-40490407
2026-09-02 00:23:36,859 - DEBUG - Response for delete_port : ()
2026-09-02 00:23:37,020 - DEBUG - Response for delete_port : ()
2026-09-02 00:23:37,020 - INFO - Deleting VN ctest-vn1-66761585
2026-09-02 00:23:37,137 - DEBUG - Response for deleting network ()
2026-09-02 00:23:37,398 - DEBUG - No XMPP flaps were noticed during the test
2026-09-02 00:23:37,398 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:56]
2026-09-02 00:23:37,398 - INFO - --------------------------------------------------------------------------------
2026-09-02 00:23:38,116 - INFO - Deleted project: ctest-TestPorts-68401872, ID : 5936522e-3fb6-4a75-9727-a181739d735b