2025-01-08 21:36:21,161 - DEBUG - [10.0.0.23]: Running cmd : hostname 2025-01-08 21:36:21,458 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-911-1 2025-01-08 21:36:21,459 - DEBUG - [10.0.0.23]: Running cmd : hostname -f 2025-01-08 21:36:21,495 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-911-1 2025-01-08 21:36:21,495 - DEBUG - [10.0.0.23]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-01-08 21:36:21,625 - DEBUG - Output : NAMES contrail_test_tIGn6Olwq contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_dns_1 control_nodemgr_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_api_1 config_api_schema_1 config_api_dnsmasq_1 2025-01-08 21:36:21,625 - DEBUG - [10.0.0.23]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-08 21:36:21,678 - DEBUG - Output : 10.0.0.23/24 172.17.0.1/16 2025-01-08 21:36:21,678 - DEBUG - [10.0.0.23]: Running cmd : getent hosts 10.0.0.23 | head -n 1 | awk '{print $2}' 2025-01-08 21:36:21,724 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-911-1 2025-01-08 21:36:21,824 - DEBUG - [10.0.0.29]: Running cmd : hostname 2025-01-08 21:36:22,082 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-911-1 2025-01-08 21:36:22,083 - DEBUG - [10.0.0.29]: Running cmd : hostname -f 2025-01-08 21:36:22,155 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-911-1 2025-01-08 21:36:22,155 - DEBUG - [10.0.0.29]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-01-08 21:36:22,212 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-08 21:36:22,213 - DEBUG - [10.0.0.29]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-08 21:36:22,286 - DEBUG - Output : 10.0.0.29/24 2025-01-08 21:36:22,286 - DEBUG - [10.0.0.29]: Running cmd : getent hosts 10.0.0.29 | head -n 1 | awk '{print $2}' 2025-01-08 21:36:22,320 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-911-1 2025-01-08 21:36:22,396 - INFO - Using existing project ['default-domain', 'k8s-default'](7e9c4545-05f2-4409-84c7-24ce1a8c8f16) 2025-01-08 21:36:22,470 - INFO - Using existing project ['default-domain', 'k8s-default'](7e9c4545-05f2-4409-84c7-24ce1a8c8f16) 2025-01-08 21:36:22,618 - INFO - ================================================================================ 2025-01-08 21:36:22,618 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-08 21:36:22,618 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-01-08 21:36:22,853 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-08 21:36:22,867 - DEBUG - Nothing to compare xmpp stats {'10.0.0.29': {'10.0.0.23': '0'}} with 2025-01-08 21:36:22,867 - INFO - Initial checks done. Running the testcase now 2025-01-08 21:36:22,867 - INFO - 2025-01-08 21:36:22,871 - INFO - Namespace default already exists 2025-01-08 21:36:22,871 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-08 21:36:22,986 - DEBUG - Output : cluster_project={} 2025-01-08 21:36:23,075 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-08 21:36:23,075 - DEBUG - Project uuid in Contrail is 7e9c4545-05f2-4409-84c7-24ce1a8c8f16 2025-01-08 21:36:23,075 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-08 21:36:23,191 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-08 21:36:23,191 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_NamespaceDatabaseList?namespace_uuid=9a594822-782c-47db-b18b-3793104960ca 2025-01-08 21:36:23,195 - INFO - Namespace default with uuid 9a594822-782c-47db-b18b-3793104960ca found in kube manager 2025-01-08 21:36:23,195 - INFO - Namespace default verification passed 2025-01-08 21:36:23,198 - DEBUG - Service ctest-nginx-svc-47776069 not present 2025-01-08 21:36:23,198 - INFO - Creating service ctest-nginx-svc-47776069 2025-01-08 21:36:23,213 - INFO - Created Service ctest-nginx-svc-47776069 2025-01-08 21:36:23,227 - DEBUG - Pod ctest-nginx-pod-13611352 not present 2025-01-08 21:36:23,228 - INFO - Creating Pod ctest-nginx-pod-13611352 2025-01-08 21:36:23,262 - DEBUG - Pod : ctest-nginx-pod-13611352 UUID is cae4d56e-36c8-43a1-8927-51ff63d77cf1 2025-01-08 21:36:23,266 - DEBUG - Pod ctest-nginx-pod-75179274 not present 2025-01-08 21:36:23,266 - INFO - Creating Pod ctest-nginx-pod-75179274 2025-01-08 21:36:23,324 - DEBUG - Pod : ctest-nginx-pod-75179274 UUID is c2d52ee0-de72-433b-a1a1-220c32319d77 2025-01-08 21:36:23,519 - INFO - Created VN __public__, UUID :2a5c42bf-3720-44f0-b863-e70ba55e1147 2025-01-08 21:36:23,771 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-08 21:36:23,779 - DEBUG - Requesting: http://10.0.0.23:8082/domain/668a8979-9d33-4311-b9a4-a1788c0b9158 2025-01-08 21:36:23,798 - DEBUG - Requesting: http://10.0.0.23:8082/project/7e9c4545-05f2-4409-84c7-24ce1a8c8f16 2025-01-08 21:36:23,882 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2a5c42bf-3720-44f0-b863-e70ba55e1147 2025-01-08 21:36:23,892 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2a5c42bf-3720-44f0-b863-e70ba55e1147 2025-01-08 21:36:23,902 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/f87a909a-b327-44c8-bb30-46ef4b66b3e2 2025-01-08 21:36:23,943 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/f87a909a-b327-44c8-bb30-46ef4b66b3e2 2025-01-08 21:36:23,969 - DEBUG - Route Targets: [] 2025-01-08 21:36:23,969 - DEBUG - RT names not yet present for VN __public__ 2025-01-08 21:36:28,970 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-08 21:36:28,976 - DEBUG - Requesting: http://10.0.0.23:8082/domain/668a8979-9d33-4311-b9a4-a1788c0b9158 2025-01-08 21:36:28,984 - DEBUG - Requesting: http://10.0.0.23:8082/project/7e9c4545-05f2-4409-84c7-24ce1a8c8f16 2025-01-08 21:36:29,079 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2a5c42bf-3720-44f0-b863-e70ba55e1147 2025-01-08 21:36:29,091 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2a5c42bf-3720-44f0-b863-e70ba55e1147 2025-01-08 21:36:29,102 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/f87a909a-b327-44c8-bb30-46ef4b66b3e2 2025-01-08 21:36:29,110 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/f87a909a-b327-44c8-bb30-46ef4b66b3e2 2025-01-08 21:36:29,116 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/228827fc-3843-4014-8627-664ad50cb78e 2025-01-08 21:36:29,122 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-08 21:36:29,122 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2a5c42bf-3720-44f0-b863-e70ba55e1147 2025-01-08 21:36:29,132 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/f87a909a-b327-44c8-bb30-46ef4b66b3e2 2025-01-08 21:36:29,146 - INFO - Verified VN network id 13 for VN 2a5c42bf-3720-44f0-b863-e70ba55e1147 2025-01-08 21:36:29,146 - INFO - Verifications in API Server for VN __public__ passed 2025-01-08 21:36:29,146 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2a5c42bf-3720-44f0-b863-e70ba55e1147 2025-01-08 21:36:29,155 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/f87a909a-b327-44c8-bb30-46ef4b66b3e2 2025-01-08 21:36:29,164 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/f87a909a-b327-44c8-bb30-46ef4b66b3e2 2025-01-08 21:36:29,170 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/228827fc-3843-4014-8627-664ad50cb78e 2025-01-08 21:36:29,177 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-08 21:36:29,185 - DEBUG - Control-node 10.0.0.23 : VN object is : {'node_name': 'virtual-network:default-domain:k8s-default:__public__', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'cloud-admin', 'owner-access': '7', 'group': 'cloud-admin-group', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '3052388036481402096', 'uuid-lslong': '13286717362878157127'}, 'enable': 'true', 'created': '2025-01-08T21:36:23', 'last-modified': '2025-01-08T21:36:23', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.518749'} 2025-01-08 21:36:29,185 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 21:36:29,191 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-08 21:36:29,191 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-08 21:36:29,192 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-08 21:36:29,192 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-08 21:36:29,197 - DEBUG - Requesting: http://10.0.0.23:8082/domain/668a8979-9d33-4311-b9a4-a1788c0b9158 2025-01-08 21:36:29,204 - DEBUG - Requesting: http://10.0.0.23:8082/project/7e9c4545-05f2-4409-84c7-24ce1a8c8f16 2025-01-08 21:36:29,249 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2a5c42bf-3720-44f0-b863-e70ba55e1147 2025-01-08 21:36:29,259 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-08 21:36:29,259 - DEBUG - Verifying the vn in opserver 2025-01-08 21:36:29,259 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.23 2025-01-08 21:36:29,259 - DEBUG - Requesting: http://10.0.0.23:8081/analytics/uves/virtual-networks 2025-01-08 21:36:29,264 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.23:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-01-08 21:36:29,264 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-08 21:36:29,264 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 21:36:29,273 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 21:36:29,279 - DEBUG - Do not have enough data to verify VN in agent 2025-01-08 21:36:29,279 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 21:36:29,285 - DEBUG - VRF ids for VN __public__: {} 2025-01-08 21:36:29,335 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-08 21:36:29,503 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-08 21:36:29,509 - DEBUG - Requesting: http://10.0.0.23:8082/domain/668a8979-9d33-4311-b9a4-a1788c0b9158 2025-01-08 21:36:29,517 - DEBUG - Requesting: http://10.0.0.23:8082/project/7e9c4545-05f2-4409-84c7-24ce1a8c8f16 2025-01-08 21:36:29,576 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2a5c42bf-3720-44f0-b863-e70ba55e1147 2025-01-08 21:36:29,588 - DEBUG - Requesting: http://10.0.0.23:8082/floating-ip-pool/08930ad8-5b5f-47e9-a856-e074735f9b60 2025-01-08 21:36:29,594 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-08 21:36:29,599 - DEBUG - Requesting: http://10.0.0.23:8082/domain/668a8979-9d33-4311-b9a4-a1788c0b9158 2025-01-08 21:36:29,606 - DEBUG - Requesting: http://10.0.0.23:8082/project/7e9c4545-05f2-4409-84c7-24ce1a8c8f16 2025-01-08 21:36:29,649 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2a5c42bf-3720-44f0-b863-e70ba55e1147 2025-01-08 21:36:29,658 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-08 21:36:29,658 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-08 21:36:29,666 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-08 21:36:29,673 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-08 21:36:29,673 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-08 21:36:29,675 - DEBUG - Ingress ctest-nginx-ingress-75281169 not present 2025-01-08 21:36:29,675 - INFO - Creating Ingress ctest-nginx-ingress-75281169 2025-01-08 21:36:29,682 - INFO - Created Ingress ctest-nginx-ingress-75281169 2025-01-08 21:36:29,685 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-75281169 2025-01-08 21:36:32,691 - DEBUG - For Ingress ctest-nginx-ingress-75281169, Cluster IP: 10.47.255.249, External IPs ['97.0.196.60'] 2025-01-08 21:36:32,691 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-75281169 2025-01-08 21:36:32,692 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=c81b1eed-a4d1-41ad-ae4c-47aa9a133687 2025-01-08 21:36:32,697 - INFO - Ingress ctest-nginx-ingress-75281169 with uuid c81b1eed-a4d1-41ad-ae4c-47aa9a133687 found in kube manager 2025-01-08 21:36:32,698 - INFO - Ingress ctest-nginx-ingress-75281169 verification passed 2025-01-08 21:36:32,705 - DEBUG - Pod ctest-busybox-pod-78268313 not present 2025-01-08 21:36:32,705 - INFO - Creating Pod ctest-busybox-pod-78268313 2025-01-08 21:36:32,737 - DEBUG - Node for Pod ctest-busybox-pod-78268313 not yet populated 2025-01-08 21:36:35,745 - DEBUG - Pod : ctest-busybox-pod-78268313 UUID is cce41095-658e-484b-8eb2-6f6839fda21d 2025-01-08 21:36:35,750 - DEBUG - Pod ctest-nginx-pod-13611352 not in running state.Currently in Pending 2025-01-08 21:36:40,763 - INFO - Pod ctest-nginx-pod-13611352 is in running state.Got IP 10.47.255.251 2025-01-08 21:36:40,776 - DEBUG - Pod ctest-nginx-pod-13611352 has vmi 9c475c20-ce08-11ef-8cdd-fa163e6a5798 2025-01-08 21:36:40,777 - INFO - Verified pod ctest-nginx-pod-13611352 in contrail-api 2025-01-08 21:36:40,777 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 21:36:40,789 - DEBUG - VMI 9c475c20-ce08-11ef-8cdd-fa163e6a5798 is active in agent 10.0.0.29 2025-01-08 21:36:40,789 - INFO - Verified Pod ctest-nginx-pod-13611352 in agent 10.0.0.29 2025-01-08 21:36:40,789 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=cae4d56e-36c8-43a1-8927-51ff63d77cf1 2025-01-08 21:36:40,794 - INFO - Pod ctest-nginx-pod-13611352 with uuid cae4d56e-36c8-43a1-8927-51ff63d77cf1 found in kube manager 2025-01-08 21:36:40,794 - INFO - Pod ctest-nginx-pod-13611352 verification passed 2025-01-08 21:36:40,883 - DEBUG - [Pod ctest-nginx-pod-13611352] Cmd: echo ctest-nginx-pod-13611352 > /usr/share/nginx/html/index.html, Output: 2025-01-08 21:36:40,888 - DEBUG - Pod ctest-nginx-pod-75179274 not in running state.Currently in Pending 2025-01-08 21:36:45,894 - INFO - Pod ctest-nginx-pod-75179274 is in running state.Got IP 10.47.255.250 2025-01-08 21:36:45,910 - DEBUG - Pod ctest-nginx-pod-75179274 has vmi 9ca6ad1a-ce08-11ef-8cdd-fa163e6a5798 2025-01-08 21:36:45,910 - INFO - Verified pod ctest-nginx-pod-75179274 in contrail-api 2025-01-08 21:36:45,910 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 21:36:45,921 - DEBUG - VMI 9ca6ad1a-ce08-11ef-8cdd-fa163e6a5798 is active in agent 10.0.0.29 2025-01-08 21:36:45,922 - INFO - Verified Pod ctest-nginx-pod-75179274 in agent 10.0.0.29 2025-01-08 21:36:45,922 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=c2d52ee0-de72-433b-a1a1-220c32319d77 2025-01-08 21:36:45,926 - INFO - Pod ctest-nginx-pod-75179274 with uuid c2d52ee0-de72-433b-a1a1-220c32319d77 found in kube manager 2025-01-08 21:36:45,926 - INFO - Pod ctest-nginx-pod-75179274 verification passed 2025-01-08 21:36:45,998 - DEBUG - [Pod ctest-nginx-pod-75179274] Cmd: echo ctest-nginx-pod-75179274 > /usr/share/nginx/html/index.html, Output: 2025-01-08 21:36:46,006 - DEBUG - Pod ctest-busybox-pod-78268313 not in running state.Currently in Pending 2025-01-08 21:36:51,013 - INFO - Pod ctest-busybox-pod-78268313 is in running state.Got IP 10.47.255.248 2025-01-08 21:36:51,026 - DEBUG - Pod ctest-busybox-pod-78268313 has vmi a170cc04-ce08-11ef-8cdd-fa163e6a5798 2025-01-08 21:36:51,026 - INFO - Verified pod ctest-busybox-pod-78268313 in contrail-api 2025-01-08 21:36:51,026 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 21:36:51,036 - DEBUG - VMI a170cc04-ce08-11ef-8cdd-fa163e6a5798 is active in agent 10.0.0.29 2025-01-08 21:36:51,036 - INFO - Verified Pod ctest-busybox-pod-78268313 in agent 10.0.0.29 2025-01-08 21:36:51,037 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=cce41095-658e-484b-8eb2-6f6839fda21d 2025-01-08 21:36:51,041 - INFO - Pod ctest-busybox-pod-78268313 with uuid cce41095-658e-484b-8eb2-6f6839fda21d found in kube manager 2025-01-08 21:36:51,041 - INFO - Pod ctest-busybox-pod-78268313 verification passed 2025-01-08 21:36:51,088 - DEBUG - [Pod ctest-busybox-pod-78268313] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-13611352 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-08 21:36:51,088 - DEBUG - [Pod Pod ctest-busybox-pod-78268313] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-08 21:36:51,088 - DEBUG - [Pod Pod ctest-busybox-pod-78268313] Cmd output: ctest-nginx-pod-13611352 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-08 21:36:51,151 - DEBUG - [Pod ctest-busybox-pod-78268313] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-13611352 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-08 21:36:51,151 - DEBUG - [Pod Pod ctest-busybox-pod-78268313] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-08 21:36:51,151 - DEBUG - [Pod Pod ctest-busybox-pod-78268313] Cmd output: ctest-nginx-pod-13611352 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-08 21:36:51,217 - DEBUG - [Pod ctest-busybox-pod-78268313] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-75179274 2025-01-08 21:36:51,217 - DEBUG - [Pod Pod ctest-busybox-pod-78268313] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-08 21:36:51,217 - DEBUG - [Pod Pod ctest-busybox-pod-78268313] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-75179274 2025-01-08 21:36:51,217 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-13611352': 2, 'ctest-nginx-pod-75179274': 1} 2025-01-08 21:36:51,217 - WARNING - Nothing to delete parallely 2025-01-08 21:36:51,217 - INFO - Deleting pod default:ctest-busybox-pod-78268313 2025-01-08 21:36:51,229 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cce41095-658e-484b-8eb2-6f6839fda21d 2025-01-08 21:36:51,240 - WARNING - Pod uuid cce41095-658e-484b-8eb2-6f6839fda21d is still seen in agent 10.0.0.29 VM list 2025-01-08 21:36:56,241 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cce41095-658e-484b-8eb2-6f6839fda21d 2025-01-08 21:36:56,248 - WARNING - Pod uuid cce41095-658e-484b-8eb2-6f6839fda21d is still seen in agent 10.0.0.29 VM list 2025-01-08 21:37:01,248 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cce41095-658e-484b-8eb2-6f6839fda21d 2025-01-08 21:37:01,256 - WARNING - Pod uuid cce41095-658e-484b-8eb2-6f6839fda21d is still seen in agent 10.0.0.29 VM list 2025-01-08 21:37:06,257 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cce41095-658e-484b-8eb2-6f6839fda21d 2025-01-08 21:37:06,264 - WARNING - Pod uuid cce41095-658e-484b-8eb2-6f6839fda21d is still seen in agent 10.0.0.29 VM list 2025-01-08 21:37:11,265 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cce41095-658e-484b-8eb2-6f6839fda21d 2025-01-08 21:37:11,272 - WARNING - Pod uuid cce41095-658e-484b-8eb2-6f6839fda21d is still seen in agent 10.0.0.29 VM list 2025-01-08 21:37:16,273 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cce41095-658e-484b-8eb2-6f6839fda21d 2025-01-08 21:37:16,279 - WARNING - Pod uuid cce41095-658e-484b-8eb2-6f6839fda21d is still seen in agent 10.0.0.29 VM list 2025-01-08 21:37:21,280 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cce41095-658e-484b-8eb2-6f6839fda21d 2025-01-08 21:37:21,289 - WARNING - Pod uuid cce41095-658e-484b-8eb2-6f6839fda21d is still seen in agent 10.0.0.29 VM list 2025-01-08 21:37:26,289 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cce41095-658e-484b-8eb2-6f6839fda21d 2025-01-08 21:37:26,297 - DEBUG - Pod cce41095-658e-484b-8eb2-6f6839fda21d is not in agent 10.0.0.29 VM list 2025-01-08 21:37:26,297 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a170cc04-ce08-11ef-8cdd-fa163e6a5798 2025-01-08 21:37:26,303 - DEBUG - VMI a170cc04-ce08-11ef-8cdd-fa163e6a5798 is removed from agent 10.0.0.29 2025-01-08 21:37:26,303 - INFO - Verified that pod ctest-busybox-pod-78268313 is removed in agent 2025-01-08 21:37:26,303 - INFO - Deleting Ingress : ctest-nginx-ingress-75281169 2025-01-08 21:37:26,309 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=c81b1eed-a4d1-41ad-ae4c-47aa9a133687 2025-01-08 21:37:26,320 - ERROR - Ingress ctest-nginx-ingress-75281169 with uuid c81b1eed-a4d1-41ad-ae4c-47aa9a133687 still found in kube manager 2025-01-08 21:37:27,321 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=c81b1eed-a4d1-41ad-ae4c-47aa9a133687 2025-01-08 21:37:27,326 - INFO - Ingress ctest-nginx-ingress-75281169 with uuid c81b1eed-a4d1-41ad-ae4c-47aa9a133687 deleted successfully from kube manager 2025-01-08 21:37:27,326 - INFO - Verifications on Ingress %s cleanup passed 2025-01-08 21:37:27,331 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-08 21:37:27,500 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-08 21:37:27,510 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-08 21:37:27,510 - INFO - Deleting VN __public__ 2025-01-08 21:37:27,853 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/f87a909a-b327-44c8-bb30-46ef4b66b3e2 2025-01-08 21:37:27,860 - DEBUG - Response Code: 404 2025-01-08 21:37:27,860 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-08 21:37:27,873 - DEBUG - Requesting: http://10.0.0.23:8082/domain/668a8979-9d33-4311-b9a4-a1788c0b9158 2025-01-08 21:37:27,884 - DEBUG - Requesting: http://10.0.0.23:8082/project/7e9c4545-05f2-4409-84c7-24ce1a8c8f16 2025-01-08 21:37:27,960 - INFO - Validated that VN __public__ is not found in API Server 2025-01-08 21:37:27,960 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-08 21:37:27,970 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 21:37:27,992 - DEBUG - VN __public__ is not present in Agent 10.0.0.29 2025-01-08 21:37:27,992 - INFO - Validated that VN __public__ is not in any agent 2025-01-08 21:37:27,993 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 21:37:28,002 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 21:37:28,012 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-08 21:37:28,019 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-08 21:37:28,019 - INFO - Deleting pod default:ctest-nginx-pod-75179274 2025-01-08 21:37:28,048 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c2d52ee0-de72-433b-a1a1-220c32319d77 2025-01-08 21:37:28,090 - WARNING - Pod uuid c2d52ee0-de72-433b-a1a1-220c32319d77 is still seen in agent 10.0.0.29 VM list 2025-01-08 21:37:33,095 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c2d52ee0-de72-433b-a1a1-220c32319d77 2025-01-08 21:37:33,103 - DEBUG - Pod c2d52ee0-de72-433b-a1a1-220c32319d77 is not in agent 10.0.0.29 VM list 2025-01-08 21:37:33,103 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9ca6ad1a-ce08-11ef-8cdd-fa163e6a5798 2025-01-08 21:37:33,109 - DEBUG - VMI 9ca6ad1a-ce08-11ef-8cdd-fa163e6a5798 is removed from agent 10.0.0.29 2025-01-08 21:37:33,109 - INFO - Verified that pod ctest-nginx-pod-75179274 is removed in agent 2025-01-08 21:37:33,109 - INFO - Deleting pod default:ctest-nginx-pod-13611352 2025-01-08 21:37:33,119 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cae4d56e-36c8-43a1-8927-51ff63d77cf1 2025-01-08 21:37:33,127 - WARNING - Pod uuid cae4d56e-36c8-43a1-8927-51ff63d77cf1 is still seen in agent 10.0.0.29 VM list 2025-01-08 21:37:38,127 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cae4d56e-36c8-43a1-8927-51ff63d77cf1 2025-01-08 21:37:38,135 - DEBUG - Pod cae4d56e-36c8-43a1-8927-51ff63d77cf1 is not in agent 10.0.0.29 VM list 2025-01-08 21:37:38,135 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9c475c20-ce08-11ef-8cdd-fa163e6a5798 2025-01-08 21:37:38,141 - DEBUG - VMI 9c475c20-ce08-11ef-8cdd-fa163e6a5798 is removed from agent 10.0.0.29 2025-01-08 21:37:38,141 - INFO - Verified that pod ctest-nginx-pod-13611352 is removed in agent 2025-01-08 21:37:38,141 - INFO - Deleting service : ctest-nginx-svc-47776069 2025-01-08 21:37:38,356 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-08 21:37:38,363 - DEBUG - No XMPP flaps were noticed during the test 2025-01-08 21:37:38,363 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:16] 2025-01-08 21:37:38,363 - INFO - -------------------------------------------------------------------------------- 2025-01-08 21:37:44,820 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-08 21:37:44,952 - DEBUG - Output : cluster_project={} 2025-01-08 21:37:45,024 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-08 21:37:45,255 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-08 21:37:45,262 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-08 21:37:45,467 - DEBUG - Output : cluster_project={} 2025-01-08 21:38:00,640 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 21:38:00,689 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 21:38:00,781 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 21:38:00,875 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 21:38:05,920 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 21:38:05,999 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 21:38:06,037 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 21:38:06,120 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 21:38:06,353 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-08 21:38:09,065 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_ApplicationPolicySetReq? 2025-01-08 21:38:09,072 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2025-01-08 21:38:09,109 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2025-01-08 21:38:11,148 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2025-01-08 21:41:12,075 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-08 21:41:12,109 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e519d092-14c2-47f0-927a-c86c2664011c 2025-01-08 21:41:12,122 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0b3090c5-064b-4618-ba6b-1c35a80e6f32 2025-01-08 21:41:12,128 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cde48597-2427-44c5-9659-1ea1b9a44a5c 2025-01-08 21:41:12,133 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c6be875-e965-4397-a9ee-033e757a5ce8 2025-01-08 21:41:12,137 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=5df61d1b-9efd-4d79-be59-8f4ca2a264d6 2025-01-08 21:41:12,161 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4602694d-d48a-456b-b779-861eb0675967 2025-01-08 21:41:12,180 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e076e272-24cb-4624-8f63-6d3830d42d3f 2025-01-08 21:41:12,187 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=1b55de1f-3ee6-4e03-a34d-bed7a04b8b2d 2025-01-08 21:41:17,199 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=5df61d1b-9efd-4d79-be59-8f4ca2a264d6 2025-01-08 21:41:17,201 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c6be875-e965-4397-a9ee-033e757a5ce8 2025-01-08 21:41:17,202 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cde48597-2427-44c5-9659-1ea1b9a44a5c 2025-01-08 21:41:17,204 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0b3090c5-064b-4618-ba6b-1c35a80e6f32 2025-01-08 21:41:17,207 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e519d092-14c2-47f0-927a-c86c2664011c 2025-01-08 21:41:17,226 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ced2dd2c-ce08-11ef-8cdd-fa163e6a5798 2025-01-08 21:41:17,228 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=1b55de1f-3ee6-4e03-a34d-bed7a04b8b2d 2025-01-08 21:41:17,229 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4602694d-d48a-456b-b779-861eb0675967 2025-01-08 21:41:17,230 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e076e272-24cb-4624-8f63-6d3830d42d3f 2025-01-08 21:41:17,245 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cd8cd2a6-ce08-11ef-8cdd-fa163e6a5798 2025-01-08 21:41:17,246 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ce483bb8-ce08-11ef-8cdd-fa163e6a5798 2025-01-08 21:41:22,223 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c6be875-e965-4397-a9ee-033e757a5ce8 2025-01-08 21:41:22,225 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cde48597-2427-44c5-9659-1ea1b9a44a5c 2025-01-08 21:41:22,227 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e519d092-14c2-47f0-927a-c86c2664011c 2025-01-08 21:41:22,228 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0b3090c5-064b-4618-ba6b-1c35a80e6f32 2025-01-08 21:41:22,245 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4602694d-d48a-456b-b779-861eb0675967 2025-01-08 21:41:27,242 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e519d092-14c2-47f0-927a-c86c2664011c 2025-01-08 21:41:27,244 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0b3090c5-064b-4618-ba6b-1c35a80e6f32 2025-01-08 21:41:27,245 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c6be875-e965-4397-a9ee-033e757a5ce8 2025-01-08 21:41:27,246 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cde48597-2427-44c5-9659-1ea1b9a44a5c 2025-01-08 21:41:27,259 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4602694d-d48a-456b-b779-861eb0675967 2025-01-08 21:41:32,264 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c6be875-e965-4397-a9ee-033e757a5ce8 2025-01-08 21:41:32,265 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cde48597-2427-44c5-9659-1ea1b9a44a5c 2025-01-08 21:41:32,267 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0b3090c5-064b-4618-ba6b-1c35a80e6f32 2025-01-08 21:41:32,268 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e519d092-14c2-47f0-927a-c86c2664011c 2025-01-08 21:41:32,271 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4602694d-d48a-456b-b779-861eb0675967 2025-01-08 21:41:37,291 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e519d092-14c2-47f0-927a-c86c2664011c 2025-01-08 21:41:37,292 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0b3090c5-064b-4618-ba6b-1c35a80e6f32 2025-01-08 21:41:37,293 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cde48597-2427-44c5-9659-1ea1b9a44a5c 2025-01-08 21:41:37,296 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c6be875-e965-4397-a9ee-033e757a5ce8 2025-01-08 21:41:37,297 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4602694d-d48a-456b-b779-861eb0675967 2025-01-08 21:41:42,315 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cde48597-2427-44c5-9659-1ea1b9a44a5c 2025-01-08 21:41:42,316 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e519d092-14c2-47f0-927a-c86c2664011c 2025-01-08 21:41:42,318 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c6be875-e965-4397-a9ee-033e757a5ce8 2025-01-08 21:41:42,319 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4602694d-d48a-456b-b779-861eb0675967 2025-01-08 21:41:42,321 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0b3090c5-064b-4618-ba6b-1c35a80e6f32 2025-01-08 21:41:47,345 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e519d092-14c2-47f0-927a-c86c2664011c 2025-01-08 21:41:47,347 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=cde48597-2427-44c5-9659-1ea1b9a44a5c 2025-01-08 21:41:47,348 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0b3090c5-064b-4618-ba6b-1c35a80e6f32 2025-01-08 21:41:47,349 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c6be875-e965-4397-a9ee-033e757a5ce8 2025-01-08 21:41:47,349 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4602694d-d48a-456b-b779-861eb0675967 2025-01-08 21:41:47,364 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ccf58a7c-ce08-11ef-8cdd-fa163e6a5798 2025-01-08 21:41:47,367 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cfa774ce-ce08-11ef-8cdd-fa163e6a5798 2025-01-08 21:41:47,369 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d0359b8c-ce08-11ef-8cdd-fa163e6a5798 2025-01-08 21:41:47,370 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d145a012-ce08-11ef-8cdd-fa163e6a5798 2025-01-08 21:41:47,371 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d0c4ec42-ce08-11ef-8cdd-fa163e6a5798