2025-10-15 12:43:03,689 - INFO - Domain Default found not creating
2025-10-15 12:43:03,846 - INFO - Project ctest-TestPorts-93282812 not found, creating it
2025-10-15 12:43:04,287 - INFO - Created Project:ctest-TestPorts-93282812, ID : 35532f1c-791c-4acd-9b01-7882edb49ad8 
2025-10-15 12:43:05,982 - INFO - ================================================================================
2025-10-15 12:43:05,982 - INFO - STARTING TEST    : test_ports_bindings
2025-10-15 12:43:05,982 - 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-15 12:43:06,236 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.145': '0'}} with
2025-10-15 12:43:06,236 - INFO - Initial checks done. Running the testcase now
2025-10-15 12:43:06,236 - INFO - 
2025-10-15 12:43:06,794 - DEBUG - Response for create_network : {'network': {'id': '529eb573-8563-43eb-aefc-5b675080e3da', 'name': 'ctest-vn-56517037', 'tenant_id': '35532f1c791c4acd9b017882edb49ad8', 'project_id': '35532f1c791c4acd9b017882edb49ad8', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-93282812', 'ctest-vn-56517037'], 'port_security_enabled': True, 'description': ''}}
2025-10-15 12:43:06,974 - DEBUG - Response for create_subnet : {'subnet': {'id': '91037e11-1474-480d-9264-909d76f6a8a9', 'name': '', 'tenant_id': '35532f1c791c4acd9b017882edb49ad8', 'network_id': '529eb573-8563-43eb-aefc-5b675080e3da', 'ip_version': 4, 'cidr': '182.26.175.192/26', 'allocation_pools': [{'start': '182.26.175.194', 'end': '182.26.175.254'}], 'gateway_ip': '182.26.175.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '182.26.175.194', 'tags': [], 'project_id': '35532f1c791c4acd9b017882edb49ad8'}}
2025-10-15 12:43:06,989 - INFO - Created VN ctest-vn-56517037
2025-10-15 12:43:07,039 - DEBUG - VN ctest-vn-56517037 UUID is 529eb573-8563-43eb-aefc-5b675080e3da
2025-10-15 12:43:07,135 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-93282812', 'ctest-vmi-28420431']}
2025-10-15 12:43:07,417 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-28420431', 'id': 'e7caf5db-cb88-4027-a979-4e196637dc32', 'tenant_id': '35532f1c791c4acd9b017882edb49ad8', 'network_id': '529eb573-8563-43eb-aefc-5b675080e3da', 'mac_address': '02:e7:ca:f5:db:cb', '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': '182.26.175.195', 'subnet_id': '91037e11-1474-480d-9264-909d76f6a8a9'}], 'security_groups': ['aa593f5d-3bd5-4b40-ae22-341bc2f0b40b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '35532f1c791c4acd9b017882edb49ad8'}}
2025-10-15 12:43:07,417 - DEBUG - Created port e7caf5db-cb88-4027-a979-4e196637dc32
2025-10-15 12:43:07,519 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/e7caf5db-cb88-4027-a979-4e196637dc32
2025-10-15 12:43:07,807 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/e7caf5db-cb88-4027-a979-4e196637dc32
2025-10-15 12:43:07,835 - INFO - VMI e7caf5db-cb88-4027-a979-4e196637dc32 verification in API Server passed
2025-10-15 12:43:07,924 - DEBUG - Response for delete_port : ()
2025-10-15 12:43:07,925 - INFO - Deleted port e7caf5db-cb88-4027-a979-4e196637dc32
2025-10-15 12:43:07,925 - INFO - Deleting VN ctest-vn-56517037 
2025-10-15 12:43:08,018 - DEBUG - Response for deleting network ()
2025-10-15 12:43:08,270 - DEBUG - No XMPP flaps were noticed during the test
2025-10-15 12:43:08,271 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2025-10-15 12:43:08,271 - INFO - --------------------------------------------------------------------------------
2025-10-15 12:43:08,273 - INFO - ================================================================================
2025-10-15 12:43:08,273 - INFO - STARTING TEST    : test_ports_specific_subnet_ip
2025-10-15 12:43:08,273 - 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-15 12:43:08,559 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.145': '0'}} with
2025-10-15 12:43:08,559 - INFO - Initial checks done. Running the testcase now
2025-10-15 12:43:08,559 - INFO - 
2025-10-15 12:43:08,720 - DEBUG - Response for create_network : {'network': {'id': 'ed85a2c8-6805-4e5f-b7f4-238f0dc80c2b', 'name': 'ctest-vn1-22360676', 'tenant_id': '35532f1c791c4acd9b017882edb49ad8', 'project_id': '35532f1c791c4acd9b017882edb49ad8', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-93282812', 'ctest-vn1-22360676'], 'port_security_enabled': True, 'description': ''}}
2025-10-15 12:43:08,867 - DEBUG - Response for create_subnet : {'subnet': {'id': '41246687-57e4-4da9-b709-51c8bd408c9d', 'name': '', 'tenant_id': '35532f1c791c4acd9b017882edb49ad8', 'network_id': 'ed85a2c8-6805-4e5f-b7f4-238f0dc80c2b', 'ip_version': 4, 'cidr': '159.252.101.192/26', 'allocation_pools': [{'start': '159.252.101.194', 'end': '159.252.101.254'}], 'gateway_ip': '159.252.101.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '159.252.101.194', 'tags': [], 'project_id': '35532f1c791c4acd9b017882edb49ad8'}}
2025-10-15 12:43:09,069 - DEBUG - Response for create_subnet : {'subnet': {'id': '249169f7-0dc3-482e-b837-b8b29252d7de', 'name': '', 'tenant_id': '35532f1c791c4acd9b017882edb49ad8', 'network_id': 'ed85a2c8-6805-4e5f-b7f4-238f0dc80c2b', 'ip_version': 4, 'cidr': '201.79.144.128/26', 'allocation_pools': [{'start': '201.79.144.130', 'end': '201.79.144.190'}], 'gateway_ip': '201.79.144.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '201.79.144.130', 'tags': [], 'project_id': '35532f1c791c4acd9b017882edb49ad8'}}
2025-10-15 12:43:09,084 - INFO - Created VN ctest-vn1-22360676
2025-10-15 12:43:09,135 - DEBUG - VN ctest-vn1-22360676 UUID is ed85a2c8-6805-4e5f-b7f4-238f0dc80c2b
2025-10-15 12:43:09,425 - DEBUG - Response for create_port : {'port': {'name': '5b90426d-c1c5-4b47-8e1d-dff9ea39011b', 'id': '5b90426d-c1c5-4b47-8e1d-dff9ea39011b', 'tenant_id': '35532f1c791c4acd9b017882edb49ad8', 'network_id': 'ed85a2c8-6805-4e5f-b7f4-238f0dc80c2b', 'mac_address': '02:5b:90:42:6d:c1', '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': '159.252.101.197', 'subnet_id': '41246687-57e4-4da9-b709-51c8bd408c9d'}], 'security_groups': ['aa593f5d-3bd5-4b40-ae22-341bc2f0b40b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '35532f1c791c4acd9b017882edb49ad8'}}
2025-10-15 12:43:09,574 - DEBUG - Response for create_port : {'port': {'name': 'e173718b-d0cb-4d19-96a6-254b5460191c', 'id': 'e173718b-d0cb-4d19-96a6-254b5460191c', 'tenant_id': '35532f1c791c4acd9b017882edb49ad8', 'network_id': 'ed85a2c8-6805-4e5f-b7f4-238f0dc80c2b', 'mac_address': '02:e1:73:71:8b: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': '201.79.144.133', 'subnet_id': '249169f7-0dc3-482e-b837-b8b29252d7de'}], 'security_groups': ['aa593f5d-3bd5-4b40-ae22-341bc2f0b40b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '35532f1c791c4acd9b017882edb49ad8'}}
2025-10-15 12:43:09,625 - DEBUG - Services list from nova: [, , ]
2025-10-15 12:43:09,915 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4324-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4324-1)
2025-10-15 12:43:10,260 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4324-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4324-1)
2025-10-15 12:43:10,261 - INFO - Waiting for VM ctest-vn1-vm1-58894859 to be up..
2025-10-15 12:43:10,301 - DEBUG - VM  is still in BUILD state, Expected: ACTIVE
2025-10-15 12:43:15,370 - DEBUG - VM  is in ACTIVE state now
2025-10-15 12:43:15,370 - INFO - VM name : ctest-vn1-vm1-58894859
2025-10-15 12:43:15,441 - DEBUG - VM ctest-vn1-vm1-58894859 ID is 5fed329b-8ac2-4fce-8bdb-9cfc1a952c23
2025-10-15 12:43:15,464 - DEBUG - VM ctest-vn1-vm1-58894859 launched on Node cn-jenkins-deploy-platform-ansible-os-4324-1
2025-10-15 12:43:15,528 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/5fed329b-8ac2-4fce-8bdb-9cfc1a952c23
2025-10-15 12:43:15,535 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/5b90426d-c1c5-4b47-8e1d-dff9ea39011b
2025-10-15 12:43:18,795 - 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 1025ms')
2025-10-15 12:43:18,795 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-58894859 failed!
2025-10-15 12:43:18,847 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-93282812:ctest-vn1-22360676 is 159.252.101.193 and allocation pool is NOT set
2025-10-15 12:43:18,847 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-93282812:ctest-vn1-22360676 is 201.79.144.129 and allocation pool is NOT set
2025-10-15 12:43:20,906 - 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=4.55 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=1.90 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.902/3.223/4.545/1.321 ms')
2025-10-15 12:43:20,906 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-58894859 passed
2025-10-15 12:43:21,055 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-15 12:43:21,055 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-58894859, IP 159.252.101.197, Port 22
2025-10-15 12:43:21,210 - DEBUG - VM ctest-vn1-vm1-58894859 is ready for SSH connections
2025-10-15 12:43:21,210 - INFO - Waiting for VM ctest-vn1-vm2-77605445 to be up..
2025-10-15 12:43:21,283 - DEBUG - VM  is in ACTIVE state now
2025-10-15 12:43:21,283 - INFO - VM name : ctest-vn1-vm2-77605445
2025-10-15 12:43:21,361 - DEBUG - VM ctest-vn1-vm2-77605445 ID is ba4d7293-74c5-41a5-8c6e-a3dcfaf8a493
2025-10-15 12:43:21,361 - DEBUG - VM ctest-vn1-vm2-77605445 launched on Node cn-jenkins-deploy-platform-ansible-os-4324-1
2025-10-15 12:43:21,429 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/ba4d7293-74c5-41a5-8c6e-a3dcfaf8a493
2025-10-15 12:43:21,437 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/e173718b-d0cb-4d19-96a6-254b5460191c
2025-10-15 12:43:22,678 - 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.78 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.605 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.605/2.191/3.778/1.586 ms')
2025-10-15 12:43:22,678 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-77605445 passed
2025-10-15 12:43:22,826 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-15 12:43:22,827 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-77605445, IP 201.79.144.133, Port 22
2025-10-15 12:43:22,982 - DEBUG - VM ctest-vn1-vm2-77605445 is ready for SSH connections
2025-10-15 12:43:22,982 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-15 12:43:22,982 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-15 12:43:22,982 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2025-10-15 12:43:22,982 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1  159.252.101.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2025-10-15 12:43:22,982 - DEBUG - ping -s 56 -c 3 -W 1  159.252.101.197
2025-10-15 12:43:25,961 - DEBUG - PING 159.252.101.197 (159.252.101.197): 56 data bytes
64 bytes from 159.252.101.197: seq=0 ttl=63 time=3.998 ms
64 bytes from 159.252.101.197: seq=1 ttl=63 time=0.992 ms
64 bytes from 159.252.101.197: seq=2 ttl=63 time=0.773 ms
--- 159.252.101.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.773/1.921/3.998 ms
2025-10-15 12:43:25,961 - INFO - Ping to IP 159.252.101.197 from VM ctest-vn1-vm2-77605445 passed
2025-10-15 12:43:25,961 - INFO - Detaching port e173718b-d0cb-4d19-96a6-254b5460191c from VM ctest-vn1-vm2-77605445
2025-10-15 12:43:26,010 - INFO - Deleting VM ctest-vn1-vm2-77605445
2025-10-15 12:43:26,078 - INFO - Detaching port 5b90426d-c1c5-4b47-8e1d-dff9ea39011b from VM ctest-vn1-vm1-58894859
2025-10-15 12:43:26,114 - INFO - Deleting VM ctest-vn1-vm1-58894859
2025-10-15 12:43:26,324 - DEBUG - Response for delete_port : ()
2025-10-15 12:43:26,477 - DEBUG - Response for delete_port : ()
2025-10-15 12:43:26,477 - INFO - Deleting VN ctest-vn1-22360676 
2025-10-15 12:43:26,597 - DEBUG - Response for deleting network ()
2025-10-15 12:43:26,852 - DEBUG - No XMPP flaps were noticed during the test
2025-10-15 12:43:26,852 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:18]
2025-10-15 12:43:26,852 - INFO - --------------------------------------------------------------------------------
2025-10-15 12:43:27,526 - INFO - Deleted project: ctest-TestPorts-93282812, ID : 35532f1c-791c-4acd-9b01-7882edb49ad8