2024-11-03 19:49:27,054 - DEBUG - [10.0.0.22]: Running cmd : hostname 2024-11-03 19:49:27,301 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-752-1 2024-11-03 19:49:27,301 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2024-11-03 19:49:27,335 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-752-1 2024-11-03 19:49:27,335 - DEBUG - [10.0.0.22]: 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-11-03 19:49:27,446 - DEBUG - Output : NAMES contrail_test_2AhEQgSHO contrail-kubernetes-master_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_dnsmasq_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_schema_1 config_api_api_1 2024-11-03 19:49:27,447 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-03 19:49:27,481 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2024-11-03 19:49:27,481 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2024-11-03 19:49:27,515 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-752-1 2024-11-03 19:49:27,598 - DEBUG - [10.0.0.33]: Running cmd : hostname 2024-11-03 19:49:27,818 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-752-1 2024-11-03 19:49:27,818 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2024-11-03 19:49:27,842 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-752-1 2024-11-03 19:49:27,843 - 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-11-03 19:49:27,928 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-03 19:49:27,928 - DEBUG - [10.0.0.33]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-03 19:49:27,962 - DEBUG - Output : 10.0.0.33/24 2024-11-03 19:49:27,962 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2024-11-03 19:49:27,997 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-752-1 2024-11-03 19:49:28,083 - INFO - Using existing project ['default-domain', 'k8s-default'](3c4963a0-3034-40fb-94ec-d2eda3513a80) 2024-11-03 19:49:28,196 - INFO - Using existing project ['default-domain', 'k8s-default'](3c4963a0-3034-40fb-94ec-d2eda3513a80) 2024-11-03 19:49:28,335 - INFO - ================================================================================ 2024-11-03 19:49:28,336 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-03 19:49:28,336 - 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-11-03 19:49:28,568 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-03 19:49:28,575 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.0.0.22': '0'}} with 2024-11-03 19:49:28,575 - INFO - Initial checks done. Running the testcase now 2024-11-03 19:49:28,575 - INFO - 2024-11-03 19:49:28,579 - INFO - Namespace default already exists 2024-11-03 19:49:28,579 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-03 19:49:28,685 - DEBUG - Output : cluster_project={} 2024-11-03 19:49:28,738 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-03 19:49:28,738 - DEBUG - Project uuid in Contrail is 3c4963a0-3034-40fb-94ec-d2eda3513a80 2024-11-03 19:49:28,738 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-03 19:49:28,859 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-03 19:49:28,859 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=5665723c-c2bc-4713-8486-d033f324997d 2024-11-03 19:49:28,863 - INFO - Namespace default with uuid 5665723c-c2bc-4713-8486-d033f324997d found in kube manager 2024-11-03 19:49:28,864 - INFO - Namespace default verification passed 2024-11-03 19:49:28,866 - DEBUG - Service ctest-nginx-svc-14530824 not present 2024-11-03 19:49:28,866 - INFO - Creating service ctest-nginx-svc-14530824 2024-11-03 19:49:28,882 - INFO - Created Service ctest-nginx-svc-14530824 2024-11-03 19:49:28,890 - DEBUG - Pod ctest-nginx-pod-55935061 not present 2024-11-03 19:49:28,890 - INFO - Creating Pod ctest-nginx-pod-55935061 2024-11-03 19:49:28,956 - DEBUG - Pod : ctest-nginx-pod-55935061 UUID is be896e77-4acd-4f29-aedf-a1f6734edf78 2024-11-03 19:49:28,963 - DEBUG - Pod ctest-nginx-pod-41369683 not present 2024-11-03 19:49:28,964 - INFO - Creating Pod ctest-nginx-pod-41369683 2024-11-03 19:49:28,984 - DEBUG - Pod : ctest-nginx-pod-41369683 UUID is 31538a18-a4c8-4fb3-a8a3-f37f757770d5 2024-11-03 19:49:29,214 - INFO - Created VN __public__, UUID :94fdd802-b75b-4141-b1aa-00efc272fc4e 2024-11-03 19:49:29,474 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-11-03 19:49:29,479 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d775e6fc-c4eb-4681-b667-060573ab7ad1 2024-11-03 19:49:29,519 - DEBUG - Requesting: http://10.0.0.22:8082/project/3c4963a0-3034-40fb-94ec-d2eda3513a80 2024-11-03 19:49:29,615 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/94fdd802-b75b-4141-b1aa-00efc272fc4e 2024-11-03 19:49:29,674 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/94fdd802-b75b-4141-b1aa-00efc272fc4e 2024-11-03 19:49:29,723 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/37b9c1cf-89f7-45ea-b498-1f5e84acf857 2024-11-03 19:49:29,741 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/37b9c1cf-89f7-45ea-b498-1f5e84acf857 2024-11-03 19:49:29,767 - DEBUG - Route Targets: [] 2024-11-03 19:49:29,767 - DEBUG - RT names not yet present for VN __public__ 2024-11-03 19:49:34,769 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-11-03 19:49:34,774 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d775e6fc-c4eb-4681-b667-060573ab7ad1 2024-11-03 19:49:34,783 - DEBUG - Requesting: http://10.0.0.22:8082/project/3c4963a0-3034-40fb-94ec-d2eda3513a80 2024-11-03 19:49:34,830 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/94fdd802-b75b-4141-b1aa-00efc272fc4e 2024-11-03 19:49:34,849 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/94fdd802-b75b-4141-b1aa-00efc272fc4e 2024-11-03 19:49:34,866 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/37b9c1cf-89f7-45ea-b498-1f5e84acf857 2024-11-03 19:49:34,880 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/37b9c1cf-89f7-45ea-b498-1f5e84acf857 2024-11-03 19:49:34,892 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/10584563-ea7d-4195-81a7-928171581a3b 2024-11-03 19:49:34,900 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-03 19:49:34,900 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/94fdd802-b75b-4141-b1aa-00efc272fc4e 2024-11-03 19:49:34,920 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/37b9c1cf-89f7-45ea-b498-1f5e84acf857 2024-11-03 19:49:34,944 - INFO - Verified VN network id 13 for VN 94fdd802-b75b-4141-b1aa-00efc272fc4e 2024-11-03 19:49:34,944 - INFO - Verifications in API Server for VN __public__ passed 2024-11-03 19:49:34,944 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/94fdd802-b75b-4141-b1aa-00efc272fc4e 2024-11-03 19:49:34,959 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/37b9c1cf-89f7-45ea-b498-1f5e84acf857 2024-11-03 19:49:34,970 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/37b9c1cf-89f7-45ea-b498-1f5e84acf857 2024-11-03 19:49:34,982 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/10584563-ea7d-4195-81a7-928171581a3b 2024-11-03 19:49:34,989 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-03 19:49:34,994 - DEBUG - Control-node 10.0.0.22 : 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': '10735974592898875713', 'uuid-lslong': '12802045920513555534'}, 'enable': 'true', 'created': '2024-11-03T19:49:29', 'last-modified': '2024-11-03T19:49:29', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.580624'} 2024-11-03 19:49:34,994 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-03 19:49:35,002 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-03 19:49:35,002 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-03 19:49:35,003 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-03 19:49:35,003 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-11-03 19:49:35,011 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d775e6fc-c4eb-4681-b667-060573ab7ad1 2024-11-03 19:49:35,020 - DEBUG - Requesting: http://10.0.0.22:8082/project/3c4963a0-3034-40fb-94ec-d2eda3513a80 2024-11-03 19:49:35,073 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/94fdd802-b75b-4141-b1aa-00efc272fc4e 2024-11-03 19:49:35,087 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-03 19:49:35,087 - DEBUG - Verifying the vn in opserver 2024-11-03 19:49:35,087 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2024-11-03 19:49:35,087 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2024-11-03 19:49:35,093 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-03 19:49:35,093 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-03 19:49:35,093 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-03 19:49:35,103 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-03 19:49:35,109 - DEBUG - Do not have enough data to verify VN in agent 2024-11-03 19:49:35,109 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-03 19:49:35,114 - DEBUG - VRF ids for VN __public__: {} 2024-11-03 19:49:35,245 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-03 19:49:35,417 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-11-03 19:49:35,423 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d775e6fc-c4eb-4681-b667-060573ab7ad1 2024-11-03 19:49:35,440 - DEBUG - Requesting: http://10.0.0.22:8082/project/3c4963a0-3034-40fb-94ec-d2eda3513a80 2024-11-03 19:49:35,514 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/94fdd802-b75b-4141-b1aa-00efc272fc4e 2024-11-03 19:49:35,548 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/2e95bd62-af45-489b-82a3-9526198fe799 2024-11-03 19:49:35,564 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-11-03 19:49:35,576 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d775e6fc-c4eb-4681-b667-060573ab7ad1 2024-11-03 19:49:35,586 - DEBUG - Requesting: http://10.0.0.22:8082/project/3c4963a0-3034-40fb-94ec-d2eda3513a80 2024-11-03 19:49:35,652 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/94fdd802-b75b-4141-b1aa-00efc272fc4e 2024-11-03 19:49:35,669 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-03 19:49:35,669 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-03 19:49:35,682 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-03 19:49:35,691 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-03 19:49:35,692 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-03 19:49:35,694 - DEBUG - Ingress ctest-nginx-ingress-30216668 not present 2024-11-03 19:49:35,695 - INFO - Creating Ingress ctest-nginx-ingress-30216668 2024-11-03 19:49:35,705 - INFO - Created Ingress ctest-nginx-ingress-30216668 2024-11-03 19:49:35,708 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-30216668 2024-11-03 19:49:38,713 - DEBUG - For Ingress ctest-nginx-ingress-30216668, Cluster IP: 10.47.255.249, External IPs ['38.77.78.60'] 2024-11-03 19:49:38,713 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-30216668 2024-11-03 19:49:38,713 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=8135c166-65c6-43e2-9b77-445bc1f924da 2024-11-03 19:49:38,719 - INFO - Ingress ctest-nginx-ingress-30216668 with uuid 8135c166-65c6-43e2-9b77-445bc1f924da found in kube manager 2024-11-03 19:49:38,719 - INFO - Ingress ctest-nginx-ingress-30216668 verification passed 2024-11-03 19:49:38,722 - DEBUG - Pod ctest-busybox-pod-47476866 not present 2024-11-03 19:49:38,722 - INFO - Creating Pod ctest-busybox-pod-47476866 2024-11-03 19:49:38,748 - DEBUG - Pod : ctest-busybox-pod-47476866 UUID is b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc 2024-11-03 19:49:38,753 - DEBUG - Pod ctest-nginx-pod-55935061 not in running state.Currently in Pending 2024-11-03 19:49:43,761 - DEBUG - Pod ctest-nginx-pod-55935061 not in running state.Currently in Pending 2024-11-03 19:49:48,775 - INFO - Pod ctest-nginx-pod-55935061 is in running state.Got IP 10.47.255.251 2024-11-03 19:49:48,844 - DEBUG - Pod ctest-nginx-pod-55935061 has vmi bddbad16-9a1c-11ef-8047-fa163ea8a5f3 2024-11-03 19:49:48,844 - INFO - Verified pod ctest-nginx-pod-55935061 in contrail-api 2024-11-03 19:49:48,844 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-03 19:49:48,858 - DEBUG - VMI bddbad16-9a1c-11ef-8047-fa163ea8a5f3 is active in agent 10.0.0.33 2024-11-03 19:49:48,858 - INFO - Verified Pod ctest-nginx-pod-55935061 in agent 10.0.0.33 2024-11-03 19:49:48,859 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=be896e77-4acd-4f29-aedf-a1f6734edf78 2024-11-03 19:49:48,863 - INFO - Pod ctest-nginx-pod-55935061 with uuid be896e77-4acd-4f29-aedf-a1f6734edf78 found in kube manager 2024-11-03 19:49:48,863 - INFO - Pod ctest-nginx-pod-55935061 verification passed 2024-11-03 19:49:48,942 - DEBUG - [Pod ctest-nginx-pod-55935061] Cmd: echo ctest-nginx-pod-55935061 > /usr/share/nginx/html/index.html, Output: 2024-11-03 19:49:48,948 - INFO - Pod ctest-nginx-pod-41369683 is in running state.Got IP 10.47.255.250 2024-11-03 19:49:48,970 - DEBUG - Pod ctest-nginx-pod-41369683 has vmi be576280-9a1c-11ef-8047-fa163ea8a5f3 2024-11-03 19:49:48,971 - INFO - Verified pod ctest-nginx-pod-41369683 in contrail-api 2024-11-03 19:49:48,971 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-03 19:49:48,983 - DEBUG - VMI be576280-9a1c-11ef-8047-fa163ea8a5f3 is active in agent 10.0.0.33 2024-11-03 19:49:48,983 - INFO - Verified Pod ctest-nginx-pod-41369683 in agent 10.0.0.33 2024-11-03 19:49:48,983 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=31538a18-a4c8-4fb3-a8a3-f37f757770d5 2024-11-03 19:49:48,988 - INFO - Pod ctest-nginx-pod-41369683 with uuid 31538a18-a4c8-4fb3-a8a3-f37f757770d5 found in kube manager 2024-11-03 19:49:48,988 - INFO - Pod ctest-nginx-pod-41369683 verification passed 2024-11-03 19:49:49,049 - DEBUG - [Pod ctest-nginx-pod-41369683] Cmd: echo ctest-nginx-pod-41369683 > /usr/share/nginx/html/index.html, Output: 2024-11-03 19:49:49,056 - INFO - Pod ctest-busybox-pod-47476866 is in running state.Got IP 10.47.255.248 2024-11-03 19:49:49,080 - DEBUG - Pod ctest-busybox-pod-47476866 has vmi c2ddf01c-9a1c-11ef-8047-fa163ea8a5f3 2024-11-03 19:49:49,080 - INFO - Verified pod ctest-busybox-pod-47476866 in contrail-api 2024-11-03 19:49:49,080 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-03 19:49:49,093 - DEBUG - VMI c2ddf01c-9a1c-11ef-8047-fa163ea8a5f3 is active in agent 10.0.0.33 2024-11-03 19:49:49,093 - INFO - Verified Pod ctest-busybox-pod-47476866 in agent 10.0.0.33 2024-11-03 19:49:49,093 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc 2024-11-03 19:49:49,099 - INFO - Pod ctest-busybox-pod-47476866 with uuid b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc found in kube manager 2024-11-03 19:49:49,099 - INFO - Pod ctest-busybox-pod-47476866 verification passed 2024-11-03 19:49:49,164 - DEBUG - [Pod ctest-busybox-pod-47476866] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-55935061 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-11-03 19:49:49,164 - DEBUG - [Pod Pod ctest-busybox-pod-47476866] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-03 19:49:49,164 - DEBUG - [Pod Pod ctest-busybox-pod-47476866] Cmd output: ctest-nginx-pod-55935061 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-11-03 19:49:49,222 - DEBUG - [Pod ctest-busybox-pod-47476866] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-55935061 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-11-03 19:49:49,222 - DEBUG - [Pod Pod ctest-busybox-pod-47476866] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-03 19:49:49,222 - DEBUG - [Pod Pod ctest-busybox-pod-47476866] Cmd output: ctest-nginx-pod-55935061 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-11-03 19:49:49,277 - DEBUG - [Pod ctest-busybox-pod-47476866] 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-55935061 2024-11-03 19:49:49,277 - DEBUG - [Pod Pod ctest-busybox-pod-47476866] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-03 19:49:49,277 - DEBUG - [Pod Pod ctest-busybox-pod-47476866] 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-55935061 2024-11-03 19:49:49,337 - DEBUG - [Pod ctest-busybox-pod-47476866] 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) ctest-nginx-pod-55935061 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-03 19:49:49,337 - DEBUG - [Pod Pod ctest-busybox-pod-47476866] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-03 19:49:49,337 - DEBUG - [Pod Pod ctest-busybox-pod-47476866] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-55935061 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-03 19:49:49,395 - DEBUG - [Pod ctest-busybox-pod-47476866] 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) ctest-nginx-pod-55935061 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-03 19:49:49,395 - DEBUG - [Pod Pod ctest-busybox-pod-47476866] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-03 19:49:49,395 - DEBUG - [Pod Pod ctest-busybox-pod-47476866] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-55935061 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-03 19:49:49,454 - DEBUG - [Pod ctest-busybox-pod-47476866] 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-41369683 2024-11-03 19:49:49,454 - DEBUG - [Pod Pod ctest-busybox-pod-47476866] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-03 19:49:49,454 - DEBUG - [Pod Pod ctest-busybox-pod-47476866] 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-41369683 2024-11-03 19:49:49,454 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-55935061': 5, 'ctest-nginx-pod-41369683': 1} 2024-11-03 19:49:49,454 - WARNING - Nothing to delete parallely 2024-11-03 19:49:49,455 - INFO - Deleting pod default:ctest-busybox-pod-47476866 2024-11-03 19:49:49,467 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc 2024-11-03 19:49:49,474 - WARNING - Pod uuid b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc is still seen in agent 10.0.0.33 VM list 2024-11-03 19:49:54,474 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc 2024-11-03 19:49:54,481 - WARNING - Pod uuid b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc is still seen in agent 10.0.0.33 VM list 2024-11-03 19:49:59,482 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc 2024-11-03 19:49:59,489 - WARNING - Pod uuid b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc is still seen in agent 10.0.0.33 VM list 2024-11-03 19:50:04,489 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc 2024-11-03 19:50:04,497 - WARNING - Pod uuid b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc is still seen in agent 10.0.0.33 VM list 2024-11-03 19:50:09,498 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc 2024-11-03 19:50:09,508 - WARNING - Pod uuid b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc is still seen in agent 10.0.0.33 VM list 2024-11-03 19:50:14,509 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc 2024-11-03 19:50:14,521 - WARNING - Pod uuid b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc is still seen in agent 10.0.0.33 VM list 2024-11-03 19:50:19,521 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc 2024-11-03 19:50:19,529 - WARNING - Pod uuid b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc is still seen in agent 10.0.0.33 VM list 2024-11-03 19:50:24,530 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc 2024-11-03 19:50:24,538 - DEBUG - Pod b5b018c8-0ac5-4c12-9eeb-7590c9bb62cc is not in agent 10.0.0.33 VM list 2024-11-03 19:50:24,538 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c2ddf01c-9a1c-11ef-8047-fa163ea8a5f3 2024-11-03 19:50:24,545 - DEBUG - VMI c2ddf01c-9a1c-11ef-8047-fa163ea8a5f3 is removed from agent 10.0.0.33 2024-11-03 19:50:24,545 - INFO - Verified that pod ctest-busybox-pod-47476866 is removed in agent 2024-11-03 19:50:24,546 - INFO - Deleting Ingress : ctest-nginx-ingress-30216668 2024-11-03 19:50:24,553 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=8135c166-65c6-43e2-9b77-445bc1f924da 2024-11-03 19:50:24,560 - ERROR - Ingress ctest-nginx-ingress-30216668 with uuid 8135c166-65c6-43e2-9b77-445bc1f924da still found in kube manager 2024-11-03 19:50:25,561 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=8135c166-65c6-43e2-9b77-445bc1f924da 2024-11-03 19:50:25,565 - INFO - Ingress ctest-nginx-ingress-30216668 with uuid 8135c166-65c6-43e2-9b77-445bc1f924da deleted successfully from kube manager 2024-11-03 19:50:25,565 - INFO - Verifications on Ingress %s cleanup passed 2024-11-03 19:50:25,565 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-03 19:50:25,729 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-03 19:50:25,735 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-03 19:50:25,735 - INFO - Deleting VN __public__ 2024-11-03 19:50:25,889 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/37b9c1cf-89f7-45ea-b498-1f5e84acf857 2024-11-03 19:50:25,904 - DEBUG - Response Code: 404 2024-11-03 19:50:25,904 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-11-03 19:50:25,915 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d775e6fc-c4eb-4681-b667-060573ab7ad1 2024-11-03 19:50:25,927 - DEBUG - Requesting: http://10.0.0.22:8082/project/3c4963a0-3034-40fb-94ec-d2eda3513a80 2024-11-03 19:50:26,000 - INFO - Validated that VN __public__ is not found in API Server 2024-11-03 19:50:26,001 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-03 19:50:26,018 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-03 19:50:26,034 - DEBUG - VN __public__ is not present in Agent 10.0.0.33 2024-11-03 19:50:26,034 - INFO - Validated that VN __public__ is not in any agent 2024-11-03 19:50:26,034 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-03 19:50:26,046 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-03 19:50:26,052 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-03 19:50:26,068 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-03 19:50:26,068 - INFO - Deleting pod default:ctest-nginx-pod-41369683 2024-11-03 19:50:26,079 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=31538a18-a4c8-4fb3-a8a3-f37f757770d5 2024-11-03 19:50:26,118 - WARNING - Pod uuid 31538a18-a4c8-4fb3-a8a3-f37f757770d5 is still seen in agent 10.0.0.33 VM list 2024-11-03 19:50:31,126 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=31538a18-a4c8-4fb3-a8a3-f37f757770d5 2024-11-03 19:50:31,133 - DEBUG - Pod 31538a18-a4c8-4fb3-a8a3-f37f757770d5 is not in agent 10.0.0.33 VM list 2024-11-03 19:50:31,133 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:be576280-9a1c-11ef-8047-fa163ea8a5f3 2024-11-03 19:50:31,140 - DEBUG - VMI be576280-9a1c-11ef-8047-fa163ea8a5f3 is removed from agent 10.0.0.33 2024-11-03 19:50:31,140 - INFO - Verified that pod ctest-nginx-pod-41369683 is removed in agent 2024-11-03 19:50:31,140 - INFO - Deleting pod default:ctest-nginx-pod-55935061 2024-11-03 19:50:31,152 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=be896e77-4acd-4f29-aedf-a1f6734edf78 2024-11-03 19:50:31,169 - WARNING - Pod uuid be896e77-4acd-4f29-aedf-a1f6734edf78 is still seen in agent 10.0.0.33 VM list 2024-11-03 19:50:36,169 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=be896e77-4acd-4f29-aedf-a1f6734edf78 2024-11-03 19:50:36,177 - DEBUG - Pod be896e77-4acd-4f29-aedf-a1f6734edf78 is not in agent 10.0.0.33 VM list 2024-11-03 19:50:36,177 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bddbad16-9a1c-11ef-8047-fa163ea8a5f3 2024-11-03 19:50:36,196 - DEBUG - VMI bddbad16-9a1c-11ef-8047-fa163ea8a5f3 is removed from agent 10.0.0.33 2024-11-03 19:50:36,196 - INFO - Verified that pod ctest-nginx-pod-55935061 is removed in agent 2024-11-03 19:50:36,197 - INFO - Deleting service : ctest-nginx-svc-14530824 2024-11-03 19:50:36,465 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-03 19:50:36,473 - DEBUG - No XMPP flaps were noticed during the test 2024-11-03 19:50:36,474 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:08] 2024-11-03 19:50:36,474 - INFO - -------------------------------------------------------------------------------- 2024-11-03 19:50:42,996 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-03 19:50:43,146 - DEBUG - Output : cluster_project={} 2024-11-03 19:50:43,231 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-03 19:50:43,464 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-03 19:50:43,470 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-03 19:50:43,622 - DEBUG - Output : cluster_project={} 2024-11-03 19:50:53,812 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-03 19:50:53,863 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-03 19:50:53,976 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-03 19:50:59,041 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-03 19:51:04,087 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-03 19:51:04,172 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-03 19:51:04,256 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-03 19:51:04,301 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-03 19:51:04,571 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-03 19:51:07,338 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_ApplicationPolicySetReq? 2024-11-03 19:51:07,346 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2024-11-03 19:51:07,382 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2024-11-03 19:51:09,413 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2024-11-03 19:54:09,900 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-03 19:54:09,938 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a4db491b-bcef-4606-b7cd-6772938a6f73 2024-11-03 19:54:09,965 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0b022624-339a-4275-b1e7-fe3c7dab964e 2024-11-03 19:54:09,978 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88d86438-0f41-4726-a050-e58b312493e3 2024-11-03 19:54:09,986 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f9e515fe-d184-4eef-8f7a-87119f525cf2 2024-11-03 19:54:09,993 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=482882c4-eb09-4329-b782-98fdca14ed3c 2024-11-03 19:54:10,002 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=262e9c4b-98d8-4def-a486-5ebb257df280 2024-11-03 19:54:10,008 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f8b25141-b265-4f10-bfe1-371c3a75d5b8 2024-11-03 19:54:10,017 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=2a51eb4a-2230-4fa1-9d4e-2a81fb3faa08 2024-11-03 19:54:15,024 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a4db491b-bcef-4606-b7cd-6772938a6f73 2024-11-03 19:54:15,031 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ea1c74be-9a1c-11ef-8047-fa163ea8a5f3 2024-11-03 19:54:15,075 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=262e9c4b-98d8-4def-a486-5ebb257df280 2024-11-03 19:54:15,077 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=482882c4-eb09-4329-b782-98fdca14ed3c 2024-11-03 19:54:15,079 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f8b25141-b265-4f10-bfe1-371c3a75d5b8 2024-11-03 19:54:15,080 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f9e515fe-d184-4eef-8f7a-87119f525cf2 2024-11-03 19:54:15,081 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=2a51eb4a-2230-4fa1-9d4e-2a81fb3faa08 2024-11-03 19:54:15,082 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0b022624-339a-4275-b1e7-fe3c7dab964e 2024-11-03 19:54:15,085 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88d86438-0f41-4726-a050-e58b312493e3 2024-11-03 19:54:15,088 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:eb70c446-9a1c-11ef-8047-fa163ea8a5f3 2024-11-03 19:54:15,114 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:eaaba13e-9a1c-11ef-8047-fa163ea8a5f3 2024-11-03 19:54:15,118 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ec1b141e-9a1c-11ef-8047-fa163ea8a5f3 2024-11-03 19:54:20,117 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88d86438-0f41-4726-a050-e58b312493e3 2024-11-03 19:54:20,120 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0b022624-339a-4275-b1e7-fe3c7dab964e 2024-11-03 19:54:20,121 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=482882c4-eb09-4329-b782-98fdca14ed3c 2024-11-03 19:54:20,124 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=2a51eb4a-2230-4fa1-9d4e-2a81fb3faa08 2024-11-03 19:54:25,140 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=482882c4-eb09-4329-b782-98fdca14ed3c 2024-11-03 19:54:25,142 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=2a51eb4a-2230-4fa1-9d4e-2a81fb3faa08 2024-11-03 19:54:25,143 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0b022624-339a-4275-b1e7-fe3c7dab964e 2024-11-03 19:54:25,144 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88d86438-0f41-4726-a050-e58b312493e3 2024-11-03 19:54:30,158 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=482882c4-eb09-4329-b782-98fdca14ed3c 2024-11-03 19:54:30,160 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=2a51eb4a-2230-4fa1-9d4e-2a81fb3faa08 2024-11-03 19:54:30,161 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88d86438-0f41-4726-a050-e58b312493e3 2024-11-03 19:54:30,162 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0b022624-339a-4275-b1e7-fe3c7dab964e 2024-11-03 19:54:35,178 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0b022624-339a-4275-b1e7-fe3c7dab964e 2024-11-03 19:54:35,180 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88d86438-0f41-4726-a050-e58b312493e3 2024-11-03 19:54:35,182 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=2a51eb4a-2230-4fa1-9d4e-2a81fb3faa08 2024-11-03 19:54:35,186 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=482882c4-eb09-4329-b782-98fdca14ed3c 2024-11-03 19:54:40,199 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=2a51eb4a-2230-4fa1-9d4e-2a81fb3faa08 2024-11-03 19:54:40,202 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0b022624-339a-4275-b1e7-fe3c7dab964e 2024-11-03 19:54:40,204 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=482882c4-eb09-4329-b782-98fdca14ed3c 2024-11-03 19:54:40,205 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88d86438-0f41-4726-a050-e58b312493e3 2024-11-03 19:54:45,221 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0b022624-339a-4275-b1e7-fe3c7dab964e 2024-11-03 19:54:45,223 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88d86438-0f41-4726-a050-e58b312493e3 2024-11-03 19:54:45,224 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=2a51eb4a-2230-4fa1-9d4e-2a81fb3faa08 2024-11-03 19:54:45,225 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=482882c4-eb09-4329-b782-98fdca14ed3c 2024-11-03 19:54:45,238 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ed3e6e04-9a1c-11ef-8047-fa163ea8a5f3 2024-11-03 19:54:45,241 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ecbe3ae0-9a1c-11ef-8047-fa163ea8a5f3 2024-11-03 19:54:45,243 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ee3bf880-9a1c-11ef-8047-fa163ea8a5f3 2024-11-03 19:54:45,244 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:edb6dc7c-9a1c-11ef-8047-fa163ea8a5f3