2025-12-01 02:21:44,315 - INFO - Domain Default found not creating
2025-12-01 02:21:44,514 - INFO - Project ctest-TestPorts-92752039 not found, creating it
2025-12-01 02:21:45,083 - INFO - Created Project:ctest-TestPorts-92752039, ID : acf324e3-1218-4e46-9a63-7c4e937d2211
2025-12-01 02:21:46,842 - INFO - ================================================================================
2025-12-01 02:21:46,842 - INFO - STARTING TEST : test_ports_bindings
2025-12-01 02:21:46,843 - 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-01 02:21:48,146 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.209': '0', '10.20.0.192': '0'}, '10.0.0.241': {'10.20.0.209': '0', '10.20.0.192': '0'}} with
2025-12-01 02:21:48,149 - INFO - Initial checks done. Running the testcase now
2025-12-01 02:21:48,149 - INFO -
2025-12-01 02:21:48,927 - DEBUG - Response for create_network : {'network': {'id': '7ebb712c-1183-4ee4-902a-26c0ce0bc7c2', 'name': 'ctest-vn-66399712', 'tenant_id': 'acf324e312184e469a637c4e937d2211', 'project_id': 'acf324e312184e469a637c4e937d2211', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-92752039', 'ctest-vn-66399712'], 'port_security_enabled': True, 'description': ''}}
2025-12-01 02:21:49,238 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd281f66c-3e46-4e78-af93-381ca6594dd3', 'name': '', 'tenant_id': 'acf324e312184e469a637c4e937d2211', 'network_id': '7ebb712c-1183-4ee4-902a-26c0ce0bc7c2', 'ip_version': 4, 'cidr': '119.150.3.64/26', 'allocation_pools': [{'start': '119.150.3.66', 'end': '119.150.3.126'}], 'gateway_ip': '119.150.3.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '119.150.3.66', 'tags': [], 'project_id': 'acf324e312184e469a637c4e937d2211'}}
2025-12-01 02:21:49,261 - INFO - Created VN ctest-vn-66399712
2025-12-01 02:21:49,287 - DEBUG - VN ctest-vn-66399712 UUID is 7ebb712c-1183-4ee4-902a-26c0ce0bc7c2
2025-12-01 02:21:49,373 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-92752039', 'ctest-vmi-39401986']}
2025-12-01 02:21:49,654 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-39401986', 'id': 'aca522d6-438f-49d6-8860-9d2dd7915a6c', 'tenant_id': 'acf324e312184e469a637c4e937d2211', 'network_id': '7ebb712c-1183-4ee4-902a-26c0ce0bc7c2', 'mac_address': '02:ac:a5:22:d6:43', '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': '119.150.3.67', 'subnet_id': 'd281f66c-3e46-4e78-af93-381ca6594dd3'}], 'security_groups': ['9554a8fa-a6f2-4a97-9cf7-2d46760831a9'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'acf324e312184e469a637c4e937d2211'}}
2025-12-01 02:21:49,654 - DEBUG - Created port aca522d6-438f-49d6-8860-9d2dd7915a6c
2025-12-01 02:21:49,774 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/aca522d6-438f-49d6-8860-9d2dd7915a6c
2025-12-01 02:21:50,117 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/aca522d6-438f-49d6-8860-9d2dd7915a6c
2025-12-01 02:21:50,168 - INFO - VMI aca522d6-438f-49d6-8860-9d2dd7915a6c verification in API Server passed
2025-12-01 02:21:50,351 - DEBUG - Response for delete_port : ()
2025-12-01 02:21:50,352 - INFO - Deleted port aca522d6-438f-49d6-8860-9d2dd7915a6c
2025-12-01 02:21:50,352 - INFO - Deleting VN ctest-vn-66399712
2025-12-01 02:21:50,560 - DEBUG - Response for deleting network ()
2025-12-01 02:21:51,841 - DEBUG - No XMPP flaps were noticed during the test
2025-12-01 02:21:51,841 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05]
2025-12-01 02:21:51,841 - INFO - --------------------------------------------------------------------------------
2025-12-01 02:21:51,844 - INFO - ================================================================================
2025-12-01 02:21:51,844 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2025-12-01 02:21:51,844 - 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-01 02:21:53,141 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.209': '0', '10.20.0.192': '0'}, '10.0.0.241': {'10.20.0.209': '0', '10.20.0.192': '0'}} with
2025-12-01 02:21:53,141 - INFO - Initial checks done. Running the testcase now
2025-12-01 02:21:53,141 - INFO -
2025-12-01 02:21:53,414 - DEBUG - Response for create_network : {'network': {'id': '9b4520af-0c99-4482-9137-3c9f87319a29', 'name': 'ctest-vn1-94907562', 'tenant_id': 'acf324e312184e469a637c4e937d2211', 'project_id': 'acf324e312184e469a637c4e937d2211', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-92752039', 'ctest-vn1-94907562'], 'port_security_enabled': True, 'description': ''}}
2025-12-01 02:21:53,710 - DEBUG - Response for create_subnet : {'subnet': {'id': 'cd967d87-6ac2-4489-8400-ffbfaa6c60b4', 'name': '', 'tenant_id': 'acf324e312184e469a637c4e937d2211', 'network_id': '9b4520af-0c99-4482-9137-3c9f87319a29', 'ip_version': 4, 'cidr': '200.94.226.64/26', 'allocation_pools': [{'start': '200.94.226.66', 'end': '200.94.226.126'}], 'gateway_ip': '200.94.226.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '200.94.226.66', 'tags': [], 'project_id': 'acf324e312184e469a637c4e937d2211'}}
2025-12-01 02:21:53,987 - DEBUG - Response for create_subnet : {'subnet': {'id': '95a0a935-2525-4822-bbc7-344048e56e85', 'name': '', 'tenant_id': 'acf324e312184e469a637c4e937d2211', 'network_id': '9b4520af-0c99-4482-9137-3c9f87319a29', 'ip_version': 4, 'cidr': '199.6.72.0/26', 'allocation_pools': [{'start': '199.6.72.2', 'end': '199.6.72.62'}], 'gateway_ip': '199.6.72.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '199.6.72.2', 'tags': [], 'project_id': 'acf324e312184e469a637c4e937d2211'}}
2025-12-01 02:21:54,017 - INFO - Created VN ctest-vn1-94907562
2025-12-01 02:21:54,033 - DEBUG - VN ctest-vn1-94907562 UUID is 9b4520af-0c99-4482-9137-3c9f87319a29
2025-12-01 02:21:54,445 - DEBUG - Response for create_port : {'port': {'name': '859bfa53-031f-45ed-823c-369b94148e70', 'id': '859bfa53-031f-45ed-823c-369b94148e70', 'tenant_id': 'acf324e312184e469a637c4e937d2211', 'network_id': '9b4520af-0c99-4482-9137-3c9f87319a29', 'mac_address': '02:85:9b:fa:53:03', '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': '200.94.226.69', 'subnet_id': 'cd967d87-6ac2-4489-8400-ffbfaa6c60b4'}], 'security_groups': ['9554a8fa-a6f2-4a97-9cf7-2d46760831a9'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'acf324e312184e469a637c4e937d2211'}}
2025-12-01 02:21:54,770 - DEBUG - Response for create_port : {'port': {'name': '1b0579f9-8250-4082-bf19-ad1562e4d06a', 'id': '1b0579f9-8250-4082-bf19-ad1562e4d06a', 'tenant_id': 'acf324e312184e469a637c4e937d2211', 'network_id': '9b4520af-0c99-4482-9137-3c9f87319a29', 'mac_address': '02:1b:05:79:f9:82', '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': '199.6.72.5', 'subnet_id': '95a0a935-2525-4822-bbc7-344048e56e85'}], 'security_groups': ['9554a8fa-a6f2-4a97-9cf7-2d46760831a9'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'acf324e312184e469a637c4e937d2211'}}
2025-12-01 02:21:54,835 - DEBUG - Services list from nova: [, , , ]
2025-12-01 02:21:55,349 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-4827-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-4827-1)
2025-12-01 02:21:55,918 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-4827-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-4827-2)
2025-12-01 02:21:55,918 - INFO - Waiting for VM ctest-vn1-vm1-13235080 to be up..
2025-12-01 02:21:55,976 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2025-12-01 02:22:01,073 - DEBUG - VM is in ACTIVE state now
2025-12-01 02:22:01,073 - INFO - VM name : ctest-vn1-vm1-13235080
2025-12-01 02:22:01,166 - DEBUG - VM ctest-vn1-vm1-13235080 ID is 6c80c458-e4f6-4d50-83a0-f0977d9c8ebd
2025-12-01 02:22:01,204 - DEBUG - VM ctest-vn1-vm1-13235080 launched on Node an-jenkins-deploy-platform-ansible-os-4827-1
2025-12-01 02:22:01,321 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/6c80c458-e4f6-4d50-83a0-f0977d9c8ebd
2025-12-01 02:22:01,690 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/6c80c458-e4f6-4d50-83a0-f0977d9c8ebd
2025-12-01 02:22:01,739 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine-interface/859bfa53-031f-45ed-823c-369b94148e70
2025-12-01 02:22:04,926 - 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 1021ms')
2025-12-01 02:22:04,927 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-13235080 failed!
2025-12-01 02:22:04,944 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-92752039:ctest-vn1-94907562 is 200.94.226.65 and allocation pool is NOT set
2025-12-01 02:22:04,944 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-92752039:ctest-vn1-94907562 is 199.6.72.1 and allocation pool is NOT set
2025-12-01 02:22:09,027 - 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=2 ttl=63 time=8.40 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1017ms\r\nrtt min/avg/max/mdev = 8.397/8.397/8.397/0.000 ms')
2025-12-01 02:22:09,027 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-13235080 passed
2025-12-01 02:22:09,100 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-01 02:22:09,100 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-13235080, IP 200.94.226.69, Port 22
2025-12-01 02:22:09,262 - DEBUG - VM ctest-vn1-vm1-13235080 is ready for SSH connections
2025-12-01 02:22:09,262 - INFO - Waiting for VM ctest-vn1-vm2-17457484 to be up..
2025-12-01 02:22:09,378 - DEBUG - VM is in ACTIVE state now
2025-12-01 02:22:09,378 - INFO - VM name : ctest-vn1-vm2-17457484
2025-12-01 02:22:09,507 - DEBUG - VM ctest-vn1-vm2-17457484 ID is ef28e40e-04f3-4c33-86fe-643dcd79ba5b
2025-12-01 02:22:09,507 - DEBUG - VM ctest-vn1-vm2-17457484 launched on Node an-jenkins-deploy-platform-ansible-os-4827-2
2025-12-01 02:22:09,635 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/ef28e40e-04f3-4c33-86fe-643dcd79ba5b
2025-12-01 02:22:09,647 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine-interface/1b0579f9-8250-4082-bf19-ad1562e4d06a
2025-12-01 02:22:10,817 - 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.40 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.579 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.579/1.989/3.400/1.410 ms')
2025-12-01 02:22:10,817 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-17457484 passed
2025-12-01 02:22:10,899 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-01 02:22:10,899 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-17457484, IP 199.6.72.5, Port 22
2025-12-01 02:22:11,069 - DEBUG - VM ctest-vn1-vm2-17457484 is ready for SSH connections
2025-12-01 02:22:11,069 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-01 02:22:11,070 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-01 02:22:11,070 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-12-01 02:22:11,070 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 200.94.226.69, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.241, gateway password: c0ntrail123
2025-12-01 02:22:11,070 - DEBUG - ping -s 56 -c 3 -W 1 200.94.226.69
2025-12-01 02:22:14,089 - DEBUG - PING 200.94.226.69 (200.94.226.69): 56 data bytes
64 bytes from 200.94.226.69: seq=0 ttl=63 time=6.303 ms
64 bytes from 200.94.226.69: seq=1 ttl=63 time=1.301 ms
64 bytes from 200.94.226.69: seq=2 ttl=63 time=1.273 ms
--- 200.94.226.69 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.273/2.959/6.303 ms
2025-12-01 02:22:14,089 - INFO - Ping to IP 200.94.226.69 from VM ctest-vn1-vm2-17457484 passed
2025-12-01 02:22:14,090 - INFO - Detaching port 1b0579f9-8250-4082-bf19-ad1562e4d06a from VM ctest-vn1-vm2-17457484
2025-12-01 02:22:14,146 - INFO - Deleting VM ctest-vn1-vm2-17457484
2025-12-01 02:22:14,245 - INFO - Detaching port 859bfa53-031f-45ed-823c-369b94148e70 from VM ctest-vn1-vm1-13235080
2025-12-01 02:22:14,285 - INFO - Deleting VM ctest-vn1-vm1-13235080
2025-12-01 02:22:14,738 - DEBUG - Response for delete_port : ()
2025-12-01 02:22:15,391 - DEBUG - Response for delete_port : ()
2025-12-01 02:22:15,391 - INFO - Deleting VN ctest-vn1-94907562
2025-12-01 02:22:15,784 - DEBUG - Response for deleting network ()
2025-12-01 02:22:17,157 - DEBUG - No XMPP flaps were noticed during the test
2025-12-01 02:22:17,158 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:26]
2025-12-01 02:22:17,158 - INFO - --------------------------------------------------------------------------------
2025-12-01 02:22:18,403 - INFO - Deleted project: ctest-TestPorts-92752039, ID : acf324e3-1218-4e46-9a63-7c4e937d2211