2025-10-31 00:33:11,303 - INFO - Domain Default found not creating
2025-10-31 00:33:11,489 - INFO - Project ctest-TestPorts-03590267 not found, creating it
2025-10-31 00:33:11,940 - INFO - Created Project:ctest-TestPorts-03590267, ID : 4e5bd489-abaa-4450-853a-9f44ad18afe4 
2025-10-31 00:33:13,429 - INFO - ================================================================================
2025-10-31 00:33:13,430 - INFO - STARTING TEST    : test_ports_bindings
2025-10-31 00:33:13,430 - 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-31 00:33:13,702 - DEBUG - Nothing to compare xmpp stats {'10.0.0.137': {'10.20.0.242': '0'}} with
2025-10-31 00:33:13,703 - INFO - Initial checks done. Running the testcase now
2025-10-31 00:33:13,703 - INFO - 
2025-10-31 00:33:14,323 - DEBUG - Response for create_network : {'network': {'id': 'd176b618-f10b-450f-bd54-63728c233602', 'name': 'ctest-vn-75996444', 'tenant_id': '4e5bd489abaa4450853a9f44ad18afe4', 'project_id': '4e5bd489abaa4450853a9f44ad18afe4', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-03590267', 'ctest-vn-75996444'], 'port_security_enabled': True, 'description': ''}}
2025-10-31 00:33:14,512 - DEBUG - Response for create_subnet : {'subnet': {'id': '95334fb1-634e-4745-b308-46f5c90adf7a', 'name': '', 'tenant_id': '4e5bd489abaa4450853a9f44ad18afe4', 'network_id': 'd176b618-f10b-450f-bd54-63728c233602', 'ip_version': 4, 'cidr': '176.153.239.64/26', 'allocation_pools': [{'start': '176.153.239.66', 'end': '176.153.239.126'}], 'gateway_ip': '176.153.239.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '176.153.239.66', 'tags': [], 'project_id': '4e5bd489abaa4450853a9f44ad18afe4'}}
2025-10-31 00:33:14,531 - INFO - Created VN ctest-vn-75996444
2025-10-31 00:33:14,584 - DEBUG - VN ctest-vn-75996444 UUID is d176b618-f10b-450f-bd54-63728c233602
2025-10-31 00:33:14,702 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-03590267', 'ctest-vmi-27729986']}
2025-10-31 00:33:14,967 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-27729986', 'id': '655a4f18-35bc-48a3-8b00-7e002fd45417', 'tenant_id': '4e5bd489abaa4450853a9f44ad18afe4', 'network_id': 'd176b618-f10b-450f-bd54-63728c233602', 'mac_address': '02:65:5a:4f:18:35', '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': '176.153.239.67', 'subnet_id': '95334fb1-634e-4745-b308-46f5c90adf7a'}], 'security_groups': ['1a7c6257-eede-4dc3-973e-357c0b517aef'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '4e5bd489abaa4450853a9f44ad18afe4'}}
2025-10-31 00:33:14,967 - DEBUG - Created port 655a4f18-35bc-48a3-8b00-7e002fd45417
2025-10-31 00:33:15,073 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-machine-interface/655a4f18-35bc-48a3-8b00-7e002fd45417
2025-10-31 00:33:15,391 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-machine-interface/655a4f18-35bc-48a3-8b00-7e002fd45417
2025-10-31 00:33:15,432 - INFO - VMI 655a4f18-35bc-48a3-8b00-7e002fd45417 verification in API Server passed
2025-10-31 00:33:15,536 - DEBUG - Response for delete_port : ()
2025-10-31 00:33:15,536 - INFO - Deleted port 655a4f18-35bc-48a3-8b00-7e002fd45417
2025-10-31 00:33:15,536 - INFO - Deleting VN ctest-vn-75996444 
2025-10-31 00:33:15,650 - DEBUG - Response for deleting network ()
2025-10-31 00:33:15,911 - DEBUG - No XMPP flaps were noticed during the test
2025-10-31 00:33:15,911 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2025-10-31 00:33:15,911 - INFO - --------------------------------------------------------------------------------
2025-10-31 00:33:15,915 - INFO - ================================================================================
2025-10-31 00:33:15,915 - INFO - STARTING TEST    : test_ports_specific_subnet_ip
2025-10-31 00:33:15,915 - 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-31 00:33:16,207 - DEBUG - Nothing to compare xmpp stats {'10.0.0.137': {'10.20.0.242': '0'}} with
2025-10-31 00:33:16,207 - INFO - Initial checks done. Running the testcase now
2025-10-31 00:33:16,207 - INFO - 
2025-10-31 00:33:16,396 - DEBUG - Response for create_network : {'network': {'id': '884f9395-e12e-49df-a067-8ab39472a979', 'name': 'ctest-vn1-14377434', 'tenant_id': '4e5bd489abaa4450853a9f44ad18afe4', 'project_id': '4e5bd489abaa4450853a9f44ad18afe4', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-03590267', 'ctest-vn1-14377434'], 'port_security_enabled': True, 'description': ''}}
2025-10-31 00:33:16,589 - DEBUG - Response for create_subnet : {'subnet': {'id': 'ea464b30-1f7a-4233-b379-291857ea6dac', 'name': '', 'tenant_id': '4e5bd489abaa4450853a9f44ad18afe4', 'network_id': '884f9395-e12e-49df-a067-8ab39472a979', 'ip_version': 4, 'cidr': '17.208.17.0/26', 'allocation_pools': [{'start': '17.208.17.2', 'end': '17.208.17.62'}], 'gateway_ip': '17.208.17.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '17.208.17.2', 'tags': [], 'project_id': '4e5bd489abaa4450853a9f44ad18afe4'}}
2025-10-31 00:33:16,754 - DEBUG - Response for create_subnet : {'subnet': {'id': '52feec5d-9f8f-4d0a-8b7f-d123fe1bdb48', 'name': '', 'tenant_id': '4e5bd489abaa4450853a9f44ad18afe4', 'network_id': '884f9395-e12e-49df-a067-8ab39472a979', 'ip_version': 4, 'cidr': '179.189.22.128/26', 'allocation_pools': [{'start': '179.189.22.130', 'end': '179.189.22.190'}], 'gateway_ip': '179.189.22.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '179.189.22.130', 'tags': [], 'project_id': '4e5bd489abaa4450853a9f44ad18afe4'}}
2025-10-31 00:33:16,777 - INFO - Created VN ctest-vn1-14377434
2025-10-31 00:33:16,833 - DEBUG - VN ctest-vn1-14377434 UUID is 884f9395-e12e-49df-a067-8ab39472a979
2025-10-31 00:33:17,147 - DEBUG - Response for create_port : {'port': {'name': '3a62342a-06ee-494a-ba30-dc6f86e5722f', 'id': '3a62342a-06ee-494a-ba30-dc6f86e5722f', 'tenant_id': '4e5bd489abaa4450853a9f44ad18afe4', 'network_id': '884f9395-e12e-49df-a067-8ab39472a979', 'mac_address': '02:3a:62:34:2a:06', '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': '17.208.17.5', 'subnet_id': 'ea464b30-1f7a-4233-b379-291857ea6dac'}], 'security_groups': ['1a7c6257-eede-4dc3-973e-357c0b517aef'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '4e5bd489abaa4450853a9f44ad18afe4'}}
2025-10-31 00:33:17,325 - DEBUG - Response for create_port : {'port': {'name': '271450d4-ed53-49f5-b331-2cfaf1998b1c', 'id': '271450d4-ed53-49f5-b331-2cfaf1998b1c', 'tenant_id': '4e5bd489abaa4450853a9f44ad18afe4', 'network_id': '884f9395-e12e-49df-a067-8ab39472a979', 'mac_address': '02:27:14:50:d4:ed', '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': '179.189.22.133', 'subnet_id': '52feec5d-9f8f-4d0a-8b7f-d123fe1bdb48'}], 'security_groups': ['1a7c6257-eede-4dc3-973e-357c0b517aef'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '4e5bd489abaa4450853a9f44ad18afe4'}}
2025-10-31 00:33:17,394 - DEBUG - Services list from nova: [, , ]
2025-10-31 00:33:17,788 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4565-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4565-1)
2025-10-31 00:33:18,217 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4565-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4565-1)
2025-10-31 00:33:18,217 - INFO - Waiting for VM ctest-vn1-vm1-37026688 to be up..
2025-10-31 00:33:18,268 - DEBUG - VM  is still in BUILD state, Expected: ACTIVE
2025-10-31 00:33:23,350 - DEBUG - VM  is in ACTIVE state now
2025-10-31 00:33:23,350 - INFO - VM name : ctest-vn1-vm1-37026688
2025-10-31 00:33:23,430 - DEBUG - VM ctest-vn1-vm1-37026688 ID is 0a74283f-4f3c-4330-9d22-43b9c2567ceb
2025-10-31 00:33:23,459 - DEBUG - VM ctest-vn1-vm1-37026688 launched on Node cn-jenkins-deploy-platform-ansible-os-4565-1
2025-10-31 00:33:23,545 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-machine/0a74283f-4f3c-4330-9d22-43b9c2567ceb
2025-10-31 00:33:23,554 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-machine-interface/3a62342a-06ee-494a-ba30-dc6f86e5722f
2025-10-31 00:33:26,822 - 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 1026ms')
2025-10-31 00:33:26,823 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-37026688 failed!
2025-10-31 00:33:26,876 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-03590267:ctest-vn1-14377434 is 17.208.17.1 and allocation pool is NOT set
2025-10-31 00:33:26,876 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-03590267:ctest-vn1-14377434 is 179.189.22.129 and allocation pool is NOT set
2025-10-31 00:33:30,946 - 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=10.8 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1010ms\r\nrtt min/avg/max/mdev = 10.767/10.767/10.767/0.000 ms')
2025-10-31 00:33:30,946 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-37026688 passed
2025-10-31 00:33:31,096 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-31 00:33:31,096 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-37026688, IP 17.208.17.5, Port 22
2025-10-31 00:33:31,253 - DEBUG - VM ctest-vn1-vm1-37026688 is ready for SSH connections
2025-10-31 00:33:31,253 - INFO - Waiting for VM ctest-vn1-vm2-31959302 to be up..
2025-10-31 00:33:31,341 - DEBUG - VM  is in ACTIVE state now
2025-10-31 00:33:31,341 - INFO - VM name : ctest-vn1-vm2-31959302
2025-10-31 00:33:31,415 - DEBUG - VM ctest-vn1-vm2-31959302 ID is 7058c78b-5e85-4fce-b8fd-532b49f628c9
2025-10-31 00:33:31,415 - DEBUG - VM ctest-vn1-vm2-31959302 launched on Node cn-jenkins-deploy-platform-ansible-os-4565-1
2025-10-31 00:33:31,499 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-machine/7058c78b-5e85-4fce-b8fd-532b49f628c9
2025-10-31 00:33:31,508 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-machine-interface/271450d4-ed53-49f5-b331-2cfaf1998b1c
2025-10-31 00:33:32,750 - 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=3.51 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.811 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.811/2.162/3.514/1.351 ms')
2025-10-31 00:33:32,750 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-31959302 passed
2025-10-31 00:33:32,908 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-31 00:33:32,909 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-31959302, IP 179.189.22.133, Port 22
2025-10-31 00:33:33,065 - DEBUG - VM ctest-vn1-vm2-31959302 is ready for SSH connections
2025-10-31 00:33:33,065 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-31 00:33:33,065 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-31 00:33:33,065 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-31 00:33:33,065 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1  17.208.17.5, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.137, gateway password: c0ntrail123
2025-10-31 00:33:33,065 - DEBUG - ping -s 56 -c 3 -W 1  17.208.17.5
2025-10-31 00:33:35,746 - DEBUG - PING 17.208.17.5 (17.208.17.5): 56 data bytes
64 bytes from 17.208.17.5: seq=0 ttl=63 time=3.958 ms
64 bytes from 17.208.17.5: seq=1 ttl=63 time=1.184 ms
64 bytes from 17.208.17.5: seq=2 ttl=63 time=0.932 ms
--- 17.208.17.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.932/2.024/3.958 ms
2025-10-31 00:33:35,746 - INFO - Ping to IP 17.208.17.5 from VM ctest-vn1-vm2-31959302 passed
2025-10-31 00:33:35,746 - INFO - Detaching port 271450d4-ed53-49f5-b331-2cfaf1998b1c from VM ctest-vn1-vm2-31959302
2025-10-31 00:33:35,803 - INFO - Deleting VM ctest-vn1-vm2-31959302
2025-10-31 00:33:35,888 - INFO - Detaching port 3a62342a-06ee-494a-ba30-dc6f86e5722f from VM ctest-vn1-vm1-37026688
2025-10-31 00:33:35,927 - INFO - Deleting VM ctest-vn1-vm1-37026688
2025-10-31 00:33:36,203 - DEBUG - Response for delete_port : ()
2025-10-31 00:33:36,414 - DEBUG - Response for delete_port : ()
2025-10-31 00:33:36,414 - INFO - Deleting VN ctest-vn1-14377434 
2025-10-31 00:33:36,618 - DEBUG - Response for deleting network ()
2025-10-31 00:33:36,892 - DEBUG - No XMPP flaps were noticed during the test
2025-10-31 00:33:36,892 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2025-10-31 00:33:36,892 - INFO - --------------------------------------------------------------------------------
2025-10-31 00:33:37,575 - INFO - Deleted project: ctest-TestPorts-03590267, ID : 4e5bd489-abaa-4450-853a-9f44ad18afe4