2026-02-23 01:58:44,068 - INFO - Domain Default found not creating
2026-02-23 01:58:44,264 - INFO - Project ctest-TestPorts-07319692 not found, creating it
2026-02-23 01:58:44,775 - INFO - Created Project:ctest-TestPorts-07319692, ID : 62d95b73-2581-4fe0-b81f-01e55fdb13ef
2026-02-23 01:58:46,398 - INFO - ================================================================================
2026-02-23 01:58:46,398 - INFO - STARTING TEST : test_ports_bindings
2026-02-23 01:58:46,398 - 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-02-23 01:58:46,666 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.20.0.17': '0'}} with
2026-02-23 01:58:46,666 - INFO - Initial checks done. Running the testcase now
2026-02-23 01:58:46,666 - INFO -
2026-02-23 01:58:47,249 - DEBUG - Response for create_network : {'network': {'id': '36cb4f08-6afd-4ceb-aac4-9ae41f67e228', 'name': 'ctest-vn-22554544', 'tenant_id': '62d95b7325814fe0b81f01e55fdb13ef', 'project_id': '62d95b7325814fe0b81f01e55fdb13ef', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-07319692', 'ctest-vn-22554544'], 'port_security_enabled': True, 'description': ''}}
2026-02-23 01:58:47,440 - DEBUG - Response for create_subnet : {'subnet': {'id': 'cd11e291-653f-4042-8f3f-3fd3df311df8', 'name': '', 'tenant_id': '62d95b7325814fe0b81f01e55fdb13ef', 'network_id': '36cb4f08-6afd-4ceb-aac4-9ae41f67e228', 'ip_version': 4, 'cidr': '53.196.170.64/26', 'allocation_pools': [{'start': '53.196.170.66', 'end': '53.196.170.126'}], 'gateway_ip': '53.196.170.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '53.196.170.66', 'tags': [], 'project_id': '62d95b7325814fe0b81f01e55fdb13ef'}}
2026-02-23 01:58:47,462 - INFO - Created VN ctest-vn-22554544
2026-02-23 01:58:47,516 - DEBUG - VN ctest-vn-22554544 UUID is 36cb4f08-6afd-4ceb-aac4-9ae41f67e228
2026-02-23 01:58:47,630 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-07319692', 'ctest-vmi-47944427']}
2026-02-23 01:58:47,878 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-47944427', 'id': 'b56d033a-4ca2-42eb-ad92-5cbe5492113a', 'tenant_id': '62d95b7325814fe0b81f01e55fdb13ef', 'network_id': '36cb4f08-6afd-4ceb-aac4-9ae41f67e228', 'mac_address': '02:b5:6d:03:3a:4c', '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': '53.196.170.67', 'subnet_id': 'cd11e291-653f-4042-8f3f-3fd3df311df8'}], 'security_groups': ['e59be830-72de-423e-a288-175058f27721'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '62d95b7325814fe0b81f01e55fdb13ef'}}
2026-02-23 01:58:47,878 - DEBUG - Created port b56d033a-4ca2-42eb-ad92-5cbe5492113a
2026-02-23 01:58:47,984 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-machine-interface/b56d033a-4ca2-42eb-ad92-5cbe5492113a
2026-02-23 01:58:48,285 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-machine-interface/b56d033a-4ca2-42eb-ad92-5cbe5492113a
2026-02-23 01:58:48,322 - INFO - VMI b56d033a-4ca2-42eb-ad92-5cbe5492113a verification in API Server passed
2026-02-23 01:58:48,417 - DEBUG - Response for delete_port : ()
2026-02-23 01:58:48,417 - INFO - Deleted port b56d033a-4ca2-42eb-ad92-5cbe5492113a
2026-02-23 01:58:48,417 - INFO - Deleting VN ctest-vn-22554544
2026-02-23 01:58:48,534 - DEBUG - Response for deleting network ()
2026-02-23 01:58:48,790 - DEBUG - No XMPP flaps were noticed during the test
2026-02-23 01:58:48,790 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-02-23 01:58:48,790 - INFO - --------------------------------------------------------------------------------
2026-02-23 01:58:48,792 - INFO - ================================================================================
2026-02-23 01:58:48,792 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-02-23 01:58:48,793 - 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-02-23 01:58:49,081 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.20.0.17': '0'}} with
2026-02-23 01:58:49,081 - INFO - Initial checks done. Running the testcase now
2026-02-23 01:58:49,081 - INFO -
2026-02-23 01:58:49,291 - DEBUG - Response for create_network : {'network': {'id': 'bfa503e9-7065-4f4c-b240-b01f1e82df1f', 'name': 'ctest-vn1-96800385', 'tenant_id': '62d95b7325814fe0b81f01e55fdb13ef', 'project_id': '62d95b7325814fe0b81f01e55fdb13ef', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-07319692', 'ctest-vn1-96800385'], 'port_security_enabled': True, 'description': ''}}
2026-02-23 01:58:49,498 - DEBUG - Response for create_subnet : {'subnet': {'id': 'fab6328a-63ac-46c8-a58a-c641b0db6220', 'name': '', 'tenant_id': '62d95b7325814fe0b81f01e55fdb13ef', 'network_id': 'bfa503e9-7065-4f4c-b240-b01f1e82df1f', 'ip_version': 4, 'cidr': '168.72.35.64/26', 'allocation_pools': [{'start': '168.72.35.66', 'end': '168.72.35.126'}], 'gateway_ip': '168.72.35.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '168.72.35.66', 'tags': [], 'project_id': '62d95b7325814fe0b81f01e55fdb13ef'}}
2026-02-23 01:58:49,690 - DEBUG - Response for create_subnet : {'subnet': {'id': '4869d1a7-f5ab-4418-9b75-79f22b19bb44', 'name': '', 'tenant_id': '62d95b7325814fe0b81f01e55fdb13ef', 'network_id': 'bfa503e9-7065-4f4c-b240-b01f1e82df1f', 'ip_version': 4, 'cidr': '15.254.62.192/26', 'allocation_pools': [{'start': '15.254.62.194', 'end': '15.254.62.254'}], 'gateway_ip': '15.254.62.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '15.254.62.194', 'tags': [], 'project_id': '62d95b7325814fe0b81f01e55fdb13ef'}}
2026-02-23 01:58:49,712 - INFO - Created VN ctest-vn1-96800385
2026-02-23 01:58:49,764 - DEBUG - VN ctest-vn1-96800385 UUID is bfa503e9-7065-4f4c-b240-b01f1e82df1f
2026-02-23 01:58:50,089 - DEBUG - Response for create_port : {'port': {'name': '168c4863-2e18-4f8f-aa3e-c2cd12d1a304', 'id': '168c4863-2e18-4f8f-aa3e-c2cd12d1a304', 'tenant_id': '62d95b7325814fe0b81f01e55fdb13ef', 'network_id': 'bfa503e9-7065-4f4c-b240-b01f1e82df1f', 'mac_address': '02:16:8c:48:63:2e', '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.72.35.69', 'subnet_id': 'fab6328a-63ac-46c8-a58a-c641b0db6220'}], 'security_groups': ['e59be830-72de-423e-a288-175058f27721'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '62d95b7325814fe0b81f01e55fdb13ef'}}
2026-02-23 01:58:50,256 - DEBUG - Response for create_port : {'port': {'name': '576cd7e2-0487-45cc-a624-6ebb13c9f34f', 'id': '576cd7e2-0487-45cc-a624-6ebb13c9f34f', 'tenant_id': '62d95b7325814fe0b81f01e55fdb13ef', 'network_id': 'bfa503e9-7065-4f4c-b240-b01f1e82df1f', 'mac_address': '02:57:6c:d7:e2:04', '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': '15.254.62.197', 'subnet_id': '4869d1a7-f5ab-4418-9b75-79f22b19bb44'}], 'security_groups': ['e59be830-72de-423e-a288-175058f27721'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '62d95b7325814fe0b81f01e55fdb13ef'}}
2026-02-23 01:58:50,322 - DEBUG - Services list from nova: [, , ]
2026-02-23 01:58:50,703 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5384-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5384-1)
2026-02-23 01:58:51,133 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5384-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5384-1)
2026-02-23 01:58:51,133 - INFO - Waiting for VM ctest-vn1-vm1-90195133 to be up..
2026-02-23 01:58:51,177 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-02-23 01:58:56,267 - DEBUG - VM is in ACTIVE state now
2026-02-23 01:58:56,267 - INFO - VM name : ctest-vn1-vm1-90195133
2026-02-23 01:58:56,345 - DEBUG - VM ctest-vn1-vm1-90195133 ID is 05c188bc-668a-48ca-8b97-781bfee7f41e
2026-02-23 01:58:56,367 - DEBUG - VM ctest-vn1-vm1-90195133 launched on Node cn-jenkins-deploy-platform-ansible-os-5384-1
2026-02-23 01:58:56,445 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-machine/05c188bc-668a-48ca-8b97-781bfee7f41e
2026-02-23 01:58:56,454 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-machine-interface/168c4863-2e18-4f8f-aa3e-c2cd12d1a304
2026-02-23 01:58:59,707 - DEBUG - (True, 'PING 169.254.0.4 (169.254.0.4) 56(84) bytes of data.\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 0 received, 100% packet loss, time 1010ms')
2026-02-23 01:58:59,707 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-90195133 failed!
2026-02-23 01:58:59,764 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-07319692:ctest-vn1-96800385 is 168.72.35.65 and allocation pool is NOT set
2026-02-23 01:58:59,764 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-07319692:ctest-vn1-96800385 is 15.254.62.193 and allocation pool is NOT set
2026-02-23 01:59:03,838 - 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=2 ttl=63 time=7.68 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1010ms\r\nrtt min/avg/max/mdev = 7.678/7.678/7.678/0.000 ms')
2026-02-23 01:59:03,838 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-90195133 passed
2026-02-23 01:59:03,996 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-23 01:59:03,996 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-90195133, IP 168.72.35.69, Port 22
2026-02-23 01:59:04,159 - DEBUG - VM ctest-vn1-vm1-90195133 is ready for SSH connections
2026-02-23 01:59:04,159 - INFO - Waiting for VM ctest-vn1-vm2-62788537 to be up..
2026-02-23 01:59:04,242 - DEBUG - VM is in ACTIVE state now
2026-02-23 01:59:04,242 - INFO - VM name : ctest-vn1-vm2-62788537
2026-02-23 01:59:04,330 - DEBUG - VM ctest-vn1-vm2-62788537 ID is 5575dd58-88e7-4beb-bced-9f1ed9e338a2
2026-02-23 01:59:04,330 - DEBUG - VM ctest-vn1-vm2-62788537 launched on Node cn-jenkins-deploy-platform-ansible-os-5384-1
2026-02-23 01:59:04,414 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-machine/5575dd58-88e7-4beb-bced-9f1ed9e338a2
2026-02-23 01:59:04,422 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-machine-interface/576cd7e2-0487-45cc-a624-6ebb13c9f34f
2026-02-23 01:59:05,677 - 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=6.12 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=1.19 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.193/3.656/6.120/2.463 ms')
2026-02-23 01:59:05,677 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-62788537 passed
2026-02-23 01:59:05,832 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-23 01:59:05,832 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-62788537, IP 15.254.62.197, Port 22
2026-02-23 01:59:05,998 - DEBUG - VM ctest-vn1-vm2-62788537 is ready for SSH connections
2026-02-23 01:59:05,999 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-23 01:59:05,999 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-23 01:59:05,999 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-02-23 01:59:05,999 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 168.72.35.69, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.41, gateway password: c0ntrail123
2026-02-23 01:59:05,999 - DEBUG - ping -s 56 -c 3 -W 1 168.72.35.69
2026-02-23 01:59:09,683 - DEBUG - PING 168.72.35.69 (168.72.35.69): 56 data bytes
64 bytes from 168.72.35.69: seq=0 ttl=63 time=3.767 ms
64 bytes from 168.72.35.69: seq=1 ttl=63 time=1.261 ms
64 bytes from 168.72.35.69: seq=2 ttl=63 time=1.123 ms
--- 168.72.35.69 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.123/2.050/3.767 ms
2026-02-23 01:59:09,683 - INFO - Ping to IP 168.72.35.69 from VM ctest-vn1-vm2-62788537 passed
2026-02-23 01:59:09,683 - INFO - Detaching port 576cd7e2-0487-45cc-a624-6ebb13c9f34f from VM ctest-vn1-vm2-62788537
2026-02-23 01:59:09,740 - INFO - Deleting VM ctest-vn1-vm2-62788537
2026-02-23 01:59:09,817 - INFO - Detaching port 168c4863-2e18-4f8f-aa3e-c2cd12d1a304 from VM ctest-vn1-vm1-90195133
2026-02-23 01:59:09,854 - INFO - Deleting VM ctest-vn1-vm1-90195133
2026-02-23 01:59:10,111 - DEBUG - Response for delete_port : ()
2026-02-23 01:59:10,301 - DEBUG - Response for delete_port : ()
2026-02-23 01:59:10,301 - INFO - Deleting VN ctest-vn1-96800385
2026-02-23 01:59:10,441 - DEBUG - Response for deleting network ()
2026-02-23 01:59:10,693 - DEBUG - No XMPP flaps were noticed during the test
2026-02-23 01:59:10,693 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:22]
2026-02-23 01:59:10,693 - INFO - --------------------------------------------------------------------------------
2026-02-23 01:59:11,450 - INFO - Deleted project: ctest-TestPorts-07319692, ID : 62d95b73-2581-4fe0-b81f-01e55fdb13ef