2026-05-07 02:20:18,153 - INFO - Domain Default found not creating
2026-05-07 02:20:18,357 - INFO - Project ctest-TestPorts-80128502 not found, creating it
2026-05-07 02:20:18,834 - INFO - Created Project:ctest-TestPorts-80128502, ID : b520117f-8f69-433a-98c5-8cd4725d1aca
2026-05-07 02:20:20,727 - INFO - ================================================================================
2026-05-07 02:20:20,727 - INFO - STARTING TEST : test_ports_bindings
2026-05-07 02:20:20,727 - 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-05-07 02:20:20,993 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-05-07 02:20:20,993 - INFO - Initial checks done. Running the testcase now
2026-05-07 02:20:20,993 - INFO -
2026-05-07 02:20:21,663 - DEBUG - Response for create_network : {'network': {'id': '9a753311-0349-413c-a176-7ce47b74b713', 'name': 'ctest-vn-44848749', 'tenant_id': 'b520117f8f69433a98c58cd4725d1aca', 'project_id': 'b520117f8f69433a98c58cd4725d1aca', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-80128502', 'ctest-vn-44848749'], 'port_security_enabled': True, 'description': ''}}
2026-05-07 02:20:21,878 - DEBUG - Response for create_subnet : {'subnet': {'id': '38c217c8-38f4-4033-9990-fa2ecf788f5f', 'name': '', 'tenant_id': 'b520117f8f69433a98c58cd4725d1aca', 'network_id': '9a753311-0349-413c-a176-7ce47b74b713', 'ip_version': 4, 'cidr': '6.154.152.64/26', 'allocation_pools': [{'start': '6.154.152.66', 'end': '6.154.152.126'}], 'gateway_ip': '6.154.152.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '6.154.152.66', 'tags': [], 'project_id': 'b520117f8f69433a98c58cd4725d1aca'}}
2026-05-07 02:20:21,901 - INFO - Created VN ctest-vn-44848749
2026-05-07 02:20:21,957 - DEBUG - VN ctest-vn-44848749 UUID is 9a753311-0349-413c-a176-7ce47b74b713
2026-05-07 02:20:22,080 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-80128502', 'ctest-vmi-82650813']}
2026-05-07 02:20:22,348 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-82650813', 'id': '6871dbe2-64d4-4cb0-abd6-1fd2502fa2f4', 'tenant_id': 'b520117f8f69433a98c58cd4725d1aca', 'network_id': '9a753311-0349-413c-a176-7ce47b74b713', 'mac_address': '02:68:71:db:e2:64', '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': '6.154.152.67', 'subnet_id': '38c217c8-38f4-4033-9990-fa2ecf788f5f'}], 'security_groups': ['8bce4525-a160-44a1-a222-bfe2124eeaab'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b520117f8f69433a98c58cd4725d1aca'}}
2026-05-07 02:20:22,348 - DEBUG - Created port 6871dbe2-64d4-4cb0-abd6-1fd2502fa2f4
2026-05-07 02:20:22,458 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/6871dbe2-64d4-4cb0-abd6-1fd2502fa2f4
2026-05-07 02:20:22,810 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/6871dbe2-64d4-4cb0-abd6-1fd2502fa2f4
2026-05-07 02:20:22,854 - INFO - VMI 6871dbe2-64d4-4cb0-abd6-1fd2502fa2f4 verification in API Server passed
2026-05-07 02:20:22,955 - DEBUG - Response for delete_port : ()
2026-05-07 02:20:22,955 - INFO - Deleted port 6871dbe2-64d4-4cb0-abd6-1fd2502fa2f4
2026-05-07 02:20:22,955 - INFO - Deleting VN ctest-vn-44848749
2026-05-07 02:20:23,073 - DEBUG - Response for deleting network ()
2026-05-07 02:20:23,337 - DEBUG - No XMPP flaps were noticed during the test
2026-05-07 02:20:23,337 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-05-07 02:20:23,338 - INFO - --------------------------------------------------------------------------------
2026-05-07 02:20:23,341 - INFO - ================================================================================
2026-05-07 02:20:23,341 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-05-07 02:20:23,341 - 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-05-07 02:20:23,642 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-05-07 02:20:23,642 - INFO - Initial checks done. Running the testcase now
2026-05-07 02:20:23,642 - INFO -
2026-05-07 02:20:23,853 - DEBUG - Response for create_network : {'network': {'id': 'cdfcad86-acf8-4ea2-9dd2-af1285169326', 'name': 'ctest-vn1-13839832', 'tenant_id': 'b520117f8f69433a98c58cd4725d1aca', 'project_id': 'b520117f8f69433a98c58cd4725d1aca', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-80128502', 'ctest-vn1-13839832'], 'port_security_enabled': True, 'description': ''}}
2026-05-07 02:20:24,031 - DEBUG - Response for create_subnet : {'subnet': {'id': '7e1702f8-65bb-47af-b4df-b253a82c497c', 'name': '', 'tenant_id': 'b520117f8f69433a98c58cd4725d1aca', 'network_id': 'cdfcad86-acf8-4ea2-9dd2-af1285169326', 'ip_version': 4, 'cidr': '56.187.93.0/26', 'allocation_pools': [{'start': '56.187.93.2', 'end': '56.187.93.62'}], 'gateway_ip': '56.187.93.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '56.187.93.2', 'tags': [], 'project_id': 'b520117f8f69433a98c58cd4725d1aca'}}
2026-05-07 02:20:24,193 - DEBUG - Response for create_subnet : {'subnet': {'id': '298768be-344a-4166-ae5a-b0f0110ec9ed', 'name': '', 'tenant_id': 'b520117f8f69433a98c58cd4725d1aca', 'network_id': 'cdfcad86-acf8-4ea2-9dd2-af1285169326', 'ip_version': 4, 'cidr': '91.186.234.192/26', 'allocation_pools': [{'start': '91.186.234.194', 'end': '91.186.234.254'}], 'gateway_ip': '91.186.234.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '91.186.234.194', 'tags': [], 'project_id': 'b520117f8f69433a98c58cd4725d1aca'}}
2026-05-07 02:20:24,216 - INFO - Created VN ctest-vn1-13839832
2026-05-07 02:20:24,270 - DEBUG - VN ctest-vn1-13839832 UUID is cdfcad86-acf8-4ea2-9dd2-af1285169326
2026-05-07 02:20:24,618 - DEBUG - Response for create_port : {'port': {'name': '1daad6fb-b127-4905-8ec5-2e149f6c1a0d', 'id': '1daad6fb-b127-4905-8ec5-2e149f6c1a0d', 'tenant_id': 'b520117f8f69433a98c58cd4725d1aca', 'network_id': 'cdfcad86-acf8-4ea2-9dd2-af1285169326', 'mac_address': '02:1d:aa:d6:fb:b1', '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': '56.187.93.5', 'subnet_id': '7e1702f8-65bb-47af-b4df-b253a82c497c'}], 'security_groups': ['8bce4525-a160-44a1-a222-bfe2124eeaab'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b520117f8f69433a98c58cd4725d1aca'}}
2026-05-07 02:20:24,826 - DEBUG - Response for create_port : {'port': {'name': '6a8c674e-d4db-4add-a187-076c135588bc', 'id': '6a8c674e-d4db-4add-a187-076c135588bc', 'tenant_id': 'b520117f8f69433a98c58cd4725d1aca', 'network_id': 'cdfcad86-acf8-4ea2-9dd2-af1285169326', 'mac_address': '02:6a:8c:67:4e:d4', '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': '91.186.234.197', 'subnet_id': '298768be-344a-4166-ae5a-b0f0110ec9ed'}], 'security_groups': ['8bce4525-a160-44a1-a222-bfe2124eeaab'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'b520117f8f69433a98c58cd4725d1aca'}}
2026-05-07 02:20:24,904 - DEBUG - Services list from nova: [, , ]
2026-05-07 02:20:25,316 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5750-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5750-1)
2026-05-07 02:20:25,826 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5750-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5750-1)
2026-05-07 02:20:25,826 - INFO - Waiting for VM ctest-vn1-vm1-96890245 to be up..
2026-05-07 02:20:25,872 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-05-07 02:20:30,966 - DEBUG - VM is in ACTIVE state now
2026-05-07 02:20:30,966 - INFO - VM name : ctest-vn1-vm1-96890245
2026-05-07 02:20:31,062 - DEBUG - VM ctest-vn1-vm1-96890245 ID is efa3a514-b36c-4d83-82ab-57df6906b652
2026-05-07 02:20:31,084 - DEBUG - VM ctest-vn1-vm1-96890245 launched on Node cn-jenkins-deploy-platform-ansible-os-5750-1
2026-05-07 02:20:31,177 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/efa3a514-b36c-4d83-82ab-57df6906b652
2026-05-07 02:20:31,187 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/1daad6fb-b127-4905-8ec5-2e149f6c1a0d
2026-05-07 02:20:34,452 - 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 1013ms')
2026-05-07 02:20:34,453 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-96890245 failed!
2026-05-07 02:20:34,514 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-80128502:ctest-vn1-13839832 is 56.187.93.1 and allocation pool is NOT set
2026-05-07 02:20:34,514 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-80128502:ctest-vn1-13839832 is 91.186.234.193 and allocation pool is NOT set
2026-05-07 02:20:38,605 - 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 1027ms')
2026-05-07 02:20:38,605 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-96890245 failed!
2026-05-07 02:20:38,665 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-80128502:ctest-vn1-13839832 is 56.187.93.1 and allocation pool is NOT set
2026-05-07 02:20:38,666 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-80128502:ctest-vn1-13839832 is 91.186.234.193 and allocation pool is NOT set
2026-05-07 02:20:40,735 - 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.24 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.521 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.521/1.878/3.236/1.357 ms')
2026-05-07 02:20:40,735 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-96890245 passed
2026-05-07 02:20:40,889 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-07 02:20:40,890 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-96890245, IP 56.187.93.5, Port 22
2026-05-07 02:20:41,060 - DEBUG - VM ctest-vn1-vm1-96890245 is ready for SSH connections
2026-05-07 02:20:41,060 - INFO - Waiting for VM ctest-vn1-vm2-49784804 to be up..
2026-05-07 02:20:41,162 - DEBUG - VM is in ACTIVE state now
2026-05-07 02:20:41,163 - INFO - VM name : ctest-vn1-vm2-49784804
2026-05-07 02:20:41,256 - DEBUG - VM ctest-vn1-vm2-49784804 ID is 28546b8f-d2ae-4827-b5b5-d91c93e52e7b
2026-05-07 02:20:41,256 - DEBUG - VM ctest-vn1-vm2-49784804 launched on Node cn-jenkins-deploy-platform-ansible-os-5750-1
2026-05-07 02:20:41,349 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/28546b8f-d2ae-4827-b5b5-d91c93e52e7b
2026-05-07 02:20:41,358 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/6a8c674e-d4db-4add-a187-076c135588bc
2026-05-07 02:20:42,609 - 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.44 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.509 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.509/1.973/3.437/1.464 ms')
2026-05-07 02:20:42,609 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-49784804 passed
2026-05-07 02:20:42,765 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-07 02:20:42,765 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-49784804, IP 91.186.234.197, Port 22
2026-05-07 02:20:42,931 - DEBUG - VM ctest-vn1-vm2-49784804 is ready for SSH connections
2026-05-07 02:20:42,931 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-07 02:20:42,931 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-07 02:20:42,931 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-05-07 02:20:42,932 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 56.187.93.5, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2026-05-07 02:20:42,932 - DEBUG - ping -s 56 -c 3 -W 1 56.187.93.5
2026-05-07 02:20:45,696 - DEBUG - PING 56.187.93.5 (56.187.93.5): 56 data bytes
64 bytes from 56.187.93.5: seq=0 ttl=63 time=4.492 ms
64 bytes from 56.187.93.5: seq=1 ttl=63 time=0.985 ms
64 bytes from 56.187.93.5: seq=2 ttl=63 time=1.007 ms
--- 56.187.93.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.985/2.161/4.492 ms
2026-05-07 02:20:45,696 - INFO - Ping to IP 56.187.93.5 from VM ctest-vn1-vm2-49784804 passed
2026-05-07 02:20:45,696 - INFO - Detaching port 6a8c674e-d4db-4add-a187-076c135588bc from VM ctest-vn1-vm2-49784804
2026-05-07 02:20:45,757 - INFO - Deleting VM ctest-vn1-vm2-49784804
2026-05-07 02:20:45,845 - INFO - Detaching port 1daad6fb-b127-4905-8ec5-2e149f6c1a0d from VM ctest-vn1-vm1-96890245
2026-05-07 02:20:45,881 - INFO - Deleting VM ctest-vn1-vm1-96890245
2026-05-07 02:20:46,153 - DEBUG - Response for delete_port : ()
2026-05-07 02:20:46,319 - DEBUG - Response for delete_port : ()
2026-05-07 02:20:46,319 - INFO - Deleting VN ctest-vn1-13839832
2026-05-07 02:20:46,461 - DEBUG - Response for deleting network ()
2026-05-07 02:20:46,736 - DEBUG - No XMPP flaps were noticed during the test
2026-05-07 02:20:46,736 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:23]
2026-05-07 02:20:46,737 - INFO - --------------------------------------------------------------------------------
2026-05-07 02:20:47,504 - INFO - Deleted project: ctest-TestPorts-80128502, ID : b520117f-8f69-433a-98c5-8cd4725d1aca