2025-12-18 10:20:00,066 - INFO - Domain Default found not creating
2025-12-18 10:20:00,225 - INFO - Project ctest-TestPorts-06128746 not found, creating it
2025-12-18 10:20:00,673 - INFO - Created Project:ctest-TestPorts-06128746, ID : 409dc795-0eb8-4d63-adbe-77ceb7368cf2
2025-12-18 10:20:02,125 - INFO - ================================================================================
2025-12-18 10:20:02,125 - INFO - STARTING TEST : test_ports_bindings
2025-12-18 10:20:02,125 - 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
2025-12-18 10:20:02,381 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2025-12-18 10:20:02,381 - INFO - Initial checks done. Running the testcase now
2025-12-18 10:20:02,381 - INFO -
2025-12-18 10:20:02,945 - DEBUG - Response for create_network : {'network': {'id': '9539e933-da6d-4ba6-addc-7c581b228a87', 'name': 'ctest-vn-65252492', 'tenant_id': '409dc7950eb84d63adbe77ceb7368cf2', 'project_id': '409dc7950eb84d63adbe77ceb7368cf2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-06128746', 'ctest-vn-65252492'], 'port_security_enabled': True, 'description': ''}}
2025-12-18 10:20:03,151 - DEBUG - Response for create_subnet : {'subnet': {'id': '7bcf2a7e-2f14-4ac4-b3b1-61b31b7258fb', 'name': '', 'tenant_id': '409dc7950eb84d63adbe77ceb7368cf2', 'network_id': '9539e933-da6d-4ba6-addc-7c581b228a87', 'ip_version': 4, 'cidr': '25.32.116.192/26', 'allocation_pools': [{'start': '25.32.116.194', 'end': '25.32.116.254'}], 'gateway_ip': '25.32.116.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '25.32.116.194', 'tags': [], 'project_id': '409dc7950eb84d63adbe77ceb7368cf2'}}
2025-12-18 10:20:03,168 - INFO - Created VN ctest-vn-65252492
2025-12-18 10:20:03,219 - DEBUG - VN ctest-vn-65252492 UUID is 9539e933-da6d-4ba6-addc-7c581b228a87
2025-12-18 10:20:03,324 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-06128746', 'ctest-vmi-78755138']}
2025-12-18 10:20:03,592 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-78755138', 'id': 'd0c2d1c9-0403-48f2-8c57-54c873e428cc', 'tenant_id': '409dc7950eb84d63adbe77ceb7368cf2', 'network_id': '9539e933-da6d-4ba6-addc-7c581b228a87', 'mac_address': '02:d0:c2:d1:c9:04', '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': '25.32.116.195', 'subnet_id': '7bcf2a7e-2f14-4ac4-b3b1-61b31b7258fb'}], 'security_groups': ['cbb350ac-287e-4822-99ce-c62cd6943552'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '409dc7950eb84d63adbe77ceb7368cf2'}}
2025-12-18 10:20:03,592 - DEBUG - Created port d0c2d1c9-0403-48f2-8c57-54c873e428cc
2025-12-18 10:20:03,695 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/d0c2d1c9-0403-48f2-8c57-54c873e428cc
2025-12-18 10:20:03,993 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/d0c2d1c9-0403-48f2-8c57-54c873e428cc
2025-12-18 10:20:04,026 - INFO - VMI d0c2d1c9-0403-48f2-8c57-54c873e428cc verification in API Server passed
2025-12-18 10:20:04,128 - DEBUG - Response for delete_port : ()
2025-12-18 10:20:04,128 - INFO - Deleted port d0c2d1c9-0403-48f2-8c57-54c873e428cc
2025-12-18 10:20:04,128 - INFO - Deleting VN ctest-vn-65252492
2025-12-18 10:20:04,227 - DEBUG - Response for deleting network ()
2025-12-18 10:20:04,480 - DEBUG - No XMPP flaps were noticed during the test
2025-12-18 10:20:04,480 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2025-12-18 10:20:04,480 - INFO - --------------------------------------------------------------------------------
2025-12-18 10:20:04,482 - INFO - ================================================================================
2025-12-18 10:20:04,482 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2025-12-18 10:20:04,482 - 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
2025-12-18 10:20:04,778 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2025-12-18 10:20:04,778 - INFO - Initial checks done. Running the testcase now
2025-12-18 10:20:04,778 - INFO -
2025-12-18 10:20:04,950 - DEBUG - Response for create_network : {'network': {'id': '9677a37d-7043-42f5-9d6d-49c77c3f8dfc', 'name': 'ctest-vn1-28100586', 'tenant_id': '409dc7950eb84d63adbe77ceb7368cf2', 'project_id': '409dc7950eb84d63adbe77ceb7368cf2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-06128746', 'ctest-vn1-28100586'], 'port_security_enabled': True, 'description': ''}}
2025-12-18 10:20:05,168 - DEBUG - Response for create_subnet : {'subnet': {'id': '7a9080d9-ad62-4eac-b739-1e9ee20b1c05', 'name': '', 'tenant_id': '409dc7950eb84d63adbe77ceb7368cf2', 'network_id': '9677a37d-7043-42f5-9d6d-49c77c3f8dfc', 'ip_version': 4, 'cidr': '128.43.131.64/26', 'allocation_pools': [{'start': '128.43.131.66', 'end': '128.43.131.126'}], 'gateway_ip': '128.43.131.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '128.43.131.66', 'tags': [], 'project_id': '409dc7950eb84d63adbe77ceb7368cf2'}}
2025-12-18 10:20:05,365 - DEBUG - Response for create_subnet : {'subnet': {'id': 'af3bb4e8-46ed-477b-b8ff-ae5a25b60876', 'name': '', 'tenant_id': '409dc7950eb84d63adbe77ceb7368cf2', 'network_id': '9677a37d-7043-42f5-9d6d-49c77c3f8dfc', 'ip_version': 4, 'cidr': '114.234.99.128/26', 'allocation_pools': [{'start': '114.234.99.130', 'end': '114.234.99.190'}], 'gateway_ip': '114.234.99.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '114.234.99.130', 'tags': [], 'project_id': '409dc7950eb84d63adbe77ceb7368cf2'}}
2025-12-18 10:20:05,384 - INFO - Created VN ctest-vn1-28100586
2025-12-18 10:20:05,435 - DEBUG - VN ctest-vn1-28100586 UUID is 9677a37d-7043-42f5-9d6d-49c77c3f8dfc
2025-12-18 10:20:05,727 - DEBUG - Response for create_port : {'port': {'name': 'e6aa273a-7475-45da-9fa9-5847203b5686', 'id': 'e6aa273a-7475-45da-9fa9-5847203b5686', 'tenant_id': '409dc7950eb84d63adbe77ceb7368cf2', 'network_id': '9677a37d-7043-42f5-9d6d-49c77c3f8dfc', 'mac_address': '02:e6:aa:27:3a:74', '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': '128.43.131.69', 'subnet_id': '7a9080d9-ad62-4eac-b739-1e9ee20b1c05'}], 'security_groups': ['cbb350ac-287e-4822-99ce-c62cd6943552'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '409dc7950eb84d63adbe77ceb7368cf2'}}
2025-12-18 10:20:05,895 - DEBUG - Response for create_port : {'port': {'name': '9476652c-ac69-4cd3-a7f4-d3a1211bde7d', 'id': '9476652c-ac69-4cd3-a7f4-d3a1211bde7d', 'tenant_id': '409dc7950eb84d63adbe77ceb7368cf2', 'network_id': '9677a37d-7043-42f5-9d6d-49c77c3f8dfc', 'mac_address': '02:94:76:65:2c:ac', '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': '114.234.99.133', 'subnet_id': 'af3bb4e8-46ed-477b-b8ff-ae5a25b60876'}], 'security_groups': ['cbb350ac-287e-4822-99ce-c62cd6943552'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '409dc7950eb84d63adbe77ceb7368cf2'}}
2025-12-18 10:20:05,965 - DEBUG - Services list from nova: [, , ]
2025-12-18 10:20:06,295 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4905-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4905-1)
2025-12-18 10:20:06,678 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4905-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4905-1)
2025-12-18 10:20:06,678 - INFO - Waiting for VM ctest-vn1-vm1-67200833 to be up..
2025-12-18 10:20:06,718 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2025-12-18 10:20:11,794 - DEBUG - VM is in ACTIVE state now
2025-12-18 10:20:11,794 - INFO - VM name : ctest-vn1-vm1-67200833
2025-12-18 10:20:11,875 - DEBUG - VM ctest-vn1-vm1-67200833 ID is a3c65e07-64b4-4544-aaba-35add365a88f
2025-12-18 10:20:11,899 - DEBUG - VM ctest-vn1-vm1-67200833 launched on Node cn-jenkins-deploy-platform-ansible-os-4905-1
2025-12-18 10:20:11,977 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/a3c65e07-64b4-4544-aaba-35add365a88f
2025-12-18 10:20:11,984 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/e6aa273a-7475-45da-9fa9-5847203b5686
2025-12-18 10:20:15,246 - 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 1023ms')
2025-12-18 10:20:15,247 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-67200833 failed!
2025-12-18 10:20:15,301 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-06128746:ctest-vn1-28100586 is 128.43.131.65 and allocation pool is NOT set
2025-12-18 10:20:15,302 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-06128746:ctest-vn1-28100586 is 114.234.99.129 and allocation pool is NOT set
2025-12-18 10:20:17,366 - 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.54 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=1.15 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 = 1.148/2.344/3.541/1.196 ms')
2025-12-18 10:20:17,366 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-67200833 passed
2025-12-18 10:20:17,519 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-18 10:20:17,519 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-67200833, IP 128.43.131.69, Port 22
2025-12-18 10:20:17,675 - DEBUG - VM ctest-vn1-vm1-67200833 is ready for SSH connections
2025-12-18 10:20:17,675 - INFO - Waiting for VM ctest-vn1-vm2-06396990 to be up..
2025-12-18 10:20:17,743 - DEBUG - VM is in ACTIVE state now
2025-12-18 10:20:17,744 - INFO - VM name : ctest-vn1-vm2-06396990
2025-12-18 10:20:17,815 - DEBUG - VM ctest-vn1-vm2-06396990 ID is 488df6ba-f99c-436a-96f5-f33b65894da7
2025-12-18 10:20:17,816 - DEBUG - VM ctest-vn1-vm2-06396990 launched on Node cn-jenkins-deploy-platform-ansible-os-4905-1
2025-12-18 10:20:17,883 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/488df6ba-f99c-436a-96f5-f33b65894da7
2025-12-18 10:20:17,891 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/9476652c-ac69-4cd3-a7f4-d3a1211bde7d
2025-12-18 10:20:19,124 - 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.93 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.407 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.407/1.666/2.926/1.259 ms')
2025-12-18 10:20:19,125 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-06396990 passed
2025-12-18 10:20:19,275 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-18 10:20:19,275 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-06396990, IP 114.234.99.133, Port 22
2025-12-18 10:20:19,445 - DEBUG - VM ctest-vn1-vm2-06396990 is ready for SSH connections
2025-12-18 10:20:19,445 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-18 10:20:19,445 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-18 10:20:19,445 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-18 10:20:19,445 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 128.43.131.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2025-12-18 10:20:19,445 - DEBUG - ping -s 56 -c 3 -W 1 128.43.131.69
2025-12-18 10:20:22,153 - DEBUG - PING 128.43.131.69 (128.43.131.69): 56 data bytes
64 bytes from 128.43.131.69: seq=0 ttl=63 time=3.531 ms
64 bytes from 128.43.131.69: seq=1 ttl=63 time=0.904 ms
64 bytes from 128.43.131.69: seq=2 ttl=63 time=0.960 ms
--- 128.43.131.69 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.904/1.798/3.531 ms
2025-12-18 10:20:22,153 - INFO - Ping to IP 128.43.131.69 from VM ctest-vn1-vm2-06396990 passed
2025-12-18 10:20:22,153 - INFO - Detaching port 9476652c-ac69-4cd3-a7f4-d3a1211bde7d from VM ctest-vn1-vm2-06396990
2025-12-18 10:20:22,204 - INFO - Deleting VM ctest-vn1-vm2-06396990
2025-12-18 10:20:22,273 - INFO - Detaching port e6aa273a-7475-45da-9fa9-5847203b5686 from VM ctest-vn1-vm1-67200833
2025-12-18 10:20:22,304 - INFO - Deleting VM ctest-vn1-vm1-67200833
2025-12-18 10:20:22,555 - DEBUG - Response for delete_port : ()
2025-12-18 10:20:22,689 - DEBUG - Response for delete_port : ()
2025-12-18 10:20:22,689 - INFO - Deleting VN ctest-vn1-28100586
2025-12-18 10:20:22,798 - DEBUG - Response for deleting network ()
2025-12-18 10:20:23,056 - DEBUG - No XMPP flaps were noticed during the test
2025-12-18 10:20:23,056 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:19]
2025-12-18 10:20:23,057 - INFO - --------------------------------------------------------------------------------
2025-12-18 10:20:23,765 - INFO - Deleted project: ctest-TestPorts-06128746, ID : 409dc795-0eb8-4d63-adbe-77ceb7368cf2