2024-11-14 20:15:55,586 - DEBUG - [10.0.0.24]: Running cmd : hostname 2024-11-14 20:15:55,829 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-797-1 2024-11-14 20:15:55,829 - DEBUG - [10.0.0.24]: Running cmd : hostname -f 2024-11-14 20:15:55,863 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-797-1 2024-11-14 20:15:55,864 - DEBUG - [10.0.0.24]: 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-14 20:15:55,987 - DEBUG - Output : NAMES contrail_test_vlQDiN1vA contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_schema_1 config_api_svcmonitor_1 config_api_api_1 config_api_dnsmasq_1 redis_redis_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 2024-11-14 20:15:55,988 - DEBUG - [10.0.0.24]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-14 20:15:56,022 - DEBUG - Output : 10.0.0.24/24 172.17.0.1/16 2024-11-14 20:15:56,022 - DEBUG - [10.0.0.24]: Running cmd : getent hosts 10.0.0.24 | head -n 1 | awk '{print $2}' 2024-11-14 20:15:56,056 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-797-1 2024-11-14 20:15:56,144 - DEBUG - [10.0.0.40]: Running cmd : hostname 2024-11-14 20:15:56,350 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-797-1 2024-11-14 20:15:56,350 - DEBUG - [10.0.0.40]: Running cmd : hostname -f 2024-11-14 20:15:56,373 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-797-1 2024-11-14 20:15:56,374 - DEBUG - [10.0.0.40]: 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-14 20:15:56,418 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-14 20:15:56,418 - DEBUG - [10.0.0.40]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-14 20:15:56,453 - DEBUG - Output : 10.0.0.40/24 2024-11-14 20:15:56,454 - DEBUG - [10.0.0.40]: Running cmd : getent hosts 10.0.0.40 | head -n 1 | awk '{print $2}' 2024-11-14 20:15:56,520 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-797-1 2024-11-14 20:15:56,629 - INFO - Using existing project ['default-domain', 'k8s-default'](ca5d9a50-6002-4df5-bccd-6c59b0e83197) 2024-11-14 20:15:56,756 - INFO - Using existing project ['default-domain', 'k8s-default'](ca5d9a50-6002-4df5-bccd-6c59b0e83197) 2024-11-14 20:15:56,931 - INFO - ================================================================================ 2024-11-14 20:15:56,931 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-14 20:15:56,932 - 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-14 20:15:57,174 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-14 20:15:57,184 - DEBUG - Nothing to compare xmpp stats {'10.0.0.40': {'10.0.0.24': '0'}} with 2024-11-14 20:15:57,184 - INFO - Initial checks done. Running the testcase now 2024-11-14 20:15:57,184 - INFO - 2024-11-14 20:15:57,193 - INFO - Namespace default already exists 2024-11-14 20:15:57,193 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-14 20:15:57,325 - DEBUG - Output : cluster_project={} 2024-11-14 20:15:57,378 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-14 20:15:57,378 - DEBUG - Project uuid in Contrail is ca5d9a50-6002-4df5-bccd-6c59b0e83197 2024-11-14 20:15:57,379 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-14 20:15:57,508 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-14 20:15:57,508 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_NamespaceDatabaseList?namespace_uuid=9888257f-1a27-4065-b762-323ec3c772bb 2024-11-14 20:15:57,515 - INFO - Namespace default with uuid 9888257f-1a27-4065-b762-323ec3c772bb found in kube manager 2024-11-14 20:15:57,515 - INFO - Namespace default verification passed 2024-11-14 20:15:57,518 - DEBUG - Service ctest-nginx-svc-50162993 not present 2024-11-14 20:15:57,518 - INFO - Creating service ctest-nginx-svc-50162993 2024-11-14 20:15:57,535 - INFO - Created Service ctest-nginx-svc-50162993 2024-11-14 20:15:57,540 - DEBUG - Pod ctest-nginx-pod-51473405 not present 2024-11-14 20:15:57,540 - INFO - Creating Pod ctest-nginx-pod-51473405 2024-11-14 20:15:57,612 - DEBUG - Pod : ctest-nginx-pod-51473405 UUID is 03acaf0a-a225-4535-b9dd-a9ea3fa74f2c 2024-11-14 20:15:57,618 - DEBUG - Pod ctest-nginx-pod-22604602 not present 2024-11-14 20:15:57,619 - INFO - Creating Pod ctest-nginx-pod-22604602 2024-11-14 20:15:57,640 - DEBUG - Pod : ctest-nginx-pod-22604602 UUID is 6b68924a-29c2-4bab-8b56-0e401c1f552b 2024-11-14 20:15:57,906 - INFO - Created VN __public__, UUID :eafde129-840f-4192-bb3e-6f9b219f6983 2024-11-14 20:15:58,160 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-14 20:15:58,167 - DEBUG - Requesting: http://10.0.0.24:8082/domain/a39d776c-736c-4a2e-838e-1e06ad87438a 2024-11-14 20:15:58,212 - DEBUG - Requesting: http://10.0.0.24:8082/project/ca5d9a50-6002-4df5-bccd-6c59b0e83197 2024-11-14 20:15:58,289 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/eafde129-840f-4192-bb3e-6f9b219f6983 2024-11-14 20:15:58,350 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/eafde129-840f-4192-bb3e-6f9b219f6983 2024-11-14 20:15:58,402 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/f3798db8-0f9a-4842-b459-2bb6b8d154c1 2024-11-14 20:15:58,441 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/f3798db8-0f9a-4842-b459-2bb6b8d154c1 2024-11-14 20:15:58,452 - DEBUG - Requesting: http://10.0.0.24:8082/route-target/680423d8-2906-4a38-afb3-33ade615b686 2024-11-14 20:15:58,461 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-14 20:15:58,461 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/eafde129-840f-4192-bb3e-6f9b219f6983 2024-11-14 20:15:58,491 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/f3798db8-0f9a-4842-b459-2bb6b8d154c1 2024-11-14 20:15:58,526 - INFO - Verified VN network id 13 for VN eafde129-840f-4192-bb3e-6f9b219f6983 2024-11-14 20:15:58,526 - INFO - Verifications in API Server for VN __public__ passed 2024-11-14 20:15:58,526 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/eafde129-840f-4192-bb3e-6f9b219f6983 2024-11-14 20:15:58,542 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/f3798db8-0f9a-4842-b459-2bb6b8d154c1 2024-11-14 20:15:58,562 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/f3798db8-0f9a-4842-b459-2bb6b8d154c1 2024-11-14 20:15:58,588 - DEBUG - Requesting: http://10.0.0.24:8082/route-target/680423d8-2906-4a38-afb3-33ade615b686 2024-11-14 20:15:58,601 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-14 20:15:58,608 - DEBUG - Control-node 10.0.0.24 : 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': '16932937742408434066', 'uuid-lslong': '13492344245723294083'}, 'enable': 'true', 'created': '2024-11-14T20:15:57', 'last-modified': '2024-11-14T20:15:57', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.608007'} 2024-11-14 20:15:58,608 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-14 20:15:58,626 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-14 20:15:58,626 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-14 20:15:58,632 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-14 20:15:58,632 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-14 20:15:58,644 - DEBUG - Requesting: http://10.0.0.24:8082/domain/a39d776c-736c-4a2e-838e-1e06ad87438a 2024-11-14 20:15:58,659 - DEBUG - Requesting: http://10.0.0.24:8082/project/ca5d9a50-6002-4df5-bccd-6c59b0e83197 2024-11-14 20:15:58,744 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/eafde129-840f-4192-bb3e-6f9b219f6983 2024-11-14 20:15:58,760 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-14 20:15:58,760 - DEBUG - Verifying the vn in opserver 2024-11-14 20:15:58,760 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.24 2024-11-14 20:15:58,761 - DEBUG - Requesting: http://10.0.0.24:8081/analytics/uves/virtual-networks 2024-11-14 20:15:58,771 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.24:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-14 20:15:58,771 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-14 20:15:58,771 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-14 20:15:58,784 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-14 20:15:58,791 - DEBUG - Do not have enough data to verify VN in agent 2024-11-14 20:15:58,791 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-14 20:15:58,797 - DEBUG - VRF ids for VN __public__: {} 2024-11-14 20:15:58,920 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-14 20:15:59,059 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-14 20:15:59,069 - DEBUG - Requesting: http://10.0.0.24:8082/domain/a39d776c-736c-4a2e-838e-1e06ad87438a 2024-11-14 20:15:59,101 - DEBUG - Requesting: http://10.0.0.24:8082/project/ca5d9a50-6002-4df5-bccd-6c59b0e83197 2024-11-14 20:15:59,235 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/eafde129-840f-4192-bb3e-6f9b219f6983 2024-11-14 20:15:59,285 - DEBUG - Requesting: http://10.0.0.24:8082/floating-ip-pool/93cc4429-6ffb-488b-9c42-31d8d0cee721 2024-11-14 20:15:59,292 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-14 20:15:59,298 - DEBUG - Requesting: http://10.0.0.24:8082/domain/a39d776c-736c-4a2e-838e-1e06ad87438a 2024-11-14 20:15:59,309 - DEBUG - Requesting: http://10.0.0.24:8082/project/ca5d9a50-6002-4df5-bccd-6c59b0e83197 2024-11-14 20:15:59,404 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/eafde129-840f-4192-bb3e-6f9b219f6983 2024-11-14 20:15:59,421 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-14 20:15:59,421 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-14 20:15:59,436 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-14 20:15:59,444 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-14 20:15:59,444 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-14 20:15:59,447 - DEBUG - Ingress ctest-nginx-ingress-58332745 not present 2024-11-14 20:15:59,448 - INFO - Creating Ingress ctest-nginx-ingress-58332745 2024-11-14 20:15:59,455 - INFO - Created Ingress ctest-nginx-ingress-58332745 2024-11-14 20:15:59,458 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-58332745 2024-11-14 20:16:02,463 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-58332745 2024-11-14 20:16:05,468 - DEBUG - For Ingress ctest-nginx-ingress-58332745, Cluster IP: 10.47.255.249, External IPs ['62.70.206.252'] 2024-11-14 20:16:05,468 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-58332745 2024-11-14 20:16:05,468 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=be1d1568-877a-460f-9cf1-4d6ba24caa7e 2024-11-14 20:16:05,475 - INFO - Ingress ctest-nginx-ingress-58332745 with uuid be1d1568-877a-460f-9cf1-4d6ba24caa7e found in kube manager 2024-11-14 20:16:05,475 - INFO - Ingress ctest-nginx-ingress-58332745 verification passed 2024-11-14 20:16:05,478 - DEBUG - Pod ctest-busybox-pod-15362620 not present 2024-11-14 20:16:05,479 - INFO - Creating Pod ctest-busybox-pod-15362620 2024-11-14 20:16:05,545 - DEBUG - Pod : ctest-busybox-pod-15362620 UUID is 6842d432-59a2-428b-bbfa-1ab5d21e2436 2024-11-14 20:16:05,551 - DEBUG - Pod ctest-nginx-pod-51473405 not in running state.Currently in Pending 2024-11-14 20:16:10,560 - DEBUG - Pod ctest-nginx-pod-51473405 not in running state.Currently in Pending 2024-11-14 20:16:15,570 - INFO - Pod ctest-nginx-pod-51473405 is in running state.Got IP 10.47.255.251 2024-11-14 20:16:15,646 - DEBUG - Pod ctest-nginx-pod-51473405 has vmi 438db28c-a2c5-11ef-931f-fa163e0aa28e 2024-11-14 20:16:15,647 - INFO - Verified pod ctest-nginx-pod-51473405 in contrail-api 2024-11-14 20:16:15,647 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-14 20:16:15,666 - DEBUG - VMI 438db28c-a2c5-11ef-931f-fa163e0aa28e is active in agent 10.0.0.40 2024-11-14 20:16:15,666 - INFO - Verified Pod ctest-nginx-pod-51473405 in agent 10.0.0.40 2024-11-14 20:16:15,669 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=03acaf0a-a225-4535-b9dd-a9ea3fa74f2c 2024-11-14 20:16:15,675 - INFO - Pod ctest-nginx-pod-51473405 with uuid 03acaf0a-a225-4535-b9dd-a9ea3fa74f2c found in kube manager 2024-11-14 20:16:15,675 - INFO - Pod ctest-nginx-pod-51473405 verification passed 2024-11-14 20:16:15,749 - DEBUG - [Pod ctest-nginx-pod-51473405] Cmd: echo ctest-nginx-pod-51473405 > /usr/share/nginx/html/index.html, Output: 2024-11-14 20:16:15,756 - INFO - Pod ctest-nginx-pod-22604602 is in running state.Got IP 10.47.255.250 2024-11-14 20:16:15,782 - DEBUG - Pod ctest-nginx-pod-22604602 has vmi 4418ba6c-a2c5-11ef-931f-fa163e0aa28e 2024-11-14 20:16:15,782 - INFO - Verified pod ctest-nginx-pod-22604602 in contrail-api 2024-11-14 20:16:15,783 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-14 20:16:15,798 - DEBUG - VMI 4418ba6c-a2c5-11ef-931f-fa163e0aa28e is active in agent 10.0.0.40 2024-11-14 20:16:15,798 - INFO - Verified Pod ctest-nginx-pod-22604602 in agent 10.0.0.40 2024-11-14 20:16:15,798 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=6b68924a-29c2-4bab-8b56-0e401c1f552b 2024-11-14 20:16:15,806 - INFO - Pod ctest-nginx-pod-22604602 with uuid 6b68924a-29c2-4bab-8b56-0e401c1f552b found in kube manager 2024-11-14 20:16:15,807 - INFO - Pod ctest-nginx-pod-22604602 verification passed 2024-11-14 20:16:15,871 - DEBUG - [Pod ctest-nginx-pod-22604602] Cmd: echo ctest-nginx-pod-22604602 > /usr/share/nginx/html/index.html, Output: 2024-11-14 20:16:15,877 - DEBUG - Pod ctest-busybox-pod-15362620 not in running state.Currently in Pending 2024-11-14 20:16:20,884 - INFO - Pod ctest-busybox-pod-15362620 is in running state.Got IP 10.47.255.248 2024-11-14 20:16:20,909 - DEBUG - Pod ctest-busybox-pod-15362620 has vmi 47257a56-a2c5-11ef-931f-fa163e0aa28e 2024-11-14 20:16:20,909 - INFO - Verified pod ctest-busybox-pod-15362620 in contrail-api 2024-11-14 20:16:20,909 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-14 20:16:20,921 - DEBUG - VMI 47257a56-a2c5-11ef-931f-fa163e0aa28e is active in agent 10.0.0.40 2024-11-14 20:16:20,922 - INFO - Verified Pod ctest-busybox-pod-15362620 in agent 10.0.0.40 2024-11-14 20:16:20,922 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=6842d432-59a2-428b-bbfa-1ab5d21e2436 2024-11-14 20:16:20,929 - INFO - Pod ctest-busybox-pod-15362620 with uuid 6842d432-59a2-428b-bbfa-1ab5d21e2436 found in kube manager 2024-11-14 20:16:20,929 - INFO - Pod ctest-busybox-pod-15362620 verification passed 2024-11-14 20:16:21,011 - DEBUG - [Pod ctest-busybox-pod-15362620] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-22604602 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-14 20:16:21,011 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-14 20:16:21,011 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] Cmd output: ctest-nginx-pod-22604602 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-14 20:16:21,063 - DEBUG - [Pod ctest-busybox-pod-15362620] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-22604602 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-14 20:16:21,064 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-14 20:16:21,064 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] Cmd output: ctest-nginx-pod-22604602 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-14 20:16:21,131 - DEBUG - [Pod ctest-busybox-pod-15362620] 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-22604602 2024-11-14 20:16:21,131 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-14 20:16:21,131 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] 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-22604602 2024-11-14 20:16:21,194 - DEBUG - [Pod ctest-busybox-pod-15362620] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-22604602 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-14 20:16:21,194 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-14 20:16:21,194 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] Cmd output: ctest-nginx-pod-22604602 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-14 20:16:21,253 - DEBUG - [Pod ctest-busybox-pod-15362620] 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-22604602 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-14 20:16:21,254 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-14 20:16:21,254 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-22604602 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-14 20:16:21,322 - DEBUG - [Pod ctest-busybox-pod-15362620] 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-22604602 2024-11-14 20:16:21,322 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-14 20:16:21,322 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] 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-22604602 2024-11-14 20:16:21,389 - DEBUG - [Pod ctest-busybox-pod-15362620] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-22604602 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-14 20:16:21,389 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-14 20:16:21,389 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] Cmd output: ctest-nginx-pod-22604602 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-14 20:16:21,451 - DEBUG - [Pod ctest-busybox-pod-15362620] 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-51473405 2024-11-14 20:16:21,451 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-14 20:16:21,451 - DEBUG - [Pod Pod ctest-busybox-pod-15362620] 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-51473405 2024-11-14 20:16:21,451 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-51473405': 1, 'ctest-nginx-pod-22604602': 7} 2024-11-14 20:16:21,451 - WARNING - Nothing to delete parallely 2024-11-14 20:16:21,451 - INFO - Deleting pod default:ctest-busybox-pod-15362620 2024-11-14 20:16:21,466 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6842d432-59a2-428b-bbfa-1ab5d21e2436 2024-11-14 20:16:21,474 - WARNING - Pod uuid 6842d432-59a2-428b-bbfa-1ab5d21e2436 is still seen in agent 10.0.0.40 VM list 2024-11-14 20:16:26,476 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6842d432-59a2-428b-bbfa-1ab5d21e2436 2024-11-14 20:16:26,484 - WARNING - Pod uuid 6842d432-59a2-428b-bbfa-1ab5d21e2436 is still seen in agent 10.0.0.40 VM list 2024-11-14 20:16:31,485 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6842d432-59a2-428b-bbfa-1ab5d21e2436 2024-11-14 20:16:31,526 - WARNING - Pod uuid 6842d432-59a2-428b-bbfa-1ab5d21e2436 is still seen in agent 10.0.0.40 VM list 2024-11-14 20:16:36,527 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6842d432-59a2-428b-bbfa-1ab5d21e2436 2024-11-14 20:16:36,535 - WARNING - Pod uuid 6842d432-59a2-428b-bbfa-1ab5d21e2436 is still seen in agent 10.0.0.40 VM list 2024-11-14 20:16:41,538 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6842d432-59a2-428b-bbfa-1ab5d21e2436 2024-11-14 20:16:41,547 - WARNING - Pod uuid 6842d432-59a2-428b-bbfa-1ab5d21e2436 is still seen in agent 10.0.0.40 VM list 2024-11-14 20:16:46,548 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6842d432-59a2-428b-bbfa-1ab5d21e2436 2024-11-14 20:16:46,557 - WARNING - Pod uuid 6842d432-59a2-428b-bbfa-1ab5d21e2436 is still seen in agent 10.0.0.40 VM list 2024-11-14 20:16:51,558 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6842d432-59a2-428b-bbfa-1ab5d21e2436 2024-11-14 20:16:51,567 - WARNING - Pod uuid 6842d432-59a2-428b-bbfa-1ab5d21e2436 is still seen in agent 10.0.0.40 VM list 2024-11-14 20:16:56,568 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6842d432-59a2-428b-bbfa-1ab5d21e2436 2024-11-14 20:16:56,576 - DEBUG - Pod 6842d432-59a2-428b-bbfa-1ab5d21e2436 is not in agent 10.0.0.40 VM list 2024-11-14 20:16:56,576 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:47257a56-a2c5-11ef-931f-fa163e0aa28e 2024-11-14 20:16:56,582 - DEBUG - VMI 47257a56-a2c5-11ef-931f-fa163e0aa28e is removed from agent 10.0.0.40 2024-11-14 20:16:56,582 - INFO - Verified that pod ctest-busybox-pod-15362620 is removed in agent 2024-11-14 20:16:56,583 - INFO - Deleting Ingress : ctest-nginx-ingress-58332745 2024-11-14 20:16:56,605 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=be1d1568-877a-460f-9cf1-4d6ba24caa7e 2024-11-14 20:16:56,612 - ERROR - Ingress ctest-nginx-ingress-58332745 with uuid be1d1568-877a-460f-9cf1-4d6ba24caa7e still found in kube manager 2024-11-14 20:16:57,613 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=be1d1568-877a-460f-9cf1-4d6ba24caa7e 2024-11-14 20:16:57,618 - INFO - Ingress ctest-nginx-ingress-58332745 with uuid be1d1568-877a-460f-9cf1-4d6ba24caa7e deleted successfully from kube manager 2024-11-14 20:16:57,619 - INFO - Verifications on Ingress %s cleanup passed 2024-11-14 20:16:57,619 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-14 20:16:57,877 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-14 20:16:57,915 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-14 20:16:57,916 - INFO - Deleting VN __public__ 2024-11-14 20:16:58,359 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/f3798db8-0f9a-4842-b459-2bb6b8d154c1 2024-11-14 20:16:58,382 - DEBUG - Response Code: 404 2024-11-14 20:16:58,383 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-14 20:16:58,391 - DEBUG - Requesting: http://10.0.0.24:8082/domain/a39d776c-736c-4a2e-838e-1e06ad87438a 2024-11-14 20:16:58,408 - DEBUG - Requesting: http://10.0.0.24:8082/project/ca5d9a50-6002-4df5-bccd-6c59b0e83197 2024-11-14 20:16:58,487 - INFO - Validated that VN __public__ is not found in API Server 2024-11-14 20:16:58,487 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-14 20:16:58,504 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-14 20:16:58,511 - DEBUG - VN __public__ is not present in Agent 10.0.0.40 2024-11-14 20:16:58,511 - INFO - Validated that VN __public__ is not in any agent 2024-11-14 20:16:58,512 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-14 20:16:58,521 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-14 20:16:58,542 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-14 20:16:58,558 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-14 20:16:58,560 - INFO - Deleting pod default:ctest-nginx-pod-22604602 2024-11-14 20:16:58,581 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6b68924a-29c2-4bab-8b56-0e401c1f552b 2024-11-14 20:16:58,599 - WARNING - Pod uuid 6b68924a-29c2-4bab-8b56-0e401c1f552b is still seen in agent 10.0.0.40 VM list 2024-11-14 20:17:03,600 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6b68924a-29c2-4bab-8b56-0e401c1f552b 2024-11-14 20:17:03,608 - DEBUG - Pod 6b68924a-29c2-4bab-8b56-0e401c1f552b is not in agent 10.0.0.40 VM list 2024-11-14 20:17:03,608 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4418ba6c-a2c5-11ef-931f-fa163e0aa28e 2024-11-14 20:17:03,614 - DEBUG - VMI 4418ba6c-a2c5-11ef-931f-fa163e0aa28e is removed from agent 10.0.0.40 2024-11-14 20:17:03,614 - INFO - Verified that pod ctest-nginx-pod-22604602 is removed in agent 2024-11-14 20:17:03,615 - INFO - Deleting pod default:ctest-nginx-pod-51473405 2024-11-14 20:17:03,642 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=03acaf0a-a225-4535-b9dd-a9ea3fa74f2c 2024-11-14 20:17:03,652 - WARNING - Pod uuid 03acaf0a-a225-4535-b9dd-a9ea3fa74f2c is still seen in agent 10.0.0.40 VM list 2024-11-14 20:17:08,652 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=03acaf0a-a225-4535-b9dd-a9ea3fa74f2c 2024-11-14 20:17:08,659 - DEBUG - Pod 03acaf0a-a225-4535-b9dd-a9ea3fa74f2c is not in agent 10.0.0.40 VM list 2024-11-14 20:17:08,659 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:438db28c-a2c5-11ef-931f-fa163e0aa28e 2024-11-14 20:17:08,667 - DEBUG - VMI 438db28c-a2c5-11ef-931f-fa163e0aa28e is removed from agent 10.0.0.40 2024-11-14 20:17:08,667 - INFO - Verified that pod ctest-nginx-pod-51473405 is removed in agent 2024-11-14 20:17:08,667 - INFO - Deleting service : ctest-nginx-svc-50162993 2024-11-14 20:17:08,970 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-14 20:17:08,978 - DEBUG - No XMPP flaps were noticed during the test 2024-11-14 20:17:08,978 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2024-11-14 20:17:08,978 - INFO - -------------------------------------------------------------------------------- 2024-11-14 20:17:15,586 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-14 20:17:15,786 - DEBUG - Output : cluster_project={} 2024-11-14 20:17:15,907 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-14 20:17:16,188 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-14 20:17:16,208 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-14 20:17:16,386 - DEBUG - Output : cluster_project={} 2024-11-14 20:17:26,600 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-14 20:17:26,738 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-14 20:17:31,830 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-14 20:17:31,927 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-14 20:17:36,986 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-14 20:17:37,083 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-14 20:17:42,154 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-14 20:17:42,254 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-14 20:17:42,526 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-14 20:17:45,507 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_ApplicationPolicySetReq? 2024-11-14 20:17:45,518 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2024-11-14 20:17:45,612 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2024-11-14 20:17:47,690 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2024-11-14 20:20:48,451 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-14 20:20:48,514 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=7583f68a-8833-484f-9790-124f5d90b275 2024-11-14 20:20:48,556 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=17330229-27a1-4528-9b23-b6395ad378e5 2024-11-14 20:20:48,568 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=27270eff-01bb-4323-97a3-ffd2fa53d978 2024-11-14 20:20:48,591 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=23f3a015-69a3-493a-b0eb-221f973f8bc3 2024-11-14 20:20:48,596 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=90b7d775-9089-4d2a-9147-4541b13aab9d 2024-11-14 20:20:48,615 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6c364df6-cb69-4684-b4e3-100f216fc3de 2024-11-14 20:20:48,621 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=9df97988-296d-4cea-b654-d8ad285dd723 2024-11-14 20:20:48,626 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=5662d19d-932b-4c3e-82cd-93476db6b002 2024-11-14 20:20:53,634 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=7583f68a-8833-484f-9790-124f5d90b275 2024-11-14 20:20:53,642 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7231328a-a2c5-11ef-931f-fa163e0aa28e 2024-11-14 20:20:53,681 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=17330229-27a1-4528-9b23-b6395ad378e5 2024-11-14 20:20:53,683 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=90b7d775-9089-4d2a-9147-4541b13aab9d 2024-11-14 20:20:53,684 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=27270eff-01bb-4323-97a3-ffd2fa53d978 2024-11-14 20:20:53,690 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=9df97988-296d-4cea-b654-d8ad285dd723 2024-11-14 20:20:53,691 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=5662d19d-932b-4c3e-82cd-93476db6b002 2024-11-14 20:20:53,692 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6c364df6-cb69-4684-b4e3-100f216fc3de 2024-11-14 20:20:53,693 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=23f3a015-69a3-493a-b0eb-221f973f8bc3 2024-11-14 20:20:53,721 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:746b399c-a2c5-11ef-931f-fa163e0aa28e 2024-11-14 20:20:53,723 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:72d5220a-a2c5-11ef-931f-fa163e0aa28e 2024-11-14 20:20:53,725 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:73c13528-a2c5-11ef-931f-fa163e0aa28e 2024-11-14 20:20:58,703 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=17330229-27a1-4528-9b23-b6395ad378e5 2024-11-14 20:20:58,719 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=23f3a015-69a3-493a-b0eb-221f973f8bc3 2024-11-14 20:20:58,722 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6c364df6-cb69-4684-b4e3-100f216fc3de 2024-11-14 20:20:58,728 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=90b7d775-9089-4d2a-9147-4541b13aab9d 2024-11-14 20:21:03,712 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=17330229-27a1-4528-9b23-b6395ad378e5 2024-11-14 20:21:03,732 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6c364df6-cb69-4684-b4e3-100f216fc3de 2024-11-14 20:21:03,734 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=23f3a015-69a3-493a-b0eb-221f973f8bc3 2024-11-14 20:21:03,736 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=90b7d775-9089-4d2a-9147-4541b13aab9d 2024-11-14 20:21:08,720 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=17330229-27a1-4528-9b23-b6395ad378e5 2024-11-14 20:21:08,748 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6c364df6-cb69-4684-b4e3-100f216fc3de 2024-11-14 20:21:08,750 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=90b7d775-9089-4d2a-9147-4541b13aab9d 2024-11-14 20:21:08,753 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=23f3a015-69a3-493a-b0eb-221f973f8bc3 2024-11-14 20:21:13,730 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=17330229-27a1-4528-9b23-b6395ad378e5 2024-11-14 20:21:13,774 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=90b7d775-9089-4d2a-9147-4541b13aab9d 2024-11-14 20:21:13,776 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6c364df6-cb69-4684-b4e3-100f216fc3de 2024-11-14 20:21:13,778 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=23f3a015-69a3-493a-b0eb-221f973f8bc3 2024-11-14 20:21:18,739 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=17330229-27a1-4528-9b23-b6395ad378e5 2024-11-14 20:21:18,789 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=90b7d775-9089-4d2a-9147-4541b13aab9d 2024-11-14 20:21:18,791 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=23f3a015-69a3-493a-b0eb-221f973f8bc3 2024-11-14 20:21:18,794 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6c364df6-cb69-4684-b4e3-100f216fc3de 2024-11-14 20:21:23,748 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=17330229-27a1-4528-9b23-b6395ad378e5 2024-11-14 20:21:23,757 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:768de7d8-a2c5-11ef-931f-fa163e0aa28e 2024-11-14 20:21:23,802 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=90b7d775-9089-4d2a-9147-4541b13aab9d 2024-11-14 20:21:23,808 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6c364df6-cb69-4684-b4e3-100f216fc3de 2024-11-14 20:21:23,810 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=23f3a015-69a3-493a-b0eb-221f973f8bc3 2024-11-14 20:21:23,813 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:75ed3536-a2c5-11ef-931f-fa163e0aa28e 2024-11-14 20:21:23,825 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:75328c4a-a2c5-11ef-931f-fa163e0aa28e 2024-11-14 20:21:23,829 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:77193cb6-a2c5-11ef-931f-fa163e0aa28e