2024-08-27 03:24:33,697 - DEBUG - [10.0.0.33]: Running cmd : hostname 2024-08-27 03:24:33,982 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-601-1 2024-08-27 03:24:33,982 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2024-08-27 03:24:34,028 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-601-1 2024-08-27 03:24:34,028 - DEBUG - [10.0.0.33]: 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}' 2024-08-27 03:24:34,113 - DEBUG - Output : NAMES contrail_test_NR29YOZcN contrail-kubernetes-master_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_dnsmasq_1 config_api_schema_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_api_1 2024-08-27 03:24:34,114 - DEBUG - [10.0.0.33]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-27 03:24:34,158 - DEBUG - Output : 10.0.0.33/24 172.17.0.1/16 2024-08-27 03:24:34,159 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2024-08-27 03:24:34,228 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-601-1 2024-08-27 03:24:34,286 - DEBUG - [10.0.0.52]: Running cmd : hostname 2024-08-27 03:24:34,508 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-601-1 2024-08-27 03:24:34,508 - DEBUG - [10.0.0.52]: Running cmd : hostname -f 2024-08-27 03:24:34,543 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-601-1 2024-08-27 03:24:34,543 - DEBUG - [10.0.0.52]: 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}' 2024-08-27 03:24:34,600 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-08-27 03:24:34,600 - DEBUG - [10.0.0.52]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-27 03:24:34,690 - DEBUG - Output : 10.0.0.52/24 2024-08-27 03:24:34,690 - DEBUG - [10.0.0.52]: Running cmd : getent hosts 10.0.0.52 | head -n 1 | awk '{print $2}' 2024-08-27 03:24:34,725 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-601-1 2024-08-27 03:24:34,812 - INFO - Using existing project ['default-domain', 'k8s-default'](8ba1203a-8a38-42e9-872c-c2332468f2d9) 2024-08-27 03:24:34,916 - INFO - Using existing project ['default-domain', 'k8s-default'](8ba1203a-8a38-42e9-872c-c2332468f2d9) 2024-08-27 03:24:35,087 - INFO - ================================================================================ 2024-08-27 03:24:35,087 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-27 03:24:35,088 - 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 2024-08-27 03:24:35,346 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-27 03:24:35,355 - DEBUG - Nothing to compare xmpp stats {'10.0.0.52': {'10.0.0.33': '0'}} with 2024-08-27 03:24:35,355 - INFO - Initial checks done. Running the testcase now 2024-08-27 03:24:35,355 - INFO - 2024-08-27 03:24:35,362 - INFO - Namespace default already exists 2024-08-27 03:24:35,362 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-27 03:24:35,490 - DEBUG - Output : cluster_project={} 2024-08-27 03:24:35,524 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-27 03:24:35,524 - DEBUG - Project uuid in Contrail is 8ba1203a-8a38-42e9-872c-c2332468f2d9 2024-08-27 03:24:35,524 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-27 03:24:35,662 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-27 03:24:35,662 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=6c514a2f-be4c-4f29-b35e-8d3e0e830028 2024-08-27 03:24:35,672 - INFO - Namespace default with uuid 6c514a2f-be4c-4f29-b35e-8d3e0e830028 found in kube manager 2024-08-27 03:24:35,672 - INFO - Namespace default verification passed 2024-08-27 03:24:35,679 - DEBUG - Service ctest-nginx-svc-05937559 not present 2024-08-27 03:24:35,679 - INFO - Creating service ctest-nginx-svc-05937559 2024-08-27 03:24:35,707 - INFO - Created Service ctest-nginx-svc-05937559 2024-08-27 03:24:35,716 - DEBUG - Pod ctest-nginx-pod-31149795 not present 2024-08-27 03:24:35,717 - INFO - Creating Pod ctest-nginx-pod-31149795 2024-08-27 03:24:35,781 - DEBUG - Pod : ctest-nginx-pod-31149795 UUID is 8c9378aa-13d2-498e-82fa-2bf224ef11b3 2024-08-27 03:24:35,784 - DEBUG - Pod ctest-nginx-pod-36062334 not present 2024-08-27 03:24:35,784 - INFO - Creating Pod ctest-nginx-pod-36062334 2024-08-27 03:24:35,829 - DEBUG - Pod : ctest-nginx-pod-36062334 UUID is 39cae9e8-4f87-40a1-afed-f1725124f8ee 2024-08-27 03:24:35,984 - INFO - Created VN __public__, UUID :2e2d7a34-f9be-4d1b-b318-17576a8e6b13 2024-08-27 03:24:36,262 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-08-27 03:24:36,270 - DEBUG - Requesting: http://10.0.0.33:8082/domain/53e0f5d7-a3cb-4db1-865b-f8d7c80603b0 2024-08-27 03:24:36,288 - DEBUG - Requesting: http://10.0.0.33:8082/project/8ba1203a-8a38-42e9-872c-c2332468f2d9 2024-08-27 03:24:36,388 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/2e2d7a34-f9be-4d1b-b318-17576a8e6b13 2024-08-27 03:24:36,411 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/2e2d7a34-f9be-4d1b-b318-17576a8e6b13 2024-08-27 03:24:36,432 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/4651ef31-4447-4a3f-8457-5c8175c3e4af 2024-08-27 03:24:36,450 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/4651ef31-4447-4a3f-8457-5c8175c3e4af 2024-08-27 03:24:36,460 - DEBUG - Route Targets: [] 2024-08-27 03:24:36,460 - DEBUG - RT names not yet present for VN __public__ 2024-08-27 03:24:41,461 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-08-27 03:24:41,481 - DEBUG - Requesting: http://10.0.0.33:8082/domain/53e0f5d7-a3cb-4db1-865b-f8d7c80603b0 2024-08-27 03:24:41,494 - DEBUG - Requesting: http://10.0.0.33:8082/project/8ba1203a-8a38-42e9-872c-c2332468f2d9 2024-08-27 03:24:41,554 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/2e2d7a34-f9be-4d1b-b318-17576a8e6b13 2024-08-27 03:24:41,563 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/2e2d7a34-f9be-4d1b-b318-17576a8e6b13 2024-08-27 03:24:41,571 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/4651ef31-4447-4a3f-8457-5c8175c3e4af 2024-08-27 03:24:41,581 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/4651ef31-4447-4a3f-8457-5c8175c3e4af 2024-08-27 03:24:41,588 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/7b6b2242-f5c0-4c4b-9734-845de4f15f9b 2024-08-27 03:24:41,595 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-27 03:24:41,595 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/2e2d7a34-f9be-4d1b-b318-17576a8e6b13 2024-08-27 03:24:41,602 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/4651ef31-4447-4a3f-8457-5c8175c3e4af 2024-08-27 03:24:41,615 - INFO - Verified VN network id 13 for VN 2e2d7a34-f9be-4d1b-b318-17576a8e6b13 2024-08-27 03:24:41,616 - INFO - Verifications in API Server for VN __public__ passed 2024-08-27 03:24:41,616 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/2e2d7a34-f9be-4d1b-b318-17576a8e6b13 2024-08-27 03:24:41,623 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/4651ef31-4447-4a3f-8457-5c8175c3e4af 2024-08-27 03:24:41,630 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/4651ef31-4447-4a3f-8457-5c8175c3e4af 2024-08-27 03:24:41,637 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/7b6b2242-f5c0-4c4b-9734-845de4f15f9b 2024-08-27 03:24:41,644 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-27 03:24:41,651 - DEBUG - Control-node 10.0.0.33 : 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': '3327450067643551003', 'uuid-lslong': '12905090396447468307'}, 'enable': 'true', 'created': '2024-08-27T03:24:35', 'last-modified': '2024-08-27T03:24:36', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.502475'} 2024-08-27 03:24:41,651 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:24:41,659 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-27 03:24:41,659 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-27 03:24:41,660 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-27 03:24:41,660 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-08-27 03:24:41,666 - DEBUG - Requesting: http://10.0.0.33:8082/domain/53e0f5d7-a3cb-4db1-865b-f8d7c80603b0 2024-08-27 03:24:41,675 - DEBUG - Requesting: http://10.0.0.33:8082/project/8ba1203a-8a38-42e9-872c-c2332468f2d9 2024-08-27 03:24:41,717 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/2e2d7a34-f9be-4d1b-b318-17576a8e6b13 2024-08-27 03:24:41,726 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-27 03:24:41,727 - DEBUG - Verifying the vn in opserver 2024-08-27 03:24:41,727 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2024-08-27 03:24:41,727 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2024-08-27 03:24:41,734 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-27 03:24:41,734 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-27 03:24:41,734 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:24:41,744 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:24:41,751 - DEBUG - Do not have enough data to verify VN in agent 2024-08-27 03:24:41,752 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:24:41,760 - DEBUG - VRF ids for VN __public__: {} 2024-08-27 03:24:41,811 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-27 03:24:41,966 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-08-27 03:24:41,973 - DEBUG - Requesting: http://10.0.0.33:8082/domain/53e0f5d7-a3cb-4db1-865b-f8d7c80603b0 2024-08-27 03:24:41,981 - DEBUG - Requesting: http://10.0.0.33:8082/project/8ba1203a-8a38-42e9-872c-c2332468f2d9 2024-08-27 03:24:42,025 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/2e2d7a34-f9be-4d1b-b318-17576a8e6b13 2024-08-27 03:24:42,036 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/510a29fa-c571-43f2-91db-bc2c59499dd8 2024-08-27 03:24:42,042 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-08-27 03:24:42,049 - DEBUG - Requesting: http://10.0.0.33:8082/domain/53e0f5d7-a3cb-4db1-865b-f8d7c80603b0 2024-08-27 03:24:42,058 - DEBUG - Requesting: http://10.0.0.33:8082/project/8ba1203a-8a38-42e9-872c-c2332468f2d9 2024-08-27 03:24:42,096 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/2e2d7a34-f9be-4d1b-b318-17576a8e6b13 2024-08-27 03:24:42,106 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-27 03:24:42,106 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-27 03:24:42,112 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-27 03:24:42,119 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-27 03:24:42,119 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-27 03:24:42,123 - DEBUG - Ingress ctest-nginx-ingress-47651390 not present 2024-08-27 03:24:42,123 - INFO - Creating Ingress ctest-nginx-ingress-47651390 2024-08-27 03:24:42,134 - INFO - Created Ingress ctest-nginx-ingress-47651390 2024-08-27 03:24:42,137 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47651390 2024-08-27 03:24:45,144 - DEBUG - For Ingress ctest-nginx-ingress-47651390, Cluster IP: 10.47.255.249, External IPs ['28.211.84.60'] 2024-08-27 03:24:45,145 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-47651390 2024-08-27 03:24:45,145 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=65003b46-abf9-4c27-9118-05008102aaf2 2024-08-27 03:24:45,151 - INFO - Ingress ctest-nginx-ingress-47651390 with uuid 65003b46-abf9-4c27-9118-05008102aaf2 found in kube manager 2024-08-27 03:24:45,151 - INFO - Ingress ctest-nginx-ingress-47651390 verification passed 2024-08-27 03:24:45,155 - DEBUG - Pod ctest-busybox-pod-40961697 not present 2024-08-27 03:24:45,156 - INFO - Creating Pod ctest-busybox-pod-40961697 2024-08-27 03:24:45,190 - DEBUG - Pod : ctest-busybox-pod-40961697 UUID is 6df7bc7a-64a6-4938-befc-1c89306afe7e 2024-08-27 03:24:45,200 - DEBUG - Pod ctest-nginx-pod-31149795 not in running state.Currently in Pending 2024-08-27 03:24:50,219 - INFO - Pod ctest-nginx-pod-31149795 is in running state.Got IP 10.47.255.251 2024-08-27 03:24:50,236 - DEBUG - Pod ctest-nginx-pod-31149795 has vmi e35027d6-6423-11ef-94dd-fa163e8d1c0b 2024-08-27 03:24:50,236 - INFO - Verified pod ctest-nginx-pod-31149795 in contrail-api 2024-08-27 03:24:50,237 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:24:50,252 - DEBUG - VMI e35027d6-6423-11ef-94dd-fa163e8d1c0b is active in agent 10.0.0.52 2024-08-27 03:24:50,252 - INFO - Verified Pod ctest-nginx-pod-31149795 in agent 10.0.0.52 2024-08-27 03:24:50,252 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=8c9378aa-13d2-498e-82fa-2bf224ef11b3 2024-08-27 03:24:50,259 - INFO - Pod ctest-nginx-pod-31149795 with uuid 8c9378aa-13d2-498e-82fa-2bf224ef11b3 found in kube manager 2024-08-27 03:24:50,259 - INFO - Pod ctest-nginx-pod-31149795 verification passed 2024-08-27 03:24:50,343 - DEBUG - [Pod ctest-nginx-pod-31149795] Cmd: echo ctest-nginx-pod-31149795 > /usr/share/nginx/html/index.html, Output: 2024-08-27 03:24:50,350 - INFO - Pod ctest-nginx-pod-36062334 is in running state.Got IP 10.47.255.250 2024-08-27 03:24:50,370 - DEBUG - Pod ctest-nginx-pod-36062334 has vmi e3b673ec-6423-11ef-94dd-fa163e8d1c0b 2024-08-27 03:24:50,370 - INFO - Verified pod ctest-nginx-pod-36062334 in contrail-api 2024-08-27 03:24:50,370 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:24:50,383 - DEBUG - VMI e3b673ec-6423-11ef-94dd-fa163e8d1c0b is active in agent 10.0.0.52 2024-08-27 03:24:50,390 - INFO - Verified Pod ctest-nginx-pod-36062334 in agent 10.0.0.52 2024-08-27 03:24:50,391 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=39cae9e8-4f87-40a1-afed-f1725124f8ee 2024-08-27 03:24:50,399 - INFO - Pod ctest-nginx-pod-36062334 with uuid 39cae9e8-4f87-40a1-afed-f1725124f8ee found in kube manager 2024-08-27 03:24:50,399 - INFO - Pod ctest-nginx-pod-36062334 verification passed 2024-08-27 03:24:50,470 - DEBUG - [Pod ctest-nginx-pod-36062334] Cmd: echo ctest-nginx-pod-36062334 > /usr/share/nginx/html/index.html, Output: 2024-08-27 03:24:50,486 - DEBUG - Pod ctest-busybox-pod-40961697 not in running state.Currently in Pending 2024-08-27 03:24:55,496 - DEBUG - Pod ctest-busybox-pod-40961697 not in running state.Currently in Pending 2024-08-27 03:25:00,506 - INFO - Pod ctest-busybox-pod-40961697 is in running state.Got IP 10.47.255.248 2024-08-27 03:25:00,566 - DEBUG - Pod ctest-busybox-pod-40961697 has vmi e82f4ff2-6423-11ef-94dd-fa163e8d1c0b 2024-08-27 03:25:00,566 - INFO - Verified pod ctest-busybox-pod-40961697 in contrail-api 2024-08-27 03:25:00,567 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:25:00,579 - DEBUG - VMI e82f4ff2-6423-11ef-94dd-fa163e8d1c0b is active in agent 10.0.0.52 2024-08-27 03:25:00,579 - INFO - Verified Pod ctest-busybox-pod-40961697 in agent 10.0.0.52 2024-08-27 03:25:00,579 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=6df7bc7a-64a6-4938-befc-1c89306afe7e 2024-08-27 03:25:00,591 - INFO - Pod ctest-busybox-pod-40961697 with uuid 6df7bc7a-64a6-4938-befc-1c89306afe7e found in kube manager 2024-08-27 03:25:00,591 - INFO - Pod ctest-busybox-pod-40961697 verification passed 2024-08-27 03:25:00,657 - DEBUG - [Pod ctest-busybox-pod-40961697] 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-31149795 2024-08-27 03:25:00,657 - DEBUG - [Pod Pod ctest-busybox-pod-40961697] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-27 03:25:00,657 - DEBUG - [Pod Pod ctest-busybox-pod-40961697] 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-31149795 2024-08-27 03:25:00,722 - DEBUG - [Pod ctest-busybox-pod-40961697] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-31149795 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-08-27 03:25:00,722 - DEBUG - [Pod Pod ctest-busybox-pod-40961697] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-27 03:25:00,722 - DEBUG - [Pod Pod ctest-busybox-pod-40961697] Cmd output: ctest-nginx-pod-31149795 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-08-27 03:25:00,781 - DEBUG - [Pod ctest-busybox-pod-40961697] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-36062334 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-08-27 03:25:00,781 - DEBUG - [Pod Pod ctest-busybox-pod-40961697] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-27 03:25:00,781 - DEBUG - [Pod Pod ctest-busybox-pod-40961697] Cmd output: ctest-nginx-pod-36062334 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-08-27 03:25:00,781 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-31149795': 2, 'ctest-nginx-pod-36062334': 1} 2024-08-27 03:25:00,781 - WARNING - Nothing to delete parallely 2024-08-27 03:25:00,782 - INFO - Deleting pod default:ctest-busybox-pod-40961697 2024-08-27 03:25:00,800 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6df7bc7a-64a6-4938-befc-1c89306afe7e 2024-08-27 03:25:00,808 - WARNING - Pod uuid 6df7bc7a-64a6-4938-befc-1c89306afe7e is still seen in agent 10.0.0.52 VM list 2024-08-27 03:25:05,809 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6df7bc7a-64a6-4938-befc-1c89306afe7e 2024-08-27 03:25:05,817 - WARNING - Pod uuid 6df7bc7a-64a6-4938-befc-1c89306afe7e is still seen in agent 10.0.0.52 VM list 2024-08-27 03:25:10,818 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6df7bc7a-64a6-4938-befc-1c89306afe7e 2024-08-27 03:25:10,826 - WARNING - Pod uuid 6df7bc7a-64a6-4938-befc-1c89306afe7e is still seen in agent 10.0.0.52 VM list 2024-08-27 03:25:15,827 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6df7bc7a-64a6-4938-befc-1c89306afe7e 2024-08-27 03:25:15,835 - WARNING - Pod uuid 6df7bc7a-64a6-4938-befc-1c89306afe7e is still seen in agent 10.0.0.52 VM list 2024-08-27 03:25:20,836 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6df7bc7a-64a6-4938-befc-1c89306afe7e 2024-08-27 03:25:20,846 - WARNING - Pod uuid 6df7bc7a-64a6-4938-befc-1c89306afe7e is still seen in agent 10.0.0.52 VM list 2024-08-27 03:25:25,847 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6df7bc7a-64a6-4938-befc-1c89306afe7e 2024-08-27 03:25:25,854 - WARNING - Pod uuid 6df7bc7a-64a6-4938-befc-1c89306afe7e is still seen in agent 10.0.0.52 VM list 2024-08-27 03:25:30,855 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6df7bc7a-64a6-4938-befc-1c89306afe7e 2024-08-27 03:25:30,863 - WARNING - Pod uuid 6df7bc7a-64a6-4938-befc-1c89306afe7e is still seen in agent 10.0.0.52 VM list 2024-08-27 03:25:35,864 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6df7bc7a-64a6-4938-befc-1c89306afe7e 2024-08-27 03:25:35,872 - DEBUG - Pod 6df7bc7a-64a6-4938-befc-1c89306afe7e is not in agent 10.0.0.52 VM list 2024-08-27 03:25:35,872 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e82f4ff2-6423-11ef-94dd-fa163e8d1c0b 2024-08-27 03:25:35,879 - DEBUG - VMI e82f4ff2-6423-11ef-94dd-fa163e8d1c0b is removed from agent 10.0.0.52 2024-08-27 03:25:35,879 - INFO - Verified that pod ctest-busybox-pod-40961697 is removed in agent 2024-08-27 03:25:35,880 - INFO - Deleting Ingress : ctest-nginx-ingress-47651390 2024-08-27 03:25:35,887 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=65003b46-abf9-4c27-9118-05008102aaf2 2024-08-27 03:25:35,897 - ERROR - Ingress ctest-nginx-ingress-47651390 with uuid 65003b46-abf9-4c27-9118-05008102aaf2 still found in kube manager 2024-08-27 03:25:36,898 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=65003b46-abf9-4c27-9118-05008102aaf2 2024-08-27 03:25:36,905 - INFO - Ingress ctest-nginx-ingress-47651390 with uuid 65003b46-abf9-4c27-9118-05008102aaf2 deleted successfully from kube manager 2024-08-27 03:25:36,906 - INFO - Verifications on Ingress %s cleanup passed 2024-08-27 03:25:36,906 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-27 03:25:37,013 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-27 03:25:37,021 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-27 03:25:37,022 - INFO - Deleting VN __public__ 2024-08-27 03:25:37,194 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/4651ef31-4447-4a3f-8457-5c8175c3e4af 2024-08-27 03:25:37,203 - DEBUG - Response Code: 404 2024-08-27 03:25:37,203 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-08-27 03:25:37,213 - DEBUG - Requesting: http://10.0.0.33:8082/domain/53e0f5d7-a3cb-4db1-865b-f8d7c80603b0 2024-08-27 03:25:37,223 - DEBUG - Requesting: http://10.0.0.33:8082/project/8ba1203a-8a38-42e9-872c-c2332468f2d9 2024-08-27 03:25:37,295 - INFO - Validated that VN __public__ is not found in API Server 2024-08-27 03:25:37,296 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-27 03:25:37,304 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:25:37,313 - DEBUG - VN __public__ is not present in Agent 10.0.0.52 2024-08-27 03:25:37,313 - INFO - Validated that VN __public__ is not in any agent 2024-08-27 03:25:37,313 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:25:37,335 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:25:37,341 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-27 03:25:37,347 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-27 03:25:37,348 - INFO - Deleting pod default:ctest-nginx-pod-36062334 2024-08-27 03:25:37,370 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=39cae9e8-4f87-40a1-afed-f1725124f8ee 2024-08-27 03:25:37,383 - WARNING - Pod uuid 39cae9e8-4f87-40a1-afed-f1725124f8ee is still seen in agent 10.0.0.52 VM list 2024-08-27 03:25:42,385 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=39cae9e8-4f87-40a1-afed-f1725124f8ee 2024-08-27 03:25:42,393 - DEBUG - Pod 39cae9e8-4f87-40a1-afed-f1725124f8ee is not in agent 10.0.0.52 VM list 2024-08-27 03:25:42,393 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e3b673ec-6423-11ef-94dd-fa163e8d1c0b 2024-08-27 03:25:42,400 - DEBUG - VMI e3b673ec-6423-11ef-94dd-fa163e8d1c0b is removed from agent 10.0.0.52 2024-08-27 03:25:42,400 - INFO - Verified that pod ctest-nginx-pod-36062334 is removed in agent 2024-08-27 03:25:42,401 - INFO - Deleting pod default:ctest-nginx-pod-31149795 2024-08-27 03:25:42,426 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=8c9378aa-13d2-498e-82fa-2bf224ef11b3 2024-08-27 03:25:42,435 - WARNING - Pod uuid 8c9378aa-13d2-498e-82fa-2bf224ef11b3 is still seen in agent 10.0.0.52 VM list 2024-08-27 03:25:47,435 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=8c9378aa-13d2-498e-82fa-2bf224ef11b3 2024-08-27 03:25:47,442 - DEBUG - Pod 8c9378aa-13d2-498e-82fa-2bf224ef11b3 is not in agent 10.0.0.52 VM list 2024-08-27 03:25:47,442 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e35027d6-6423-11ef-94dd-fa163e8d1c0b 2024-08-27 03:25:47,449 - DEBUG - VMI e35027d6-6423-11ef-94dd-fa163e8d1c0b is removed from agent 10.0.0.52 2024-08-27 03:25:47,449 - INFO - Verified that pod ctest-nginx-pod-31149795 is removed in agent 2024-08-27 03:25:47,450 - INFO - Deleting service : ctest-nginx-svc-05937559 2024-08-27 03:25:47,698 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-27 03:25:47,706 - DEBUG - No XMPP flaps were noticed during the test 2024-08-27 03:25:47,706 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2024-08-27 03:25:47,706 - INFO - -------------------------------------------------------------------------------- 2024-08-27 03:25:54,102 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-27 03:25:54,251 - DEBUG - Output : cluster_project={} 2024-08-27 03:25:54,294 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-27 03:25:54,487 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-27 03:25:54,493 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-27 03:25:54,634 - DEBUG - Output : cluster_project={} 2024-08-27 03:26:09,755 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:26:09,797 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:26:09,877 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:26:09,962 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:26:15,012 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:26:15,051 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:26:15,132 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:26:15,218 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:26:15,485 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-27 03:26:18,132 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_ApplicationPolicySetReq? 2024-08-27 03:26:18,139 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_AclReq? 2024-08-27 03:26:18,177 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_AclReq? 2024-08-27 03:26:20,214 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_AclReq? 2024-08-27 03:29:21,033 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-27 03:29:21,115 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=65e75a8f-0489-41ff-b883-3f84c036bc9b 2024-08-27 03:29:21,126 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=25512fa1-5595-4592-9bca-a98c81cbf207 2024-08-27 03:29:21,131 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=bcc4615a-8143-416f-932d-31e68ccada3a 2024-08-27 03:29:21,136 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6367f3c1-3b7d-45a2-8f44-aa8ac938460a 2024-08-27 03:29:21,141 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=e229c970-3723-4ef3-bacf-cd4907996d14 2024-08-27 03:29:21,151 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=d7bb45af-1c30-4c20-93a0-7b90e66c875f 2024-08-27 03:29:21,157 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=b3655fd9-6999-437e-88ba-c9fb46b8820f 2024-08-27 03:29:21,163 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=f2e761d4-da18-4390-8ae5-1b1ebedfa569 2024-08-27 03:29:26,232 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=65e75a8f-0489-41ff-b883-3f84c036bc9b 2024-08-27 03:29:26,234 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=25512fa1-5595-4592-9bca-a98c81cbf207 2024-08-27 03:29:26,236 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=f2e761d4-da18-4390-8ae5-1b1ebedfa569 2024-08-27 03:29:26,237 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=bcc4615a-8143-416f-932d-31e68ccada3a 2024-08-27 03:29:26,238 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=d7bb45af-1c30-4c20-93a0-7b90e66c875f 2024-08-27 03:29:26,240 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=b3655fd9-6999-437e-88ba-c9fb46b8820f 2024-08-27 03:29:26,241 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=e229c970-3723-4ef3-bacf-cd4907996d14 2024-08-27 03:29:26,242 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6367f3c1-3b7d-45a2-8f44-aa8ac938460a 2024-08-27 03:29:26,268 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:12859f72-6424-11ef-94dd-fa163e8d1c0b 2024-08-27 03:29:26,270 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:139cb116-6424-11ef-94dd-fa163e8d1c0b 2024-08-27 03:29:26,272 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:131d7496-6424-11ef-94dd-fa163e8d1c0b 2024-08-27 03:29:26,273 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:120d45ae-6424-11ef-94dd-fa163e8d1c0b 2024-08-27 03:29:31,265 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=bcc4615a-8143-416f-932d-31e68ccada3a 2024-08-27 03:29:31,268 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6367f3c1-3b7d-45a2-8f44-aa8ac938460a 2024-08-27 03:29:31,271 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=e229c970-3723-4ef3-bacf-cd4907996d14 2024-08-27 03:29:31,273 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=d7bb45af-1c30-4c20-93a0-7b90e66c875f 2024-08-27 03:29:36,287 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=bcc4615a-8143-416f-932d-31e68ccada3a 2024-08-27 03:29:36,292 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=e229c970-3723-4ef3-bacf-cd4907996d14 2024-08-27 03:29:36,296 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=d7bb45af-1c30-4c20-93a0-7b90e66c875f 2024-08-27 03:29:36,298 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6367f3c1-3b7d-45a2-8f44-aa8ac938460a 2024-08-27 03:29:41,302 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=bcc4615a-8143-416f-932d-31e68ccada3a 2024-08-27 03:29:41,311 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=e229c970-3723-4ef3-bacf-cd4907996d14 2024-08-27 03:29:41,313 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6367f3c1-3b7d-45a2-8f44-aa8ac938460a 2024-08-27 03:29:41,314 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=d7bb45af-1c30-4c20-93a0-7b90e66c875f 2024-08-27 03:29:46,312 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=bcc4615a-8143-416f-932d-31e68ccada3a 2024-08-27 03:29:46,328 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6367f3c1-3b7d-45a2-8f44-aa8ac938460a 2024-08-27 03:29:46,330 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=e229c970-3723-4ef3-bacf-cd4907996d14 2024-08-27 03:29:46,332 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=d7bb45af-1c30-4c20-93a0-7b90e66c875f 2024-08-27 03:29:51,322 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=bcc4615a-8143-416f-932d-31e68ccada3a 2024-08-27 03:29:51,345 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6367f3c1-3b7d-45a2-8f44-aa8ac938460a 2024-08-27 03:29:51,348 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=d7bb45af-1c30-4c20-93a0-7b90e66c875f 2024-08-27 03:29:51,350 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=e229c970-3723-4ef3-bacf-cd4907996d14 2024-08-27 03:29:56,393 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=bcc4615a-8143-416f-932d-31e68ccada3a 2024-08-27 03:29:56,395 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=d7bb45af-1c30-4c20-93a0-7b90e66c875f 2024-08-27 03:29:56,397 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=e229c970-3723-4ef3-bacf-cd4907996d14 2024-08-27 03:29:56,399 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=6367f3c1-3b7d-45a2-8f44-aa8ac938460a 2024-08-27 03:29:56,412 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:158f46f0-6424-11ef-94dd-fa163e8d1c0b 2024-08-27 03:29:56,416 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:14241e6c-6424-11ef-94dd-fa163e8d1c0b 2024-08-27 03:29:56,418 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:149053de-6424-11ef-94dd-fa163e8d1c0b 2024-08-27 03:29:56,419 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:150cf2cc-6424-11ef-94dd-fa163e8d1c0b