2025-10-20 02:20:00,183 - INFO - Domain Default found not creating 2025-10-20 02:20:00,330 - INFO - Project ctest-TestPorts-00884486 not found, creating it 2025-10-20 02:20:00,846 - INFO - Created Project:ctest-TestPorts-00884486, ID : b392b351-e1aa-49d3-911a-7330de04b598 2025-10-20 02:20:02,341 - INFO - ================================================================================ 2025-10-20 02:20:02,341 - INFO - STARTING TEST : test_ports_bindings 2025-10-20 02:20:02,341 - 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-10-20 02:20:03,621 - DEBUG - Nothing to compare xmpp stats {'10.0.0.131': {'10.20.0.25': '0', '10.20.0.193': '0'}, '10.0.0.19': {'10.20.0.193': '0', '10.20.0.14': '0'}} with 2025-10-20 02:20:03,621 - INFO - Initial checks done. Running the testcase now 2025-10-20 02:20:03,622 - INFO - 2025-10-20 02:20:04,261 - DEBUG - Response for create_network : {'network': {'id': 'e1d03d10-ec6a-494c-91f1-9704c35616d7', 'name': 'ctest-vn-54846251', 'tenant_id': 'b392b351e1aa49d3911a7330de04b598', 'project_id': 'b392b351e1aa49d3911a7330de04b598', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-00884486', 'ctest-vn-54846251'], 'port_security_enabled': True, 'description': ''}} 2025-10-20 02:20:04,581 - DEBUG - Response for create_subnet : {'subnet': {'id': 'f4179261-ab73-4e4a-a24f-f920dff15962', 'name': '', 'tenant_id': 'b392b351e1aa49d3911a7330de04b598', 'network_id': 'e1d03d10-ec6a-494c-91f1-9704c35616d7', 'ip_version': 4, 'cidr': '25.46.56.0/26', 'allocation_pools': [{'start': '25.46.56.2', 'end': '25.46.56.62'}], 'gateway_ip': '25.46.56.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '25.46.56.2', 'tags': [], 'project_id': 'b392b351e1aa49d3911a7330de04b598'}} 2025-10-20 02:20:04,601 - INFO - Created VN ctest-vn-54846251 2025-10-20 02:20:04,611 - DEBUG - VN ctest-vn-54846251 UUID is e1d03d10-ec6a-494c-91f1-9704c35616d7 2025-10-20 02:20:04,684 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-00884486', 'ctest-vmi-82721698']} 2025-10-20 02:20:05,041 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-82721698', 'id': '975a23d9-e062-4c92-87f3-169f843c1ade', 'tenant_id': 'b392b351e1aa49d3911a7330de04b598', 'network_id': 'e1d03d10-ec6a-494c-91f1-9704c35616d7', 'mac_address': '02:97:5a:23:d9:e0', '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.46.56.3', 'subnet_id': 'f4179261-ab73-4e4a-a24f-f920dff15962'}], 'security_groups': ['7070923c-9663-4b3b-9daf-3d8ae79b9c22'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b392b351e1aa49d3911a7330de04b598'}} 2025-10-20 02:20:05,041 - DEBUG - Created port 975a23d9-e062-4c92-87f3-169f843c1ade 2025-10-20 02:20:05,153 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/975a23d9-e062-4c92-87f3-169f843c1ade 2025-10-20 02:20:05,452 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/975a23d9-e062-4c92-87f3-169f843c1ade 2025-10-20 02:20:05,481 - INFO - VMI 975a23d9-e062-4c92-87f3-169f843c1ade verification in API Server passed 2025-10-20 02:20:05,626 - DEBUG - Response for delete_port : () 2025-10-20 02:20:05,626 - INFO - Deleted port 975a23d9-e062-4c92-87f3-169f843c1ade 2025-10-20 02:20:05,626 - INFO - Deleting VN ctest-vn-54846251 2025-10-20 02:20:05,788 - DEBUG - Response for deleting network () 2025-10-20 02:20:07,060 - DEBUG - No XMPP flaps were noticed during the test
2025-10-20 02:20:07,060 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05]
2025-10-20 02:20:07,060 - INFO - -------------------------------------------------------------------------------- 2025-10-20 02:20:07,064 - INFO - ================================================================================ 2025-10-20 02:20:07,064 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2025-10-20 02:20:07,064 - 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-10-20 02:20:08,336 - DEBUG - Nothing to compare xmpp stats {'10.0.0.131': {'10.20.0.25': '0', '10.20.0.193': '0'}, '10.0.0.19': {'10.20.0.193': '0', '10.20.0.14': '0'}} with 2025-10-20 02:20:08,336 - INFO - Initial checks done. Running the testcase now 2025-10-20 02:20:08,336 - INFO - 2025-10-20 02:20:08,587 - DEBUG - Response for create_network : {'network': {'id': '7c56f0f9-b3df-4cb6-9afa-dc967b22d7f0', 'name': 'ctest-vn1-38226022', 'tenant_id': 'b392b351e1aa49d3911a7330de04b598', 'project_id': 'b392b351e1aa49d3911a7330de04b598', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-00884486', 'ctest-vn1-38226022'], 'port_security_enabled': True, 'description': ''}} 2025-10-20 02:20:08,844 - DEBUG - Response for create_subnet : {'subnet': {'id': '16784ca1-2e11-4b61-885d-48b98a717aee', 'name': '', 'tenant_id': 'b392b351e1aa49d3911a7330de04b598', 'network_id': '7c56f0f9-b3df-4cb6-9afa-dc967b22d7f0', 'ip_version': 4, 'cidr': '57.120.108.0/26', 'allocation_pools': [{'start': '57.120.108.2', 'end': '57.120.108.62'}], 'gateway_ip': '57.120.108.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '57.120.108.2', 'tags': [], 'project_id': 'b392b351e1aa49d3911a7330de04b598'}} 2025-10-20 02:20:09,065 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e7ef4b34-581a-41a2-a287-64b85ec1f07e', 'name': '', 'tenant_id': 'b392b351e1aa49d3911a7330de04b598', 'network_id': '7c56f0f9-b3df-4cb6-9afa-dc967b22d7f0', 'ip_version': 4, 'cidr': '93.12.251.128/26', 'allocation_pools': [{'start': '93.12.251.130', 'end': '93.12.251.190'}], 'gateway_ip': '93.12.251.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '93.12.251.130', 'tags': [], 'project_id': 'b392b351e1aa49d3911a7330de04b598'}} 2025-10-20 02:20:09,089 - INFO - Created VN ctest-vn1-38226022 2025-10-20 02:20:09,099 - DEBUG - VN ctest-vn1-38226022 UUID is 7c56f0f9-b3df-4cb6-9afa-dc967b22d7f0 2025-10-20 02:20:09,460 - DEBUG - Response for create_port : {'port': {'name': '1eebff57-09ac-4f74-820a-0ae04f9b6612', 'id': '1eebff57-09ac-4f74-820a-0ae04f9b6612', 'tenant_id': 'b392b351e1aa49d3911a7330de04b598', 'network_id': '7c56f0f9-b3df-4cb6-9afa-dc967b22d7f0', 'mac_address': '02:1e:eb:ff:57:09', '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': '57.120.108.5', 'subnet_id': '16784ca1-2e11-4b61-885d-48b98a717aee'}], 'security_groups': ['7070923c-9663-4b3b-9daf-3d8ae79b9c22'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b392b351e1aa49d3911a7330de04b598'}} 2025-10-20 02:20:09,714 - DEBUG - Response for create_port : {'port': {'name': 'c79571b8-86fb-4f4a-a4d0-c598f1c40311', 'id': 'c79571b8-86fb-4f4a-a4d0-c598f1c40311', 'tenant_id': 'b392b351e1aa49d3911a7330de04b598', 'network_id': '7c56f0f9-b3df-4cb6-9afa-dc967b22d7f0', 'mac_address': '02:c7:95:71:b8:86', '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': '93.12.251.133', 'subnet_id': 'e7ef4b34-581a-41a2-a287-64b85ec1f07e'}], 'security_groups': ['7070923c-9663-4b3b-9daf-3d8ae79b9c22'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b392b351e1aa49d3911a7330de04b598'}} 2025-10-20 02:20:09,772 - DEBUG - Services list from nova: [, , , ] 2025-10-20 02:20:10,195 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-4370-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-4370-2) 2025-10-20 02:20:10,650 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-4370-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-4370-1) 2025-10-20 02:20:10,651 - INFO - Waiting for VM ctest-vn1-vm1-31124660 to be up.. 2025-10-20 02:20:10,694 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2025-10-20 02:20:15,777 - DEBUG - VM is in ACTIVE state now 2025-10-20 02:20:15,777 - INFO - VM name : ctest-vn1-vm1-31124660 2025-10-20 02:20:15,866 - DEBUG - VM ctest-vn1-vm1-31124660 ID is e65b9223-d847-40b7-887a-c208ee5793c1 2025-10-20 02:20:15,894 - DEBUG - VM ctest-vn1-vm1-31124660 launched on Node an-jenkins-deploy-platform-ansible-os-4370-2 2025-10-20 02:20:15,979 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine/e65b9223-d847-40b7-887a-c208ee5793c1 2025-10-20 02:20:16,271 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine/e65b9223-d847-40b7-887a-c208ee5793c1 2025-10-20 02:20:16,302 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/1eebff57-09ac-4f74-820a-0ae04f9b6612 2025-10-20 02:20:19,489 - 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 1034ms') 2025-10-20 02:20:19,489 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-31124660 failed! 2025-10-20 02:20:19,502 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-00884486:ctest-vn1-38226022 is 57.120.108.1 and allocation pool is NOT set 2025-10-20 02:20:19,502 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-00884486:ctest-vn1-38226022 is 93.12.251.129 and allocation pool is NOT set 2025-10-20 02:20:21,561 - 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=2.60 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.590 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.590/1.593/2.597/1.003 ms') 2025-10-20 02:20:21,561 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-31124660 passed 2025-10-20 02:20:21,630 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-10-20 02:20:21,630 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-31124660, IP 57.120.108.5, Port 22 2025-10-20 02:20:21,795 - DEBUG - VM ctest-vn1-vm1-31124660 is ready for SSH connections 2025-10-20 02:20:21,795 - INFO - Waiting for VM ctest-vn1-vm2-09974260 to be up.. 2025-10-20 02:20:21,872 - DEBUG - VM is in ACTIVE state now 2025-10-20 02:20:21,873 - INFO - VM name : ctest-vn1-vm2-09974260 2025-10-20 02:20:21,960 - DEBUG - VM ctest-vn1-vm2-09974260 ID is e04fdcc8-d975-4f4c-96d6-98427dcbba04 2025-10-20 02:20:21,960 - DEBUG - VM ctest-vn1-vm2-09974260 launched on Node an-jenkins-deploy-platform-ansible-os-4370-1 2025-10-20 02:20:22,050 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine/e04fdcc8-d975-4f4c-96d6-98427dcbba04 2025-10-20 02:20:22,061 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/c79571b8-86fb-4f4a-a4d0-c598f1c40311 2025-10-20 02:20:23,246 - 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=2.85 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.475 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.475/1.660/2.846/1.185 ms') 2025-10-20 02:20:23,246 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-09974260 passed 2025-10-20 02:20:23,317 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-10-20 02:20:23,317 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-09974260, IP 93.12.251.133, Port 22 2025-10-20 02:20:23,474 - DEBUG - VM ctest-vn1-vm2-09974260 is ready for SSH connections 2025-10-20 02:20:23,475 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-10-20 02:20:23,475 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-10-20 02:20:23,475 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-10-20 02:20:23,475 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 57.120.108.5, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.131, gateway password: c0ntrail123 2025-10-20 02:20:23,475 - DEBUG - ping -s 56 -c 3 -W 1 57.120.108.5 2025-10-20 02:20:26,378 - DEBUG - PING 57.120.108.5 (57.120.108.5): 56 data bytes 64 bytes from 57.120.108.5: seq=0 ttl=63 time=4.969 ms 64 bytes from 57.120.108.5: seq=1 ttl=63 time=1.178 ms 64 bytes from 57.120.108.5: seq=2 ttl=63 time=1.403 ms --- 57.120.108.5 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.178/2.516/4.969 ms 2025-10-20 02:20:26,378 - INFO - Ping to IP 57.120.108.5 from VM ctest-vn1-vm2-09974260 passed 2025-10-20 02:20:26,378 - INFO - Detaching port c79571b8-86fb-4f4a-a4d0-c598f1c40311 from VM ctest-vn1-vm2-09974260 2025-10-20 02:20:26,432 - INFO - Deleting VM ctest-vn1-vm2-09974260 2025-10-20 02:20:26,586 - INFO - Detaching port 1eebff57-09ac-4f74-820a-0ae04f9b6612 from VM ctest-vn1-vm1-31124660 2025-10-20 02:20:26,620 - INFO - Deleting VM ctest-vn1-vm1-31124660 2025-10-20 02:20:26,958 - DEBUG - Response for delete_port : () 2025-10-20 02:20:27,238 - DEBUG - Response for delete_port : () 2025-10-20 02:20:27,238 - INFO - Deleting VN ctest-vn1-38226022 2025-10-20 02:20:27,447 - DEBUG - Response for deleting network () 2025-10-20 02:20:28,720 - DEBUG - No XMPP flaps were noticed during the test
2025-10-20 02:20:28,720 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2025-10-20 02:20:28,721 - INFO - -------------------------------------------------------------------------------- 2025-10-20 02:20:29,436 - INFO - Deleted project: ctest-TestPorts-00884486, ID : b392b351-e1aa-49d3-911a-7330de04b598