2025-01-02 01:59:43,994 - DEBUG - [10.0.0.24]: Running cmd : hostname 2025-01-02 01:59:44,272 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-887-1 2025-01-02 01:59:44,272 - DEBUG - [10.0.0.24]: Running cmd : hostname -f 2025-01-02 01:59:44,306 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-887-1 2025-01-02 01:59:44,307 - 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}' 2025-01-02 01:59:44,370 - DEBUG - Output : NAMES contrail_test_EQTvmaw6j 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_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_dns_1 control_nodemgr_1 config_database_zookeeper_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_api_1 config_api_svcmonitor_1 config_api_dnsmasq_1 config_api_schema_1 config_api_nodemgr_1 2025-01-02 01:59:44,371 - DEBUG - [10.0.0.24]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-02 01:59:44,445 - DEBUG - Output : 10.0.0.24/24 172.17.0.1/16 2025-01-02 01:59:44,446 - DEBUG - [10.0.0.24]: Running cmd : getent hosts 10.0.0.24 | head -n 1 | awk '{print $2}' 2025-01-02 01:59:44,479 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-887-1 2025-01-02 01:59:44,524 - DEBUG - [10.0.0.45]: Running cmd : hostname 2025-01-02 01:59:44,755 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-887-1 2025-01-02 01:59:44,756 - DEBUG - [10.0.0.45]: Running cmd : hostname -f 2025-01-02 01:59:44,779 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-887-1 2025-01-02 01:59:44,780 - DEBUG - [10.0.0.45]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-01-02 01:59:44,824 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-02 01:59:44,824 - DEBUG - [10.0.0.45]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-02 01:59:44,858 - DEBUG - Output : 10.0.0.45/24 2025-01-02 01:59:44,858 - DEBUG - [10.0.0.45]: Running cmd : getent hosts 10.0.0.45 | head -n 1 | awk '{print $2}' 2025-01-02 01:59:44,927 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-887-1 2025-01-02 01:59:45,004 - INFO - Using existing project ['default-domain', 'k8s-default'](86619d0f-991a-4a01-b03d-303415542cfa) 2025-01-02 01:59:45,080 - INFO - Using existing project ['default-domain', 'k8s-default'](86619d0f-991a-4a01-b03d-303415542cfa) 2025-01-02 01:59:45,229 - INFO - ================================================================================ 2025-01-02 01:59:45,229 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-02 01:59:45,230 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-01-02 01:59:45,421 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-02 01:59:45,429 - DEBUG - Nothing to compare xmpp stats {'10.0.0.45': {'10.0.0.24': '0'}} with 2025-01-02 01:59:45,429 - INFO - Initial checks done. Running the testcase now 2025-01-02 01:59:45,429 - INFO - 2025-01-02 01:59:45,432 - INFO - Namespace default already exists 2025-01-02 01:59:45,433 - 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' 2025-01-02 01:59:45,544 - DEBUG - Output : cluster_project={} 2025-01-02 01:59:45,626 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-02 01:59:45,627 - DEBUG - Project uuid in Contrail is 86619d0f-991a-4a01-b03d-303415542cfa 2025-01-02 01:59:45,627 - 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' 2025-01-02 01:59:45,742 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-02 01:59:45,742 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_NamespaceDatabaseList?namespace_uuid=79adc74c-c9a0-46ec-8ad9-aae92ee41134 2025-01-02 01:59:45,747 - INFO - Namespace default with uuid 79adc74c-c9a0-46ec-8ad9-aae92ee41134 found in kube manager 2025-01-02 01:59:45,747 - INFO - Namespace default verification passed 2025-01-02 01:59:45,750 - DEBUG - Service ctest-nginx-svc-12513174 not present 2025-01-02 01:59:45,750 - INFO - Creating service ctest-nginx-svc-12513174 2025-01-02 01:59:45,768 - INFO - Created Service ctest-nginx-svc-12513174 2025-01-02 01:59:45,782 - DEBUG - Pod ctest-nginx-pod-28060765 not present 2025-01-02 01:59:45,782 - INFO - Creating Pod ctest-nginx-pod-28060765 2025-01-02 01:59:45,858 - DEBUG - Pod : ctest-nginx-pod-28060765 UUID is 9182bfe2-8c97-42cb-b3f1-8d04ea1c1fd0 2025-01-02 01:59:45,861 - DEBUG - Pod ctest-nginx-pod-52257101 not present 2025-01-02 01:59:45,861 - INFO - Creating Pod ctest-nginx-pod-52257101 2025-01-02 01:59:45,885 - DEBUG - Pod : ctest-nginx-pod-52257101 UUID is 2fa46159-dad8-47ce-9241-ff1aaf00312d 2025-01-02 01:59:46,142 - INFO - Created VN __public__, UUID :aefca807-61ea-4e88-b855-599abd35850f 2025-01-02 01:59:46,378 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2025-01-02 01:59:46,384 - DEBUG - Requesting: http://10.0.0.24:8082/domain/3e101d60-40b3-4925-b006-3606962cfcc4 2025-01-02 01:59:46,398 - DEBUG - Requesting: http://10.0.0.24:8082/project/86619d0f-991a-4a01-b03d-303415542cfa 2025-01-02 01:59:46,483 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/aefca807-61ea-4e88-b855-599abd35850f 2025-01-02 01:59:46,520 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/aefca807-61ea-4e88-b855-599abd35850f 2025-01-02 01:59:46,549 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/163ae054-531f-4fff-95f5-3929287dde59 2025-01-02 01:59:46,586 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/163ae054-531f-4fff-95f5-3929287dde59 2025-01-02 01:59:46,616 - DEBUG - Route Targets: [] 2025-01-02 01:59:46,616 - DEBUG - RT names not yet present for VN __public__ 2025-01-02 01:59:51,617 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2025-01-02 01:59:51,623 - DEBUG - Requesting: http://10.0.0.24:8082/domain/3e101d60-40b3-4925-b006-3606962cfcc4 2025-01-02 01:59:51,631 - DEBUG - Requesting: http://10.0.0.24:8082/project/86619d0f-991a-4a01-b03d-303415542cfa 2025-01-02 01:59:51,675 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/aefca807-61ea-4e88-b855-599abd35850f 2025-01-02 01:59:51,686 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/aefca807-61ea-4e88-b855-599abd35850f 2025-01-02 01:59:51,695 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/163ae054-531f-4fff-95f5-3929287dde59 2025-01-02 01:59:51,703 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/163ae054-531f-4fff-95f5-3929287dde59 2025-01-02 01:59:51,709 - DEBUG - Requesting: http://10.0.0.24:8082/route-target/fbbfb980-ad7a-424b-82d6-72a79c97eeaf 2025-01-02 01:59:51,715 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-01-02 01:59:51,715 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/aefca807-61ea-4e88-b855-599abd35850f 2025-01-02 01:59:51,724 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/163ae054-531f-4fff-95f5-3929287dde59 2025-01-02 01:59:51,737 - INFO - Verified VN network id 13 for VN aefca807-61ea-4e88-b855-599abd35850f 2025-01-02 01:59:51,737 - INFO - Verifications in API Server for VN __public__ passed 2025-01-02 01:59:51,737 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/aefca807-61ea-4e88-b855-599abd35850f 2025-01-02 01:59:51,747 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/163ae054-531f-4fff-95f5-3929287dde59 2025-01-02 01:59:51,754 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/163ae054-531f-4fff-95f5-3929287dde59 2025-01-02 01:59:51,762 - DEBUG - Requesting: http://10.0.0.24:8082/route-target/fbbfb980-ad7a-424b-82d6-72a79c97eeaf 2025-01-02 01:59:51,768 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-02 01:59:51,774 - 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': '12609137806391529096', 'uuid-lslong': '13282621197133382927'}, 'enable': 'true', 'created': '2025-01-02T01:59:46', 'last-modified': '2025-01-02T01:59:46', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.522275'} 2025-01-02 01:59:51,774 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 01:59:51,780 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-01-02 01:59:51,781 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-02 01:59:51,781 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-02 01:59:51,781 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2025-01-02 01:59:51,786 - DEBUG - Requesting: http://10.0.0.24:8082/domain/3e101d60-40b3-4925-b006-3606962cfcc4 2025-01-02 01:59:51,794 - DEBUG - Requesting: http://10.0.0.24:8082/project/86619d0f-991a-4a01-b03d-303415542cfa 2025-01-02 01:59:51,837 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/aefca807-61ea-4e88-b855-599abd35850f 2025-01-02 01:59:51,847 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-02 01:59:51,847 - DEBUG - Verifying the vn in opserver 2025-01-02 01:59:51,847 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.24 2025-01-02 01:59:51,847 - DEBUG - Requesting: http://10.0.0.24:8081/analytics/uves/virtual-networks 2025-01-02 01:59:51,852 - 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'} 2025-01-02 01:59:51,852 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-02 01:59:51,852 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 01:59:51,859 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 01:59:51,864 - DEBUG - Do not have enough data to verify VN in agent 2025-01-02 01:59:51,865 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 01:59:51,870 - DEBUG - VRF ids for VN __public__: {} 2025-01-02 01:59:51,980 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-02 01:59:52,087 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2025-01-02 01:59:52,096 - DEBUG - Requesting: http://10.0.0.24:8082/domain/3e101d60-40b3-4925-b006-3606962cfcc4 2025-01-02 01:59:52,104 - DEBUG - Requesting: http://10.0.0.24:8082/project/86619d0f-991a-4a01-b03d-303415542cfa 2025-01-02 01:59:52,156 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/aefca807-61ea-4e88-b855-599abd35850f 2025-01-02 01:59:52,167 - DEBUG - Requesting: http://10.0.0.24:8082/floating-ip-pool/ef990a66-475c-49f3-899d-fb949ab8574e 2025-01-02 01:59:52,173 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2025-01-02 01:59:52,178 - DEBUG - Requesting: http://10.0.0.24:8082/domain/3e101d60-40b3-4925-b006-3606962cfcc4 2025-01-02 01:59:52,186 - DEBUG - Requesting: http://10.0.0.24:8082/project/86619d0f-991a-4a01-b03d-303415542cfa 2025-01-02 01:59:52,226 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/aefca807-61ea-4e88-b855-599abd35850f 2025-01-02 01:59:52,237 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-02 01:59:52,237 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-02 01:59:52,244 - 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__ 2025-01-02 01:59:52,250 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-02 01:59:52,250 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-02 01:59:52,253 - DEBUG - Ingress ctest-nginx-ingress-07364044 not present 2025-01-02 01:59:52,254 - INFO - Creating Ingress ctest-nginx-ingress-07364044 2025-01-02 01:59:52,267 - INFO - Created Ingress ctest-nginx-ingress-07364044 2025-01-02 01:59:52,270 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-07364044 2025-01-02 01:59:55,275 - DEBUG - For Ingress ctest-nginx-ingress-07364044, Cluster IP: 10.47.255.249, External IPs ['191.98.210.124'] 2025-01-02 01:59:55,275 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-07364044 2025-01-02 01:59:55,275 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=cdf65589-8de6-4efe-b04f-675745ff12b0 2025-01-02 01:59:55,283 - INFO - Ingress ctest-nginx-ingress-07364044 with uuid cdf65589-8de6-4efe-b04f-675745ff12b0 found in kube manager 2025-01-02 01:59:55,284 - INFO - Ingress ctest-nginx-ingress-07364044 verification passed 2025-01-02 01:59:55,288 - DEBUG - Pod ctest-busybox-pod-21179198 not present 2025-01-02 01:59:55,288 - INFO - Creating Pod ctest-busybox-pod-21179198 2025-01-02 01:59:55,322 - DEBUG - Pod : ctest-busybox-pod-21179198 UUID is a8d563d9-de88-49b7-ab26-b5e57f780429 2025-01-02 01:59:55,327 - DEBUG - Pod ctest-nginx-pod-28060765 not in running state.Currently in Pending 2025-01-02 02:00:00,335 - INFO - Pod ctest-nginx-pod-28060765 is in running state.Got IP 10.47.255.251 2025-01-02 02:00:00,395 - DEBUG - Pod ctest-nginx-pod-28060765 has vmi 3e9440a8-c8ad-11ef-887d-fa163ec5728a 2025-01-02 02:00:00,395 - INFO - Verified pod ctest-nginx-pod-28060765 in contrail-api 2025-01-02 02:00:00,395 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 02:00:00,412 - DEBUG - VMI 3e9440a8-c8ad-11ef-887d-fa163ec5728a is active in agent 10.0.0.45 2025-01-02 02:00:00,412 - INFO - Verified Pod ctest-nginx-pod-28060765 in agent 10.0.0.45 2025-01-02 02:00:00,412 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=9182bfe2-8c97-42cb-b3f1-8d04ea1c1fd0 2025-01-02 02:00:00,419 - INFO - Pod ctest-nginx-pod-28060765 with uuid 9182bfe2-8c97-42cb-b3f1-8d04ea1c1fd0 found in kube manager 2025-01-02 02:00:00,419 - INFO - Pod ctest-nginx-pod-28060765 verification passed 2025-01-02 02:00:00,512 - DEBUG - [Pod ctest-nginx-pod-28060765] Cmd: echo ctest-nginx-pod-28060765 > /usr/share/nginx/html/index.html, Output: 2025-01-02 02:00:00,520 - INFO - Pod ctest-nginx-pod-52257101 is in running state.Got IP 10.47.255.250 2025-01-02 02:00:00,545 - DEBUG - Pod ctest-nginx-pod-52257101 has vmi 3f172be4-c8ad-11ef-887d-fa163ec5728a 2025-01-02 02:00:00,545 - INFO - Verified pod ctest-nginx-pod-52257101 in contrail-api 2025-01-02 02:00:00,545 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 02:00:00,560 - DEBUG - VMI 3f172be4-c8ad-11ef-887d-fa163ec5728a is active in agent 10.0.0.45 2025-01-02 02:00:00,560 - INFO - Verified Pod ctest-nginx-pod-52257101 in agent 10.0.0.45 2025-01-02 02:00:00,560 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=2fa46159-dad8-47ce-9241-ff1aaf00312d 2025-01-02 02:00:00,567 - INFO - Pod ctest-nginx-pod-52257101 with uuid 2fa46159-dad8-47ce-9241-ff1aaf00312d found in kube manager 2025-01-02 02:00:00,567 - INFO - Pod ctest-nginx-pod-52257101 verification passed 2025-01-02 02:00:00,636 - DEBUG - [Pod ctest-nginx-pod-52257101] Cmd: echo ctest-nginx-pod-52257101 > /usr/share/nginx/html/index.html, Output: 2025-01-02 02:00:00,642 - DEBUG - Pod ctest-busybox-pod-21179198 not in running state.Currently in Pending 2025-01-02 02:00:05,649 - DEBUG - Pod ctest-busybox-pod-21179198 not in running state.Currently in Pending 2025-01-02 02:00:10,657 - INFO - Pod ctest-busybox-pod-21179198 is in running state.Got IP 10.47.255.248 2025-01-02 02:00:10,686 - DEBUG - Pod ctest-busybox-pod-21179198 has vmi 43443176-c8ad-11ef-887d-fa163ec5728a 2025-01-02 02:00:10,686 - INFO - Verified pod ctest-busybox-pod-21179198 in contrail-api 2025-01-02 02:00:10,686 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 02:00:10,698 - DEBUG - VMI 43443176-c8ad-11ef-887d-fa163ec5728a is active in agent 10.0.0.45 2025-01-02 02:00:10,698 - INFO - Verified Pod ctest-busybox-pod-21179198 in agent 10.0.0.45 2025-01-02 02:00:10,698 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=a8d563d9-de88-49b7-ab26-b5e57f780429 2025-01-02 02:00:10,704 - INFO - Pod ctest-busybox-pod-21179198 with uuid a8d563d9-de88-49b7-ab26-b5e57f780429 found in kube manager 2025-01-02 02:00:10,705 - INFO - Pod ctest-busybox-pod-21179198 verification passed 2025-01-02 02:00:10,766 - DEBUG - [Pod ctest-busybox-pod-21179198] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-28060765 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-02 02:00:10,767 - DEBUG - [Pod Pod ctest-busybox-pod-21179198] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-02 02:00:10,767 - DEBUG - [Pod Pod ctest-busybox-pod-21179198] Cmd output: ctest-nginx-pod-28060765 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-02 02:00:10,833 - DEBUG - [Pod ctest-busybox-pod-21179198] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-28060765 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-02 02:00:10,835 - DEBUG - [Pod Pod ctest-busybox-pod-21179198] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-02 02:00:10,835 - DEBUG - [Pod Pod ctest-busybox-pod-21179198] Cmd output: ctest-nginx-pod-28060765 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-02 02:00:10,895 - DEBUG - [Pod ctest-busybox-pod-21179198] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-28060765 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-02 02:00:10,896 - DEBUG - [Pod Pod ctest-busybox-pod-21179198] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-02 02:00:10,896 - DEBUG - [Pod Pod ctest-busybox-pod-21179198] Cmd output: ctest-nginx-pod-28060765 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-02 02:00:10,971 - DEBUG - [Pod ctest-busybox-pod-21179198] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-28060765 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-02 02:00:10,971 - DEBUG - [Pod Pod ctest-busybox-pod-21179198] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-02 02:00:10,971 - DEBUG - [Pod Pod ctest-busybox-pod-21179198] Cmd output: ctest-nginx-pod-28060765 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-02 02:00:11,040 - DEBUG - [Pod ctest-busybox-pod-21179198] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-52257101 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-02 02:00:11,040 - DEBUG - [Pod Pod ctest-busybox-pod-21179198] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-02 02:00:11,040 - DEBUG - [Pod Pod ctest-busybox-pod-21179198] Cmd output: ctest-nginx-pod-52257101 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-02 02:00:11,040 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-28060765': 4, 'ctest-nginx-pod-52257101': 1} 2025-01-02 02:00:11,041 - WARNING - Nothing to delete parallely 2025-01-02 02:00:11,041 - INFO - Deleting pod default:ctest-busybox-pod-21179198 2025-01-02 02:00:11,064 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a8d563d9-de88-49b7-ab26-b5e57f780429 2025-01-02 02:00:11,073 - WARNING - Pod uuid a8d563d9-de88-49b7-ab26-b5e57f780429 is still seen in agent 10.0.0.45 VM list 2025-01-02 02:00:16,074 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a8d563d9-de88-49b7-ab26-b5e57f780429 2025-01-02 02:00:16,080 - WARNING - Pod uuid a8d563d9-de88-49b7-ab26-b5e57f780429 is still seen in agent 10.0.0.45 VM list 2025-01-02 02:00:21,081 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a8d563d9-de88-49b7-ab26-b5e57f780429 2025-01-02 02:00:21,088 - WARNING - Pod uuid a8d563d9-de88-49b7-ab26-b5e57f780429 is still seen in agent 10.0.0.45 VM list 2025-01-02 02:00:26,088 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a8d563d9-de88-49b7-ab26-b5e57f780429 2025-01-02 02:00:26,097 - WARNING - Pod uuid a8d563d9-de88-49b7-ab26-b5e57f780429 is still seen in agent 10.0.0.45 VM list 2025-01-02 02:00:31,098 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a8d563d9-de88-49b7-ab26-b5e57f780429 2025-01-02 02:00:31,106 - WARNING - Pod uuid a8d563d9-de88-49b7-ab26-b5e57f780429 is still seen in agent 10.0.0.45 VM list 2025-01-02 02:00:36,107 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a8d563d9-de88-49b7-ab26-b5e57f780429 2025-01-02 02:00:36,115 - WARNING - Pod uuid a8d563d9-de88-49b7-ab26-b5e57f780429 is still seen in agent 10.0.0.45 VM list 2025-01-02 02:00:41,115 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a8d563d9-de88-49b7-ab26-b5e57f780429 2025-01-02 02:00:41,123 - WARNING - Pod uuid a8d563d9-de88-49b7-ab26-b5e57f780429 is still seen in agent 10.0.0.45 VM list 2025-01-02 02:00:46,123 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=a8d563d9-de88-49b7-ab26-b5e57f780429 2025-01-02 02:00:46,133 - DEBUG - Pod a8d563d9-de88-49b7-ab26-b5e57f780429 is not in agent 10.0.0.45 VM list 2025-01-02 02:00:46,133 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:43443176-c8ad-11ef-887d-fa163ec5728a 2025-01-02 02:00:46,139 - DEBUG - VMI 43443176-c8ad-11ef-887d-fa163ec5728a is removed from agent 10.0.0.45 2025-01-02 02:00:46,139 - INFO - Verified that pod ctest-busybox-pod-21179198 is removed in agent 2025-01-02 02:00:46,139 - INFO - Deleting Ingress : ctest-nginx-ingress-07364044 2025-01-02 02:00:46,151 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=cdf65589-8de6-4efe-b04f-675745ff12b0 2025-01-02 02:00:46,158 - ERROR - Ingress ctest-nginx-ingress-07364044 with uuid cdf65589-8de6-4efe-b04f-675745ff12b0 still found in kube manager 2025-01-02 02:00:47,158 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=cdf65589-8de6-4efe-b04f-675745ff12b0 2025-01-02 02:00:47,163 - INFO - Ingress ctest-nginx-ingress-07364044 with uuid cdf65589-8de6-4efe-b04f-675745ff12b0 deleted successfully from kube manager 2025-01-02 02:00:47,163 - INFO - Verifications on Ingress %s cleanup passed 2025-01-02 02:00:47,164 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-02 02:00:47,365 - 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__ 2025-01-02 02:00:47,373 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-02 02:00:47,373 - INFO - Deleting VN __public__ 2025-01-02 02:00:47,852 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/163ae054-531f-4fff-95f5-3929287dde59 2025-01-02 02:00:47,890 - DEBUG - Response Code: 404 2025-01-02 02:00:47,891 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2025-01-02 02:00:47,910 - DEBUG - Requesting: http://10.0.0.24:8082/domain/3e101d60-40b3-4925-b006-3606962cfcc4 2025-01-02 02:00:47,924 - DEBUG - Requesting: http://10.0.0.24:8082/project/86619d0f-991a-4a01-b03d-303415542cfa 2025-01-02 02:00:47,984 - INFO - Validated that VN __public__ is not found in API Server 2025-01-02 02:00:47,984 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-02 02:00:47,993 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 02:00:48,002 - DEBUG - VN __public__ is not present in Agent 10.0.0.45 2025-01-02 02:00:48,003 - INFO - Validated that VN __public__ is not in any agent 2025-01-02 02:00:48,003 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 02:00:48,013 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 02:00:48,023 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-02 02:00:48,038 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-02 02:00:48,039 - INFO - Deleting pod default:ctest-nginx-pod-52257101 2025-01-02 02:00:48,057 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=2fa46159-dad8-47ce-9241-ff1aaf00312d 2025-01-02 02:00:48,098 - WARNING - Pod uuid 2fa46159-dad8-47ce-9241-ff1aaf00312d is still seen in agent 10.0.0.45 VM list 2025-01-02 02:00:53,099 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=2fa46159-dad8-47ce-9241-ff1aaf00312d 2025-01-02 02:00:53,107 - DEBUG - Pod 2fa46159-dad8-47ce-9241-ff1aaf00312d is not in agent 10.0.0.45 VM list 2025-01-02 02:00:53,107 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f172be4-c8ad-11ef-887d-fa163ec5728a 2025-01-02 02:00:53,113 - DEBUG - VMI 3f172be4-c8ad-11ef-887d-fa163ec5728a is removed from agent 10.0.0.45 2025-01-02 02:00:53,113 - INFO - Verified that pod ctest-nginx-pod-52257101 is removed in agent 2025-01-02 02:00:53,113 - INFO - Deleting pod default:ctest-nginx-pod-28060765 2025-01-02 02:00:53,132 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=9182bfe2-8c97-42cb-b3f1-8d04ea1c1fd0 2025-01-02 02:00:53,149 - WARNING - Pod uuid 9182bfe2-8c97-42cb-b3f1-8d04ea1c1fd0 is still seen in agent 10.0.0.45 VM list 2025-01-02 02:00:58,150 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=9182bfe2-8c97-42cb-b3f1-8d04ea1c1fd0 2025-01-02 02:00:58,157 - DEBUG - Pod 9182bfe2-8c97-42cb-b3f1-8d04ea1c1fd0 is not in agent 10.0.0.45 VM list 2025-01-02 02:00:58,157 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3e9440a8-c8ad-11ef-887d-fa163ec5728a 2025-01-02 02:00:58,163 - DEBUG - VMI 3e9440a8-c8ad-11ef-887d-fa163ec5728a is removed from agent 10.0.0.45 2025-01-02 02:00:58,163 - INFO - Verified that pod ctest-nginx-pod-28060765 is removed in agent 2025-01-02 02:00:58,163 - INFO - Deleting service : ctest-nginx-svc-12513174 2025-01-02 02:00:58,420 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-02 02:00:58,427 - DEBUG - No XMPP flaps were noticed during the test
2025-01-02 02:00:58,427 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13]
2025-01-02 02:00:58,427 - INFO - -------------------------------------------------------------------------------- 2025-01-02 02:01:04,870 - 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' 2025-01-02 02:01:04,986 - DEBUG - Output : cluster_project={} 2025-01-02 02:01:05,044 - 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' 2025-01-02 02:01:05,163 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-02 02:01:05,169 - 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' 2025-01-02 02:01:05,353 - DEBUG - Output : cluster_project={} 2025-01-02 02:01:20,469 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 02:01:20,551 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 02:01:20,631 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 02:01:20,668 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 02:01:25,755 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 02:01:25,791 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 02:01:25,867 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 02:01:25,943 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 02:01:26,137 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-02 02:01:28,855 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_ApplicationPolicySetReq? 2025-01-02 02:01:28,862 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AclReq? 2025-01-02 02:01:28,891 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AclReq? 2025-01-02 02:01:30,921 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AclReq? 2025-01-02 02:04:38,977 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-02 02:04:39,060 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=0478699f-c4e2-4fa8-a8e3-dfc64008d6d0 2025-01-02 02:04:39,072 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=7a5a8262-6a7a-4e9d-ab0e-9c5086f1bc09 2025-01-02 02:04:39,088 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=1c27e55f-5909-426b-8ce3-fed3e26aafb5 2025-01-02 02:04:39,093 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=65a74910-630b-4395-85ea-8b174088ca45 2025-01-02 02:04:39,105 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=16f31014-088b-49ce-8670-05e3aa2b459b 2025-01-02 02:04:39,127 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=8eea0049-639a-4a09-b92f-9299a43d02d9 2025-01-02 02:04:39,133 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c84d3406-fbcd-4d74-b2dc-0797d9542204 2025-01-02 02:04:39,137 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=6ff66893-d712-4186-adef-76125d9a99ec 2025-01-02 02:04:44,228 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=0478699f-c4e2-4fa8-a8e3-dfc64008d6d0 2025-01-02 02:04:44,230 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=8eea0049-639a-4a09-b92f-9299a43d02d9 2025-01-02 02:04:44,232 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c84d3406-fbcd-4d74-b2dc-0797d9542204 2025-01-02 02:04:44,233 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=6ff66893-d712-4186-adef-76125d9a99ec 2025-01-02 02:04:44,235 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=16f31014-088b-49ce-8670-05e3aa2b459b 2025-01-02 02:04:44,237 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=65a74910-630b-4395-85ea-8b174088ca45 2025-01-02 02:04:44,238 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=7a5a8262-6a7a-4e9d-ab0e-9c5086f1bc09 2025-01-02 02:04:44,239 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=1c27e55f-5909-426b-8ce3-fed3e26aafb5 2025-01-02 02:04:44,263 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6f4ebe3a-c8ad-11ef-887d-fa163ec5728a 2025-01-02 02:04:44,265 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6e1ff6d2-c8ad-11ef-887d-fa163ec5728a 2025-01-02 02:04:44,266 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6ecc7f88-c8ad-11ef-887d-fa163ec5728a 2025-01-02 02:04:44,268 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6d9a0112-c8ad-11ef-887d-fa163ec5728a 2025-01-02 02:04:49,262 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=6ff66893-d712-4186-adef-76125d9a99ec 2025-01-02 02:04:49,270 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=16f31014-088b-49ce-8670-05e3aa2b459b 2025-01-02 02:04:49,273 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=8eea0049-639a-4a09-b92f-9299a43d02d9 2025-01-02 02:04:49,275 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c84d3406-fbcd-4d74-b2dc-0797d9542204 2025-01-02 02:04:54,281 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=6ff66893-d712-4186-adef-76125d9a99ec 2025-01-02 02:04:54,291 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=16f31014-088b-49ce-8670-05e3aa2b459b 2025-01-02 02:04:54,294 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c84d3406-fbcd-4d74-b2dc-0797d9542204 2025-01-02 02:04:54,296 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=8eea0049-639a-4a09-b92f-9299a43d02d9 2025-01-02 02:04:59,289 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=6ff66893-d712-4186-adef-76125d9a99ec 2025-01-02 02:04:59,299 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=16f31014-088b-49ce-8670-05e3aa2b459b 2025-01-02 02:04:59,306 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=8eea0049-639a-4a09-b92f-9299a43d02d9 2025-01-02 02:04:59,308 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c84d3406-fbcd-4d74-b2dc-0797d9542204 2025-01-02 02:05:04,298 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=6ff66893-d712-4186-adef-76125d9a99ec 2025-01-02 02:05:04,305 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=16f31014-088b-49ce-8670-05e3aa2b459b 2025-01-02 02:05:04,320 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c84d3406-fbcd-4d74-b2dc-0797d9542204 2025-01-02 02:05:04,322 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=8eea0049-639a-4a09-b92f-9299a43d02d9 2025-01-02 02:05:09,306 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=6ff66893-d712-4186-adef-76125d9a99ec 2025-01-02 02:05:09,313 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=16f31014-088b-49ce-8670-05e3aa2b459b 2025-01-02 02:05:09,331 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=8eea0049-639a-4a09-b92f-9299a43d02d9 2025-01-02 02:05:09,333 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c84d3406-fbcd-4d74-b2dc-0797d9542204 2025-01-02 02:05:14,354 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=6ff66893-d712-4186-adef-76125d9a99ec 2025-01-02 02:05:14,359 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=16f31014-088b-49ce-8670-05e3aa2b459b 2025-01-02 02:05:14,361 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=c84d3406-fbcd-4d74-b2dc-0797d9542204 2025-01-02 02:05:14,362 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_VmListReq?uuid=8eea0049-639a-4a09-b92f-9299a43d02d9 2025-01-02 02:05:14,364 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:705b76c4-c8ad-11ef-887d-fa163ec5728a 2025-01-02 02:05:14,378 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6fe43618-c8ad-11ef-887d-fa163ec5728a 2025-01-02 02:05:14,382 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7154abf4-c8ad-11ef-887d-fa163ec5728a 2025-01-02 02:05:14,383 - DEBUG - Requesting: http://10.0.0.45:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:70da16a0-c8ad-11ef-887d-fa163ec5728a