2024-09-15 21:44:44,455 - DEBUG - [10.0.0.31]: Running cmd : hostname 2024-09-15 21:44:44,778 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-667-1 2024-09-15 21:44:44,779 - DEBUG - [10.0.0.31]: Running cmd : hostname -f 2024-09-15 21:44:44,821 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-667-1 2024-09-15 21:44:44,821 - DEBUG - [10.0.0.31]: 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-09-15 21:44:44,904 - DEBUG - Output : NAMES contrail_test_GpkbY5oEK 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_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 redis_redis_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_schema_1 config_api_api_1 config_api_dnsmasq_1 2024-09-15 21:44:44,904 - DEBUG - [10.0.0.31]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-15 21:44:44,992 - DEBUG - Output : 10.0.0.31/24 172.17.0.1/16 2024-09-15 21:44:44,992 - DEBUG - [10.0.0.31]: Running cmd : getent hosts 10.0.0.31 | head -n 1 | awk '{print $2}' 2024-09-15 21:44:45,038 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-667-1 2024-09-15 21:44:45,144 - DEBUG - [10.0.0.17]: Running cmd : hostname 2024-09-15 21:44:45,383 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-667-1 2024-09-15 21:44:45,383 - DEBUG - [10.0.0.17]: Running cmd : hostname -f 2024-09-15 21:44:45,419 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-667-1 2024-09-15 21:44:45,420 - DEBUG - [10.0.0.17]: 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-09-15 21:44:45,524 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-15 21:44:45,524 - DEBUG - [10.0.0.17]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-15 21:44:45,559 - DEBUG - Output : 10.0.0.17/24 2024-09-15 21:44:45,559 - DEBUG - [10.0.0.17]: Running cmd : getent hosts 10.0.0.17 | head -n 1 | awk '{print $2}' 2024-09-15 21:44:45,594 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-667-1 2024-09-15 21:44:45,689 - INFO - Using existing project ['default-domain', 'k8s-default'](979bc392-1b34-44fa-85fa-47b7772786b5) 2024-09-15 21:44:45,839 - INFO - Using existing project ['default-domain', 'k8s-default'](979bc392-1b34-44fa-85fa-47b7772786b5) 2024-09-15 21:44:46,008 - INFO - ================================================================================ 2024-09-15 21:44:46,008 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-15 21:44:46,009 - 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-09-15 21:44:46,268 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-15 21:44:46,277 - DEBUG - Nothing to compare xmpp stats {'10.0.0.17': {'10.0.0.31': '0'}} with 2024-09-15 21:44:46,277 - INFO - Initial checks done. Running the testcase now 2024-09-15 21:44:46,277 - INFO - 2024-09-15 21:44:46,281 - INFO - Namespace default already exists 2024-09-15 21:44:46,282 - DEBUG - [10.0.0.31]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-15 21:44:46,402 - DEBUG - Output : cluster_project={} 2024-09-15 21:44:46,468 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-15 21:44:46,468 - DEBUG - Project uuid in Contrail is 979bc392-1b34-44fa-85fa-47b7772786b5 2024-09-15 21:44:46,468 - DEBUG - [10.0.0.31]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-15 21:44:46,597 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-15 21:44:46,597 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_NamespaceDatabaseList?namespace_uuid=4b06ce52-2a20-4a79-a1da-6750b0a62bbe 2024-09-15 21:44:46,602 - INFO - Namespace default with uuid 4b06ce52-2a20-4a79-a1da-6750b0a62bbe found in kube manager 2024-09-15 21:44:46,602 - INFO - Namespace default verification passed 2024-09-15 21:44:46,605 - DEBUG - Service ctest-nginx-svc-68525496 not present 2024-09-15 21:44:46,606 - INFO - Creating service ctest-nginx-svc-68525496 2024-09-15 21:44:46,643 - INFO - Created Service ctest-nginx-svc-68525496 2024-09-15 21:44:46,650 - DEBUG - Pod ctest-nginx-pod-45700483 not present 2024-09-15 21:44:46,653 - INFO - Creating Pod ctest-nginx-pod-45700483 2024-09-15 21:44:46,710 - DEBUG - Node for Pod ctest-nginx-pod-45700483 not yet populated 2024-09-15 21:44:49,720 - DEBUG - Pod : ctest-nginx-pod-45700483 UUID is 6311d7d0-35f0-487a-b8f0-09b32a59a456 2024-09-15 21:44:49,724 - DEBUG - Pod ctest-nginx-pod-42755530 not present 2024-09-15 21:44:49,728 - INFO - Creating Pod ctest-nginx-pod-42755530 2024-09-15 21:44:49,752 - DEBUG - Pod : ctest-nginx-pod-42755530 UUID is 243f1c45-4825-46eb-9135-dcae69ccc89a 2024-09-15 21:44:50,069 - INFO - Created VN __public__, UUID :ae6150f2-44c6-4264-973e-255ce72aebe4 2024-09-15 21:44:50,352 - DEBUG - Requesting: http://10.0.0.31:8082/domains 2024-09-15 21:44:50,365 - DEBUG - Requesting: http://10.0.0.31:8082/domain/d85d5ee1-ba7f-4cc2-ab55-d42bafc9029c 2024-09-15 21:44:50,389 - DEBUG - Requesting: http://10.0.0.31:8082/project/979bc392-1b34-44fa-85fa-47b7772786b5 2024-09-15 21:44:50,520 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/ae6150f2-44c6-4264-973e-255ce72aebe4 2024-09-15 21:44:50,546 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/ae6150f2-44c6-4264-973e-255ce72aebe4 2024-09-15 21:44:50,561 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/7d191f2d-4cee-49f7-aa01-2628594a323e 2024-09-15 21:44:50,569 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/7d191f2d-4cee-49f7-aa01-2628594a323e 2024-09-15 21:44:50,576 - DEBUG - Requesting: http://10.0.0.31:8082/route-target/0d68e08b-d22b-4624-84e5-bb897d486664 2024-09-15 21:44:50,582 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-15 21:44:50,582 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/ae6150f2-44c6-4264-973e-255ce72aebe4 2024-09-15 21:44:50,595 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/7d191f2d-4cee-49f7-aa01-2628594a323e 2024-09-15 21:44:50,619 - INFO - Verified VN network id 13 for VN ae6150f2-44c6-4264-973e-255ce72aebe4 2024-09-15 21:44:50,619 - INFO - Verifications in API Server for VN __public__ passed 2024-09-15 21:44:50,619 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/ae6150f2-44c6-4264-973e-255ce72aebe4 2024-09-15 21:44:50,669 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/7d191f2d-4cee-49f7-aa01-2628594a323e 2024-09-15 21:44:50,683 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/7d191f2d-4cee-49f7-aa01-2628594a323e 2024-09-15 21:44:50,712 - DEBUG - Requesting: http://10.0.0.31:8082/route-target/0d68e08b-d22b-4624-84e5-bb897d486664 2024-09-15 21:44:50,728 - DEBUG - Requesting: http://10.0.0.31:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-15 21:44:50,743 - DEBUG - Control-node 10.0.0.31 : 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': '12565413436806546020', 'uuid-lslong': '10898189229228747748'}, 'enable': 'true', 'created': '2024-09-15T21:44:49', 'last-modified': '2024-09-15T21:44:50', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.482560'} 2024-09-15 21:44:50,744 - DEBUG - Requesting: http://10.0.0.31:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-15 21:44:50,758 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-15 21:44:50,758 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-15 21:44:50,759 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-15 21:44:50,759 - DEBUG - Requesting: http://10.0.0.31:8082/domains 2024-09-15 21:44:50,766 - DEBUG - Requesting: http://10.0.0.31:8082/domain/d85d5ee1-ba7f-4cc2-ab55-d42bafc9029c 2024-09-15 21:44:50,775 - DEBUG - Requesting: http://10.0.0.31:8082/project/979bc392-1b34-44fa-85fa-47b7772786b5 2024-09-15 21:44:50,841 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/ae6150f2-44c6-4264-973e-255ce72aebe4 2024-09-15 21:44:50,860 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-15 21:44:50,860 - DEBUG - Verifying the vn in opserver 2024-09-15 21:44:50,860 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.31 2024-09-15 21:44:50,860 - DEBUG - Requesting: http://10.0.0.31:8081/analytics/uves/virtual-networks 2024-09-15 21:44:50,881 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.31:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-15 21:44:50,882 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-15 21:44:50,882 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-15 21:44:50,891 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-15 21:44:50,903 - DEBUG - Do not have enough data to verify VN in agent 2024-09-15 21:44:50,903 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-15 21:44:50,912 - DEBUG - VRF ids for VN __public__: {} 2024-09-15 21:44:51,093 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-15 21:44:51,328 - DEBUG - Requesting: http://10.0.0.31:8082/domains 2024-09-15 21:44:51,358 - DEBUG - Requesting: http://10.0.0.31:8082/domain/d85d5ee1-ba7f-4cc2-ab55-d42bafc9029c 2024-09-15 21:44:51,369 - DEBUG - Requesting: http://10.0.0.31:8082/project/979bc392-1b34-44fa-85fa-47b7772786b5 2024-09-15 21:44:51,478 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/ae6150f2-44c6-4264-973e-255ce72aebe4 2024-09-15 21:44:51,497 - DEBUG - Requesting: http://10.0.0.31:8082/floating-ip-pool/9338ac44-c066-4ab2-8831-87a85c798927 2024-09-15 21:44:51,510 - DEBUG - Requesting: http://10.0.0.31:8082/domains 2024-09-15 21:44:51,548 - DEBUG - Requesting: http://10.0.0.31:8082/domain/d85d5ee1-ba7f-4cc2-ab55-d42bafc9029c 2024-09-15 21:44:51,564 - DEBUG - Requesting: http://10.0.0.31:8082/project/979bc392-1b34-44fa-85fa-47b7772786b5 2024-09-15 21:44:51,628 - DEBUG - Requesting: http://10.0.0.31:8082/virtual-network/ae6150f2-44c6-4264-973e-255ce72aebe4 2024-09-15 21:44:51,651 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-15 21:44:51,651 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-15 21:44:51,664 - DEBUG - Requesting: http://10.0.0.31:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-15 21:44:51,671 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-15 21:44:51,671 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-15 21:44:51,674 - DEBUG - Ingress ctest-nginx-ingress-43573660 not present 2024-09-15 21:44:51,674 - INFO - Creating Ingress ctest-nginx-ingress-43573660 2024-09-15 21:44:51,681 - INFO - Created Ingress ctest-nginx-ingress-43573660 2024-09-15 21:44:51,684 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-43573660 2024-09-15 21:44:54,691 - DEBUG - For Ingress ctest-nginx-ingress-43573660, Cluster IP: 10.47.255.249, External IPs ['196.121.109.252'] 2024-09-15 21:44:54,691 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-43573660 2024-09-15 21:44:54,691 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_LoadbalancerDatabaseList?x=f92eb253-b27c-4792-8694-a5e4b3794d8e 2024-09-15 21:44:54,698 - INFO - Ingress ctest-nginx-ingress-43573660 with uuid f92eb253-b27c-4792-8694-a5e4b3794d8e found in kube manager 2024-09-15 21:44:54,698 - INFO - Ingress ctest-nginx-ingress-43573660 verification passed 2024-09-15 21:44:54,701 - DEBUG - Pod ctest-busybox-pod-94600757 not present 2024-09-15 21:44:54,701 - INFO - Creating Pod ctest-busybox-pod-94600757 2024-09-15 21:44:54,719 - DEBUG - Node for Pod ctest-busybox-pod-94600757 not yet populated 2024-09-15 21:44:57,728 - DEBUG - Pod : ctest-busybox-pod-94600757 UUID is ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 2024-09-15 21:44:57,735 - DEBUG - Pod ctest-nginx-pod-45700483 not in running state.Currently in Pending 2024-09-15 21:45:02,748 - DEBUG - Pod ctest-nginx-pod-45700483 not in running state.Currently in Pending 2024-09-15 21:45:07,767 - INFO - Pod ctest-nginx-pod-45700483 is in running state.Got IP 10.47.255.251 2024-09-15 21:45:07,791 - DEBUG - Pod ctest-nginx-pod-45700483 has vmi bbb4f3fe-73ab-11ef-bd90-fa163ec896c5 2024-09-15 21:45:07,791 - INFO - Verified pod ctest-nginx-pod-45700483 in contrail-api 2024-09-15 21:45:07,791 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-15 21:45:07,810 - DEBUG - VMI bbb4f3fe-73ab-11ef-bd90-fa163ec896c5 is active in agent 10.0.0.17 2024-09-15 21:45:07,810 - INFO - Verified Pod ctest-nginx-pod-45700483 in agent 10.0.0.17 2024-09-15 21:45:07,811 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_VirtualMachineDatabaseList?x=6311d7d0-35f0-487a-b8f0-09b32a59a456 2024-09-15 21:45:07,818 - INFO - Pod ctest-nginx-pod-45700483 with uuid 6311d7d0-35f0-487a-b8f0-09b32a59a456 found in kube manager 2024-09-15 21:45:07,818 - INFO - Pod ctest-nginx-pod-45700483 verification passed 2024-09-15 21:45:07,919 - DEBUG - [Pod ctest-nginx-pod-45700483] Cmd: echo ctest-nginx-pod-45700483 > /usr/share/nginx/html/index.html, Output: 2024-09-15 21:45:07,927 - INFO - Pod ctest-nginx-pod-42755530 is in running state.Got IP 10.47.255.250 2024-09-15 21:45:07,955 - DEBUG - Pod ctest-nginx-pod-42755530 has vmi bc688982-73ab-11ef-bd90-fa163ec896c5 2024-09-15 21:45:07,955 - INFO - Verified pod ctest-nginx-pod-42755530 in contrail-api 2024-09-15 21:45:07,956 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-15 21:45:07,968 - DEBUG - VMI bc688982-73ab-11ef-bd90-fa163ec896c5 is active in agent 10.0.0.17 2024-09-15 21:45:07,969 - INFO - Verified Pod ctest-nginx-pod-42755530 in agent 10.0.0.17 2024-09-15 21:45:07,969 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_VirtualMachineDatabaseList?x=243f1c45-4825-46eb-9135-dcae69ccc89a 2024-09-15 21:45:07,974 - INFO - Pod ctest-nginx-pod-42755530 with uuid 243f1c45-4825-46eb-9135-dcae69ccc89a found in kube manager 2024-09-15 21:45:07,975 - INFO - Pod ctest-nginx-pod-42755530 verification passed 2024-09-15 21:45:08,046 - DEBUG - [Pod ctest-nginx-pod-42755530] Cmd: echo ctest-nginx-pod-42755530 > /usr/share/nginx/html/index.html, Output: 2024-09-15 21:45:08,052 - DEBUG - Pod ctest-busybox-pod-94600757 not in running state.Currently in Pending 2024-09-15 21:45:13,060 - INFO - Pod ctest-busybox-pod-94600757 is in running state.Got IP 10.47.255.248 2024-09-15 21:45:13,123 - DEBUG - Pod ctest-busybox-pod-94600757 has vmi bf1e6f16-73ab-11ef-bd90-fa163ec896c5 2024-09-15 21:45:13,124 - INFO - Verified pod ctest-busybox-pod-94600757 in contrail-api 2024-09-15 21:45:13,124 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-15 21:45:13,139 - DEBUG - VMI bf1e6f16-73ab-11ef-bd90-fa163ec896c5 is active in agent 10.0.0.17 2024-09-15 21:45:13,139 - INFO - Verified Pod ctest-busybox-pod-94600757 in agent 10.0.0.17 2024-09-15 21:45:13,140 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_VirtualMachineDatabaseList?x=ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 2024-09-15 21:45:13,146 - INFO - Pod ctest-busybox-pod-94600757 with uuid ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 found in kube manager 2024-09-15 21:45:13,146 - INFO - Pod ctest-busybox-pod-94600757 verification passed 2024-09-15 21:45:13,211 - DEBUG - [Pod ctest-busybox-pod-94600757] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-45700483 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-09-15 21:45:13,211 - DEBUG - [Pod Pod ctest-busybox-pod-94600757] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-15 21:45:13,211 - DEBUG - [Pod Pod ctest-busybox-pod-94600757] Cmd output: ctest-nginx-pod-45700483 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-09-15 21:45:13,290 - DEBUG - [Pod ctest-busybox-pod-94600757] 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-42755530 2024-09-15 21:45:13,290 - DEBUG - [Pod Pod ctest-busybox-pod-94600757] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-15 21:45:13,290 - DEBUG - [Pod Pod ctest-busybox-pod-94600757] 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-42755530 2024-09-15 21:45:13,290 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-45700483': 1, 'ctest-nginx-pod-42755530': 1} 2024-09-15 21:45:13,291 - WARNING - Nothing to delete parallely 2024-09-15 21:45:13,291 - INFO - Deleting pod default:ctest-busybox-pod-94600757 2024-09-15 21:45:13,302 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 2024-09-15 21:45:13,314 - WARNING - Pod uuid ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 is still seen in agent 10.0.0.17 VM list 2024-09-15 21:45:18,315 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 2024-09-15 21:45:18,322 - WARNING - Pod uuid ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 is still seen in agent 10.0.0.17 VM list 2024-09-15 21:45:23,323 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 2024-09-15 21:45:23,332 - WARNING - Pod uuid ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 is still seen in agent 10.0.0.17 VM list 2024-09-15 21:45:28,332 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 2024-09-15 21:45:28,340 - WARNING - Pod uuid ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 is still seen in agent 10.0.0.17 VM list 2024-09-15 21:45:33,341 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 2024-09-15 21:45:33,349 - WARNING - Pod uuid ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 is still seen in agent 10.0.0.17 VM list 2024-09-15 21:45:38,350 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 2024-09-15 21:45:38,358 - WARNING - Pod uuid ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 is still seen in agent 10.0.0.17 VM list 2024-09-15 21:45:43,358 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 2024-09-15 21:45:43,367 - WARNING - Pod uuid ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 is still seen in agent 10.0.0.17 VM list 2024-09-15 21:45:48,367 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 2024-09-15 21:45:48,379 - DEBUG - Pod ed5d8194-8c5a-4fc5-bf2a-76bd982997d4 is not in agent 10.0.0.17 VM list 2024-09-15 21:45:48,379 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bf1e6f16-73ab-11ef-bd90-fa163ec896c5 2024-09-15 21:45:48,388 - DEBUG - VMI bf1e6f16-73ab-11ef-bd90-fa163ec896c5 is removed from agent 10.0.0.17 2024-09-15 21:45:48,388 - INFO - Verified that pod ctest-busybox-pod-94600757 is removed in agent 2024-09-15 21:45:48,388 - INFO - Deleting Ingress : ctest-nginx-ingress-43573660 2024-09-15 21:45:48,396 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_LoadbalancerDatabaseList?x=f92eb253-b27c-4792-8694-a5e4b3794d8e 2024-09-15 21:45:48,408 - ERROR - Ingress ctest-nginx-ingress-43573660 with uuid f92eb253-b27c-4792-8694-a5e4b3794d8e still found in kube manager 2024-09-15 21:45:49,409 - DEBUG - Requesting: http://10.0.0.31:8108/Snh_LoadbalancerDatabaseList?x=f92eb253-b27c-4792-8694-a5e4b3794d8e 2024-09-15 21:45:49,416 - INFO - Ingress ctest-nginx-ingress-43573660 with uuid f92eb253-b27c-4792-8694-a5e4b3794d8e deleted successfully from kube manager 2024-09-15 21:45:49,416 - INFO - Verifications on Ingress %s cleanup passed 2024-09-15 21:45:49,417 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-15 21:45:49,516 - DEBUG - Requesting: http://10.0.0.31:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-15 21:45:49,528 - WARNING - Control-node ifmap object for FIP pool __fip_pool_public__ , VN __public__ is found! 2024-09-15 21:45:54,530 - DEBUG - Requesting: http://10.0.0.31:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-15 21:45:54,537 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-15 21:45:54,537 - INFO - Deleting VN __public__ 2024-09-15 21:45:55,593 - DEBUG - Requesting: http://10.0.0.31:8082/routing-instance/7d191f2d-4cee-49f7-aa01-2628594a323e 2024-09-15 21:45:55,599 - DEBUG - Response Code: 404 2024-09-15 21:45:55,599 - DEBUG - Requesting: http://10.0.0.31:8082/domains 2024-09-15 21:45:55,604 - DEBUG - Requesting: http://10.0.0.31:8082/domain/d85d5ee1-ba7f-4cc2-ab55-d42bafc9029c 2024-09-15 21:45:55,621 - DEBUG - Requesting: http://10.0.0.31:8082/project/979bc392-1b34-44fa-85fa-47b7772786b5 2024-09-15 21:45:55,676 - INFO - Validated that VN __public__ is not found in API Server 2024-09-15 21:45:55,677 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-15 21:45:55,685 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-15 21:45:55,694 - DEBUG - VN __public__ is not present in Agent 10.0.0.17 2024-09-15 21:45:55,694 - INFO - Validated that VN __public__ is not in any agent 2024-09-15 21:45:55,694 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-15 21:45:55,703 - DEBUG - Requesting: http://10.0.0.31:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-15 21:45:55,709 - DEBUG - Requesting: http://10.0.0.31:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-15 21:45:55,715 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-15 21:45:55,716 - INFO - Deleting pod default:ctest-nginx-pod-42755530 2024-09-15 21:45:55,735 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=243f1c45-4825-46eb-9135-dcae69ccc89a 2024-09-15 21:45:55,757 - WARNING - Pod uuid 243f1c45-4825-46eb-9135-dcae69ccc89a is still seen in agent 10.0.0.17 VM list 2024-09-15 21:46:00,758 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=243f1c45-4825-46eb-9135-dcae69ccc89a 2024-09-15 21:46:00,768 - DEBUG - Pod 243f1c45-4825-46eb-9135-dcae69ccc89a is not in agent 10.0.0.17 VM list 2024-09-15 21:46:00,768 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bc688982-73ab-11ef-bd90-fa163ec896c5 2024-09-15 21:46:00,775 - DEBUG - VMI bc688982-73ab-11ef-bd90-fa163ec896c5 is removed from agent 10.0.0.17 2024-09-15 21:46:00,775 - INFO - Verified that pod ctest-nginx-pod-42755530 is removed in agent 2024-09-15 21:46:00,775 - INFO - Deleting pod default:ctest-nginx-pod-45700483 2024-09-15 21:46:00,810 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=6311d7d0-35f0-487a-b8f0-09b32a59a456 2024-09-15 21:46:00,828 - WARNING - Pod uuid 6311d7d0-35f0-487a-b8f0-09b32a59a456 is still seen in agent 10.0.0.17 VM list 2024-09-15 21:46:05,829 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=6311d7d0-35f0-487a-b8f0-09b32a59a456 2024-09-15 21:46:05,838 - DEBUG - Pod 6311d7d0-35f0-487a-b8f0-09b32a59a456 is not in agent 10.0.0.17 VM list 2024-09-15 21:46:05,838 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bbb4f3fe-73ab-11ef-bd90-fa163ec896c5 2024-09-15 21:46:05,845 - DEBUG - VMI bbb4f3fe-73ab-11ef-bd90-fa163ec896c5 is removed from agent 10.0.0.17 2024-09-15 21:46:05,845 - INFO - Verified that pod ctest-nginx-pod-45700483 is removed in agent 2024-09-15 21:46:05,845 - INFO - Deleting service : ctest-nginx-svc-68525496 2024-09-15 21:46:06,111 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-15 21:46:06,119 - DEBUG - No XMPP flaps were noticed during the test
2024-09-15 21:46:06,119 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:20]
2024-09-15 21:46:06,119 - INFO - -------------------------------------------------------------------------------- 2024-09-15 21:46:12,921 - DEBUG - [10.0.0.31]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-15 21:46:13,108 - DEBUG - Output : cluster_project={} 2024-09-15 21:46:13,171 - DEBUG - [10.0.0.31]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-15 21:46:13,402 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-15 21:46:13,412 - DEBUG - [10.0.0.31]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-15 21:46:13,565 - DEBUG - Output : cluster_project={} 2024-09-15 21:46:24,206 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-15 21:46:24,320 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-15 21:46:29,403 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-15 21:46:34,461 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-15 21:46:34,554 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-15 21:46:39,618 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-15 21:46:39,736 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-15 21:46:39,790 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-15 21:46:40,069 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-15 21:46:44,018 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_ApplicationPolicySetReq? 2024-09-15 21:46:44,028 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_AclReq? 2024-09-15 21:46:44,101 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_AclReq? 2024-09-15 21:46:46,140 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_AclReq? 2024-09-15 21:46:48,181 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_AclReq? 2024-09-15 21:49:52,743 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-15 21:49:52,786 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=c8a08900-0272-487b-b9e6-da378c66dac5 2024-09-15 21:49:52,804 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=05324937-1d48-4f83-aa40-a0b55c2ee947 2024-09-15 21:49:52,814 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=e604fa63-9dcc-41ac-8bb8-8d1e9d129d75 2024-09-15 21:49:52,829 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=4bfa15f0-b7d8-416e-b5d0-33acda5d6fe9 2024-09-15 21:49:52,837 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=b8756fc5-b2b8-45ea-90e2-573e3f0c8d88 2024-09-15 21:49:52,842 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=93ca4477-0d9f-41bf-bbbf-48f9d8e5101e 2024-09-15 21:49:52,846 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=5e9b0e6e-6be0-4f59-af75-60e9b1360880 2024-09-15 21:49:52,859 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=20d161df-6b09-439f-9282-18c93815b867 2024-09-15 21:49:57,823 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=c8a08900-0272-487b-b9e6-da378c66dac5 2024-09-15 21:49:57,831 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ef6496b4-73ab-11ef-bd90-fa163ec896c5 2024-09-15 21:49:57,868 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=e604fa63-9dcc-41ac-8bb8-8d1e9d129d75 2024-09-15 21:49:57,876 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:eff2c164-73ab-11ef-bd90-fa163ec896c5 2024-09-15 21:49:57,910 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=b8756fc5-b2b8-45ea-90e2-573e3f0c8d88 2024-09-15 21:49:57,912 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=5e9b0e6e-6be0-4f59-af75-60e9b1360880 2024-09-15 21:49:57,914 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=93ca4477-0d9f-41bf-bbbf-48f9d8e5101e 2024-09-15 21:49:57,930 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=20d161df-6b09-439f-9282-18c93815b867 2024-09-15 21:49:57,934 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=4bfa15f0-b7d8-416e-b5d0-33acda5d6fe9 2024-09-15 21:49:57,959 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f0acf4a8-73ab-11ef-bd90-fa163ec896c5 2024-09-15 21:49:58,359 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=05324937-1d48-4f83-aa40-a0b55c2ee947 2024-09-15 21:50:02,956 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=20d161df-6b09-439f-9282-18c93815b867 2024-09-15 21:50:02,958 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=93ca4477-0d9f-41bf-bbbf-48f9d8e5101e 2024-09-15 21:50:02,959 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=5e9b0e6e-6be0-4f59-af75-60e9b1360880 2024-09-15 21:50:02,960 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=b8756fc5-b2b8-45ea-90e2-573e3f0c8d88 2024-09-15 21:50:02,978 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f13bbf6c-73ab-11ef-bd90-fa163ec896c5 2024-09-15 21:50:03,369 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=05324937-1d48-4f83-aa40-a0b55c2ee947 2024-09-15 21:50:07,976 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=20d161df-6b09-439f-9282-18c93815b867 2024-09-15 21:50:07,980 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=93ca4477-0d9f-41bf-bbbf-48f9d8e5101e 2024-09-15 21:50:07,982 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=b8756fc5-b2b8-45ea-90e2-573e3f0c8d88 2024-09-15 21:50:08,380 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=05324937-1d48-4f83-aa40-a0b55c2ee947 2024-09-15 21:50:12,987 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=20d161df-6b09-439f-9282-18c93815b867 2024-09-15 21:50:12,993 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=b8756fc5-b2b8-45ea-90e2-573e3f0c8d88 2024-09-15 21:50:13,028 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=93ca4477-0d9f-41bf-bbbf-48f9d8e5101e 2024-09-15 21:50:13,388 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=05324937-1d48-4f83-aa40-a0b55c2ee947 2024-09-15 21:50:17,999 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=20d161df-6b09-439f-9282-18c93815b867 2024-09-15 21:50:18,006 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=b8756fc5-b2b8-45ea-90e2-573e3f0c8d88 2024-09-15 21:50:18,038 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=93ca4477-0d9f-41bf-bbbf-48f9d8e5101e 2024-09-15 21:50:18,401 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=05324937-1d48-4f83-aa40-a0b55c2ee947 2024-09-15 21:50:23,015 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=20d161df-6b09-439f-9282-18c93815b867 2024-09-15 21:50:23,017 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=b8756fc5-b2b8-45ea-90e2-573e3f0c8d88 2024-09-15 21:50:23,048 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=93ca4477-0d9f-41bf-bbbf-48f9d8e5101e 2024-09-15 21:50:23,419 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=05324937-1d48-4f83-aa40-a0b55c2ee947 2024-09-15 21:50:28,063 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=93ca4477-0d9f-41bf-bbbf-48f9d8e5101e 2024-09-15 21:50:28,064 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=20d161df-6b09-439f-9282-18c93815b867 2024-09-15 21:50:28,066 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=b8756fc5-b2b8-45ea-90e2-573e3f0c8d88 2024-09-15 21:50:28,083 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f466e892-73ab-11ef-bd90-fa163ec896c5 2024-09-15 21:50:28,087 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f2022cc4-73ab-11ef-bd90-fa163ec896c5 2024-09-15 21:50:28,093 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f33f5ca6-73ab-11ef-bd90-fa163ec896c5 2024-09-15 21:50:28,431 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_VmListReq?uuid=05324937-1d48-4f83-aa40-a0b55c2ee947 2024-09-15 21:50:28,442 - DEBUG - Requesting: http://10.0.0.17:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f3dd11da-73ab-11ef-bd90-fa163ec896c5