2025-04-26 13:17:03,354 - DEBUG - [10.0.0.242]: Running cmd : hostname 2025-04-26 13:17:03,597 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1195-1 2025-04-26 13:17:03,597 - DEBUG - [10.0.0.242]: Running cmd : hostname -f 2025-04-26 13:17:03,631 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1195-1 2025-04-26 13:17:03,631 - DEBUG - [10.0.0.242]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-04-26 13:17:03,724 - DEBUG - Output : NAMES contrail_test_OvhReypdv contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 webui-web-1 webui-job-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-api-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-schema-1 2025-04-26 13:17:03,724 - DEBUG - [10.0.0.242]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-26 13:17:03,768 - DEBUG - Output : 10.0.0.242/24 172.17.0.1/16 2025-04-26 13:17:03,768 - DEBUG - [10.0.0.242]: Running cmd : getent hosts 10.0.0.242 | head -n 1 | awk '{print $2}' 2025-04-26 13:17:03,802 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1195-1 2025-04-26 13:17:03,889 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-04-26 13:17:04,121 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1195-1 2025-04-26 13:17:04,121 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-04-26 13:17:04,155 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1195-1 2025-04-26 13:17:04,155 - DEBUG - [10.0.0.41]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-04-26 13:17:04,199 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-26 13:17:04,199 - DEBUG - [10.0.0.41]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-26 13:17:04,274 - DEBUG - Output : 10.0.0.41/24 2025-04-26 13:17:04,274 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-04-26 13:17:04,308 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1195-1 2025-04-26 13:17:04,396 - INFO - Using existing project ['default-domain', 'k8s-default'](a4cde38c-a275-4ca8-98f5-525499261422) 2025-04-26 13:17:04,508 - INFO - Using existing project ['default-domain', 'k8s-default'](a4cde38c-a275-4ca8-98f5-525499261422) 2025-04-26 13:17:04,649 - INFO - ================================================================================ 2025-04-26 13:17:04,649 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-26 13:17:04,650 - 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-04-26 13:17:04,854 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-26 13:17:04,861 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.0.0.242': '0'}} with 2025-04-26 13:17:04,861 - INFO - Initial checks done. Running the testcase now 2025-04-26 13:17:04,861 - INFO - 2025-04-26 13:17:04,865 - INFO - Namespace default already exists 2025-04-26 13:17:04,866 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-26 13:17:04,970 - DEBUG - Output : cluster_project={} 2025-04-26 13:17:05,014 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-26 13:17:05,014 - DEBUG - Project uuid in Contrail is a4cde38c-a275-4ca8-98f5-525499261422 2025-04-26 13:17:05,014 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-26 13:17:05,141 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-26 13:17:05,141 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_NamespaceDatabaseList?namespace_uuid=721c7029-7310-40d0-bec0-e1cbd662ee33 2025-04-26 13:17:05,146 - INFO - Namespace default with uuid 721c7029-7310-40d0-bec0-e1cbd662ee33 found in kube manager 2025-04-26 13:17:05,146 - INFO - Namespace default verification passed 2025-04-26 13:17:05,149 - DEBUG - Service ctest-nginx-svc-01351019 not present 2025-04-26 13:17:05,149 - INFO - Creating service ctest-nginx-svc-01351019 2025-04-26 13:17:05,172 - INFO - Created Service ctest-nginx-svc-01351019 2025-04-26 13:17:05,178 - DEBUG - Pod ctest-nginx-pod-57514600 not present 2025-04-26 13:17:05,179 - INFO - Creating Pod ctest-nginx-pod-57514600 2025-04-26 13:17:05,216 - DEBUG - Pod : ctest-nginx-pod-57514600 UUID is a2667017-487e-4a8f-859d-40f313480f5a 2025-04-26 13:17:05,219 - DEBUG - Pod ctest-nginx-pod-40602576 not present 2025-04-26 13:17:05,219 - INFO - Creating Pod ctest-nginx-pod-40602576 2025-04-26 13:17:05,261 - DEBUG - Pod : ctest-nginx-pod-40602576 UUID is 14e07311-b4a5-4dc9-9011-1f3402b4e30f 2025-04-26 13:17:05,451 - INFO - Created VN __public__, UUID :bbc0c2f0-fa67-482b-94a1-c82dd1cacf7e 2025-04-26 13:17:05,592 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-04-26 13:17:05,607 - DEBUG - Requesting: http://10.0.0.242:8082/domain/44b01363-6b58-4683-9946-7e5fa4697d1e 2025-04-26 13:17:05,645 - DEBUG - Requesting: http://10.0.0.242:8082/project/a4cde38c-a275-4ca8-98f5-525499261422 2025-04-26 13:17:05,716 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bbc0c2f0-fa67-482b-94a1-c82dd1cacf7e 2025-04-26 13:17:05,736 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bbc0c2f0-fa67-482b-94a1-c82dd1cacf7e 2025-04-26 13:17:05,773 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/888df1ee-2a1d-4318-8329-5dc678fd6a76 2025-04-26 13:17:05,783 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/888df1ee-2a1d-4318-8329-5dc678fd6a76 2025-04-26 13:17:05,791 - DEBUG - Route Targets: [] 2025-04-26 13:17:05,791 - DEBUG - RT names not yet present for VN __public__ 2025-04-26 13:17:10,791 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-04-26 13:17:10,798 - DEBUG - Requesting: http://10.0.0.242:8082/domain/44b01363-6b58-4683-9946-7e5fa4697d1e 2025-04-26 13:17:10,815 - DEBUG - Requesting: http://10.0.0.242:8082/project/a4cde38c-a275-4ca8-98f5-525499261422 2025-04-26 13:17:10,853 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bbc0c2f0-fa67-482b-94a1-c82dd1cacf7e 2025-04-26 13:17:10,864 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bbc0c2f0-fa67-482b-94a1-c82dd1cacf7e 2025-04-26 13:17:10,874 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/888df1ee-2a1d-4318-8329-5dc678fd6a76 2025-04-26 13:17:10,882 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/888df1ee-2a1d-4318-8329-5dc678fd6a76 2025-04-26 13:17:10,895 - DEBUG - Requesting: http://10.0.0.242:8082/route-target/ae995d2c-9df0-4a4f-9fa9-c3f195a4f5c6 2025-04-26 13:17:10,901 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-26 13:17:10,901 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bbc0c2f0-fa67-482b-94a1-c82dd1cacf7e 2025-04-26 13:17:10,910 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/888df1ee-2a1d-4318-8329-5dc678fd6a76 2025-04-26 13:17:10,923 - INFO - Verified VN network id 13 for VN bbc0c2f0-fa67-482b-94a1-c82dd1cacf7e 2025-04-26 13:17:10,923 - INFO - Verifications in API Server for VN __public__ passed 2025-04-26 13:17:10,923 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bbc0c2f0-fa67-482b-94a1-c82dd1cacf7e 2025-04-26 13:17:10,931 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/888df1ee-2a1d-4318-8329-5dc678fd6a76 2025-04-26 13:17:10,937 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/888df1ee-2a1d-4318-8329-5dc678fd6a76 2025-04-26 13:17:10,943 - DEBUG - Requesting: http://10.0.0.242:8082/route-target/ae995d2c-9df0-4a4f-9fa9-c3f195a4f5c6 2025-04-26 13:17:10,950 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-26 13:17:10,969 - DEBUG - Control-node 10.0.0.242 : 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': '13529027620869982251', 'uuid-lslong': '10710061487982563198'}, 'enable': 'true', 'created': '2025-04-26T13:17:05', 'last-modified': '2025-04-26T13:17:05', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.470829'} 2025-04-26 13:17:10,969 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 13:17:10,977 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-26 13:17:10,977 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-26 13:17:10,978 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-26 13:17:10,978 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-04-26 13:17:10,988 - DEBUG - Requesting: http://10.0.0.242:8082/domain/44b01363-6b58-4683-9946-7e5fa4697d1e 2025-04-26 13:17:10,996 - DEBUG - Requesting: http://10.0.0.242:8082/project/a4cde38c-a275-4ca8-98f5-525499261422 2025-04-26 13:17:11,044 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bbc0c2f0-fa67-482b-94a1-c82dd1cacf7e 2025-04-26 13:17:11,053 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-26 13:17:11,053 - DEBUG - Verifying the vn in opserver 2025-04-26 13:17:11,054 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.242 2025-04-26 13:17:11,054 - DEBUG - Requesting: http://10.0.0.242:8081/analytics/uves/virtual-networks 2025-04-26 13:17:11,065 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.242:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-26 13:17:11,065 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-26 13:17:11,066 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 13:17:11,073 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 13:17:11,080 - DEBUG - Do not have enough data to verify VN in agent 2025-04-26 13:17:11,080 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 13:17:11,087 - DEBUG - VRF ids for VN __public__: {} 2025-04-26 13:17:11,211 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-26 13:17:11,315 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-04-26 13:17:11,319 - DEBUG - Requesting: http://10.0.0.242:8082/domain/44b01363-6b58-4683-9946-7e5fa4697d1e 2025-04-26 13:17:11,327 - DEBUG - Requesting: http://10.0.0.242:8082/project/a4cde38c-a275-4ca8-98f5-525499261422 2025-04-26 13:17:11,365 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bbc0c2f0-fa67-482b-94a1-c82dd1cacf7e 2025-04-26 13:17:11,378 - DEBUG - Requesting: http://10.0.0.242:8082/floating-ip-pool/938cfac9-9725-4783-9b91-ac8ec6673452 2025-04-26 13:17:11,384 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-04-26 13:17:11,389 - DEBUG - Requesting: http://10.0.0.242:8082/domain/44b01363-6b58-4683-9946-7e5fa4697d1e 2025-04-26 13:17:11,396 - DEBUG - Requesting: http://10.0.0.242:8082/project/a4cde38c-a275-4ca8-98f5-525499261422 2025-04-26 13:17:11,438 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bbc0c2f0-fa67-482b-94a1-c82dd1cacf7e 2025-04-26 13:17:11,448 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-26 13:17:11,448 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-26 13:17:11,455 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-26 13:17:11,461 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-26 13:17:11,462 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-26 13:17:11,464 - DEBUG - Ingress ctest-nginx-ingress-68954690 not present 2025-04-26 13:17:11,464 - INFO - Creating Ingress ctest-nginx-ingress-68954690 2025-04-26 13:17:11,472 - INFO - Created Ingress ctest-nginx-ingress-68954690 2025-04-26 13:17:11,475 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-68954690 2025-04-26 13:17:14,480 - DEBUG - For Ingress ctest-nginx-ingress-68954690, Cluster IP: 10.47.255.249, External IPs ['84.104.126.60'] 2025-04-26 13:17:14,480 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-68954690 2025-04-26 13:17:14,481 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=c2437d53-73d0-40e9-8f48-e535c804c12d 2025-04-26 13:17:14,485 - INFO - Ingress ctest-nginx-ingress-68954690 with uuid c2437d53-73d0-40e9-8f48-e535c804c12d found in kube manager 2025-04-26 13:17:14,486 - INFO - Ingress ctest-nginx-ingress-68954690 verification passed 2025-04-26 13:17:14,488 - DEBUG - Pod ctest-busybox-pod-08395972 not present 2025-04-26 13:17:14,489 - INFO - Creating Pod ctest-busybox-pod-08395972 2025-04-26 13:17:14,528 - DEBUG - Node for Pod ctest-busybox-pod-08395972 not yet populated 2025-04-26 13:17:17,534 - DEBUG - Pod : ctest-busybox-pod-08395972 UUID is f34322fe-e86d-49c8-8175-cde02e816700 2025-04-26 13:17:17,539 - DEBUG - Pod ctest-nginx-pod-57514600 not in running state.Currently in Pending 2025-04-26 13:17:22,545 - INFO - Pod ctest-nginx-pod-57514600 is in running state.Got IP 10.47.255.251 2025-04-26 13:17:22,559 - DEBUG - Pod ctest-nginx-pod-57514600 has vmi c085a514-22a0-11f0-8563-fa163ec19c04 2025-04-26 13:17:22,559 - INFO - Verified pod ctest-nginx-pod-57514600 in contrail-api 2025-04-26 13:17:22,559 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 13:17:22,572 - DEBUG - VMI c085a514-22a0-11f0-8563-fa163ec19c04 is active in agent 10.0.0.41 2025-04-26 13:17:22,573 - INFO - Verified Pod ctest-nginx-pod-57514600 in agent 10.0.0.41 2025-04-26 13:17:22,573 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=a2667017-487e-4a8f-859d-40f313480f5a 2025-04-26 13:17:22,577 - INFO - Pod ctest-nginx-pod-57514600 with uuid a2667017-487e-4a8f-859d-40f313480f5a found in kube manager 2025-04-26 13:17:22,577 - INFO - Pod ctest-nginx-pod-57514600 verification passed 2025-04-26 13:17:22,647 - DEBUG - [Pod ctest-nginx-pod-57514600] Cmd: echo ctest-nginx-pod-57514600 > /usr/share/nginx/html/index.html, Output: 2025-04-26 13:17:22,653 - INFO - Pod ctest-nginx-pod-40602576 is in running state.Got IP 10.47.255.250 2025-04-26 13:17:22,668 - DEBUG - Pod ctest-nginx-pod-40602576 has vmi c0ee47ea-22a0-11f0-8563-fa163ec19c04 2025-04-26 13:17:22,668 - INFO - Verified pod ctest-nginx-pod-40602576 in contrail-api 2025-04-26 13:17:22,668 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 13:17:22,679 - DEBUG - VMI c0ee47ea-22a0-11f0-8563-fa163ec19c04 is active in agent 10.0.0.41 2025-04-26 13:17:22,680 - INFO - Verified Pod ctest-nginx-pod-40602576 in agent 10.0.0.41 2025-04-26 13:17:22,680 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=14e07311-b4a5-4dc9-9011-1f3402b4e30f 2025-04-26 13:17:22,684 - INFO - Pod ctest-nginx-pod-40602576 with uuid 14e07311-b4a5-4dc9-9011-1f3402b4e30f found in kube manager 2025-04-26 13:17:22,684 - INFO - Pod ctest-nginx-pod-40602576 verification passed 2025-04-26 13:17:22,747 - DEBUG - [Pod ctest-nginx-pod-40602576] Cmd: echo ctest-nginx-pod-40602576 > /usr/share/nginx/html/index.html, Output: 2025-04-26 13:17:22,752 - DEBUG - Pod ctest-busybox-pod-08395972 not in running state.Currently in Pending 2025-04-26 13:17:27,758 - INFO - Pod ctest-busybox-pod-08395972 is in running state.Got IP 10.47.255.248 2025-04-26 13:17:27,812 - DEBUG - Pod ctest-busybox-pod-08395972 has vmi c53807a0-22a0-11f0-8563-fa163ec19c04 2025-04-26 13:17:27,812 - INFO - Verified pod ctest-busybox-pod-08395972 in contrail-api 2025-04-26 13:17:27,812 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 13:17:27,823 - DEBUG - VMI c53807a0-22a0-11f0-8563-fa163ec19c04 is active in agent 10.0.0.41 2025-04-26 13:17:27,823 - INFO - Verified Pod ctest-busybox-pod-08395972 in agent 10.0.0.41 2025-04-26 13:17:27,823 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=f34322fe-e86d-49c8-8175-cde02e816700 2025-04-26 13:17:27,828 - INFO - Pod ctest-busybox-pod-08395972 with uuid f34322fe-e86d-49c8-8175-cde02e816700 found in kube manager 2025-04-26 13:17:27,828 - INFO - Pod ctest-busybox-pod-08395972 verification passed 2025-04-26 13:17:27,881 - DEBUG - [Pod ctest-busybox-pod-08395972] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-57514600 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-04-26 13:17:27,881 - DEBUG - [Pod Pod ctest-busybox-pod-08395972] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-26 13:17:27,881 - DEBUG - [Pod Pod ctest-busybox-pod-08395972] Cmd output: ctest-nginx-pod-57514600 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-04-26 13:17:27,935 - DEBUG - [Pod ctest-busybox-pod-08395972] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-40602576 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-04-26 13:17:27,935 - DEBUG - [Pod Pod ctest-busybox-pod-08395972] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-26 13:17:27,935 - DEBUG - [Pod Pod ctest-busybox-pod-08395972] Cmd output: ctest-nginx-pod-40602576 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-04-26 13:17:27,935 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-57514600': 1, 'ctest-nginx-pod-40602576': 1} 2025-04-26 13:17:27,935 - WARNING - Nothing to delete parallely 2025-04-26 13:17:27,935 - INFO - Deleting pod default:ctest-busybox-pod-08395972 2025-04-26 13:17:27,947 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f34322fe-e86d-49c8-8175-cde02e816700 2025-04-26 13:17:27,956 - WARNING - Pod uuid f34322fe-e86d-49c8-8175-cde02e816700 is still seen in agent 10.0.0.41 VM list 2025-04-26 13:17:32,957 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f34322fe-e86d-49c8-8175-cde02e816700 2025-04-26 13:17:32,964 - WARNING - Pod uuid f34322fe-e86d-49c8-8175-cde02e816700 is still seen in agent 10.0.0.41 VM list 2025-04-26 13:17:37,965 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f34322fe-e86d-49c8-8175-cde02e816700 2025-04-26 13:17:37,972 - WARNING - Pod uuid f34322fe-e86d-49c8-8175-cde02e816700 is still seen in agent 10.0.0.41 VM list 2025-04-26 13:17:42,973 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f34322fe-e86d-49c8-8175-cde02e816700 2025-04-26 13:17:42,980 - WARNING - Pod uuid f34322fe-e86d-49c8-8175-cde02e816700 is still seen in agent 10.0.0.41 VM list 2025-04-26 13:17:47,981 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f34322fe-e86d-49c8-8175-cde02e816700 2025-04-26 13:17:47,991 - WARNING - Pod uuid f34322fe-e86d-49c8-8175-cde02e816700 is still seen in agent 10.0.0.41 VM list 2025-04-26 13:17:52,992 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f34322fe-e86d-49c8-8175-cde02e816700 2025-04-26 13:17:52,999 - WARNING - Pod uuid f34322fe-e86d-49c8-8175-cde02e816700 is still seen in agent 10.0.0.41 VM list 2025-04-26 13:17:58,000 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f34322fe-e86d-49c8-8175-cde02e816700 2025-04-26 13:17:58,019 - WARNING - Pod uuid f34322fe-e86d-49c8-8175-cde02e816700 is still seen in agent 10.0.0.41 VM list 2025-04-26 13:18:03,020 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f34322fe-e86d-49c8-8175-cde02e816700 2025-04-26 13:18:03,027 - DEBUG - Pod f34322fe-e86d-49c8-8175-cde02e816700 is not in agent 10.0.0.41 VM list 2025-04-26 13:18:03,027 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c53807a0-22a0-11f0-8563-fa163ec19c04 2025-04-26 13:18:03,033 - DEBUG - VMI c53807a0-22a0-11f0-8563-fa163ec19c04 is removed from agent 10.0.0.41 2025-04-26 13:18:03,033 - INFO - Verified that pod ctest-busybox-pod-08395972 is removed in agent 2025-04-26 13:18:03,033 - INFO - Deleting Ingress : ctest-nginx-ingress-68954690 2025-04-26 13:18:03,042 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=c2437d53-73d0-40e9-8f48-e535c804c12d 2025-04-26 13:18:03,047 - ERROR - Ingress ctest-nginx-ingress-68954690 with uuid c2437d53-73d0-40e9-8f48-e535c804c12d still found in kube manager 2025-04-26 13:18:04,047 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=c2437d53-73d0-40e9-8f48-e535c804c12d 2025-04-26 13:18:04,052 - INFO - Ingress ctest-nginx-ingress-68954690 with uuid c2437d53-73d0-40e9-8f48-e535c804c12d deleted successfully from kube manager 2025-04-26 13:18:04,052 - INFO - Verifications on Ingress %s cleanup passed 2025-04-26 13:18:04,053 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-26 13:18:04,132 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-26 13:18:04,139 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-26 13:18:04,139 - INFO - Deleting VN __public__ 2025-04-26 13:18:04,321 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/888df1ee-2a1d-4318-8329-5dc678fd6a76 2025-04-26 13:18:04,329 - DEBUG - Response Code: 404 2025-04-26 13:18:04,329 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2025-04-26 13:18:04,344 - DEBUG - Requesting: http://10.0.0.242:8082/domain/44b01363-6b58-4683-9946-7e5fa4697d1e 2025-04-26 13:18:04,372 - DEBUG - Requesting: http://10.0.0.242:8082/project/a4cde38c-a275-4ca8-98f5-525499261422 2025-04-26 13:18:04,455 - INFO - Validated that VN __public__ is not found in API Server 2025-04-26 13:18:04,455 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-26 13:18:04,469 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 13:18:04,481 - DEBUG - VN __public__ is not present in Agent 10.0.0.41 2025-04-26 13:18:04,481 - INFO - Validated that VN __public__ is not in any agent 2025-04-26 13:18:04,481 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 13:18:04,491 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-26 13:18:04,502 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-26 13:18:04,509 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-26 13:18:04,509 - INFO - Deleting pod default:ctest-nginx-pod-40602576 2025-04-26 13:18:04,524 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=14e07311-b4a5-4dc9-9011-1f3402b4e30f 2025-04-26 13:18:04,538 - WARNING - Pod uuid 14e07311-b4a5-4dc9-9011-1f3402b4e30f is still seen in agent 10.0.0.41 VM list 2025-04-26 13:18:09,539 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=14e07311-b4a5-4dc9-9011-1f3402b4e30f 2025-04-26 13:18:09,546 - DEBUG - Pod 14e07311-b4a5-4dc9-9011-1f3402b4e30f is not in agent 10.0.0.41 VM list 2025-04-26 13:18:09,546 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c0ee47ea-22a0-11f0-8563-fa163ec19c04 2025-04-26 13:18:09,551 - DEBUG - VMI c0ee47ea-22a0-11f0-8563-fa163ec19c04 is removed from agent 10.0.0.41 2025-04-26 13:18:09,551 - INFO - Verified that pod ctest-nginx-pod-40602576 is removed in agent 2025-04-26 13:18:09,552 - INFO - Deleting pod default:ctest-nginx-pod-57514600 2025-04-26 13:18:09,565 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=a2667017-487e-4a8f-859d-40f313480f5a 2025-04-26 13:18:09,578 - WARNING - Pod uuid a2667017-487e-4a8f-859d-40f313480f5a is still seen in agent 10.0.0.41 VM list 2025-04-26 13:18:14,579 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=a2667017-487e-4a8f-859d-40f313480f5a 2025-04-26 13:18:14,585 - DEBUG - Pod a2667017-487e-4a8f-859d-40f313480f5a is not in agent 10.0.0.41 VM list 2025-04-26 13:18:14,585 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c085a514-22a0-11f0-8563-fa163ec19c04 2025-04-26 13:18:14,591 - DEBUG - VMI c085a514-22a0-11f0-8563-fa163ec19c04 is removed from agent 10.0.0.41 2025-04-26 13:18:14,591 - INFO - Verified that pod ctest-nginx-pod-57514600 is removed in agent 2025-04-26 13:18:14,592 - INFO - Deleting service : ctest-nginx-svc-01351019 2025-04-26 13:18:14,785 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-26 13:18:14,792 - DEBUG - No XMPP flaps were noticed during the test
2025-04-26 13:18:14,792 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:10]
2025-04-26 13:18:14,792 - INFO - -------------------------------------------------------------------------------- 2025-04-26 13:18:21,218 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-26 13:18:21,377 - DEBUG - Output : cluster_project={} 2025-04-26 13:18:21,450 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-26 13:18:21,636 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-26 13:18:21,642 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-26 13:18:21,789 - DEBUG - Output : cluster_project={} 2025-04-26 13:18:31,916 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 13:18:31,953 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 13:18:32,032 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 13:18:32,112 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 13:18:37,155 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 13:18:37,240 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 13:18:42,341 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 13:18:42,432 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-26 13:18:42,634 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-26 13:18:45,171 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_ApplicationPolicySetReq? 2025-04-26 13:18:45,179 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-04-26 13:18:45,208 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-04-26 13:18:47,240 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-04-26 13:21:47,248 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-26 13:21:47,281 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=17c5cba5-4ff6-4a28-a3d7-9a0593c8b746 2025-04-26 13:21:47,310 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=4cb859a9-44e6-47bf-af16-f74bf166ed29 2025-04-26 13:21:47,320 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e510b855-2750-432f-b9e6-13c1871080be 2025-04-26 13:21:47,330 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=75536bc7-dae3-4496-8bdf-19b02befd605 2025-04-26 13:21:47,340 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=882cb648-3bcb-4db4-852b-388d60f66793 2025-04-26 13:21:47,347 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=985e7afa-f446-4304-a12a-f17b6b58521e 2025-04-26 13:21:47,351 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=00925d21-6c57-4ef3-bc44-9a7f4a36a4b8 2025-04-26 13:21:47,355 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1033354d-e568-45b1-b592-674952fd37cc 2025-04-26 13:21:52,296 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=17c5cba5-4ff6-4a28-a3d7-9a0593c8b746 2025-04-26 13:21:52,304 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:edbd2ea8-22a0-11f0-8563-fa163ec19c04 2025-04-26 13:21:52,430 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e510b855-2750-432f-b9e6-13c1871080be 2025-04-26 13:21:52,431 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=75536bc7-dae3-4496-8bdf-19b02befd605 2025-04-26 13:21:52,433 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=4cb859a9-44e6-47bf-af16-f74bf166ed29 2025-04-26 13:21:52,434 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1033354d-e568-45b1-b592-674952fd37cc 2025-04-26 13:21:52,436 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=00925d21-6c57-4ef3-bc44-9a7f4a36a4b8 2025-04-26 13:21:52,437 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=985e7afa-f446-4304-a12a-f17b6b58521e 2025-04-26 13:21:52,438 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=882cb648-3bcb-4db4-852b-388d60f66793 2025-04-26 13:21:52,463 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ef5ea138-22a0-11f0-8563-fa163ec19c04 2025-04-26 13:21:52,465 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:eee7227a-22a0-11f0-8563-fa163ec19c04 2025-04-26 13:21:57,461 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=00925d21-6c57-4ef3-bc44-9a7f4a36a4b8 2025-04-26 13:21:57,463 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=75536bc7-dae3-4496-8bdf-19b02befd605 2025-04-26 13:21:57,464 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e510b855-2750-432f-b9e6-13c1871080be 2025-04-26 13:21:57,465 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1033354d-e568-45b1-b592-674952fd37cc 2025-04-26 13:21:57,468 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=985e7afa-f446-4304-a12a-f17b6b58521e 2025-04-26 13:22:02,485 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e510b855-2750-432f-b9e6-13c1871080be 2025-04-26 13:22:02,487 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=75536bc7-dae3-4496-8bdf-19b02befd605 2025-04-26 13:22:02,490 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=00925d21-6c57-4ef3-bc44-9a7f4a36a4b8 2025-04-26 13:22:02,491 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=985e7afa-f446-4304-a12a-f17b6b58521e 2025-04-26 13:22:02,492 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1033354d-e568-45b1-b592-674952fd37cc 2025-04-26 13:22:07,509 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1033354d-e568-45b1-b592-674952fd37cc 2025-04-26 13:22:07,511 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=75536bc7-dae3-4496-8bdf-19b02befd605 2025-04-26 13:22:07,513 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e510b855-2750-432f-b9e6-13c1871080be 2025-04-26 13:22:07,514 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=00925d21-6c57-4ef3-bc44-9a7f4a36a4b8 2025-04-26 13:22:07,515 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=985e7afa-f446-4304-a12a-f17b6b58521e 2025-04-26 13:22:12,536 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=00925d21-6c57-4ef3-bc44-9a7f4a36a4b8 2025-04-26 13:22:12,537 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=985e7afa-f446-4304-a12a-f17b6b58521e 2025-04-26 13:22:12,538 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1033354d-e568-45b1-b592-674952fd37cc 2025-04-26 13:22:12,541 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=75536bc7-dae3-4496-8bdf-19b02befd605 2025-04-26 13:22:12,542 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e510b855-2750-432f-b9e6-13c1871080be 2025-04-26 13:22:17,559 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1033354d-e568-45b1-b592-674952fd37cc 2025-04-26 13:22:17,561 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=985e7afa-f446-4304-a12a-f17b6b58521e 2025-04-26 13:22:17,562 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=00925d21-6c57-4ef3-bc44-9a7f4a36a4b8 2025-04-26 13:22:17,564 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e510b855-2750-432f-b9e6-13c1871080be 2025-04-26 13:22:17,565 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=75536bc7-dae3-4496-8bdf-19b02befd605 2025-04-26 13:22:22,666 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e510b855-2750-432f-b9e6-13c1871080be 2025-04-26 13:22:22,668 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=75536bc7-dae3-4496-8bdf-19b02befd605 2025-04-26 13:22:22,669 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=985e7afa-f446-4304-a12a-f17b6b58521e 2025-04-26 13:22:22,671 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1033354d-e568-45b1-b592-674952fd37cc 2025-04-26 13:22:22,672 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=00925d21-6c57-4ef3-bc44-9a7f4a36a4b8 2025-04-26 13:22:22,687 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ee3adbfa-22a0-11f0-8563-fa163ec19c04 2025-04-26 13:22:22,689 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f066db0e-22a0-11f0-8563-fa163ec19c04 2025-04-26 13:22:22,693 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f1456248-22a0-11f0-8563-fa163ec19c04 2025-04-26 13:22:22,694 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f0d55bf6-22a0-11f0-8563-fa163ec19c04 2025-04-26 13:22:22,695 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:efe98e10-22a0-11f0-8563-fa163ec19c04