2024-09-04 20:24:42,335 - DEBUG - [10.0.0.40]: Running cmd : hostname 2024-09-04 20:24:42,582 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-632-1 2024-09-04 20:24:42,582 - DEBUG - [10.0.0.40]: Running cmd : hostname -f 2024-09-04 20:24:42,616 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-632-1 2024-09-04 20:24:42,616 - DEBUG - [10.0.0.40]: 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-04 20:24:42,691 - DEBUG - Output : NAMES contrail_test_PYYpS2mUC contrail-kubernetes-master_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_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_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_schema_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_dnsmasq_1 config_api_api_1 2024-09-04 20:24:42,691 - DEBUG - [10.0.0.40]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-04 20:24:42,763 - DEBUG - Output : 10.0.0.40/24 172.17.0.1/16 2024-09-04 20:24:42,763 - DEBUG - [10.0.0.40]: Running cmd : getent hosts 10.0.0.40 | head -n 1 | awk '{print $2}' 2024-09-04 20:24:42,799 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-632-1 2024-09-04 20:24:42,904 - DEBUG - [10.0.0.63]: Running cmd : hostname 2024-09-04 20:24:43,109 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-632-1 2024-09-04 20:24:43,109 - DEBUG - [10.0.0.63]: Running cmd : hostname -f 2024-09-04 20:24:43,133 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-632-1 2024-09-04 20:24:43,133 - DEBUG - [10.0.0.63]: 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-04 20:24:43,216 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-04 20:24:43,216 - DEBUG - [10.0.0.63]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-04 20:24:43,240 - DEBUG - Output : 10.0.0.63/24 2024-09-04 20:24:43,241 - DEBUG - [10.0.0.63]: Running cmd : getent hosts 10.0.0.63 | head -n 1 | awk '{print $2}' 2024-09-04 20:24:43,264 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-632-1 2024-09-04 20:24:43,343 - INFO - Using existing project ['default-domain', 'k8s-default'](d7813e04-b662-4195-b0b0-cc2ba2a913a1) 2024-09-04 20:24:43,458 - INFO - Using existing project ['default-domain', 'k8s-default'](d7813e04-b662-4195-b0b0-cc2ba2a913a1) 2024-09-04 20:24:43,619 - INFO - ================================================================================ 2024-09-04 20:24:43,619 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-04 20:24:43,620 - 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-04 20:24:43,869 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-04 20:24:43,877 - DEBUG - Nothing to compare xmpp stats {'10.0.0.63': {'10.0.0.40': '0'}} with 2024-09-04 20:24:43,877 - INFO - Initial checks done. Running the testcase now 2024-09-04 20:24:43,877 - INFO - 2024-09-04 20:24:43,882 - INFO - Namespace default already exists 2024-09-04 20:24:43,882 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-04 20:24:44,005 - DEBUG - Output : cluster_project={} 2024-09-04 20:24:44,044 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-04 20:24:44,044 - DEBUG - Project uuid in Contrail is d7813e04-b662-4195-b0b0-cc2ba2a913a1 2024-09-04 20:24:44,045 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-04 20:24:44,188 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-04 20:24:44,188 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_NamespaceDatabaseList?namespace_uuid=780fd5fe-4391-4e42-9ae2-65acd3cef2fb 2024-09-04 20:24:44,198 - INFO - Namespace default with uuid 780fd5fe-4391-4e42-9ae2-65acd3cef2fb found in kube manager 2024-09-04 20:24:44,198 - INFO - Namespace default verification passed 2024-09-04 20:24:44,208 - DEBUG - Service ctest-nginx-svc-99644386 not present 2024-09-04 20:24:44,208 - INFO - Creating service ctest-nginx-svc-99644386 2024-09-04 20:24:44,226 - INFO - Created Service ctest-nginx-svc-99644386 2024-09-04 20:24:44,230 - DEBUG - Pod ctest-nginx-pod-16497485 not present 2024-09-04 20:24:44,230 - INFO - Creating Pod ctest-nginx-pod-16497485 2024-09-04 20:24:44,293 - DEBUG - Pod : ctest-nginx-pod-16497485 UUID is d79b03b4-3228-48e7-9664-495111ee308c 2024-09-04 20:24:44,303 - DEBUG - Pod ctest-nginx-pod-61502820 not present 2024-09-04 20:24:44,307 - INFO - Creating Pod ctest-nginx-pod-61502820 2024-09-04 20:24:44,348 - DEBUG - Pod : ctest-nginx-pod-61502820 UUID is ea210a60-e30c-4348-9888-486f410ac768 2024-09-04 20:24:44,533 - INFO - Created VN __public__, UUID :578513d2-75fd-4844-9781-c6354c8d51d8 2024-09-04 20:24:44,716 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2024-09-04 20:24:44,726 - DEBUG - Requesting: http://10.0.0.40:8082/domain/dd878295-fb25-429e-8600-c0b8444c9fcd 2024-09-04 20:24:44,750 - DEBUG - Requesting: http://10.0.0.40:8082/project/d7813e04-b662-4195-b0b0-cc2ba2a913a1 2024-09-04 20:24:44,816 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/578513d2-75fd-4844-9781-c6354c8d51d8 2024-09-04 20:24:44,867 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/578513d2-75fd-4844-9781-c6354c8d51d8 2024-09-04 20:24:44,891 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/0232c1b9-ec42-42c2-bfb5-8f6d50c27d87 2024-09-04 20:24:44,899 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/0232c1b9-ec42-42c2-bfb5-8f6d50c27d87 2024-09-04 20:24:44,908 - DEBUG - Route Targets: [] 2024-09-04 20:24:44,908 - DEBUG - RT names not yet present for VN __public__ 2024-09-04 20:24:49,909 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2024-09-04 20:24:49,918 - DEBUG - Requesting: http://10.0.0.40:8082/domain/dd878295-fb25-429e-8600-c0b8444c9fcd 2024-09-04 20:24:49,930 - DEBUG - Requesting: http://10.0.0.40:8082/project/d7813e04-b662-4195-b0b0-cc2ba2a913a1 2024-09-04 20:24:49,967 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/578513d2-75fd-4844-9781-c6354c8d51d8 2024-09-04 20:24:49,974 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/578513d2-75fd-4844-9781-c6354c8d51d8 2024-09-04 20:24:49,982 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/0232c1b9-ec42-42c2-bfb5-8f6d50c27d87 2024-09-04 20:24:49,991 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/0232c1b9-ec42-42c2-bfb5-8f6d50c27d87 2024-09-04 20:24:49,997 - DEBUG - Requesting: http://10.0.0.40:8082/route-target/382f8102-6539-452f-a86d-73bc86147551 2024-09-04 20:24:50,007 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-04 20:24:50,007 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/578513d2-75fd-4844-9781-c6354c8d51d8 2024-09-04 20:24:50,016 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/0232c1b9-ec42-42c2-bfb5-8f6d50c27d87 2024-09-04 20:24:50,027 - INFO - Verified VN network id 13 for VN 578513d2-75fd-4844-9781-c6354c8d51d8 2024-09-04 20:24:50,027 - INFO - Verifications in API Server for VN __public__ passed 2024-09-04 20:24:50,027 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/578513d2-75fd-4844-9781-c6354c8d51d8 2024-09-04 20:24:50,035 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/0232c1b9-ec42-42c2-bfb5-8f6d50c27d87 2024-09-04 20:24:50,043 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/0232c1b9-ec42-42c2-bfb5-8f6d50c27d87 2024-09-04 20:24:50,050 - DEBUG - Requesting: http://10.0.0.40:8082/route-target/382f8102-6539-452f-a86d-73bc86147551 2024-09-04 20:24:50,057 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-04 20:24:50,063 - DEBUG - Control-node 10.0.0.40 : 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': '6306468647845840964', 'uuid-lslong': '10917224903942689240'}, 'enable': 'true', 'created': '2024-09-04T20:24:44', 'last-modified': '2024-09-04T20:24:44', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.394113'} 2024-09-04 20:24:50,063 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 20:24:50,072 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-04 20:24:50,072 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-04 20:24:50,073 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-04 20:24:50,073 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2024-09-04 20:24:50,081 - DEBUG - Requesting: http://10.0.0.40:8082/domain/dd878295-fb25-429e-8600-c0b8444c9fcd 2024-09-04 20:24:50,090 - DEBUG - Requesting: http://10.0.0.40:8082/project/d7813e04-b662-4195-b0b0-cc2ba2a913a1 2024-09-04 20:24:50,126 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/578513d2-75fd-4844-9781-c6354c8d51d8 2024-09-04 20:24:50,134 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-04 20:24:50,134 - DEBUG - Verifying the vn in opserver 2024-09-04 20:24:50,134 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.40 2024-09-04 20:24:50,134 - DEBUG - Requesting: http://10.0.0.40:8081/analytics/uves/virtual-networks 2024-09-04 20:24:50,140 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.40:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-04 20:24:50,140 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-04 20:24:50,140 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 20:24:50,148 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 20:24:50,154 - DEBUG - Do not have enough data to verify VN in agent 2024-09-04 20:24:50,154 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 20:24:50,160 - DEBUG - VRF ids for VN __public__: {} 2024-09-04 20:24:50,256 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-04 20:24:50,356 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2024-09-04 20:24:50,362 - DEBUG - Requesting: http://10.0.0.40:8082/domain/dd878295-fb25-429e-8600-c0b8444c9fcd 2024-09-04 20:24:50,370 - DEBUG - Requesting: http://10.0.0.40:8082/project/d7813e04-b662-4195-b0b0-cc2ba2a913a1 2024-09-04 20:24:50,405 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/578513d2-75fd-4844-9781-c6354c8d51d8 2024-09-04 20:24:50,415 - DEBUG - Requesting: http://10.0.0.40:8082/floating-ip-pool/c485c8fd-2cd1-4b85-8f05-0c06094f6aba 2024-09-04 20:24:50,421 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2024-09-04 20:24:50,427 - DEBUG - Requesting: http://10.0.0.40:8082/domain/dd878295-fb25-429e-8600-c0b8444c9fcd 2024-09-04 20:24:50,434 - DEBUG - Requesting: http://10.0.0.40:8082/project/d7813e04-b662-4195-b0b0-cc2ba2a913a1 2024-09-04 20:24:50,470 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/578513d2-75fd-4844-9781-c6354c8d51d8 2024-09-04 20:24:50,477 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-04 20:24:50,477 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-04 20:24:50,482 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-04 20:24:50,488 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-04 20:24:50,488 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-04 20:24:50,491 - DEBUG - Ingress ctest-nginx-ingress-91530758 not present 2024-09-04 20:24:50,491 - INFO - Creating Ingress ctest-nginx-ingress-91530758 2024-09-04 20:24:50,504 - INFO - Created Ingress ctest-nginx-ingress-91530758 2024-09-04 20:24:50,517 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-91530758 2024-09-04 20:24:53,523 - DEBUG - For Ingress ctest-nginx-ingress-91530758, Cluster IP: 10.47.255.249, External IPs ['119.190.209.188'] 2024-09-04 20:24:53,523 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-91530758 2024-09-04 20:24:53,523 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=98e93000-aa5c-47d1-915a-471e7db6c2fb 2024-09-04 20:24:53,533 - INFO - Ingress ctest-nginx-ingress-91530758 with uuid 98e93000-aa5c-47d1-915a-471e7db6c2fb found in kube manager 2024-09-04 20:24:53,533 - INFO - Ingress ctest-nginx-ingress-91530758 verification passed 2024-09-04 20:24:53,537 - DEBUG - Pod ctest-busybox-pod-10163412 not present 2024-09-04 20:24:53,538 - INFO - Creating Pod ctest-busybox-pod-10163412 2024-09-04 20:24:53,580 - DEBUG - Node for Pod ctest-busybox-pod-10163412 not yet populated 2024-09-04 20:24:56,587 - DEBUG - Pod : ctest-busybox-pod-10163412 UUID is ac6543ec-c5f2-41ae-8e82-9c774ef3747c 2024-09-04 20:24:56,593 - DEBUG - Pod ctest-nginx-pod-16497485 not in running state.Currently in Pending 2024-09-04 20:25:01,600 - INFO - Pod ctest-nginx-pod-16497485 is in running state.Got IP 10.47.255.251 2024-09-04 20:25:01,615 - DEBUG - Pod ctest-nginx-pod-16497485 has vmi b9c6e178-6afb-11ef-b5be-fa163efda431 2024-09-04 20:25:01,615 - INFO - Verified pod ctest-nginx-pod-16497485 in contrail-api 2024-09-04 20:25:01,615 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 20:25:01,635 - DEBUG - VMI b9c6e178-6afb-11ef-b5be-fa163efda431 is active in agent 10.0.0.63 2024-09-04 20:25:01,635 - INFO - Verified Pod ctest-nginx-pod-16497485 in agent 10.0.0.63 2024-09-04 20:25:01,636 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_VirtualMachineDatabaseList?x=d79b03b4-3228-48e7-9664-495111ee308c 2024-09-04 20:25:01,642 - INFO - Pod ctest-nginx-pod-16497485 with uuid d79b03b4-3228-48e7-9664-495111ee308c found in kube manager 2024-09-04 20:25:01,642 - INFO - Pod ctest-nginx-pod-16497485 verification passed 2024-09-04 20:25:01,709 - DEBUG - [Pod ctest-nginx-pod-16497485] Cmd: echo ctest-nginx-pod-16497485 > /usr/share/nginx/html/index.html, Output: 2024-09-04 20:25:01,715 - DEBUG - Pod ctest-nginx-pod-61502820 not in running state.Currently in Pending 2024-09-04 20:25:06,721 - INFO - Pod ctest-nginx-pod-61502820 is in running state.Got IP 10.47.255.250 2024-09-04 20:25:06,777 - DEBUG - Pod ctest-nginx-pod-61502820 has vmi ba365bd4-6afb-11ef-b5be-fa163efda431 2024-09-04 20:25:06,777 - INFO - Verified pod ctest-nginx-pod-61502820 in contrail-api 2024-09-04 20:25:06,778 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 20:25:06,790 - DEBUG - VMI ba365bd4-6afb-11ef-b5be-fa163efda431 is active in agent 10.0.0.63 2024-09-04 20:25:06,790 - INFO - Verified Pod ctest-nginx-pod-61502820 in agent 10.0.0.63 2024-09-04 20:25:06,790 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_VirtualMachineDatabaseList?x=ea210a60-e30c-4348-9888-486f410ac768 2024-09-04 20:25:06,795 - INFO - Pod ctest-nginx-pod-61502820 with uuid ea210a60-e30c-4348-9888-486f410ac768 found in kube manager 2024-09-04 20:25:06,796 - INFO - Pod ctest-nginx-pod-61502820 verification passed 2024-09-04 20:25:06,936 - DEBUG - [Pod ctest-nginx-pod-61502820] Cmd: echo ctest-nginx-pod-61502820 > /usr/share/nginx/html/index.html, Output: 2024-09-04 20:25:06,942 - INFO - Pod ctest-busybox-pod-10163412 is in running state.Got IP 10.47.255.248 2024-09-04 20:25:06,956 - DEBUG - Pod ctest-busybox-pod-10163412 has vmi be8d2046-6afb-11ef-b5be-fa163efda431 2024-09-04 20:25:06,956 - INFO - Verified pod ctest-busybox-pod-10163412 in contrail-api 2024-09-04 20:25:06,956 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 20:25:06,967 - DEBUG - VMI be8d2046-6afb-11ef-b5be-fa163efda431 is active in agent 10.0.0.63 2024-09-04 20:25:06,968 - INFO - Verified Pod ctest-busybox-pod-10163412 in agent 10.0.0.63 2024-09-04 20:25:06,968 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_VirtualMachineDatabaseList?x=ac6543ec-c5f2-41ae-8e82-9c774ef3747c 2024-09-04 20:25:06,973 - INFO - Pod ctest-busybox-pod-10163412 with uuid ac6543ec-c5f2-41ae-8e82-9c774ef3747c found in kube manager 2024-09-04 20:25:06,974 - INFO - Pod ctest-busybox-pod-10163412 verification passed 2024-09-04 20:25:07,034 - DEBUG - [Pod ctest-busybox-pod-10163412] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-61502820 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-04 20:25:07,034 - DEBUG - [Pod Pod ctest-busybox-pod-10163412] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-04 20:25:07,034 - DEBUG - [Pod Pod ctest-busybox-pod-10163412] Cmd output: ctest-nginx-pod-61502820 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-04 20:25:07,093 - DEBUG - [Pod ctest-busybox-pod-10163412] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-16497485 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-04 20:25:07,093 - DEBUG - [Pod Pod ctest-busybox-pod-10163412] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-04 20:25:07,093 - DEBUG - [Pod Pod ctest-busybox-pod-10163412] Cmd output: ctest-nginx-pod-16497485 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-04 20:25:07,094 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-16497485': 1, 'ctest-nginx-pod-61502820': 1} 2024-09-04 20:25:07,094 - WARNING - Nothing to delete parallely 2024-09-04 20:25:07,095 - INFO - Deleting pod default:ctest-busybox-pod-10163412 2024-09-04 20:25:07,113 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=ac6543ec-c5f2-41ae-8e82-9c774ef3747c 2024-09-04 20:25:07,123 - WARNING - Pod uuid ac6543ec-c5f2-41ae-8e82-9c774ef3747c is still seen in agent 10.0.0.63 VM list 2024-09-04 20:25:12,123 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=ac6543ec-c5f2-41ae-8e82-9c774ef3747c 2024-09-04 20:25:12,132 - WARNING - Pod uuid ac6543ec-c5f2-41ae-8e82-9c774ef3747c is still seen in agent 10.0.0.63 VM list 2024-09-04 20:25:17,133 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=ac6543ec-c5f2-41ae-8e82-9c774ef3747c 2024-09-04 20:25:17,140 - WARNING - Pod uuid ac6543ec-c5f2-41ae-8e82-9c774ef3747c is still seen in agent 10.0.0.63 VM list 2024-09-04 20:25:22,142 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=ac6543ec-c5f2-41ae-8e82-9c774ef3747c 2024-09-04 20:25:22,149 - WARNING - Pod uuid ac6543ec-c5f2-41ae-8e82-9c774ef3747c is still seen in agent 10.0.0.63 VM list 2024-09-04 20:25:27,150 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=ac6543ec-c5f2-41ae-8e82-9c774ef3747c 2024-09-04 20:25:27,161 - WARNING - Pod uuid ac6543ec-c5f2-41ae-8e82-9c774ef3747c is still seen in agent 10.0.0.63 VM list 2024-09-04 20:25:32,162 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=ac6543ec-c5f2-41ae-8e82-9c774ef3747c 2024-09-04 20:25:32,170 - WARNING - Pod uuid ac6543ec-c5f2-41ae-8e82-9c774ef3747c is still seen in agent 10.0.0.63 VM list 2024-09-04 20:25:37,171 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=ac6543ec-c5f2-41ae-8e82-9c774ef3747c 2024-09-04 20:25:37,177 - WARNING - Pod uuid ac6543ec-c5f2-41ae-8e82-9c774ef3747c is still seen in agent 10.0.0.63 VM list 2024-09-04 20:25:42,179 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=ac6543ec-c5f2-41ae-8e82-9c774ef3747c 2024-09-04 20:25:42,186 - DEBUG - Pod ac6543ec-c5f2-41ae-8e82-9c774ef3747c is not in agent 10.0.0.63 VM list 2024-09-04 20:25:42,186 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:be8d2046-6afb-11ef-b5be-fa163efda431 2024-09-04 20:25:42,192 - DEBUG - VMI be8d2046-6afb-11ef-b5be-fa163efda431 is removed from agent 10.0.0.63 2024-09-04 20:25:42,192 - INFO - Verified that pod ctest-busybox-pod-10163412 is removed in agent 2024-09-04 20:25:42,193 - INFO - Deleting Ingress : ctest-nginx-ingress-91530758 2024-09-04 20:25:42,201 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=98e93000-aa5c-47d1-915a-471e7db6c2fb 2024-09-04 20:25:42,208 - ERROR - Ingress ctest-nginx-ingress-91530758 with uuid 98e93000-aa5c-47d1-915a-471e7db6c2fb still found in kube manager 2024-09-04 20:25:43,209 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=98e93000-aa5c-47d1-915a-471e7db6c2fb 2024-09-04 20:25:43,214 - INFO - Ingress ctest-nginx-ingress-91530758 with uuid 98e93000-aa5c-47d1-915a-471e7db6c2fb deleted successfully from kube manager 2024-09-04 20:25:43,215 - INFO - Verifications on Ingress %s cleanup passed 2024-09-04 20:25:43,215 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-04 20:25:43,344 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-04 20:25:43,351 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-04 20:25:43,351 - INFO - Deleting VN __public__ 2024-09-04 20:25:43,507 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/0232c1b9-ec42-42c2-bfb5-8f6d50c27d87 2024-09-04 20:25:43,520 - DEBUG - Response Code: 404 2024-09-04 20:25:43,521 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2024-09-04 20:25:43,527 - DEBUG - Requesting: http://10.0.0.40:8082/domain/dd878295-fb25-429e-8600-c0b8444c9fcd 2024-09-04 20:25:43,551 - DEBUG - Requesting: http://10.0.0.40:8082/project/d7813e04-b662-4195-b0b0-cc2ba2a913a1 2024-09-04 20:25:43,596 - INFO - Validated that VN __public__ is not found in API Server 2024-09-04 20:25:43,596 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-04 20:25:43,610 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 20:25:43,627 - DEBUG - VN __public__ is not present in Agent 10.0.0.63 2024-09-04 20:25:43,627 - INFO - Validated that VN __public__ is not in any agent 2024-09-04 20:25:43,627 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 20:25:43,636 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 20:25:43,642 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-04 20:25:43,649 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-04 20:25:43,649 - INFO - Deleting pod default:ctest-nginx-pod-61502820 2024-09-04 20:25:43,662 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=ea210a60-e30c-4348-9888-486f410ac768 2024-09-04 20:25:43,682 - WARNING - Pod uuid ea210a60-e30c-4348-9888-486f410ac768 is still seen in agent 10.0.0.63 VM list 2024-09-04 20:25:48,683 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=ea210a60-e30c-4348-9888-486f410ac768 2024-09-04 20:25:48,691 - DEBUG - Pod ea210a60-e30c-4348-9888-486f410ac768 is not in agent 10.0.0.63 VM list 2024-09-04 20:25:48,691 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ba365bd4-6afb-11ef-b5be-fa163efda431 2024-09-04 20:25:48,697 - DEBUG - VMI ba365bd4-6afb-11ef-b5be-fa163efda431 is removed from agent 10.0.0.63 2024-09-04 20:25:48,697 - INFO - Verified that pod ctest-nginx-pod-61502820 is removed in agent 2024-09-04 20:25:48,697 - INFO - Deleting pod default:ctest-nginx-pod-16497485 2024-09-04 20:25:48,707 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=d79b03b4-3228-48e7-9664-495111ee308c 2024-09-04 20:25:48,719 - WARNING - Pod uuid d79b03b4-3228-48e7-9664-495111ee308c is still seen in agent 10.0.0.63 VM list 2024-09-04 20:25:53,719 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=d79b03b4-3228-48e7-9664-495111ee308c 2024-09-04 20:25:53,726 - DEBUG - Pod d79b03b4-3228-48e7-9664-495111ee308c is not in agent 10.0.0.63 VM list 2024-09-04 20:25:53,726 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b9c6e178-6afb-11ef-b5be-fa163efda431 2024-09-04 20:25:53,733 - DEBUG - VMI b9c6e178-6afb-11ef-b5be-fa163efda431 is removed from agent 10.0.0.63 2024-09-04 20:25:53,734 - INFO - Verified that pod ctest-nginx-pod-16497485 is removed in agent 2024-09-04 20:25:53,734 - INFO - Deleting service : ctest-nginx-svc-99644386 2024-09-04 20:25:53,966 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-04 20:25:53,975 - DEBUG - No XMPP flaps were noticed during the test
2024-09-04 20:25:53,975 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:10]
2024-09-04 20:25:53,975 - INFO - -------------------------------------------------------------------------------- 2024-09-04 20:26:00,418 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-04 20:26:00,540 - DEBUG - Output : cluster_project={} 2024-09-04 20:26:00,649 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-04 20:26:00,807 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-04 20:26:00,815 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-04 20:26:00,921 - DEBUG - Output : cluster_project={} 2024-09-04 20:26:16,044 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 20:26:16,123 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 20:26:16,206 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 20:26:16,245 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 20:26:21,330 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 20:26:21,369 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 20:26:21,448 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 20:26:21,526 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 20:26:21,748 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-04 20:26:24,343 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_ApplicationPolicySetReq? 2024-09-04 20:26:24,363 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AclReq? 2024-09-04 20:26:24,417 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AclReq? 2024-09-04 20:26:26,459 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AclReq? 2024-09-04 20:29:26,904 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-04 20:29:26,942 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=4671f1c8-1bb8-4990-825f-d1e543ae8bee 2024-09-04 20:29:26,963 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=5b9cf4f1-dc6f-4e86-83d6-a91a640c8c2b 2024-09-04 20:29:26,978 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=af2f09d7-6990-4813-995f-618947d4966f 2024-09-04 20:29:26,982 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=98914075-280e-4cc1-8c16-3b1e883136a6 2024-09-04 20:29:26,997 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=8153bedb-2c23-45bd-921f-d3443af211fe 2024-09-04 20:29:27,005 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=a051cefa-d0f9-4a5a-b9b9-540b6cc3dddc 2024-09-04 20:29:27,010 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f3cd6a60-e1ac-4668-b563-7bee51f4bf38 2024-09-04 20:29:27,014 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=6ca6e59d-4ca2-4211-9f75-4318d47f0d8c 2024-09-04 20:29:32,089 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f3cd6a60-e1ac-4668-b563-7bee51f4bf38 2024-09-04 20:29:32,091 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=4671f1c8-1bb8-4990-825f-d1e543ae8bee 2024-09-04 20:29:32,093 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=8153bedb-2c23-45bd-921f-d3443af211fe 2024-09-04 20:29:32,094 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=5b9cf4f1-dc6f-4e86-83d6-a91a640c8c2b 2024-09-04 20:29:32,095 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=af2f09d7-6990-4813-995f-618947d4966f 2024-09-04 20:29:32,096 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=98914075-280e-4cc1-8c16-3b1e883136a6 2024-09-04 20:29:32,097 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=6ca6e59d-4ca2-4211-9f75-4318d47f0d8c 2024-09-04 20:29:32,098 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=a051cefa-d0f9-4a5a-b9b9-540b6cc3dddc 2024-09-04 20:29:32,125 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e8b4eade-6afb-11ef-b5be-fa163efda431 2024-09-04 20:29:32,126 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e71abdb6-6afb-11ef-b5be-fa163efda431 2024-09-04 20:29:32,132 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e79770d6-6afb-11ef-b5be-fa163efda431 2024-09-04 20:29:32,133 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e8380f82-6afb-11ef-b5be-fa163efda431 2024-09-04 20:29:37,108 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f3cd6a60-e1ac-4668-b563-7bee51f4bf38 2024-09-04 20:29:37,125 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=98914075-280e-4cc1-8c16-3b1e883136a6 2024-09-04 20:29:37,132 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=af2f09d7-6990-4813-995f-618947d4966f 2024-09-04 20:29:37,135 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=5b9cf4f1-dc6f-4e86-83d6-a91a640c8c2b 2024-09-04 20:29:42,118 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f3cd6a60-e1ac-4668-b563-7bee51f4bf38 2024-09-04 20:29:42,132 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=98914075-280e-4cc1-8c16-3b1e883136a6 2024-09-04 20:29:42,139 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=af2f09d7-6990-4813-995f-618947d4966f 2024-09-04 20:29:42,144 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=5b9cf4f1-dc6f-4e86-83d6-a91a640c8c2b 2024-09-04 20:29:47,127 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f3cd6a60-e1ac-4668-b563-7bee51f4bf38 2024-09-04 20:29:47,140 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=98914075-280e-4cc1-8c16-3b1e883136a6 2024-09-04 20:29:47,147 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=af2f09d7-6990-4813-995f-618947d4966f 2024-09-04 20:29:47,153 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=5b9cf4f1-dc6f-4e86-83d6-a91a640c8c2b 2024-09-04 20:29:52,136 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f3cd6a60-e1ac-4668-b563-7bee51f4bf38 2024-09-04 20:29:52,148 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=98914075-280e-4cc1-8c16-3b1e883136a6 2024-09-04 20:29:52,157 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=af2f09d7-6990-4813-995f-618947d4966f 2024-09-04 20:29:52,162 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=5b9cf4f1-dc6f-4e86-83d6-a91a640c8c2b 2024-09-04 20:29:57,144 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f3cd6a60-e1ac-4668-b563-7bee51f4bf38 2024-09-04 20:29:57,155 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=98914075-280e-4cc1-8c16-3b1e883136a6 2024-09-04 20:29:57,172 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=af2f09d7-6990-4813-995f-618947d4966f 2024-09-04 20:29:57,175 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=5b9cf4f1-dc6f-4e86-83d6-a91a640c8c2b 2024-09-04 20:30:02,169 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f3cd6a60-e1ac-4668-b563-7bee51f4bf38 2024-09-04 20:30:02,170 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=98914075-280e-4cc1-8c16-3b1e883136a6 2024-09-04 20:30:02,178 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:eae108ba-6afb-11ef-b5be-fa163efda431 2024-09-04 20:30:02,181 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e9b6563e-6afb-11ef-b5be-fa163efda431 2024-09-04 20:30:02,184 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=af2f09d7-6990-4813-995f-618947d4966f 2024-09-04 20:30:02,186 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=5b9cf4f1-dc6f-4e86-83d6-a91a640c8c2b 2024-09-04 20:30:02,193 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e9309508-6afb-11ef-b5be-fa163efda431 2024-09-04 20:30:02,198 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ea5e06d6-6afb-11ef-b5be-fa163efda431