2024-10-19 17:43:56,560 - DEBUG - [10.0.0.49]: Running cmd : hostname 2024-10-19 17:43:56,818 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-734-1 2024-10-19 17:43:56,818 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2024-10-19 17:43:56,862 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-734-1 2024-10-19 17:43:56,862 - DEBUG - [10.0.0.49]: 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-10-19 17:43:56,937 - DEBUG - Output : NAMES contrail_test_gtIqUAUlK contrail-kubernetes-master_kubemanager_1 webui_job_1 webui_web_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_schema_1 config_api_api_1 config_api_svcmonitor_1 config_api_dnsmasq_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 redis_redis_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 2024-10-19 17:43:56,937 - DEBUG - [10.0.0.49]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-10-19 17:43:57,020 - DEBUG - Output : 10.0.0.49/24 172.17.0.1/16 2024-10-19 17:43:57,020 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2024-10-19 17:43:57,054 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-734-1 2024-10-19 17:43:57,149 - DEBUG - [10.0.0.29]: Running cmd : hostname 2024-10-19 17:43:57,360 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-734-1 2024-10-19 17:43:57,360 - DEBUG - [10.0.0.29]: Running cmd : hostname -f 2024-10-19 17:43:57,383 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-734-1 2024-10-19 17:43:57,384 - DEBUG - [10.0.0.29]: 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-10-19 17:43:57,474 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-10-19 17:43:57,474 - DEBUG - [10.0.0.29]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-10-19 17:43:57,508 - DEBUG - Output : 10.0.0.29/24 2024-10-19 17:43:57,509 - DEBUG - [10.0.0.29]: Running cmd : getent hosts 10.0.0.29 | head -n 1 | awk '{print $2}' 2024-10-19 17:43:57,584 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-734-1 2024-10-19 17:43:57,675 - INFO - Using existing project ['default-domain', 'k8s-default'](063700e9-e1cd-4288-8123-14613a0f31df) 2024-10-19 17:43:57,800 - INFO - Using existing project ['default-domain', 'k8s-default'](063700e9-e1cd-4288-8123-14613a0f31df) 2024-10-19 17:43:57,943 - INFO - ================================================================================ 2024-10-19 17:43:57,943 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-10-19 17:43:57,944 - 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-10-19 17:43:58,181 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2024-10-19 17:43:58,189 - DEBUG - Nothing to compare xmpp stats {'10.0.0.29': {'10.0.0.49': '0'}} with 2024-10-19 17:43:58,189 - INFO - Initial checks done. Running the testcase now 2024-10-19 17:43:58,189 - INFO - 2024-10-19 17:43:58,193 - INFO - Namespace default already exists 2024-10-19 17:43:58,194 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-10-19 17:43:58,310 - DEBUG - Output : cluster_project={} 2024-10-19 17:43:58,360 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-10-19 17:43:58,361 - DEBUG - Project uuid in Contrail is 063700e9-e1cd-4288-8123-14613a0f31df 2024-10-19 17:43:58,361 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-10-19 17:43:58,498 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-10-19 17:43:58,499 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_NamespaceDatabaseList?namespace_uuid=1b1bc19d-5d25-436f-8bcc-eba0d4ceb913 2024-10-19 17:43:58,504 - INFO - Namespace default with uuid 1b1bc19d-5d25-436f-8bcc-eba0d4ceb913 found in kube manager 2024-10-19 17:43:58,505 - INFO - Namespace default verification passed 2024-10-19 17:43:58,508 - DEBUG - Service ctest-nginx-svc-82335003 not present 2024-10-19 17:43:58,508 - INFO - Creating service ctest-nginx-svc-82335003 2024-10-19 17:43:58,524 - INFO - Created Service ctest-nginx-svc-82335003 2024-10-19 17:43:58,543 - DEBUG - Pod ctest-nginx-pod-06542367 not present 2024-10-19 17:43:58,544 - INFO - Creating Pod ctest-nginx-pod-06542367 2024-10-19 17:43:58,602 - DEBUG - Pod : ctest-nginx-pod-06542367 UUID is 5a055e49-d617-4f5c-b951-407f675ae86c 2024-10-19 17:43:58,608 - DEBUG - Pod ctest-nginx-pod-41119782 not present 2024-10-19 17:43:58,609 - INFO - Creating Pod ctest-nginx-pod-41119782 2024-10-19 17:43:58,639 - DEBUG - Pod : ctest-nginx-pod-41119782 UUID is 0b4e0b8e-f8c6-4b4c-8cd0-e52924e0353a 2024-10-19 17:43:58,875 - INFO - Created VN __public__, UUID :f8bdf7f9-6f94-4108-8065-ab2df566d670 2024-10-19 17:43:59,020 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2024-10-19 17:43:59,041 - DEBUG - Requesting: http://10.0.0.49:8082/domain/098a4902-e6e8-406b-8dbd-0f74ce71fcfc 2024-10-19 17:43:59,087 - DEBUG - Requesting: http://10.0.0.49:8082/project/063700e9-e1cd-4288-8123-14613a0f31df 2024-10-19 17:43:59,147 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f8bdf7f9-6f94-4108-8065-ab2df566d670 2024-10-19 17:43:59,165 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f8bdf7f9-6f94-4108-8065-ab2df566d670 2024-10-19 17:43:59,179 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0a9696d5-f349-4f3b-ba14-4973830f48a5 2024-10-19 17:43:59,187 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0a9696d5-f349-4f3b-ba14-4973830f48a5 2024-10-19 17:43:59,196 - DEBUG - Route Targets: [] 2024-10-19 17:43:59,196 - DEBUG - RT names not yet present for VN __public__ 2024-10-19 17:44:04,197 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2024-10-19 17:44:04,202 - DEBUG - Requesting: http://10.0.0.49:8082/domain/098a4902-e6e8-406b-8dbd-0f74ce71fcfc 2024-10-19 17:44:04,212 - DEBUG - Requesting: http://10.0.0.49:8082/project/063700e9-e1cd-4288-8123-14613a0f31df 2024-10-19 17:44:04,272 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f8bdf7f9-6f94-4108-8065-ab2df566d670 2024-10-19 17:44:04,286 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f8bdf7f9-6f94-4108-8065-ab2df566d670 2024-10-19 17:44:04,299 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0a9696d5-f349-4f3b-ba14-4973830f48a5 2024-10-19 17:44:04,309 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0a9696d5-f349-4f3b-ba14-4973830f48a5 2024-10-19 17:44:04,317 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/d0a34d59-ac48-46b4-a861-972ffbeb933b 2024-10-19 17:44:04,325 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-10-19 17:44:04,325 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f8bdf7f9-6f94-4108-8065-ab2df566d670 2024-10-19 17:44:04,339 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0a9696d5-f349-4f3b-ba14-4973830f48a5 2024-10-19 17:44:04,359 - INFO - Verified VN network id 14 for VN f8bdf7f9-6f94-4108-8065-ab2df566d670 2024-10-19 17:44:04,359 - INFO - Verifications in API Server for VN __public__ passed 2024-10-19 17:44:04,359 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f8bdf7f9-6f94-4108-8065-ab2df566d670 2024-10-19 17:44:04,372 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0a9696d5-f349-4f3b-ba14-4973830f48a5 2024-10-19 17:44:04,381 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0a9696d5-f349-4f3b-ba14-4973830f48a5 2024-10-19 17:44:04,389 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/d0a34d59-ac48-46b4-a861-972ffbeb933b 2024-10-19 17:44:04,395 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-10-19 17:44:04,401 - DEBUG - Control-node 10.0.0.49 : 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': '17923754742695346440', 'uuid-lslong': '9251989223381587568'}, 'enable': 'true', 'created': '2024-10-19T17:43:58', 'last-modified': '2024-10-19T17:43:58', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.483938'} 2024-10-19 17:44:04,401 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-19 17:44:04,408 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-10-19 17:44:04,408 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-10-19 17:44:04,409 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-10-19 17:44:04,409 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2024-10-19 17:44:04,417 - DEBUG - Requesting: http://10.0.0.49:8082/domain/098a4902-e6e8-406b-8dbd-0f74ce71fcfc 2024-10-19 17:44:04,426 - DEBUG - Requesting: http://10.0.0.49:8082/project/063700e9-e1cd-4288-8123-14613a0f31df 2024-10-19 17:44:04,475 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f8bdf7f9-6f94-4108-8065-ab2df566d670 2024-10-19 17:44:04,490 - DEBUG - =>VN __public__ has no policy to be verified 2024-10-19 17:44:04,490 - DEBUG - Verifying the vn in opserver 2024-10-19 17:44:04,490 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.49 2024-10-19 17:44:04,490 - DEBUG - Requesting: http://10.0.0.49:8081/analytics/uves/virtual-networks 2024-10-19 17:44:04,495 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.49:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-10-19 17:44:04,495 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-10-19 17:44:04,496 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-19 17:44:04,505 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-19 17:44:04,511 - DEBUG - Do not have enough data to verify VN in agent 2024-10-19 17:44:04,511 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-19 17:44:04,517 - DEBUG - VRF ids for VN __public__: {} 2024-10-19 17:44:04,631 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-10-19 17:44:04,751 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2024-10-19 17:44:04,757 - DEBUG - Requesting: http://10.0.0.49:8082/domain/098a4902-e6e8-406b-8dbd-0f74ce71fcfc 2024-10-19 17:44:04,766 - DEBUG - Requesting: http://10.0.0.49:8082/project/063700e9-e1cd-4288-8123-14613a0f31df 2024-10-19 17:44:04,814 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f8bdf7f9-6f94-4108-8065-ab2df566d670 2024-10-19 17:44:04,829 - DEBUG - Requesting: http://10.0.0.49:8082/floating-ip-pool/18392b04-aacc-440d-8196-bd8203b13673 2024-10-19 17:44:04,836 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2024-10-19 17:44:04,841 - DEBUG - Requesting: http://10.0.0.49:8082/domain/098a4902-e6e8-406b-8dbd-0f74ce71fcfc 2024-10-19 17:44:04,850 - DEBUG - Requesting: http://10.0.0.49:8082/project/063700e9-e1cd-4288-8123-14613a0f31df 2024-10-19 17:44:04,897 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f8bdf7f9-6f94-4108-8065-ab2df566d670 2024-10-19 17:44:04,911 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-10-19 17:44:04,911 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-10-19 17:44:04,926 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-10-19 17:44:04,932 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-10-19 17:44:04,932 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-10-19 17:44:04,935 - DEBUG - Ingress ctest-nginx-ingress-44520066 not present 2024-10-19 17:44:04,936 - INFO - Creating Ingress ctest-nginx-ingress-44520066 2024-10-19 17:44:04,953 - INFO - Created Ingress ctest-nginx-ingress-44520066 2024-10-19 17:44:04,957 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-44520066 2024-10-19 17:44:07,963 - DEBUG - For Ingress ctest-nginx-ingress-44520066, Cluster IP: 10.47.255.249, External IPs ['114.35.99.60'] 2024-10-19 17:44:07,963 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-44520066 2024-10-19 17:44:07,963 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=e28269a2-48ad-451a-a3ab-a538aa11941d 2024-10-19 17:44:07,971 - INFO - Ingress ctest-nginx-ingress-44520066 with uuid e28269a2-48ad-451a-a3ab-a538aa11941d found in kube manager 2024-10-19 17:44:07,971 - INFO - Ingress ctest-nginx-ingress-44520066 verification passed 2024-10-19 17:44:07,980 - DEBUG - Pod ctest-busybox-pod-19433295 not present 2024-10-19 17:44:07,980 - INFO - Creating Pod ctest-busybox-pod-19433295 2024-10-19 17:44:08,012 - DEBUG - Pod : ctest-busybox-pod-19433295 UUID is 9e6ebb88-127a-49f6-8137-cb7a635f072c 2024-10-19 17:44:08,018 - DEBUG - Pod ctest-nginx-pod-06542367 not in running state.Currently in Pending 2024-10-19 17:44:13,025 - INFO - Pod ctest-nginx-pod-06542367 is in running state.Got IP 10.47.255.251 2024-10-19 17:44:13,046 - DEBUG - Pod ctest-nginx-pod-06542367 has vmi b94751ec-8e41-11ef-8d05-fa163e118063 2024-10-19 17:44:13,047 - INFO - Verified pod ctest-nginx-pod-06542367 in contrail-api 2024-10-19 17:44:13,047 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-19 17:44:13,063 - DEBUG - VMI b94751ec-8e41-11ef-8d05-fa163e118063 is active in agent 10.0.0.29 2024-10-19 17:44:13,064 - INFO - Verified Pod ctest-nginx-pod-06542367 in agent 10.0.0.29 2024-10-19 17:44:13,064 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=5a055e49-d617-4f5c-b951-407f675ae86c 2024-10-19 17:44:13,072 - INFO - Pod ctest-nginx-pod-06542367 with uuid 5a055e49-d617-4f5c-b951-407f675ae86c found in kube manager 2024-10-19 17:44:13,072 - INFO - Pod ctest-nginx-pod-06542367 verification passed 2024-10-19 17:44:13,146 - DEBUG - [Pod ctest-nginx-pod-06542367] Cmd: echo ctest-nginx-pod-06542367 > /usr/share/nginx/html/index.html, Output: 2024-10-19 17:44:13,153 - DEBUG - Pod ctest-nginx-pod-41119782 not in running state.Currently in Pending 2024-10-19 17:44:18,160 - INFO - Pod ctest-nginx-pod-41119782 is in running state.Got IP 10.47.255.250 2024-10-19 17:44:18,220 - DEBUG - Pod ctest-nginx-pod-41119782 has vmi b9c6d25a-8e41-11ef-8d05-fa163e118063 2024-10-19 17:44:18,220 - INFO - Verified pod ctest-nginx-pod-41119782 in contrail-api 2024-10-19 17:44:18,220 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-19 17:44:18,232 - DEBUG - VMI b9c6d25a-8e41-11ef-8d05-fa163e118063 is active in agent 10.0.0.29 2024-10-19 17:44:18,233 - INFO - Verified Pod ctest-nginx-pod-41119782 in agent 10.0.0.29 2024-10-19 17:44:18,233 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=0b4e0b8e-f8c6-4b4c-8cd0-e52924e0353a 2024-10-19 17:44:18,238 - INFO - Pod ctest-nginx-pod-41119782 with uuid 0b4e0b8e-f8c6-4b4c-8cd0-e52924e0353a found in kube manager 2024-10-19 17:44:18,238 - INFO - Pod ctest-nginx-pod-41119782 verification passed 2024-10-19 17:44:18,295 - DEBUG - [Pod ctest-nginx-pod-41119782] Cmd: echo ctest-nginx-pod-41119782 > /usr/share/nginx/html/index.html, Output: 2024-10-19 17:44:18,300 - DEBUG - Pod ctest-busybox-pod-19433295 not in running state.Currently in Pending 2024-10-19 17:44:23,308 - INFO - Pod ctest-busybox-pod-19433295 is in running state.Got IP 10.47.255.248 2024-10-19 17:44:23,333 - DEBUG - Pod ctest-busybox-pod-19433295 has vmi be01d8b0-8e41-11ef-8d05-fa163e118063 2024-10-19 17:44:23,333 - INFO - Verified pod ctest-busybox-pod-19433295 in contrail-api 2024-10-19 17:44:23,333 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-19 17:44:23,348 - DEBUG - VMI be01d8b0-8e41-11ef-8d05-fa163e118063 is active in agent 10.0.0.29 2024-10-19 17:44:23,348 - INFO - Verified Pod ctest-busybox-pod-19433295 in agent 10.0.0.29 2024-10-19 17:44:23,349 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=9e6ebb88-127a-49f6-8137-cb7a635f072c 2024-10-19 17:44:23,353 - INFO - Pod ctest-busybox-pod-19433295 with uuid 9e6ebb88-127a-49f6-8137-cb7a635f072c found in kube manager 2024-10-19 17:44:23,353 - INFO - Pod ctest-busybox-pod-19433295 verification passed 2024-10-19 17:44:23,420 - DEBUG - [Pod ctest-busybox-pod-19433295] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-06542367 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-10-19 17:44:23,420 - DEBUG - [Pod Pod ctest-busybox-pod-19433295] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-10-19 17:44:23,420 - DEBUG - [Pod Pod ctest-busybox-pod-19433295] Cmd output: ctest-nginx-pod-06542367 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-10-19 17:44:23,484 - DEBUG - [Pod ctest-busybox-pod-19433295] 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-41119782 2024-10-19 17:44:23,485 - DEBUG - [Pod Pod ctest-busybox-pod-19433295] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-10-19 17:44:23,485 - DEBUG - [Pod Pod ctest-busybox-pod-19433295] 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-41119782 2024-10-19 17:44:23,485 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-06542367': 1, 'ctest-nginx-pod-41119782': 1} 2024-10-19 17:44:23,485 - WARNING - Nothing to delete parallely 2024-10-19 17:44:23,486 - INFO - Deleting pod default:ctest-busybox-pod-19433295 2024-10-19 17:44:23,504 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=9e6ebb88-127a-49f6-8137-cb7a635f072c 2024-10-19 17:44:23,526 - WARNING - Pod uuid 9e6ebb88-127a-49f6-8137-cb7a635f072c is still seen in agent 10.0.0.29 VM list 2024-10-19 17:44:28,527 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=9e6ebb88-127a-49f6-8137-cb7a635f072c 2024-10-19 17:44:28,534 - WARNING - Pod uuid 9e6ebb88-127a-49f6-8137-cb7a635f072c is still seen in agent 10.0.0.29 VM list 2024-10-19 17:44:33,534 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=9e6ebb88-127a-49f6-8137-cb7a635f072c 2024-10-19 17:44:33,541 - WARNING - Pod uuid 9e6ebb88-127a-49f6-8137-cb7a635f072c is still seen in agent 10.0.0.29 VM list 2024-10-19 17:44:38,542 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=9e6ebb88-127a-49f6-8137-cb7a635f072c 2024-10-19 17:44:38,552 - WARNING - Pod uuid 9e6ebb88-127a-49f6-8137-cb7a635f072c is still seen in agent 10.0.0.29 VM list 2024-10-19 17:44:43,553 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=9e6ebb88-127a-49f6-8137-cb7a635f072c 2024-10-19 17:44:43,562 - WARNING - Pod uuid 9e6ebb88-127a-49f6-8137-cb7a635f072c is still seen in agent 10.0.0.29 VM list 2024-10-19 17:44:48,562 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=9e6ebb88-127a-49f6-8137-cb7a635f072c 2024-10-19 17:44:48,569 - WARNING - Pod uuid 9e6ebb88-127a-49f6-8137-cb7a635f072c is still seen in agent 10.0.0.29 VM list 2024-10-19 17:44:53,570 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=9e6ebb88-127a-49f6-8137-cb7a635f072c 2024-10-19 17:44:53,578 - WARNING - Pod uuid 9e6ebb88-127a-49f6-8137-cb7a635f072c is still seen in agent 10.0.0.29 VM list 2024-10-19 17:44:58,578 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=9e6ebb88-127a-49f6-8137-cb7a635f072c 2024-10-19 17:44:58,585 - DEBUG - Pod 9e6ebb88-127a-49f6-8137-cb7a635f072c is not in agent 10.0.0.29 VM list 2024-10-19 17:44:58,585 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:be01d8b0-8e41-11ef-8d05-fa163e118063 2024-10-19 17:44:58,592 - DEBUG - VMI be01d8b0-8e41-11ef-8d05-fa163e118063 is removed from agent 10.0.0.29 2024-10-19 17:44:58,592 - INFO - Verified that pod ctest-busybox-pod-19433295 is removed in agent 2024-10-19 17:44:58,592 - INFO - Deleting Ingress : ctest-nginx-ingress-44520066 2024-10-19 17:44:58,599 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=e28269a2-48ad-451a-a3ab-a538aa11941d 2024-10-19 17:44:58,606 - ERROR - Ingress ctest-nginx-ingress-44520066 with uuid e28269a2-48ad-451a-a3ab-a538aa11941d still found in kube manager 2024-10-19 17:44:59,607 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=e28269a2-48ad-451a-a3ab-a538aa11941d 2024-10-19 17:44:59,611 - INFO - Ingress ctest-nginx-ingress-44520066 with uuid e28269a2-48ad-451a-a3ab-a538aa11941d deleted successfully from kube manager 2024-10-19 17:44:59,611 - INFO - Verifications on Ingress %s cleanup passed 2024-10-19 17:44:59,611 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-10-19 17:44:59,769 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-10-19 17:44:59,775 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-10-19 17:44:59,775 - INFO - Deleting VN __public__ 2024-10-19 17:44:59,959 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0a9696d5-f349-4f3b-ba14-4973830f48a5 2024-10-19 17:44:59,975 - DEBUG - Response Code: 404 2024-10-19 17:44:59,975 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2024-10-19 17:44:59,983 - DEBUG - Requesting: http://10.0.0.49:8082/domain/098a4902-e6e8-406b-8dbd-0f74ce71fcfc 2024-10-19 17:45:00,002 - DEBUG - Requesting: http://10.0.0.49:8082/project/063700e9-e1cd-4288-8123-14613a0f31df 2024-10-19 17:45:00,144 - INFO - Validated that VN __public__ is not found in API Server 2024-10-19 17:45:00,144 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-10-19 17:45:00,160 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-19 17:45:00,170 - DEBUG - VN __public__ is not present in Agent 10.0.0.29 2024-10-19 17:45:00,170 - INFO - Validated that VN __public__ is not in any agent 2024-10-19 17:45:00,170 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-19 17:45:00,197 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-19 17:45:00,216 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-10-19 17:45:00,230 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-10-19 17:45:00,231 - INFO - Deleting pod default:ctest-nginx-pod-41119782 2024-10-19 17:45:00,262 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0b4e0b8e-f8c6-4b4c-8cd0-e52924e0353a 2024-10-19 17:45:00,283 - WARNING - Pod uuid 0b4e0b8e-f8c6-4b4c-8cd0-e52924e0353a is still seen in agent 10.0.0.29 VM list 2024-10-19 17:45:05,284 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0b4e0b8e-f8c6-4b4c-8cd0-e52924e0353a 2024-10-19 17:45:05,291 - DEBUG - Pod 0b4e0b8e-f8c6-4b4c-8cd0-e52924e0353a is not in agent 10.0.0.29 VM list 2024-10-19 17:45:05,291 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b9c6d25a-8e41-11ef-8d05-fa163e118063 2024-10-19 17:45:05,297 - DEBUG - VMI b9c6d25a-8e41-11ef-8d05-fa163e118063 is removed from agent 10.0.0.29 2024-10-19 17:45:05,297 - INFO - Verified that pod ctest-nginx-pod-41119782 is removed in agent 2024-10-19 17:45:05,297 - INFO - Deleting pod default:ctest-nginx-pod-06542367 2024-10-19 17:45:05,309 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=5a055e49-d617-4f5c-b951-407f675ae86c 2024-10-19 17:45:05,324 - WARNING - Pod uuid 5a055e49-d617-4f5c-b951-407f675ae86c is still seen in agent 10.0.0.29 VM list 2024-10-19 17:45:10,325 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=5a055e49-d617-4f5c-b951-407f675ae86c 2024-10-19 17:45:10,332 - DEBUG - Pod 5a055e49-d617-4f5c-b951-407f675ae86c is not in agent 10.0.0.29 VM list 2024-10-19 17:45:10,332 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b94751ec-8e41-11ef-8d05-fa163e118063 2024-10-19 17:45:10,339 - DEBUG - VMI b94751ec-8e41-11ef-8d05-fa163e118063 is removed from agent 10.0.0.29 2024-10-19 17:45:10,339 - INFO - Verified that pod ctest-nginx-pod-06542367 is removed in agent 2024-10-19 17:45:10,339 - INFO - Deleting service : ctest-nginx-svc-82335003 2024-10-19 17:45:10,548 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2024-10-19 17:45:10,557 - DEBUG - No XMPP flaps were noticed during the test 2024-10-19 17:45:10,558 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2024-10-19 17:45:10,558 - INFO - -------------------------------------------------------------------------------- 2024-10-19 17:45:16,957 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-10-19 17:45:17,094 - DEBUG - Output : cluster_project={} 2024-10-19 17:45:17,182 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-10-19 17:45:17,375 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-10-19 17:45:17,399 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-10-19 17:45:17,537 - DEBUG - Output : cluster_project={} 2024-10-19 17:45:27,712 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-19 17:45:32,781 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-19 17:45:37,841 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-19 17:45:37,929 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-19 17:45:38,020 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-19 17:45:38,082 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-19 17:45:38,179 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-19 17:45:38,268 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-19 17:45:38,498 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2024-10-19 17:45:41,156 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_ApplicationPolicySetReq? 2024-10-19 17:45:41,171 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2024-10-19 17:45:41,208 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2024-10-19 17:45:43,245 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2024-10-19 17:48:44,054 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2024-10-19 17:48:44,116 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c836726-fa62-449d-a091-df0aa3e7dd32 2024-10-19 17:48:44,131 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=897bbe83-56f3-4702-a487-8004c641f15f 2024-10-19 17:48:44,136 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=dafc9cf3-0785-464c-b29e-a1cc779f71db 2024-10-19 17:48:44,140 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=8eb38753-9d19-47b9-880a-31259b521f96 2024-10-19 17:48:44,148 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=95695d9f-4f03-470b-836c-e8f55b097150 2024-10-19 17:48:44,157 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=9fa54612-a9b7-42a3-9f9c-9f74a8d49f6c 2024-10-19 17:48:44,169 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=fc0d6b2b-a844-409f-83ac-279df42a194b 2024-10-19 17:48:44,174 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c277a3d1-2b39-4f58-aa84-60f5bc0c5a2d 2024-10-19 17:48:49,184 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=dafc9cf3-0785-464c-b29e-a1cc779f71db 2024-10-19 17:48:49,186 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=897bbe83-56f3-4702-a487-8004c641f15f 2024-10-19 17:48:49,187 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=8eb38753-9d19-47b9-880a-31259b521f96 2024-10-19 17:48:49,190 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c836726-fa62-449d-a091-df0aa3e7dd32 2024-10-19 17:48:49,201 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c277a3d1-2b39-4f58-aa84-60f5bc0c5a2d 2024-10-19 17:48:49,202 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=95695d9f-4f03-470b-836c-e8f55b097150 2024-10-19 17:48:49,206 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=9fa54612-a9b7-42a3-9f9c-9f74a8d49f6c 2024-10-19 17:48:49,207 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=fc0d6b2b-a844-409f-83ac-279df42a194b 2024-10-19 17:48:49,211 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e7fb4a52-8e41-11ef-8d05-fa163e118063 2024-10-19 17:48:49,229 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e9e7f5e0-8e41-11ef-8d05-fa163e118063 2024-10-19 17:48:49,230 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e9581b0a-8e41-11ef-8d05-fa163e118063 2024-10-19 17:48:49,232 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e892d124-8e41-11ef-8d05-fa163e118063 2024-10-19 17:48:54,199 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=dafc9cf3-0785-464c-b29e-a1cc779f71db 2024-10-19 17:48:54,212 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=8eb38753-9d19-47b9-880a-31259b521f96 2024-10-19 17:48:54,214 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=897bbe83-56f3-4702-a487-8004c641f15f 2024-10-19 17:48:54,227 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=95695d9f-4f03-470b-836c-e8f55b097150 2024-10-19 17:48:59,208 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=dafc9cf3-0785-464c-b29e-a1cc779f71db 2024-10-19 17:48:59,223 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=8eb38753-9d19-47b9-880a-31259b521f96 2024-10-19 17:48:59,234 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=95695d9f-4f03-470b-836c-e8f55b097150 2024-10-19 17:48:59,456 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=897bbe83-56f3-4702-a487-8004c641f15f 2024-10-19 17:49:04,217 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=dafc9cf3-0785-464c-b29e-a1cc779f71db 2024-10-19 17:49:04,230 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=8eb38753-9d19-47b9-880a-31259b521f96 2024-10-19 17:49:04,242 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=95695d9f-4f03-470b-836c-e8f55b097150 2024-10-19 17:49:04,465 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=897bbe83-56f3-4702-a487-8004c641f15f 2024-10-19 17:49:09,226 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=dafc9cf3-0785-464c-b29e-a1cc779f71db 2024-10-19 17:49:09,239 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=8eb38753-9d19-47b9-880a-31259b521f96 2024-10-19 17:49:09,249 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=95695d9f-4f03-470b-836c-e8f55b097150 2024-10-19 17:49:09,474 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=897bbe83-56f3-4702-a487-8004c641f15f 2024-10-19 17:49:14,234 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=dafc9cf3-0785-464c-b29e-a1cc779f71db 2024-10-19 17:49:14,246 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=8eb38753-9d19-47b9-880a-31259b521f96 2024-10-19 17:49:14,258 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=95695d9f-4f03-470b-836c-e8f55b097150 2024-10-19 17:49:14,483 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=897bbe83-56f3-4702-a487-8004c641f15f 2024-10-19 17:49:19,250 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=dafc9cf3-0785-464c-b29e-a1cc779f71db 2024-10-19 17:49:19,257 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=8eb38753-9d19-47b9-880a-31259b521f96 2024-10-19 17:49:19,259 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:eb0a7aec-8e41-11ef-8d05-fa163e118063 2024-10-19 17:49:19,265 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=95695d9f-4f03-470b-836c-e8f55b097150 2024-10-19 17:49:19,270 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ea86be1e-8e41-11ef-8d05-fa163e118063 2024-10-19 17:49:19,273 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ec119c2c-8e41-11ef-8d05-fa163e118063 2024-10-19 17:49:19,492 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=897bbe83-56f3-4702-a487-8004c641f15f 2024-10-19 17:49:19,500 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:eb91216e-8e41-11ef-8d05-fa163e118063