2025-01-08 23:49:23,877 - DEBUG - [10.0.0.29]: Running cmd : hostname 2025-01-08 23:49:24,373 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-914-1 2025-01-08 23:49:24,373 - DEBUG - [10.0.0.29]: Running cmd : hostname -f 2025-01-08 23:49:24,417 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-914-1 2025-01-08 23:49:24,417 - 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 23:49:24,537 - DEBUG - Output : NAMES contrail_test_aZYNXA2oz contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 redis_redis_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_schema_1 config_api_dnsmasq_1 config_api_api_1 config_api_svcmonitor_1 2025-01-08 23:49:24,538 - DEBUG - [10.0.0.29]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-08 23:49:24,585 - DEBUG - Output : 10.0.0.29/24 172.17.0.1/16 2025-01-08 23:49:24,585 - DEBUG - [10.0.0.29]: Running cmd : getent hosts 10.0.0.29 | head -n 1 | awk '{print $2}' 2025-01-08 23:49:24,645 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-914-1 2025-01-08 23:49:24,759 - DEBUG - [10.0.0.46]: Running cmd : hostname 2025-01-08 23:49:24,991 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-914-1 2025-01-08 23:49:24,991 - DEBUG - [10.0.0.46]: Running cmd : hostname -f 2025-01-08 23:49:25,015 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-914-1 2025-01-08 23:49:25,016 - DEBUG - [10.0.0.46]: 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 23:49:25,071 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-08 23:49:25,071 - DEBUG - [10.0.0.46]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-08 23:49:25,129 - DEBUG - Output : 10.0.0.46/24 2025-01-08 23:49:25,129 - DEBUG - [10.0.0.46]: Running cmd : getent hosts 10.0.0.46 | head -n 1 | awk '{print $2}' 2025-01-08 23:49:25,164 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-914-1 2025-01-08 23:49:25,321 - INFO - Using existing project ['default-domain', 'k8s-default'](b576a409-e92f-4f24-8b5a-a3097b9ed540) 2025-01-08 23:49:25,432 - INFO - Using existing project ['default-domain', 'k8s-default'](b576a409-e92f-4f24-8b5a-a3097b9ed540) 2025-01-08 23:49:25,618 - INFO - ================================================================================ 2025-01-08 23:49:25,618 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-08 23:49:25,619 - 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 23:49:25,884 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-08 23:49:25,895 - DEBUG - Nothing to compare xmpp stats {'10.0.0.46': {'10.0.0.29': '0'}} with 2025-01-08 23:49:25,895 - INFO - Initial checks done. Running the testcase now 2025-01-08 23:49:25,896 - INFO - 2025-01-08 23:49:25,901 - INFO - Namespace default already exists 2025-01-08 23:49:25,902 - DEBUG - [10.0.0.29]: 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 23:49:26,072 - DEBUG - Output : cluster_project={} 2025-01-08 23:49:26,138 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-08 23:49:26,138 - DEBUG - Project uuid in Contrail is b576a409-e92f-4f24-8b5a-a3097b9ed540 2025-01-08 23:49:26,138 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-08 23:49:26,287 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-08 23:49:26,288 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_NamespaceDatabaseList?namespace_uuid=e9b1e7ed-6c98-4e92-bb44-ff50949eb6e2 2025-01-08 23:49:26,295 - INFO - Namespace default with uuid e9b1e7ed-6c98-4e92-bb44-ff50949eb6e2 found in kube manager 2025-01-08 23:49:26,295 - INFO - Namespace default verification passed 2025-01-08 23:49:26,299 - DEBUG - Service ctest-nginx-svc-81290555 not present 2025-01-08 23:49:26,300 - INFO - Creating service ctest-nginx-svc-81290555 2025-01-08 23:49:26,334 - INFO - Created Service ctest-nginx-svc-81290555 2025-01-08 23:49:26,342 - DEBUG - Pod ctest-nginx-pod-54423384 not present 2025-01-08 23:49:26,342 - INFO - Creating Pod ctest-nginx-pod-54423384 2025-01-08 23:49:26,595 - DEBUG - Node for Pod ctest-nginx-pod-54423384 not yet populated 2025-01-08 23:49:29,671 - DEBUG - Pod : ctest-nginx-pod-54423384 UUID is 1ddbfc9e-300a-4d4d-95aa-5ce6b30914ba 2025-01-08 23:49:29,674 - DEBUG - Pod ctest-nginx-pod-21501913 not present 2025-01-08 23:49:29,677 - INFO - Creating Pod ctest-nginx-pod-21501913 2025-01-08 23:49:29,713 - DEBUG - Pod : ctest-nginx-pod-21501913 UUID is c63b4562-bf57-4f2a-911f-1678bcf0eaed 2025-01-08 23:49:30,151 - INFO - Created VN __public__, UUID :9e33205d-49c7-42d4-853e-c37428636c35 2025-01-08 23:49:30,558 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-08 23:49:30,601 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3274afdf-9f85-43f6-9958-0d9d591d7f44 2025-01-08 23:49:30,644 - DEBUG - Requesting: http://10.0.0.29:8082/project/b576a409-e92f-4f24-8b5a-a3097b9ed540 2025-01-08 23:49:30,832 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/9e33205d-49c7-42d4-853e-c37428636c35 2025-01-08 23:49:30,851 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/9e33205d-49c7-42d4-853e-c37428636c35 2025-01-08 23:49:30,863 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/dfb1b3d2-576a-4f43-b52a-09d14e90a06e 2025-01-08 23:49:30,876 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/dfb1b3d2-576a-4f43-b52a-09d14e90a06e 2025-01-08 23:49:30,887 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/26d66937-8999-4a73-99da-f17f2a349ecb 2025-01-08 23:49:30,898 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-08 23:49:30,898 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/9e33205d-49c7-42d4-853e-c37428636c35 2025-01-08 23:49:30,934 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/dfb1b3d2-576a-4f43-b52a-09d14e90a06e 2025-01-08 23:49:30,982 - INFO - Verified VN network id 13 for VN 9e33205d-49c7-42d4-853e-c37428636c35 2025-01-08 23:49:30,983 - INFO - Verifications in API Server for VN __public__ passed 2025-01-08 23:49:30,984 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/9e33205d-49c7-42d4-853e-c37428636c35 2025-01-08 23:49:31,023 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/dfb1b3d2-576a-4f43-b52a-09d14e90a06e 2025-01-08 23:49:31,038 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/dfb1b3d2-576a-4f43-b52a-09d14e90a06e 2025-01-08 23:49:31,053 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/26d66937-8999-4a73-99da-f17f2a349ecb 2025-01-08 23:49:31,062 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-08 23:49:31,069 - DEBUG - Control-node 10.0.0.29 : 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': '11399490666846700244', 'uuid-lslong': '9601326359261703221'}, 'enable': 'true', 'created': '2025-01-08T23:49:30', 'last-modified': '2025-01-08T23:49:30', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.676412'} 2025-01-08 23:49:31,069 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:49:31,082 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-08 23:49:31,082 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-08 23:49:31,083 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-08 23:49:31,083 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-08 23:49:31,101 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3274afdf-9f85-43f6-9958-0d9d591d7f44 2025-01-08 23:49:31,119 - DEBUG - Requesting: http://10.0.0.29:8082/project/b576a409-e92f-4f24-8b5a-a3097b9ed540 2025-01-08 23:49:31,209 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/9e33205d-49c7-42d4-853e-c37428636c35 2025-01-08 23:49:31,227 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-08 23:49:31,228 - DEBUG - Verifying the vn in opserver 2025-01-08 23:49:31,228 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.29 2025-01-08 23:49:31,228 - DEBUG - Requesting: http://10.0.0.29:8081/analytics/uves/virtual-networks 2025-01-08 23:49:31,242 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.29:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-01-08 23:49:31,242 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-08 23:49:31,242 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:49:31,255 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:49:31,266 - DEBUG - Do not have enough data to verify VN in agent 2025-01-08 23:49:31,266 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:49:31,296 - DEBUG - VRF ids for VN __public__: {} 2025-01-08 23:49:31,431 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-08 23:49:31,653 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-08 23:49:31,662 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3274afdf-9f85-43f6-9958-0d9d591d7f44 2025-01-08 23:49:31,671 - DEBUG - Requesting: http://10.0.0.29:8082/project/b576a409-e92f-4f24-8b5a-a3097b9ed540 2025-01-08 23:49:31,747 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/9e33205d-49c7-42d4-853e-c37428636c35 2025-01-08 23:49:31,768 - DEBUG - Requesting: http://10.0.0.29:8082/floating-ip-pool/f921d86a-8b36-477e-832c-d1de73e0823d 2025-01-08 23:49:31,780 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-08 23:49:31,798 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3274afdf-9f85-43f6-9958-0d9d591d7f44 2025-01-08 23:49:31,813 - DEBUG - Requesting: http://10.0.0.29:8082/project/b576a409-e92f-4f24-8b5a-a3097b9ed540 2025-01-08 23:49:31,891 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/9e33205d-49c7-42d4-853e-c37428636c35 2025-01-08 23:49:31,903 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-08 23:49:31,903 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-08 23:49:31,913 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-08 23:49:31,920 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-08 23:49:31,920 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-08 23:49:31,926 - DEBUG - Ingress ctest-nginx-ingress-05976596 not present 2025-01-08 23:49:31,926 - INFO - Creating Ingress ctest-nginx-ingress-05976596 2025-01-08 23:49:31,935 - INFO - Created Ingress ctest-nginx-ingress-05976596 2025-01-08 23:49:31,949 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-05976596 2025-01-08 23:49:34,956 - DEBUG - For Ingress ctest-nginx-ingress-05976596, Cluster IP: 10.47.255.249, External IPs ['42.133.164.252'] 2025-01-08 23:49:34,956 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-05976596 2025-01-08 23:49:34,956 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=eba2f27f-5f45-49e7-b78d-a1b8ace072f0 2025-01-08 23:49:34,965 - INFO - Ingress ctest-nginx-ingress-05976596 with uuid eba2f27f-5f45-49e7-b78d-a1b8ace072f0 found in kube manager 2025-01-08 23:49:34,966 - INFO - Ingress ctest-nginx-ingress-05976596 verification passed 2025-01-08 23:49:34,970 - DEBUG - Pod ctest-busybox-pod-17478991 not present 2025-01-08 23:49:34,970 - INFO - Creating Pod ctest-busybox-pod-17478991 2025-01-08 23:49:34,990 - DEBUG - Node for Pod ctest-busybox-pod-17478991 not yet populated 2025-01-08 23:49:37,997 - DEBUG - Pod : ctest-busybox-pod-17478991 UUID is 0845bfe5-99d2-404f-b269-dc14bee795ed 2025-01-08 23:49:38,002 - DEBUG - Pod ctest-nginx-pod-54423384 not in running state.Currently in Pending 2025-01-08 23:49:43,015 - DEBUG - Pod ctest-nginx-pod-54423384 not in running state.Currently in Pending 2025-01-08 23:49:48,024 - INFO - Pod ctest-nginx-pod-54423384 is in running state.Got IP 10.47.255.251 2025-01-08 23:49:48,043 - DEBUG - Pod ctest-nginx-pod-54423384 has vmi 331f69f0-ce1b-11ef-9236-fa163eda53e7 2025-01-08 23:49:48,043 - INFO - Verified pod ctest-nginx-pod-54423384 in contrail-api 2025-01-08 23:49:48,044 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:49:48,062 - DEBUG - VMI 331f69f0-ce1b-11ef-9236-fa163eda53e7 is active in agent 10.0.0.46 2025-01-08 23:49:48,063 - INFO - Verified Pod ctest-nginx-pod-54423384 in agent 10.0.0.46 2025-01-08 23:49:48,063 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=1ddbfc9e-300a-4d4d-95aa-5ce6b30914ba 2025-01-08 23:49:48,070 - INFO - Pod ctest-nginx-pod-54423384 with uuid 1ddbfc9e-300a-4d4d-95aa-5ce6b30914ba found in kube manager 2025-01-08 23:49:48,070 - INFO - Pod ctest-nginx-pod-54423384 verification passed 2025-01-08 23:49:48,144 - DEBUG - [Pod ctest-nginx-pod-54423384] Cmd: echo ctest-nginx-pod-54423384 > /usr/share/nginx/html/index.html, Output: 2025-01-08 23:49:48,152 - INFO - Pod ctest-nginx-pod-21501913 is in running state.Got IP 10.47.255.250 2025-01-08 23:49:48,172 - DEBUG - Pod ctest-nginx-pod-21501913 has vmi 33d9ef82-ce1b-11ef-9236-fa163eda53e7 2025-01-08 23:49:48,172 - INFO - Verified pod ctest-nginx-pod-21501913 in contrail-api 2025-01-08 23:49:48,172 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:49:48,188 - DEBUG - VMI 33d9ef82-ce1b-11ef-9236-fa163eda53e7 is active in agent 10.0.0.46 2025-01-08 23:49:48,189 - INFO - Verified Pod ctest-nginx-pod-21501913 in agent 10.0.0.46 2025-01-08 23:49:48,189 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=c63b4562-bf57-4f2a-911f-1678bcf0eaed 2025-01-08 23:49:48,197 - INFO - Pod ctest-nginx-pod-21501913 with uuid c63b4562-bf57-4f2a-911f-1678bcf0eaed found in kube manager 2025-01-08 23:49:48,197 - INFO - Pod ctest-nginx-pod-21501913 verification passed 2025-01-08 23:49:48,255 - DEBUG - [Pod ctest-nginx-pod-21501913] Cmd: echo ctest-nginx-pod-21501913 > /usr/share/nginx/html/index.html, Output: 2025-01-08 23:49:48,262 - INFO - Pod ctest-busybox-pod-17478991 is in running state.Got IP 10.47.255.248 2025-01-08 23:49:48,328 - DEBUG - Pod ctest-busybox-pod-17478991 has vmi 371c23fe-ce1b-11ef-9236-fa163eda53e7 2025-01-08 23:49:48,329 - INFO - Verified pod ctest-busybox-pod-17478991 in contrail-api 2025-01-08 23:49:48,329 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:49:48,341 - DEBUG - VMI 371c23fe-ce1b-11ef-9236-fa163eda53e7 is active in agent 10.0.0.46 2025-01-08 23:49:48,341 - INFO - Verified Pod ctest-busybox-pod-17478991 in agent 10.0.0.46 2025-01-08 23:49:48,341 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=0845bfe5-99d2-404f-b269-dc14bee795ed 2025-01-08 23:49:48,348 - INFO - Pod ctest-busybox-pod-17478991 with uuid 0845bfe5-99d2-404f-b269-dc14bee795ed found in kube manager 2025-01-08 23:49:48,348 - INFO - Pod ctest-busybox-pod-17478991 verification passed 2025-01-08 23:49:48,399 - DEBUG - [Pod ctest-busybox-pod-17478991] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-54423384 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 23:49:48,399 - DEBUG - [Pod Pod ctest-busybox-pod-17478991] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-08 23:49:48,399 - DEBUG - [Pod Pod ctest-busybox-pod-17478991] Cmd output: ctest-nginx-pod-54423384 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 23:49:48,452 - DEBUG - [Pod ctest-busybox-pod-17478991] 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-54423384 2025-01-08 23:49:48,452 - DEBUG - [Pod Pod ctest-busybox-pod-17478991] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-08 23:49:48,452 - DEBUG - [Pod Pod ctest-busybox-pod-17478991] 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-54423384 2025-01-08 23:49:48,510 - DEBUG - [Pod ctest-busybox-pod-17478991] 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-54423384 2025-01-08 23:49:48,510 - DEBUG - [Pod Pod ctest-busybox-pod-17478991] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-08 23:49:48,510 - DEBUG - [Pod Pod ctest-busybox-pod-17478991] 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-54423384 2025-01-08 23:49:48,583 - DEBUG - [Pod ctest-busybox-pod-17478991] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-21501913 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 23:49:48,583 - DEBUG - [Pod Pod ctest-busybox-pod-17478991] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-08 23:49:48,583 - DEBUG - [Pod Pod ctest-busybox-pod-17478991] Cmd output: ctest-nginx-pod-21501913 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 23:49:48,584 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-54423384': 3, 'ctest-nginx-pod-21501913': 1} 2025-01-08 23:49:48,584 - WARNING - Nothing to delete parallely 2025-01-08 23:49:48,584 - INFO - Deleting pod default:ctest-busybox-pod-17478991 2025-01-08 23:49:48,604 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=0845bfe5-99d2-404f-b269-dc14bee795ed 2025-01-08 23:49:48,613 - WARNING - Pod uuid 0845bfe5-99d2-404f-b269-dc14bee795ed is still seen in agent 10.0.0.46 VM list 2025-01-08 23:49:53,614 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=0845bfe5-99d2-404f-b269-dc14bee795ed 2025-01-08 23:49:53,622 - WARNING - Pod uuid 0845bfe5-99d2-404f-b269-dc14bee795ed is still seen in agent 10.0.0.46 VM list 2025-01-08 23:49:58,622 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=0845bfe5-99d2-404f-b269-dc14bee795ed 2025-01-08 23:49:58,630 - WARNING - Pod uuid 0845bfe5-99d2-404f-b269-dc14bee795ed is still seen in agent 10.0.0.46 VM list 2025-01-08 23:50:03,631 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=0845bfe5-99d2-404f-b269-dc14bee795ed 2025-01-08 23:50:03,640 - WARNING - Pod uuid 0845bfe5-99d2-404f-b269-dc14bee795ed is still seen in agent 10.0.0.46 VM list 2025-01-08 23:50:08,641 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=0845bfe5-99d2-404f-b269-dc14bee795ed 2025-01-08 23:50:08,649 - WARNING - Pod uuid 0845bfe5-99d2-404f-b269-dc14bee795ed is still seen in agent 10.0.0.46 VM list 2025-01-08 23:50:13,650 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=0845bfe5-99d2-404f-b269-dc14bee795ed 2025-01-08 23:50:13,657 - WARNING - Pod uuid 0845bfe5-99d2-404f-b269-dc14bee795ed is still seen in agent 10.0.0.46 VM list 2025-01-08 23:50:18,658 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=0845bfe5-99d2-404f-b269-dc14bee795ed 2025-01-08 23:50:18,666 - WARNING - Pod uuid 0845bfe5-99d2-404f-b269-dc14bee795ed is still seen in agent 10.0.0.46 VM list 2025-01-08 23:50:23,667 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=0845bfe5-99d2-404f-b269-dc14bee795ed 2025-01-08 23:50:23,675 - DEBUG - Pod 0845bfe5-99d2-404f-b269-dc14bee795ed is not in agent 10.0.0.46 VM list 2025-01-08 23:50:23,675 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:371c23fe-ce1b-11ef-9236-fa163eda53e7 2025-01-08 23:50:23,682 - DEBUG - VMI 371c23fe-ce1b-11ef-9236-fa163eda53e7 is removed from agent 10.0.0.46 2025-01-08 23:50:23,682 - INFO - Verified that pod ctest-busybox-pod-17478991 is removed in agent 2025-01-08 23:50:23,682 - INFO - Deleting Ingress : ctest-nginx-ingress-05976596 2025-01-08 23:50:23,690 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=eba2f27f-5f45-49e7-b78d-a1b8ace072f0 2025-01-08 23:50:23,699 - ERROR - Ingress ctest-nginx-ingress-05976596 with uuid eba2f27f-5f45-49e7-b78d-a1b8ace072f0 still found in kube manager 2025-01-08 23:50:24,700 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=eba2f27f-5f45-49e7-b78d-a1b8ace072f0 2025-01-08 23:50:24,713 - ERROR - Ingress ctest-nginx-ingress-05976596 with uuid eba2f27f-5f45-49e7-b78d-a1b8ace072f0 still found in kube manager 2025-01-08 23:50:25,714 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=eba2f27f-5f45-49e7-b78d-a1b8ace072f0 2025-01-08 23:50:25,723 - INFO - Ingress ctest-nginx-ingress-05976596 with uuid eba2f27f-5f45-49e7-b78d-a1b8ace072f0 deleted successfully from kube manager 2025-01-08 23:50:25,723 - INFO - Verifications on Ingress %s cleanup passed 2025-01-08 23:50:25,723 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-08 23:50:25,840 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-08 23:50:25,848 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-08 23:50:25,848 - INFO - Deleting VN __public__ 2025-01-08 23:50:26,018 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/dfb1b3d2-576a-4f43-b52a-09d14e90a06e 2025-01-08 23:50:26,039 - DEBUG - Response Code: 404 2025-01-08 23:50:26,039 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-08 23:50:26,062 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3274afdf-9f85-43f6-9958-0d9d591d7f44 2025-01-08 23:50:26,073 - DEBUG - Requesting: http://10.0.0.29:8082/project/b576a409-e92f-4f24-8b5a-a3097b9ed540 2025-01-08 23:50:26,123 - INFO - Validated that VN __public__ is not found in API Server 2025-01-08 23:50:26,123 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-08 23:50:26,135 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:50:26,150 - DEBUG - VN __public__ is not present in Agent 10.0.0.46 2025-01-08 23:50:26,150 - INFO - Validated that VN __public__ is not in any agent 2025-01-08 23:50:26,150 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:50:26,163 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-08 23:50:26,191 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-08 23:50:26,199 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-08 23:50:26,199 - INFO - Deleting pod default:ctest-nginx-pod-21501913 2025-01-08 23:50:26,220 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=c63b4562-bf57-4f2a-911f-1678bcf0eaed 2025-01-08 23:50:26,272 - WARNING - Pod uuid c63b4562-bf57-4f2a-911f-1678bcf0eaed is still seen in agent 10.0.0.46 VM list 2025-01-08 23:50:31,273 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=c63b4562-bf57-4f2a-911f-1678bcf0eaed 2025-01-08 23:50:31,280 - DEBUG - Pod c63b4562-bf57-4f2a-911f-1678bcf0eaed is not in agent 10.0.0.46 VM list 2025-01-08 23:50:31,280 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:33d9ef82-ce1b-11ef-9236-fa163eda53e7 2025-01-08 23:50:31,291 - DEBUG - VMI 33d9ef82-ce1b-11ef-9236-fa163eda53e7 is removed from agent 10.0.0.46 2025-01-08 23:50:31,291 - INFO - Verified that pod ctest-nginx-pod-21501913 is removed in agent 2025-01-08 23:50:31,291 - INFO - Deleting pod default:ctest-nginx-pod-54423384 2025-01-08 23:50:31,306 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=1ddbfc9e-300a-4d4d-95aa-5ce6b30914ba 2025-01-08 23:50:31,314 - WARNING - Pod uuid 1ddbfc9e-300a-4d4d-95aa-5ce6b30914ba is still seen in agent 10.0.0.46 VM list 2025-01-08 23:50:36,315 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=1ddbfc9e-300a-4d4d-95aa-5ce6b30914ba 2025-01-08 23:50:36,326 - DEBUG - Pod 1ddbfc9e-300a-4d4d-95aa-5ce6b30914ba is not in agent 10.0.0.46 VM list 2025-01-08 23:50:36,326 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:331f69f0-ce1b-11ef-9236-fa163eda53e7 2025-01-08 23:50:36,334 - DEBUG - VMI 331f69f0-ce1b-11ef-9236-fa163eda53e7 is removed from agent 10.0.0.46 2025-01-08 23:50:36,334 - INFO - Verified that pod ctest-nginx-pod-54423384 is removed in agent 2025-01-08 23:50:36,334 - INFO - Deleting service : ctest-nginx-svc-81290555 2025-01-08 23:50:36,605 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-08 23:50:36,614 - DEBUG - No XMPP flaps were noticed during the test 2025-01-08 23:50:36,614 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:11] 2025-01-08 23:50:36,614 - INFO - -------------------------------------------------------------------------------- 2025-01-08 23:50:43,118 - DEBUG - [10.0.0.29]: 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 23:50:43,258 - DEBUG - Output : cluster_project={} 2025-01-08 23:50:43,342 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-08 23:50:43,576 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-08 23:50:43,582 - DEBUG - [10.0.0.29]: 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 23:50:43,783 - DEBUG - Output : cluster_project={} 2025-01-08 23:50:53,939 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:50:58,991 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:50:59,081 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:50:59,165 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:51:04,235 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:51:04,291 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:51:04,389 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:51:04,485 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-08 23:51:04,765 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-08 23:51:07,679 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_ApplicationPolicySetReq? 2025-01-08 23:51:07,692 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_AclReq? 2025-01-08 23:51:07,730 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_AclReq? 2025-01-08 23:51:09,771 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_AclReq? 2025-01-08 23:54:16,502 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-08 23:54:16,559 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=aa3dd657-a58a-4507-a70e-429f1c8cad09 2025-01-08 23:54:16,578 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=baba0be5-f49b-4e1b-9c29-c55d3860da5d 2025-01-08 23:54:16,595 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=58290606-72b2-447d-9dc9-d81d979f7481 2025-01-08 23:54:16,602 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=78efcff5-b51f-4734-baff-b6f28688e4e1 2025-01-08 23:54:16,614 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=01796129-44af-4ecc-9f3a-875515526df8 2025-01-08 23:54:16,620 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=15400d41-e170-414c-aac9-6d8dc917e5e9 2025-01-08 23:54:16,625 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=c1644bec-4fc5-4964-9ab4-f8b1796146d1 2025-01-08 23:54:16,647 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=d97b46a5-ad52-4f91-a8e6-50200238a516 2025-01-08 23:54:21,642 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=aa3dd657-a58a-4507-a70e-429f1c8cad09 2025-01-08 23:54:21,649 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:607b7a38-ce1b-11ef-9236-fa163eda53e7 2025-01-08 23:54:21,655 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=baba0be5-f49b-4e1b-9c29-c55d3860da5d 2025-01-08 23:54:21,657 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=78efcff5-b51f-4734-baff-b6f28688e4e1 2025-01-08 23:54:21,701 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=58290606-72b2-447d-9dc9-d81d979f7481 2025-01-08 23:54:21,703 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=c1644bec-4fc5-4964-9ab4-f8b1796146d1 2025-01-08 23:54:21,705 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=d97b46a5-ad52-4f91-a8e6-50200238a516 2025-01-08 23:54:21,706 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=15400d41-e170-414c-aac9-6d8dc917e5e9 2025-01-08 23:54:21,709 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=01796129-44af-4ecc-9f3a-875515526df8 2025-01-08 23:54:21,727 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:61eb83c2-ce1b-11ef-9236-fa163eda53e7 2025-01-08 23:54:21,729 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:62759922-ce1b-11ef-9236-fa163eda53e7 2025-01-08 23:54:26,669 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=78efcff5-b51f-4734-baff-b6f28688e4e1 2025-01-08 23:54:26,671 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=baba0be5-f49b-4e1b-9c29-c55d3860da5d 2025-01-08 23:54:26,725 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=15400d41-e170-414c-aac9-6d8dc917e5e9 2025-01-08 23:54:26,727 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=58290606-72b2-447d-9dc9-d81d979f7481 2025-01-08 23:54:26,730 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=d97b46a5-ad52-4f91-a8e6-50200238a516 2025-01-08 23:54:31,686 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=baba0be5-f49b-4e1b-9c29-c55d3860da5d 2025-01-08 23:54:31,689 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=78efcff5-b51f-4734-baff-b6f28688e4e1 2025-01-08 23:54:31,744 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=15400d41-e170-414c-aac9-6d8dc917e5e9 2025-01-08 23:54:31,746 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=d97b46a5-ad52-4f91-a8e6-50200238a516 2025-01-08 23:54:31,747 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=58290606-72b2-447d-9dc9-d81d979f7481 2025-01-08 23:54:36,699 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=baba0be5-f49b-4e1b-9c29-c55d3860da5d 2025-01-08 23:54:36,701 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=78efcff5-b51f-4734-baff-b6f28688e4e1 2025-01-08 23:54:36,760 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=15400d41-e170-414c-aac9-6d8dc917e5e9 2025-01-08 23:54:36,762 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=58290606-72b2-447d-9dc9-d81d979f7481 2025-01-08 23:54:36,763 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=d97b46a5-ad52-4f91-a8e6-50200238a516 2025-01-08 23:54:41,712 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=baba0be5-f49b-4e1b-9c29-c55d3860da5d 2025-01-08 23:54:41,714 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=78efcff5-b51f-4734-baff-b6f28688e4e1 2025-01-08 23:54:41,776 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=15400d41-e170-414c-aac9-6d8dc917e5e9 2025-01-08 23:54:41,779 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=d97b46a5-ad52-4f91-a8e6-50200238a516 2025-01-08 23:54:41,780 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=58290606-72b2-447d-9dc9-d81d979f7481 2025-01-08 23:54:46,724 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=baba0be5-f49b-4e1b-9c29-c55d3860da5d 2025-01-08 23:54:46,728 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=78efcff5-b51f-4734-baff-b6f28688e4e1 2025-01-08 23:54:46,793 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=15400d41-e170-414c-aac9-6d8dc917e5e9 2025-01-08 23:54:46,796 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=d97b46a5-ad52-4f91-a8e6-50200238a516 2025-01-08 23:54:46,798 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=58290606-72b2-447d-9dc9-d81d979f7481 2025-01-08 23:54:51,758 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=baba0be5-f49b-4e1b-9c29-c55d3860da5d 2025-01-08 23:54:51,760 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=78efcff5-b51f-4734-baff-b6f28688e4e1 2025-01-08 23:54:51,771 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:630f0378-ce1b-11ef-9236-fa163eda53e7 2025-01-08 23:54:51,773 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:64400e86-ce1b-11ef-9236-fa163eda53e7 2025-01-08 23:54:51,816 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=15400d41-e170-414c-aac9-6d8dc917e5e9 2025-01-08 23:54:51,819 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=d97b46a5-ad52-4f91-a8e6-50200238a516 2025-01-08 23:54:51,822 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_VmListReq?uuid=58290606-72b2-447d-9dc9-d81d979f7481 2025-01-08 23:54:51,826 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:64c80b4c-ce1b-11ef-9236-fa163eda53e7 2025-01-08 23:54:51,832 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:61129ab2-ce1b-11ef-9236-fa163eda53e7 2025-01-08 23:54:51,835 - DEBUG - Requesting: http://10.0.0.46:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:63ad3b4c-ce1b-11ef-9236-fa163eda53e7