2026-02-19 19:10:53,800 - INFO - Domain Default found not creating
2026-02-19 19:10:53,949 - INFO - Project ctest-TestPorts-45623385 not found, creating it
2026-02-19 19:10:54,397 - INFO - Created Project:ctest-TestPorts-45623385, ID : 0598fb9e-2b5d-48b7-bc53-9cdc1d2cece6
2026-02-19 19:10:55,961 - INFO - ================================================================================
2026-02-19 19:10:55,961 - INFO - STARTING TEST : test_ports_bindings
2026-02-19 19:10:55,961 - 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-02-19 19:10:56,236 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-02-19 19:10:56,236 - INFO - Initial checks done. Running the testcase now
2026-02-19 19:10:56,237 - INFO -
2026-02-19 19:10:56,839 - DEBUG - Response for create_network : {'network': {'id': 'ed9f9492-c915-459c-8796-dbe75d4719bd', 'name': 'ctest-vn-44147300', 'tenant_id': '0598fb9e2b5d48b7bc539cdc1d2cece6', 'project_id': '0598fb9e2b5d48b7bc539cdc1d2cece6', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-45623385', 'ctest-vn-44147300'], 'port_security_enabled': True, 'description': ''}}
2026-02-19 19:10:56,999 - DEBUG - Response for create_subnet : {'subnet': {'id': '74fdbc3b-d38e-4bee-8e0c-e70e5505e2ba', 'name': '', 'tenant_id': '0598fb9e2b5d48b7bc539cdc1d2cece6', 'network_id': 'ed9f9492-c915-459c-8796-dbe75d4719bd', 'ip_version': 4, 'cidr': '103.177.208.192/26', 'allocation_pools': [{'start': '103.177.208.194', 'end': '103.177.208.254'}], 'gateway_ip': '103.177.208.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '103.177.208.194', 'tags': [], 'project_id': '0598fb9e2b5d48b7bc539cdc1d2cece6'}}
2026-02-19 19:10:57,020 - INFO - Created VN ctest-vn-44147300
2026-02-19 19:10:57,078 - DEBUG - VN ctest-vn-44147300 UUID is ed9f9492-c915-459c-8796-dbe75d4719bd
2026-02-19 19:10:57,181 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-45623385', 'ctest-vmi-10404775']}
2026-02-19 19:10:57,461 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-10404775', 'id': '86ede8f2-d9e1-4820-b545-a1cc8c6a90ae', 'tenant_id': '0598fb9e2b5d48b7bc539cdc1d2cece6', 'network_id': 'ed9f9492-c915-459c-8796-dbe75d4719bd', 'mac_address': '02:86:ed:e8:f2:d9', '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': '103.177.208.195', 'subnet_id': '74fdbc3b-d38e-4bee-8e0c-e70e5505e2ba'}], 'security_groups': ['fdfbf20d-d4fb-40ff-95c3-6aecfb03e5bd'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '0598fb9e2b5d48b7bc539cdc1d2cece6'}}
2026-02-19 19:10:57,461 - DEBUG - Created port 86ede8f2-d9e1-4820-b545-a1cc8c6a90ae
2026-02-19 19:10:57,566 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/86ede8f2-d9e1-4820-b545-a1cc8c6a90ae
2026-02-19 19:10:57,862 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/86ede8f2-d9e1-4820-b545-a1cc8c6a90ae
2026-02-19 19:10:57,896 - INFO - VMI 86ede8f2-d9e1-4820-b545-a1cc8c6a90ae verification in API Server passed
2026-02-19 19:10:57,988 - DEBUG - Response for delete_port : ()
2026-02-19 19:10:57,988 - INFO - Deleted port 86ede8f2-d9e1-4820-b545-a1cc8c6a90ae
2026-02-19 19:10:57,988 - INFO - Deleting VN ctest-vn-44147300
2026-02-19 19:10:58,090 - DEBUG - Response for deleting network ()
2026-02-19 19:10:58,347 - DEBUG - No XMPP flaps were noticed during the test
2026-02-19 19:10:58,347 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-02-19 19:10:58,347 - INFO - --------------------------------------------------------------------------------
2026-02-19 19:10:58,350 - INFO - ================================================================================
2026-02-19 19:10:58,350 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-02-19 19:10:58,350 - 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-02-19 19:10:58,640 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-02-19 19:10:58,640 - INFO - Initial checks done. Running the testcase now
2026-02-19 19:10:58,640 - INFO -
2026-02-19 19:10:58,810 - DEBUG - Response for create_network : {'network': {'id': '6572331a-8aa4-493c-a483-460451e6f472', 'name': 'ctest-vn1-76394583', 'tenant_id': '0598fb9e2b5d48b7bc539cdc1d2cece6', 'project_id': '0598fb9e2b5d48b7bc539cdc1d2cece6', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-45623385', 'ctest-vn1-76394583'], 'port_security_enabled': True, 'description': ''}}
2026-02-19 19:10:58,969 - DEBUG - Response for create_subnet : {'subnet': {'id': '68eb6e48-c5c1-4d8e-a45a-adade8b2c968', 'name': '', 'tenant_id': '0598fb9e2b5d48b7bc539cdc1d2cece6', 'network_id': '6572331a-8aa4-493c-a483-460451e6f472', 'ip_version': 4, 'cidr': '211.254.127.192/26', 'allocation_pools': [{'start': '211.254.127.194', 'end': '211.254.127.254'}], 'gateway_ip': '211.254.127.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '211.254.127.194', 'tags': [], 'project_id': '0598fb9e2b5d48b7bc539cdc1d2cece6'}}
2026-02-19 19:10:59,177 - DEBUG - Response for create_subnet : {'subnet': {'id': '29f6abaf-d2dc-48bc-8d91-dde1f5cbbb47', 'name': '', 'tenant_id': '0598fb9e2b5d48b7bc539cdc1d2cece6', 'network_id': '6572331a-8aa4-493c-a483-460451e6f472', 'ip_version': 4, 'cidr': '102.127.194.64/26', 'allocation_pools': [{'start': '102.127.194.66', 'end': '102.127.194.126'}], 'gateway_ip': '102.127.194.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '102.127.194.66', 'tags': [], 'project_id': '0598fb9e2b5d48b7bc539cdc1d2cece6'}}
2026-02-19 19:10:59,197 - INFO - Created VN ctest-vn1-76394583
2026-02-19 19:10:59,250 - DEBUG - VN ctest-vn1-76394583 UUID is 6572331a-8aa4-493c-a483-460451e6f472
2026-02-19 19:10:59,551 - DEBUG - Response for create_port : {'port': {'name': '0f1424dc-d08f-4bc5-888e-3ea26230b9b0', 'id': '0f1424dc-d08f-4bc5-888e-3ea26230b9b0', 'tenant_id': '0598fb9e2b5d48b7bc539cdc1d2cece6', 'network_id': '6572331a-8aa4-493c-a483-460451e6f472', 'mac_address': '02:0f:14:24:dc: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': '211.254.127.197', 'subnet_id': '68eb6e48-c5c1-4d8e-a45a-adade8b2c968'}], 'security_groups': ['fdfbf20d-d4fb-40ff-95c3-6aecfb03e5bd'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '0598fb9e2b5d48b7bc539cdc1d2cece6'}}
2026-02-19 19:10:59,725 - DEBUG - Response for create_port : {'port': {'name': 'b67adef4-5725-41b9-b9be-43c09a1836b2', 'id': 'b67adef4-5725-41b9-b9be-43c09a1836b2', 'tenant_id': '0598fb9e2b5d48b7bc539cdc1d2cece6', 'network_id': '6572331a-8aa4-493c-a483-460451e6f472', 'mac_address': '02:b6:7a:de:f4:57', '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': '102.127.194.69', 'subnet_id': '29f6abaf-d2dc-48bc-8d91-dde1f5cbbb47'}], 'security_groups': ['fdfbf20d-d4fb-40ff-95c3-6aecfb03e5bd'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '0598fb9e2b5d48b7bc539cdc1d2cece6'}}
2026-02-19 19:10:59,789 - DEBUG - Services list from nova: [, , ]
2026-02-19 19:11:00,131 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5362-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5362-1)
2026-02-19 19:11:00,520 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5362-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5362-1)
2026-02-19 19:11:00,520 - INFO - Waiting for VM ctest-vn1-vm1-33616112 to be up..
2026-02-19 19:11:00,557 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-02-19 19:11:05,627 - DEBUG - VM is in ACTIVE state now
2026-02-19 19:11:05,627 - INFO - VM name : ctest-vn1-vm1-33616112
2026-02-19 19:11:05,692 - DEBUG - VM ctest-vn1-vm1-33616112 ID is 24e76735-2902-4d8e-8387-eb028bea8e2f
2026-02-19 19:11:05,710 - DEBUG - VM ctest-vn1-vm1-33616112 launched on Node cn-jenkins-deploy-platform-ansible-os-5362-1
2026-02-19 19:11:05,773 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/24e76735-2902-4d8e-8387-eb028bea8e2f
2026-02-19 19:11:05,780 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/0f1424dc-d08f-4bc5-888e-3ea26230b9b0
2026-02-19 19:11:09,042 - 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 1027ms')
2026-02-19 19:11:09,042 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-33616112 failed!
2026-02-19 19:11:09,098 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-45623385:ctest-vn1-76394583 is 211.254.127.193 and allocation pool is NOT set
2026-02-19 19:11:09,099 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-45623385:ctest-vn1-76394583 is 102.127.194.65 and allocation pool is NOT set
2026-02-19 19:11:11,163 - 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.11 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.411 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.411/1.758/3.105/1.347 ms')
2026-02-19 19:11:11,163 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-33616112 passed
2026-02-19 19:11:11,314 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-19 19:11:11,315 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-33616112, IP 211.254.127.197, Port 22
2026-02-19 19:11:11,470 - DEBUG - VM ctest-vn1-vm1-33616112 is ready for SSH connections
2026-02-19 19:11:11,470 - INFO - Waiting for VM ctest-vn1-vm2-92102831 to be up..
2026-02-19 19:11:11,546 - DEBUG - VM is in ACTIVE state now
2026-02-19 19:11:11,546 - INFO - VM name : ctest-vn1-vm2-92102831
2026-02-19 19:11:11,627 - DEBUG - VM ctest-vn1-vm2-92102831 ID is 3a5d0727-9652-4b23-94c7-b0b2ab765c3e
2026-02-19 19:11:11,627 - DEBUG - VM ctest-vn1-vm2-92102831 launched on Node cn-jenkins-deploy-platform-ansible-os-5362-1
2026-02-19 19:11:11,698 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/3a5d0727-9652-4b23-94c7-b0b2ab765c3e
2026-02-19 19:11:11,707 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/b67adef4-5725-41b9-b9be-43c09a1836b2
2026-02-19 19:11:12,947 - 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.53 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.449 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.449/1.487/2.525/1.038 ms')
2026-02-19 19:11:12,947 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-92102831 passed
2026-02-19 19:11:13,094 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-19 19:11:13,094 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-92102831, IP 102.127.194.69, Port 22
2026-02-19 19:11:13,250 - DEBUG - VM ctest-vn1-vm2-92102831 is ready for SSH connections
2026-02-19 19:11:13,250 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-19 19:11:13,250 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-19 19:11:13,251 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-19 19:11:13,251 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 211.254.127.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2026-02-19 19:11:13,251 - DEBUG - ping -s 56 -c 3 -W 1 211.254.127.197
2026-02-19 19:11:15,894 - DEBUG - PING 211.254.127.197 (211.254.127.197): 56 data bytes
64 bytes from 211.254.127.197: seq=0 ttl=63 time=3.659 ms
64 bytes from 211.254.127.197: seq=1 ttl=63 time=0.924 ms
64 bytes from 211.254.127.197: seq=2 ttl=63 time=0.797 ms
--- 211.254.127.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.797/1.793/3.659 ms
2026-02-19 19:11:15,894 - INFO - Ping to IP 211.254.127.197 from VM ctest-vn1-vm2-92102831 passed
2026-02-19 19:11:15,895 - INFO - Detaching port b67adef4-5725-41b9-b9be-43c09a1836b2 from VM ctest-vn1-vm2-92102831
2026-02-19 19:11:15,941 - INFO - Deleting VM ctest-vn1-vm2-92102831
2026-02-19 19:11:16,005 - INFO - Detaching port 0f1424dc-d08f-4bc5-888e-3ea26230b9b0 from VM ctest-vn1-vm1-33616112
2026-02-19 19:11:16,042 - INFO - Deleting VM ctest-vn1-vm1-33616112
2026-02-19 19:11:16,241 - DEBUG - Response for delete_port : ()
2026-02-19 19:11:16,391 - DEBUG - Response for delete_port : ()
2026-02-19 19:11:16,391 - INFO - Deleting VN ctest-vn1-76394583
2026-02-19 19:11:16,512 - DEBUG - Response for deleting network ()
2026-02-19 19:11:16,777 - DEBUG - No XMPP flaps were noticed during the test
2026-02-19 19:11:16,777 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:18]
2026-02-19 19:11:16,777 - INFO - --------------------------------------------------------------------------------
2026-02-19 19:11:17,449 - INFO - Deleted project: ctest-TestPorts-45623385, ID : 0598fb9e-2b5d-48b7-bc53-9cdc1d2cece6