2025-02-11 21:50:43,090 - DEBUG - [10.0.0.29]: Running cmd : hostname 2025-02-11 21:50:43,322 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-974-1 2025-02-11 21:50:43,322 - DEBUG - [10.0.0.29]: Running cmd : hostname -f 2025-02-11 21:50:43,356 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-974-1 2025-02-11 21:50:43,357 - 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}' 2025-02-11 21:50:43,462 - DEBUG - Output : NAMES contrail_test_ObBOLa7ME contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 redis_redis_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_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 2025-02-11 21:50:43,463 - DEBUG - [10.0.0.29]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-11 21:50:43,496 - DEBUG - Output : 10.0.0.29/24 172.17.0.1/16 2025-02-11 21:50:43,497 - DEBUG - [10.0.0.29]: Running cmd : getent hosts 10.0.0.29 | head -n 1 | awk '{print $2}' 2025-02-11 21:50:43,533 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-974-1 2025-02-11 21:50:43,616 - DEBUG - [10.0.0.34]: Running cmd : hostname 2025-02-11 21:50:43,839 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-974-1 2025-02-11 21:50:43,839 - DEBUG - [10.0.0.34]: Running cmd : hostname -f 2025-02-11 21:50:43,896 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-974-1 2025-02-11 21:50:43,897 - DEBUG - [10.0.0.34]: 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-02-11 21:50:43,951 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-02-11 21:50:43,951 - DEBUG - [10.0.0.34]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-11 21:50:43,986 - DEBUG - Output : 10.0.0.34/24 2025-02-11 21:50:43,986 - DEBUG - [10.0.0.34]: Running cmd : getent hosts 10.0.0.34 | head -n 1 | awk '{print $2}' 2025-02-11 21:50:44,055 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-974-1 2025-02-11 21:50:44,124 - INFO - Using existing project ['default-domain', 'k8s-default'](620cc544-86b7-42e0-9b7d-a4f3139f8f07) 2025-02-11 21:50:44,201 - INFO - Using existing project ['default-domain', 'k8s-default'](620cc544-86b7-42e0-9b7d-a4f3139f8f07) 2025-02-11 21:50:44,338 - INFO - ================================================================================ 2025-02-11 21:50:44,338 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-02-11 21:50:44,339 - 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-02-11 21:50:44,569 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-11 21:50:44,577 - DEBUG - Nothing to compare xmpp stats {'10.0.0.34': {'10.0.0.29': '0'}} with 2025-02-11 21:50:44,577 - INFO - Initial checks done. Running the testcase now 2025-02-11 21:50:44,577 - INFO - 2025-02-11 21:50:44,580 - INFO - Namespace default already exists 2025-02-11 21:50:44,581 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-11 21:50:44,676 - DEBUG - Output : cluster_project={} 2025-02-11 21:50:44,765 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-02-11 21:50:44,765 - DEBUG - Project uuid in Contrail is 620cc544-86b7-42e0-9b7d-a4f3139f8f07 2025-02-11 21:50:44,765 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-11 21:50:44,870 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-11 21:50:44,870 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_NamespaceDatabaseList?namespace_uuid=e67452be-5608-4b13-87d7-41114402c289 2025-02-11 21:50:44,875 - INFO - Namespace default with uuid e67452be-5608-4b13-87d7-41114402c289 found in kube manager 2025-02-11 21:50:44,875 - INFO - Namespace default verification passed 2025-02-11 21:50:44,878 - DEBUG - Service ctest-nginx-svc-88474259 not present 2025-02-11 21:50:44,878 - INFO - Creating service ctest-nginx-svc-88474259 2025-02-11 21:50:44,904 - INFO - Created Service ctest-nginx-svc-88474259 2025-02-11 21:50:44,910 - DEBUG - Pod ctest-nginx-pod-66025997 not present 2025-02-11 21:50:44,910 - INFO - Creating Pod ctest-nginx-pod-66025997 2025-02-11 21:50:44,976 - DEBUG - Pod : ctest-nginx-pod-66025997 UUID is d91b51e5-0114-4f9b-b007-447f508a37f4 2025-02-11 21:50:44,983 - DEBUG - Pod ctest-nginx-pod-44903006 not present 2025-02-11 21:50:44,983 - INFO - Creating Pod ctest-nginx-pod-44903006 2025-02-11 21:50:45,032 - DEBUG - Pod : ctest-nginx-pod-44903006 UUID is e37e1939-2965-4995-b37e-3f1980acb954 2025-02-11 21:50:45,337 - INFO - Created VN __public__, UUID :4886f0fd-1b9e-4b5f-a5bb-0b258377f967 2025-02-11 21:50:45,593 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-02-11 21:50:45,598 - DEBUG - Requesting: http://10.0.0.29:8082/domain/d757e4e3-28bd-47ce-b48c-ffb9407bfe88 2025-02-11 21:50:45,612 - DEBUG - Requesting: http://10.0.0.29:8082/project/620cc544-86b7-42e0-9b7d-a4f3139f8f07 2025-02-11 21:50:45,718 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4886f0fd-1b9e-4b5f-a5bb-0b258377f967 2025-02-11 21:50:45,747 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4886f0fd-1b9e-4b5f-a5bb-0b258377f967 2025-02-11 21:50:45,764 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/2a7d7059-35fc-4717-b89b-236a46b42fae 2025-02-11 21:50:45,786 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/2a7d7059-35fc-4717-b89b-236a46b42fae 2025-02-11 21:50:45,802 - DEBUG - Route Targets: [] 2025-02-11 21:50:45,802 - DEBUG - RT names not yet present for VN __public__ 2025-02-11 21:50:50,803 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-02-11 21:50:50,810 - DEBUG - Requesting: http://10.0.0.29:8082/domain/d757e4e3-28bd-47ce-b48c-ffb9407bfe88 2025-02-11 21:50:50,818 - DEBUG - Requesting: http://10.0.0.29:8082/project/620cc544-86b7-42e0-9b7d-a4f3139f8f07 2025-02-11 21:50:50,861 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4886f0fd-1b9e-4b5f-a5bb-0b258377f967 2025-02-11 21:50:50,871 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4886f0fd-1b9e-4b5f-a5bb-0b258377f967 2025-02-11 21:50:50,880 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/2a7d7059-35fc-4717-b89b-236a46b42fae 2025-02-11 21:50:50,888 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/2a7d7059-35fc-4717-b89b-236a46b42fae 2025-02-11 21:50:50,895 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/81830f27-e73d-476a-a207-f4cb1baf2625 2025-02-11 21:50:50,901 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-11 21:50:50,901 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4886f0fd-1b9e-4b5f-a5bb-0b258377f967 2025-02-11 21:50:50,909 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/2a7d7059-35fc-4717-b89b-236a46b42fae 2025-02-11 21:50:50,921 - INFO - Verified VN network id 13 for VN 4886f0fd-1b9e-4b5f-a5bb-0b258377f967 2025-02-11 21:50:50,921 - INFO - Verifications in API Server for VN __public__ passed 2025-02-11 21:50:50,922 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4886f0fd-1b9e-4b5f-a5bb-0b258377f967 2025-02-11 21:50:50,930 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/2a7d7059-35fc-4717-b89b-236a46b42fae 2025-02-11 21:50:50,936 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/2a7d7059-35fc-4717-b89b-236a46b42fae 2025-02-11 21:50:50,942 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/81830f27-e73d-476a-a207-f4cb1baf2625 2025-02-11 21:50:50,947 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-11 21:50:50,953 - DEBUG - Control-node 10.0.0.29 : 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': '5226129387490790239', 'uuid-lslong': '11942151092650375527'}, 'enable': 'true', 'created': '2025-02-11T21:50:45', 'last-modified': '2025-02-11T21:50:45', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.504106'} 2025-02-11 21:50:50,953 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 21:50:50,959 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-11 21:50:50,959 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-02-11 21:50:50,960 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-02-11 21:50:50,960 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-02-11 21:50:50,965 - DEBUG - Requesting: http://10.0.0.29:8082/domain/d757e4e3-28bd-47ce-b48c-ffb9407bfe88 2025-02-11 21:50:50,973 - DEBUG - Requesting: http://10.0.0.29:8082/project/620cc544-86b7-42e0-9b7d-a4f3139f8f07 2025-02-11 21:50:51,016 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4886f0fd-1b9e-4b5f-a5bb-0b258377f967 2025-02-11 21:50:51,026 - DEBUG - =>VN __public__ has no policy to be verified 2025-02-11 21:50:51,026 - DEBUG - Verifying the vn in opserver 2025-02-11 21:50:51,026 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.29 2025-02-11 21:50:51,026 - DEBUG - Requesting: http://10.0.0.29:8081/analytics/uves/virtual-networks 2025-02-11 21:50:51,031 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.29:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-02-11 21:50:51,031 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-02-11 21:50:51,031 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 21:50:51,040 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 21:50:51,046 - DEBUG - Do not have enough data to verify VN in agent 2025-02-11 21:50:51,046 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 21:50:51,052 - DEBUG - VRF ids for VN __public__: {} 2025-02-11 21:50:51,149 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-02-11 21:50:51,285 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-02-11 21:50:51,290 - DEBUG - Requesting: http://10.0.0.29:8082/domain/d757e4e3-28bd-47ce-b48c-ffb9407bfe88 2025-02-11 21:50:51,298 - DEBUG - Requesting: http://10.0.0.29:8082/project/620cc544-86b7-42e0-9b7d-a4f3139f8f07 2025-02-11 21:50:51,341 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4886f0fd-1b9e-4b5f-a5bb-0b258377f967 2025-02-11 21:50:51,352 - DEBUG - Requesting: http://10.0.0.29:8082/floating-ip-pool/c2d7b5da-3af8-410c-9313-df54008f7e77 2025-02-11 21:50:51,360 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-02-11 21:50:51,365 - DEBUG - Requesting: http://10.0.0.29:8082/domain/d757e4e3-28bd-47ce-b48c-ffb9407bfe88 2025-02-11 21:50:51,372 - DEBUG - Requesting: http://10.0.0.29:8082/project/620cc544-86b7-42e0-9b7d-a4f3139f8f07 2025-02-11 21:50:51,410 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4886f0fd-1b9e-4b5f-a5bb-0b258377f967 2025-02-11 21:50:51,423 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-02-11 21:50:51,423 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-02-11 21:50:51,430 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-11 21:50:51,436 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-02-11 21:50:51,436 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-02-11 21:50:51,439 - DEBUG - Ingress ctest-nginx-ingress-06322256 not present 2025-02-11 21:50:51,440 - INFO - Creating Ingress ctest-nginx-ingress-06322256 2025-02-11 21:50:51,450 - INFO - Created Ingress ctest-nginx-ingress-06322256 2025-02-11 21:50:51,452 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-06322256 2025-02-11 21:50:54,458 - DEBUG - For Ingress ctest-nginx-ingress-06322256, Cluster IP: 10.47.255.249, External IPs ['176.226.194.60'] 2025-02-11 21:50:54,458 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-06322256 2025-02-11 21:50:54,458 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=e3f0fa1d-0d52-40e8-96c7-d31d4ea8dde9 2025-02-11 21:50:54,463 - INFO - Ingress ctest-nginx-ingress-06322256 with uuid e3f0fa1d-0d52-40e8-96c7-d31d4ea8dde9 found in kube manager 2025-02-11 21:50:54,463 - INFO - Ingress ctest-nginx-ingress-06322256 verification passed 2025-02-11 21:50:54,469 - DEBUG - Pod ctest-busybox-pod-03540471 not present 2025-02-11 21:50:54,470 - INFO - Creating Pod ctest-busybox-pod-03540471 2025-02-11 21:50:54,511 - DEBUG - Pod : ctest-busybox-pod-03540471 UUID is 138395d2-f6a4-4f72-bb5d-3b3a2283ea1f 2025-02-11 21:50:54,516 - DEBUG - Pod ctest-nginx-pod-66025997 not in running state.Currently in Pending 2025-02-11 21:50:59,523 - INFO - Pod ctest-nginx-pod-66025997 is in running state.Got IP 10.47.255.251 2025-02-11 21:50:59,539 - DEBUG - Pod ctest-nginx-pod-66025997 has vmi 40003782-e8c2-11ef-9d09-fa163e18d365 2025-02-11 21:50:59,539 - INFO - Verified pod ctest-nginx-pod-66025997 in contrail-api 2025-02-11 21:50:59,539 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 21:50:59,552 - DEBUG - VMI 40003782-e8c2-11ef-9d09-fa163e18d365 is active in agent 10.0.0.34 2025-02-11 21:50:59,553 - INFO - Verified Pod ctest-nginx-pod-66025997 in agent 10.0.0.34 2025-02-11 21:50:59,553 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=d91b51e5-0114-4f9b-b007-447f508a37f4 2025-02-11 21:50:59,557 - INFO - Pod ctest-nginx-pod-66025997 with uuid d91b51e5-0114-4f9b-b007-447f508a37f4 found in kube manager 2025-02-11 21:50:59,557 - INFO - Pod ctest-nginx-pod-66025997 verification passed 2025-02-11 21:50:59,637 - DEBUG - [Pod ctest-nginx-pod-66025997] Cmd: echo ctest-nginx-pod-66025997 > /usr/share/nginx/html/index.html, Output: 2025-02-11 21:50:59,642 - INFO - Pod ctest-nginx-pod-44903006 is in running state.Got IP 10.47.255.250 2025-02-11 21:50:59,697 - DEBUG - Pod ctest-nginx-pod-44903006 has vmi 4078d2be-e8c2-11ef-9d09-fa163e18d365 2025-02-11 21:50:59,697 - INFO - Verified pod ctest-nginx-pod-44903006 in contrail-api 2025-02-11 21:50:59,697 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 21:50:59,709 - DEBUG - VMI 4078d2be-e8c2-11ef-9d09-fa163e18d365 is active in agent 10.0.0.34 2025-02-11 21:50:59,710 - INFO - Verified Pod ctest-nginx-pod-44903006 in agent 10.0.0.34 2025-02-11 21:50:59,710 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=e37e1939-2965-4995-b37e-3f1980acb954 2025-02-11 21:50:59,714 - INFO - Pod ctest-nginx-pod-44903006 with uuid e37e1939-2965-4995-b37e-3f1980acb954 found in kube manager 2025-02-11 21:50:59,714 - INFO - Pod ctest-nginx-pod-44903006 verification passed 2025-02-11 21:50:59,764 - DEBUG - [Pod ctest-nginx-pod-44903006] Cmd: echo ctest-nginx-pod-44903006 > /usr/share/nginx/html/index.html, Output: 2025-02-11 21:50:59,769 - DEBUG - Pod ctest-busybox-pod-03540471 not in running state.Currently in Pending 2025-02-11 21:51:04,776 - INFO - Pod ctest-busybox-pod-03540471 is in running state.Got IP 10.47.255.248 2025-02-11 21:51:04,790 - DEBUG - Pod ctest-busybox-pod-03540471 has vmi 44c948f8-e8c2-11ef-9d09-fa163e18d365 2025-02-11 21:51:04,790 - INFO - Verified pod ctest-busybox-pod-03540471 in contrail-api 2025-02-11 21:51:04,790 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 21:51:04,802 - DEBUG - VMI 44c948f8-e8c2-11ef-9d09-fa163e18d365 is active in agent 10.0.0.34 2025-02-11 21:51:04,802 - INFO - Verified Pod ctest-busybox-pod-03540471 in agent 10.0.0.34 2025-02-11 21:51:04,802 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=138395d2-f6a4-4f72-bb5d-3b3a2283ea1f 2025-02-11 21:51:04,806 - INFO - Pod ctest-busybox-pod-03540471 with uuid 138395d2-f6a4-4f72-bb5d-3b3a2283ea1f found in kube manager 2025-02-11 21:51:04,807 - INFO - Pod ctest-busybox-pod-03540471 verification passed 2025-02-11 21:51:04,874 - DEBUG - [Pod ctest-busybox-pod-03540471] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-44903006 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-02-11 21:51:04,874 - DEBUG - [Pod Pod ctest-busybox-pod-03540471] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-11 21:51:04,874 - DEBUG - [Pod Pod ctest-busybox-pod-03540471] Cmd output: ctest-nginx-pod-44903006 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-02-11 21:51:04,932 - DEBUG - [Pod ctest-busybox-pod-03540471] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-66025997 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-11 21:51:04,932 - DEBUG - [Pod Pod ctest-busybox-pod-03540471] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-11 21:51:04,932 - DEBUG - [Pod Pod ctest-busybox-pod-03540471] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-66025997 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-11 21:51:04,932 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-66025997': 1, 'ctest-nginx-pod-44903006': 1} 2025-02-11 21:51:04,932 - WARNING - Nothing to delete parallely 2025-02-11 21:51:04,933 - INFO - Deleting pod default:ctest-busybox-pod-03540471 2025-02-11 21:51:04,942 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=138395d2-f6a4-4f72-bb5d-3b3a2283ea1f 2025-02-11 21:51:04,950 - WARNING - Pod uuid 138395d2-f6a4-4f72-bb5d-3b3a2283ea1f is still seen in agent 10.0.0.34 VM list 2025-02-11 21:51:09,951 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=138395d2-f6a4-4f72-bb5d-3b3a2283ea1f 2025-02-11 21:51:09,958 - WARNING - Pod uuid 138395d2-f6a4-4f72-bb5d-3b3a2283ea1f is still seen in agent 10.0.0.34 VM list 2025-02-11 21:51:14,959 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=138395d2-f6a4-4f72-bb5d-3b3a2283ea1f 2025-02-11 21:51:14,966 - WARNING - Pod uuid 138395d2-f6a4-4f72-bb5d-3b3a2283ea1f is still seen in agent 10.0.0.34 VM list 2025-02-11 21:51:19,968 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=138395d2-f6a4-4f72-bb5d-3b3a2283ea1f 2025-02-11 21:51:19,977 - WARNING - Pod uuid 138395d2-f6a4-4f72-bb5d-3b3a2283ea1f is still seen in agent 10.0.0.34 VM list 2025-02-11 21:51:24,978 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=138395d2-f6a4-4f72-bb5d-3b3a2283ea1f 2025-02-11 21:51:24,988 - WARNING - Pod uuid 138395d2-f6a4-4f72-bb5d-3b3a2283ea1f is still seen in agent 10.0.0.34 VM list 2025-02-11 21:51:29,989 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=138395d2-f6a4-4f72-bb5d-3b3a2283ea1f 2025-02-11 21:51:29,996 - WARNING - Pod uuid 138395d2-f6a4-4f72-bb5d-3b3a2283ea1f is still seen in agent 10.0.0.34 VM list 2025-02-11 21:51:34,997 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=138395d2-f6a4-4f72-bb5d-3b3a2283ea1f 2025-02-11 21:51:35,008 - WARNING - Pod uuid 138395d2-f6a4-4f72-bb5d-3b3a2283ea1f is still seen in agent 10.0.0.34 VM list 2025-02-11 21:51:40,009 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=138395d2-f6a4-4f72-bb5d-3b3a2283ea1f 2025-02-11 21:51:40,017 - DEBUG - Pod 138395d2-f6a4-4f72-bb5d-3b3a2283ea1f is not in agent 10.0.0.34 VM list 2025-02-11 21:51:40,017 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:44c948f8-e8c2-11ef-9d09-fa163e18d365 2025-02-11 21:51:40,023 - DEBUG - VMI 44c948f8-e8c2-11ef-9d09-fa163e18d365 is removed from agent 10.0.0.34 2025-02-11 21:51:40,023 - INFO - Verified that pod ctest-busybox-pod-03540471 is removed in agent 2025-02-11 21:51:40,023 - INFO - Deleting Ingress : ctest-nginx-ingress-06322256 2025-02-11 21:51:40,034 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=e3f0fa1d-0d52-40e8-96c7-d31d4ea8dde9 2025-02-11 21:51:40,039 - ERROR - Ingress ctest-nginx-ingress-06322256 with uuid e3f0fa1d-0d52-40e8-96c7-d31d4ea8dde9 still found in kube manager 2025-02-11 21:51:41,040 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=e3f0fa1d-0d52-40e8-96c7-d31d4ea8dde9 2025-02-11 21:51:41,046 - INFO - Ingress ctest-nginx-ingress-06322256 with uuid e3f0fa1d-0d52-40e8-96c7-d31d4ea8dde9 deleted successfully from kube manager 2025-02-11 21:51:41,046 - INFO - Verifications on Ingress %s cleanup passed 2025-02-11 21:51:41,046 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-02-11 21:51:41,134 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-11 21:51:41,141 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-02-11 21:51:41,141 - INFO - Deleting VN __public__ 2025-02-11 21:51:41,264 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/2a7d7059-35fc-4717-b89b-236a46b42fae 2025-02-11 21:51:41,272 - DEBUG - Response Code: 404 2025-02-11 21:51:41,272 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-02-11 21:51:41,281 - DEBUG - Requesting: http://10.0.0.29:8082/domain/d757e4e3-28bd-47ce-b48c-ffb9407bfe88 2025-02-11 21:51:41,307 - DEBUG - Requesting: http://10.0.0.29:8082/project/620cc544-86b7-42e0-9b7d-a4f3139f8f07 2025-02-11 21:51:41,376 - INFO - Validated that VN __public__ is not found in API Server 2025-02-11 21:51:41,376 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-02-11 21:51:41,390 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 21:51:41,401 - DEBUG - VN __public__ is not present in Agent 10.0.0.34 2025-02-11 21:51:41,401 - INFO - Validated that VN __public__ is not in any agent 2025-02-11 21:51:41,401 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 21:51:41,425 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-11 21:51:41,441 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-11 21:51:41,446 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-02-11 21:51:41,447 - INFO - Deleting pod default:ctest-nginx-pod-44903006 2025-02-11 21:51:41,467 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=e37e1939-2965-4995-b37e-3f1980acb954 2025-02-11 21:51:41,505 - WARNING - Pod uuid e37e1939-2965-4995-b37e-3f1980acb954 is still seen in agent 10.0.0.34 VM list 2025-02-11 21:51:46,507 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=e37e1939-2965-4995-b37e-3f1980acb954 2025-02-11 21:51:46,514 - DEBUG - Pod e37e1939-2965-4995-b37e-3f1980acb954 is not in agent 10.0.0.34 VM list 2025-02-11 21:51:46,514 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4078d2be-e8c2-11ef-9d09-fa163e18d365 2025-02-11 21:51:46,521 - DEBUG - VMI 4078d2be-e8c2-11ef-9d09-fa163e18d365 is removed from agent 10.0.0.34 2025-02-11 21:51:46,521 - INFO - Verified that pod ctest-nginx-pod-44903006 is removed in agent 2025-02-11 21:51:46,521 - INFO - Deleting pod default:ctest-nginx-pod-66025997 2025-02-11 21:51:46,555 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=d91b51e5-0114-4f9b-b007-447f508a37f4 2025-02-11 21:51:46,564 - WARNING - Pod uuid d91b51e5-0114-4f9b-b007-447f508a37f4 is still seen in agent 10.0.0.34 VM list 2025-02-11 21:51:51,565 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=d91b51e5-0114-4f9b-b007-447f508a37f4 2025-02-11 21:51:51,572 - DEBUG - Pod d91b51e5-0114-4f9b-b007-447f508a37f4 is not in agent 10.0.0.34 VM list 2025-02-11 21:51:51,573 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:40003782-e8c2-11ef-9d09-fa163e18d365 2025-02-11 21:51:51,579 - DEBUG - VMI 40003782-e8c2-11ef-9d09-fa163e18d365 is removed from agent 10.0.0.34 2025-02-11 21:51:51,579 - INFO - Verified that pod ctest-nginx-pod-66025997 is removed in agent 2025-02-11 21:51:51,579 - INFO - Deleting service : ctest-nginx-svc-88474259 2025-02-11 21:51:51,813 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-11 21:51:51,820 - DEBUG - No XMPP flaps were noticed during the test 2025-02-11 21:51:51,820 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:07] 2025-02-11 21:51:51,820 - INFO - -------------------------------------------------------------------------------- 2025-02-11 21:52:01,216 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-11 21:52:01,340 - DEBUG - Output : cluster_project={} 2025-02-11 21:52:01,460 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-11 21:52:01,598 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-11 21:52:01,616 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-11 21:52:01,733 - DEBUG - Output : cluster_project={} 2025-02-11 21:52:06,889 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 21:52:16,955 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 21:52:17,045 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 21:52:17,087 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 21:52:17,166 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 21:52:17,245 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 21:52:17,354 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 21:52:22,416 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-11 21:52:22,616 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-11 21:52:25,241 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_ApplicationPolicySetReq? 2025-02-11 21:52:25,248 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AclReq? 2025-02-11 21:52:25,278 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AclReq? 2025-02-11 21:52:27,308 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AclReq? 2025-02-11 21:55:35,142 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-11 21:55:35,183 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=968229fa-9293-4435-86d8-8a57afa5271c 2025-02-11 21:55:35,219 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=8aab6a35-8d93-474b-8eb4-e9a7a9e47289 2025-02-11 21:55:35,234 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=a7ea4faa-9430-4de9-a613-fe486d7d78be 2025-02-11 21:55:35,247 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=7312445a-8b48-48ab-bd35-4715398dcd3c 2025-02-11 21:55:35,253 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=0b7ee812-44e1-463c-8a96-443e00e175c7 2025-02-11 21:55:35,261 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=47d019de-d3da-4a7d-989b-05cbc3191f80 2025-02-11 21:55:35,279 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=d0822e33-009f-4336-ada3-6dc1dd59e775 2025-02-11 21:55:35,288 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=ecafed5e-75bc-4ba6-b229-1133dc719cbd 2025-02-11 21:55:40,199 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=968229fa-9293-4435-86d8-8a57afa5271c 2025-02-11 21:55:40,206 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6b6f3166-e8c2-11ef-9d09-fa163e18d365 2025-02-11 21:55:40,345 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=8aab6a35-8d93-474b-8eb4-e9a7a9e47289 2025-02-11 21:55:40,349 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=47d019de-d3da-4a7d-989b-05cbc3191f80 2025-02-11 21:55:40,351 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=0b7ee812-44e1-463c-8a96-443e00e175c7 2025-02-11 21:55:40,352 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=d0822e33-009f-4336-ada3-6dc1dd59e775 2025-02-11 21:55:40,354 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=ecafed5e-75bc-4ba6-b229-1133dc719cbd 2025-02-11 21:55:40,356 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=a7ea4faa-9430-4de9-a613-fe486d7d78be 2025-02-11 21:55:40,359 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=7312445a-8b48-48ab-bd35-4715398dcd3c 2025-02-11 21:55:40,398 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6d2d1770-e8c2-11ef-9d09-fa163e18d365 2025-02-11 21:55:40,400 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6daf317e-e8c2-11ef-9d09-fa163e18d365 2025-02-11 21:55:40,405 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6c70a2de-e8c2-11ef-9d09-fa163e18d365 2025-02-11 21:55:45,401 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=8aab6a35-8d93-474b-8eb4-e9a7a9e47289 2025-02-11 21:55:45,403 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=0b7ee812-44e1-463c-8a96-443e00e175c7 2025-02-11 21:55:45,405 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=7312445a-8b48-48ab-bd35-4715398dcd3c 2025-02-11 21:55:45,406 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=a7ea4faa-9430-4de9-a613-fe486d7d78be 2025-02-11 21:55:50,421 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=0b7ee812-44e1-463c-8a96-443e00e175c7 2025-02-11 21:55:50,423 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=8aab6a35-8d93-474b-8eb4-e9a7a9e47289 2025-02-11 21:55:50,425 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=a7ea4faa-9430-4de9-a613-fe486d7d78be 2025-02-11 21:55:50,426 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=7312445a-8b48-48ab-bd35-4715398dcd3c 2025-02-11 21:55:55,442 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=8aab6a35-8d93-474b-8eb4-e9a7a9e47289 2025-02-11 21:55:55,444 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=0b7ee812-44e1-463c-8a96-443e00e175c7 2025-02-11 21:55:55,445 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=a7ea4faa-9430-4de9-a613-fe486d7d78be 2025-02-11 21:55:55,447 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=7312445a-8b48-48ab-bd35-4715398dcd3c 2025-02-11 21:56:00,463 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=0b7ee812-44e1-463c-8a96-443e00e175c7 2025-02-11 21:56:00,464 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=8aab6a35-8d93-474b-8eb4-e9a7a9e47289 2025-02-11 21:56:00,466 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=a7ea4faa-9430-4de9-a613-fe486d7d78be 2025-02-11 21:56:00,467 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=7312445a-8b48-48ab-bd35-4715398dcd3c 2025-02-11 21:56:05,483 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=0b7ee812-44e1-463c-8a96-443e00e175c7 2025-02-11 21:56:05,484 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=a7ea4faa-9430-4de9-a613-fe486d7d78be 2025-02-11 21:56:05,486 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=7312445a-8b48-48ab-bd35-4715398dcd3c 2025-02-11 21:56:05,487 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=8aab6a35-8d93-474b-8eb4-e9a7a9e47289 2025-02-11 21:56:10,524 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=8aab6a35-8d93-474b-8eb4-e9a7a9e47289 2025-02-11 21:56:10,525 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=0b7ee812-44e1-463c-8a96-443e00e175c7 2025-02-11 21:56:10,527 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=7312445a-8b48-48ab-bd35-4715398dcd3c 2025-02-11 21:56:10,528 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=a7ea4faa-9430-4de9-a613-fe486d7d78be 2025-02-11 21:56:10,542 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6f566614-e8c2-11ef-9d09-fa163e18d365 2025-02-11 21:56:10,545 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6fc7d920-e8c2-11ef-9d09-fa163e18d365 2025-02-11 21:56:10,546 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6e44330a-e8c2-11ef-9d09-fa163e18d365 2025-02-11 21:56:10,548 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6edcaae0-e8c2-11ef-9d09-fa163e18d365