2026-03-24 20:28:44,284 - INFO - Domain Default found not creating
2026-03-24 20:28:44,448 - INFO - Project ctest-TestPorts-17545179 not found, creating it
2026-03-24 20:28:44,906 - INFO - Created Project:ctest-TestPorts-17545179, ID : 0840629c-bfbe-4b5e-b7f6-f624a62e347d
2026-03-24 20:28:46,354 - INFO - ================================================================================
2026-03-24 20:28:46,354 - INFO - STARTING TEST : test_ports_bindings
2026-03-24 20:28:46,354 - 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
2026-03-24 20:28:46,609 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-03-24 20:28:46,609 - INFO - Initial checks done. Running the testcase now
2026-03-24 20:28:46,609 - INFO -
2026-03-24 20:28:47,324 - DEBUG - Response for create_network : {'network': {'id': 'c3f8e812-9f58-4301-a50a-5b015ed1491a', 'name': 'ctest-vn-19580181', 'tenant_id': '0840629cbfbe4b5eb7f6f624a62e347d', 'project_id': '0840629cbfbe4b5eb7f6f624a62e347d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-17545179', 'ctest-vn-19580181'], 'port_security_enabled': True, 'description': ''}}
2026-03-24 20:28:47,731 - DEBUG - Response for create_subnet : {'subnet': {'id': '09291678-97ea-4b25-9f1d-e9802d02b51d', 'name': '', 'tenant_id': '0840629cbfbe4b5eb7f6f624a62e347d', 'network_id': 'c3f8e812-9f58-4301-a50a-5b015ed1491a', 'ip_version': 4, 'cidr': '176.134.35.0/26', 'allocation_pools': [{'start': '176.134.35.2', 'end': '176.134.35.62'}], 'gateway_ip': '176.134.35.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '176.134.35.2', 'tags': [], 'project_id': '0840629cbfbe4b5eb7f6f624a62e347d'}}
2026-03-24 20:28:47,750 - INFO - Created VN ctest-vn-19580181
2026-03-24 20:28:47,804 - DEBUG - VN ctest-vn-19580181 UUID is c3f8e812-9f58-4301-a50a-5b015ed1491a
2026-03-24 20:28:47,915 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-17545179', 'ctest-vmi-61160626']}
2026-03-24 20:28:48,157 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-61160626', 'id': 'c23168f9-66de-49b0-81fe-d07156710ed4', 'tenant_id': '0840629cbfbe4b5eb7f6f624a62e347d', 'network_id': 'c3f8e812-9f58-4301-a50a-5b015ed1491a', 'mac_address': '02:c2:31:68:f9:66', '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.134.35.3', 'subnet_id': '09291678-97ea-4b25-9f1d-e9802d02b51d'}], 'security_groups': ['5f314807-da4a-4e63-98e4-86762a725535'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '0840629cbfbe4b5eb7f6f624a62e347d'}}
2026-03-24 20:28:48,157 - DEBUG - Created port c23168f9-66de-49b0-81fe-d07156710ed4
2026-03-24 20:28:48,260 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/c23168f9-66de-49b0-81fe-d07156710ed4
2026-03-24 20:28:48,550 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/c23168f9-66de-49b0-81fe-d07156710ed4
2026-03-24 20:28:48,583 - INFO - VMI c23168f9-66de-49b0-81fe-d07156710ed4 verification in API Server passed
2026-03-24 20:28:48,668 - DEBUG - Response for delete_port : ()
2026-03-24 20:28:48,669 - INFO - Deleted port c23168f9-66de-49b0-81fe-d07156710ed4
2026-03-24 20:28:48,669 - INFO - Deleting VN ctest-vn-19580181
2026-03-24 20:28:48,761 - DEBUG - Response for deleting network ()
2026-03-24 20:28:49,017 - DEBUG - No XMPP flaps were noticed during the test
2026-03-24 20:28:49,017 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-03-24 20:28:49,017 - INFO - --------------------------------------------------------------------------------
2026-03-24 20:28:49,019 - INFO - ================================================================================
2026-03-24 20:28:49,019 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-03-24 20:28:49,019 - 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
2026-03-24 20:28:49,304 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with
2026-03-24 20:28:49,304 - INFO - Initial checks done. Running the testcase now
2026-03-24 20:28:49,304 - INFO -
2026-03-24 20:28:49,482 - DEBUG - Response for create_network : {'network': {'id': 'b003bd9e-aeff-4fb3-a396-6b2d8b15415d', 'name': 'ctest-vn1-90710706', 'tenant_id': '0840629cbfbe4b5eb7f6f624a62e347d', 'project_id': '0840629cbfbe4b5eb7f6f624a62e347d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-17545179', 'ctest-vn1-90710706'], 'port_security_enabled': True, 'description': ''}}
2026-03-24 20:28:49,681 - DEBUG - Response for create_subnet : {'subnet': {'id': '151bfcac-0672-4735-9f52-2aeec26cb578', 'name': '', 'tenant_id': '0840629cbfbe4b5eb7f6f624a62e347d', 'network_id': 'b003bd9e-aeff-4fb3-a396-6b2d8b15415d', 'ip_version': 4, 'cidr': '168.5.72.0/26', 'allocation_pools': [{'start': '168.5.72.2', 'end': '168.5.72.62'}], 'gateway_ip': '168.5.72.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '168.5.72.2', 'tags': [], 'project_id': '0840629cbfbe4b5eb7f6f624a62e347d'}}
2026-03-24 20:28:49,870 - DEBUG - Response for create_subnet : {'subnet': {'id': 'c1505c68-b84b-4c0b-a78e-5243ebcd647f', 'name': '', 'tenant_id': '0840629cbfbe4b5eb7f6f624a62e347d', 'network_id': 'b003bd9e-aeff-4fb3-a396-6b2d8b15415d', 'ip_version': 4, 'cidr': '115.75.205.0/26', 'allocation_pools': [{'start': '115.75.205.2', 'end': '115.75.205.62'}], 'gateway_ip': '115.75.205.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '115.75.205.2', 'tags': [], 'project_id': '0840629cbfbe4b5eb7f6f624a62e347d'}}
2026-03-24 20:28:49,890 - INFO - Created VN ctest-vn1-90710706
2026-03-24 20:28:49,944 - DEBUG - VN ctest-vn1-90710706 UUID is b003bd9e-aeff-4fb3-a396-6b2d8b15415d
2026-03-24 20:28:50,260 - DEBUG - Response for create_port : {'port': {'name': 'ebcfa339-b0d5-4eb5-a1f2-3fde7e18abe0', 'id': 'ebcfa339-b0d5-4eb5-a1f2-3fde7e18abe0', 'tenant_id': '0840629cbfbe4b5eb7f6f624a62e347d', 'network_id': 'b003bd9e-aeff-4fb3-a396-6b2d8b15415d', 'mac_address': '02:eb:cf:a3:39:b0', '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': '168.5.72.5', 'subnet_id': '151bfcac-0672-4735-9f52-2aeec26cb578'}], 'security_groups': ['5f314807-da4a-4e63-98e4-86762a725535'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '0840629cbfbe4b5eb7f6f624a62e347d'}}
2026-03-24 20:28:50,416 - DEBUG - Response for create_port : {'port': {'name': 'df89d7ef-d5ad-4b46-bd8d-b1b606e6e4be', 'id': 'df89d7ef-d5ad-4b46-bd8d-b1b606e6e4be', 'tenant_id': '0840629cbfbe4b5eb7f6f624a62e347d', 'network_id': 'b003bd9e-aeff-4fb3-a396-6b2d8b15415d', 'mac_address': '02:df:89:d7:ef:d5', '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': '115.75.205.5', 'subnet_id': 'c1505c68-b84b-4c0b-a78e-5243ebcd647f'}], 'security_groups': ['5f314807-da4a-4e63-98e4-86762a725535'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '0840629cbfbe4b5eb7f6f624a62e347d'}}
2026-03-24 20:28:50,469 - DEBUG - Services list from nova: [, , ]
2026-03-24 20:28:50,801 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5536-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5536-1)
2026-03-24 20:28:51,325 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5536-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5536-1)
2026-03-24 20:28:51,325 - INFO - Waiting for VM ctest-vn1-vm1-93750435 to be up..
2026-03-24 20:28:51,362 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-03-24 20:28:56,468 - DEBUG - VM is in ACTIVE state now
2026-03-24 20:28:56,468 - INFO - VM name : ctest-vn1-vm1-93750435
2026-03-24 20:28:56,586 - DEBUG - VM ctest-vn1-vm1-93750435 ID is 4d340599-92e1-46b7-a705-59b1991cd545
2026-03-24 20:28:56,610 - DEBUG - VM ctest-vn1-vm1-93750435 launched on Node cn-jenkins-deploy-platform-ansible-os-5536-1
2026-03-24 20:28:56,708 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/4d340599-92e1-46b7-a705-59b1991cd545
2026-03-24 20:28:56,717 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/ebcfa339-b0d5-4eb5-a1f2-3fde7e18abe0
2026-03-24 20:28:59,971 - 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 1007ms')
2026-03-24 20:28:59,971 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-93750435 failed!
2026-03-24 20:29:00,028 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-17545179:ctest-vn1-90710706 is 168.5.72.1 and allocation pool is NOT set
2026-03-24 20:29:00,028 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-17545179:ctest-vn1-90710706 is 115.75.205.1 and allocation pool is NOT set
2026-03-24 20:29:02,084 - 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.66 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.313 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 0.313/1.487/2.661/1.174 ms')
2026-03-24 20:29:02,084 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-93750435 passed
2026-03-24 20:29:02,232 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 20:29:02,232 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-93750435, IP 168.5.72.5, Port 22
2026-03-24 20:29:02,386 - DEBUG - VM ctest-vn1-vm1-93750435 is ready for SSH connections
2026-03-24 20:29:02,386 - INFO - Waiting for VM ctest-vn1-vm2-99368714 to be up..
2026-03-24 20:29:02,466 - DEBUG - VM is in ACTIVE state now
2026-03-24 20:29:02,466 - INFO - VM name : ctest-vn1-vm2-99368714
2026-03-24 20:29:02,543 - DEBUG - VM ctest-vn1-vm2-99368714 ID is 070db3fa-6f96-4ceb-982b-ec985eab1a24
2026-03-24 20:29:02,543 - DEBUG - VM ctest-vn1-vm2-99368714 launched on Node cn-jenkins-deploy-platform-ansible-os-5536-1
2026-03-24 20:29:02,617 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/070db3fa-6f96-4ceb-982b-ec985eab1a24
2026-03-24 20:29:02,625 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/df89d7ef-d5ad-4b46-bd8d-b1b606e6e4be
2026-03-24 20:29:03,852 - 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.75 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.525 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.525/1.639/2.754/1.114 ms')
2026-03-24 20:29:03,852 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-99368714 passed
2026-03-24 20:29:04,004 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 20:29:04,004 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-99368714, IP 115.75.205.5, Port 22
2026-03-24 20:29:04,163 - DEBUG - VM ctest-vn1-vm2-99368714 is ready for SSH connections
2026-03-24 20:29:04,163 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 20:29:04,164 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 20:29:04,164 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-24 20:29:04,164 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 168.5.72.5, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-03-24 20:29:04,164 - DEBUG - ping -s 56 -c 3 -W 1 168.5.72.5
2026-03-24 20:29:07,094 - DEBUG - PING 168.5.72.5 (168.5.72.5): 56 data bytes
64 bytes from 168.5.72.5: seq=0 ttl=63 time=3.393 ms
64 bytes from 168.5.72.5: seq=1 ttl=63 time=0.812 ms
64 bytes from 168.5.72.5: seq=2 ttl=63 time=0.826 ms
--- 168.5.72.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.812/1.677/3.393 ms
2026-03-24 20:29:07,094 - INFO - Ping to IP 168.5.72.5 from VM ctest-vn1-vm2-99368714 passed
2026-03-24 20:29:07,094 - INFO - Detaching port df89d7ef-d5ad-4b46-bd8d-b1b606e6e4be from VM ctest-vn1-vm2-99368714
2026-03-24 20:29:07,143 - INFO - Deleting VM ctest-vn1-vm2-99368714
2026-03-24 20:29:07,207 - INFO - Detaching port ebcfa339-b0d5-4eb5-a1f2-3fde7e18abe0 from VM ctest-vn1-vm1-93750435
2026-03-24 20:29:07,239 - INFO - Deleting VM ctest-vn1-vm1-93750435
2026-03-24 20:29:07,447 - DEBUG - Response for delete_port : ()
2026-03-24 20:29:07,589 - DEBUG - Response for delete_port : ()
2026-03-24 20:29:07,589 - INFO - Deleting VN ctest-vn1-90710706
2026-03-24 20:29:07,706 - DEBUG - Response for deleting network ()
2026-03-24 20:29:07,960 - DEBUG - No XMPP flaps were noticed during the test
2026-03-24 20:29:07,960 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:18]
2026-03-24 20:29:07,960 - INFO - --------------------------------------------------------------------------------
2026-03-24 20:29:08,628 - INFO - Deleted project: ctest-TestPorts-17545179, ID : 0840629c-bfbe-4b5e-b7f6-f624a62e347d