2025-10-13 12:37:10,819 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-10-13 12:37:11,090 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1572-1 2025-10-13 12:37:11,090 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-10-13 12:37:11,124 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1572-1 2025-10-13 12:37:11,125 - DEBUG - [10.0.0.33]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-10-13 12:37:11,243 - DEBUG - Output : NAMES contrail_test_gTrLPaDHm contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-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 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-api-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-schema-1 2025-10-13 12:37:11,243 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-13 12:37:11,288 - DEBUG - Output : 127.0.0.1/8 10.0.0.33/24 252.33.0.1/8 10.146.28.1/24 172.17.0.1/16 2025-10-13 12:37:11,288 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-10-13 12:37:11,338 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1572-1 2025-10-13 12:37:11,444 - DEBUG - [10.0.0.130]: Running cmd : hostname 2025-10-13 12:37:11,691 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1572-30 2025-10-13 12:37:11,691 - DEBUG - [10.0.0.130]: Running cmd : hostname -f 2025-10-13 12:37:11,727 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1572-30 2025-10-13 12:37:11,727 - DEBUG - [10.0.0.130]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-10-13 12:37:11,778 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-13 12:37:11,778 - DEBUG - [10.0.0.130]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-13 12:37:11,847 - DEBUG - Output : 10.0.0.130/24 2025-10-13 12:37:11,847 - DEBUG - [10.0.0.130]: Running cmd : getent hosts 10.0.0.130 | head -n 1 | awk '{print $2}' 2025-10-13 12:37:11,882 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1572-30 2025-10-13 12:37:11,961 - INFO - Using existing project ['default-domain', 'k8s-default'](d81daa02-1505-42dd-9534-7cd522659456) 2025-10-13 12:37:12,084 - INFO - Using existing project ['default-domain', 'k8s-default'](d81daa02-1505-42dd-9534-7cd522659456) 2025-10-13 12:37:12,201 - INFO - ================================================================================ 2025-10-13 12:37:12,201 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-13 12:37:12,201 - 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-10-13 12:37:12,450 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-13 12:37:12,458 - DEBUG - Nothing to compare xmpp stats {'10.0.0.130': {'10.0.0.33': '0'}} with 2025-10-13 12:37:12,458 - INFO - Initial checks done. Running the testcase now 2025-10-13 12:37:12,458 - INFO - 2025-10-13 12:37:12,463 - INFO - Namespace default already exists 2025-10-13 12:37:12,464 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-13 12:37:12,591 - DEBUG - Output : cluster_project={} 2025-10-13 12:37:12,635 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-13 12:37:12,636 - DEBUG - Project uuid in Contrail is d81daa02-1505-42dd-9534-7cd522659456 2025-10-13 12:37:12,636 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-13 12:37:12,808 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-13 12:37:12,808 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=21a332a7-a1b2-4b4f-8181-59009e1e0cd3 2025-10-13 12:37:12,813 - INFO - Namespace default with uuid 21a332a7-a1b2-4b4f-8181-59009e1e0cd3 found in kube manager 2025-10-13 12:37:12,813 - INFO - Namespace default verification passed 2025-10-13 12:37:12,817 - DEBUG - Service ctest-nginx-svc-03894699 not present 2025-10-13 12:37:12,818 - INFO - Creating service ctest-nginx-svc-03894699 2025-10-13 12:37:12,837 - INFO - Created Service ctest-nginx-svc-03894699 2025-10-13 12:37:12,864 - DEBUG - Pod ctest-nginx-pod-05139154 not present 2025-10-13 12:37:12,865 - INFO - Creating Pod ctest-nginx-pod-05139154 2025-10-13 12:37:12,939 - DEBUG - Node for Pod ctest-nginx-pod-05139154 not yet populated 2025-10-13 12:37:15,949 - DEBUG - Pod : ctest-nginx-pod-05139154 UUID is 86499901-e099-49c1-a293-963dc4f06969 2025-10-13 12:37:15,952 - DEBUG - Pod ctest-nginx-pod-96459020 not present 2025-10-13 12:37:15,953 - INFO - Creating Pod ctest-nginx-pod-96459020 2025-10-13 12:37:15,997 - DEBUG - Pod : ctest-nginx-pod-96459020 UUID is f0738dab-a6c3-4ddf-932a-9ceb73385e78 2025-10-13 12:37:16,239 - INFO - Created VN __public__, UUID :11cf4288-4b28-4df4-b942-a0e4505c2ab4 2025-10-13 12:37:16,554 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-10-13 12:37:16,564 - DEBUG - Requesting: http://10.0.0.33:8082/domain/d5831728-f329-4464-93d1-3605147a8479 2025-10-13 12:37:16,584 - DEBUG - Requesting: http://10.0.0.33:8082/project/d81daa02-1505-42dd-9534-7cd522659456 2025-10-13 12:37:16,687 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/11cf4288-4b28-4df4-b942-a0e4505c2ab4 2025-10-13 12:37:16,721 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/11cf4288-4b28-4df4-b942-a0e4505c2ab4 2025-10-13 12:37:16,731 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c469f769-efd7-4c20-b33d-5c88d7544e38 2025-10-13 12:37:16,741 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c469f769-efd7-4c20-b33d-5c88d7544e38 2025-10-13 12:37:16,748 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/cf676206-4d7b-4eed-bebc-4d1213c214c0 2025-10-13 12:37:16,754 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-13 12:37:16,754 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/11cf4288-4b28-4df4-b942-a0e4505c2ab4 2025-10-13 12:37:16,766 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c469f769-efd7-4c20-b33d-5c88d7544e38 2025-10-13 12:37:16,783 - INFO - Verified VN network id 13 for VN 11cf4288-4b28-4df4-b942-a0e4505c2ab4 2025-10-13 12:37:16,783 - INFO - Verifications in API Server for VN __public__ passed 2025-10-13 12:37:16,783 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/11cf4288-4b28-4df4-b942-a0e4505c2ab4 2025-10-13 12:37:16,793 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c469f769-efd7-4c20-b33d-5c88d7544e38 2025-10-13 12:37:16,820 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c469f769-efd7-4c20-b33d-5c88d7544e38 2025-10-13 12:37:16,833 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/cf676206-4d7b-4eed-bebc-4d1213c214c0 2025-10-13 12:37:16,840 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-13 12:37:16,848 - DEBUG - Control-node 10.0.0.33 : 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': '1283317571967798772', 'uuid-lslong': '13349409147940776628'}, 'enable': 'true', 'created': '2025-10-13T12:37:16', 'last-modified': '2025-10-13T12:37:16', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.397666'} 2025-10-13 12:37:16,848 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:37:16,858 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-13 12:37:16,858 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-13 12:37:16,859 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-13 12:37:16,859 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-10-13 12:37:16,864 - DEBUG - Requesting: http://10.0.0.33:8082/domain/d5831728-f329-4464-93d1-3605147a8479 2025-10-13 12:37:16,872 - DEBUG - Requesting: http://10.0.0.33:8082/project/d81daa02-1505-42dd-9534-7cd522659456 2025-10-13 12:37:16,931 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/11cf4288-4b28-4df4-b942-a0e4505c2ab4 2025-10-13 12:37:16,940 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-13 12:37:16,940 - DEBUG - Verifying the vn in opserver 2025-10-13 12:37:16,940 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2025-10-13 12:37:16,940 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2025-10-13 12:37:16,946 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-13 12:37:16,946 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-13 12:37:16,946 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:37:16,955 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:37:16,962 - DEBUG - Do not have enough data to verify VN in agent 2025-10-13 12:37:16,962 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:37:16,968 - DEBUG - VRF ids for VN __public__: {} 2025-10-13 12:37:17,113 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-13 12:37:17,280 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-10-13 12:37:17,288 - DEBUG - Requesting: http://10.0.0.33:8082/domain/d5831728-f329-4464-93d1-3605147a8479 2025-10-13 12:37:17,297 - DEBUG - Requesting: http://10.0.0.33:8082/project/d81daa02-1505-42dd-9534-7cd522659456 2025-10-13 12:37:17,340 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/11cf4288-4b28-4df4-b942-a0e4505c2ab4 2025-10-13 12:37:17,359 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/8e764d51-1a5b-4006-adec-afa2b91641ed 2025-10-13 12:37:17,365 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-10-13 12:37:17,371 - DEBUG - Requesting: http://10.0.0.33:8082/domain/d5831728-f329-4464-93d1-3605147a8479 2025-10-13 12:37:17,379 - DEBUG - Requesting: http://10.0.0.33:8082/project/d81daa02-1505-42dd-9534-7cd522659456 2025-10-13 12:37:17,425 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/11cf4288-4b28-4df4-b942-a0e4505c2ab4 2025-10-13 12:37:17,434 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-13 12:37:17,434 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-13 12:37:17,442 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-13 12:37:17,449 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-13 12:37:17,449 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-13 12:37:17,452 - DEBUG - Ingress ctest-nginx-ingress-81246058 not present 2025-10-13 12:37:17,453 - INFO - Creating Ingress ctest-nginx-ingress-81246058 2025-10-13 12:37:17,464 - INFO - Created Ingress ctest-nginx-ingress-81246058 2025-10-13 12:37:17,470 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-81246058 2025-10-13 12:37:20,476 - DEBUG - For Ingress ctest-nginx-ingress-81246058, Cluster IP: 10.47.255.249, External IPs ['94.223.9.252'] 2025-10-13 12:37:20,476 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-81246058 2025-10-13 12:37:20,476 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=3d7de57b-68cf-472d-aa7e-289f05992b16 2025-10-13 12:37:20,480 - INFO - Ingress ctest-nginx-ingress-81246058 with uuid 3d7de57b-68cf-472d-aa7e-289f05992b16 found in kube manager 2025-10-13 12:37:20,480 - INFO - Ingress ctest-nginx-ingress-81246058 verification passed 2025-10-13 12:37:20,484 - DEBUG - Pod ctest-busybox-pod-37334736 not present 2025-10-13 12:37:20,484 - INFO - Creating Pod ctest-busybox-pod-37334736 2025-10-13 12:37:20,549 - DEBUG - Pod : ctest-busybox-pod-37334736 UUID is fb9f08cd-44cb-4466-b646-e760c36a3696 2025-10-13 12:37:20,566 - DEBUG - Pod ctest-nginx-pod-05139154 not in running state.Currently in Pending 2025-10-13 12:37:25,585 - DEBUG - Pod ctest-nginx-pod-05139154 not in running state.Currently in Pending 2025-10-13 12:37:30,594 - INFO - Pod ctest-nginx-pod-05139154 is in running state.Got IP 10.47.255.251 2025-10-13 12:37:30,611 - DEBUG - Pod ctest-nginx-pod-05139154 has vmi 58cc2a6c-a831-11f0-bda0-fa163e9525a3 2025-10-13 12:37:30,611 - INFO - Verified pod ctest-nginx-pod-05139154 in contrail-api 2025-10-13 12:37:30,612 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:37:30,625 - DEBUG - VMI 58cc2a6c-a831-11f0-bda0-fa163e9525a3 is active in agent 10.0.0.130 2025-10-13 12:37:30,626 - INFO - Verified Pod ctest-nginx-pod-05139154 in agent 10.0.0.130 2025-10-13 12:37:30,626 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=86499901-e099-49c1-a293-963dc4f06969 2025-10-13 12:37:30,631 - INFO - Pod ctest-nginx-pod-05139154 with uuid 86499901-e099-49c1-a293-963dc4f06969 found in kube manager 2025-10-13 12:37:30,631 - INFO - Pod ctest-nginx-pod-05139154 verification passed 2025-10-13 12:37:30,710 - DEBUG - [Pod ctest-nginx-pod-05139154] Cmd: echo ctest-nginx-pod-05139154 > /usr/share/nginx/html/index.html, Output: 2025-10-13 12:37:30,718 - INFO - Pod ctest-nginx-pod-96459020 is in running state.Got IP 10.47.255.250 2025-10-13 12:37:30,733 - DEBUG - Pod ctest-nginx-pod-96459020 has vmi 59cc5770-a831-11f0-bda0-fa163e9525a3 2025-10-13 12:37:30,733 - INFO - Verified pod ctest-nginx-pod-96459020 in contrail-api 2025-10-13 12:37:30,733 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:37:30,744 - DEBUG - VMI 59cc5770-a831-11f0-bda0-fa163e9525a3 is active in agent 10.0.0.130 2025-10-13 12:37:30,744 - INFO - Verified Pod ctest-nginx-pod-96459020 in agent 10.0.0.130 2025-10-13 12:37:30,744 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=f0738dab-a6c3-4ddf-932a-9ceb73385e78 2025-10-13 12:37:30,749 - INFO - Pod ctest-nginx-pod-96459020 with uuid f0738dab-a6c3-4ddf-932a-9ceb73385e78 found in kube manager 2025-10-13 12:37:30,749 - INFO - Pod ctest-nginx-pod-96459020 verification passed 2025-10-13 12:37:30,806 - DEBUG - [Pod ctest-nginx-pod-96459020] Cmd: echo ctest-nginx-pod-96459020 > /usr/share/nginx/html/index.html, Output: 2025-10-13 12:37:30,813 - DEBUG - Pod ctest-busybox-pod-37334736 not in running state.Currently in Pending 2025-10-13 12:37:35,822 - INFO - Pod ctest-busybox-pod-37334736 is in running state.Got IP 10.47.255.248 2025-10-13 12:37:35,834 - DEBUG - Pod ctest-busybox-pod-37334736 has vmi 5d020e1c-a831-11f0-bda0-fa163e9525a3 2025-10-13 12:37:35,834 - INFO - Verified pod ctest-busybox-pod-37334736 in contrail-api 2025-10-13 12:37:35,834 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:37:35,845 - DEBUG - VMI 5d020e1c-a831-11f0-bda0-fa163e9525a3 is active in agent 10.0.0.130 2025-10-13 12:37:35,845 - INFO - Verified Pod ctest-busybox-pod-37334736 in agent 10.0.0.130 2025-10-13 12:37:35,845 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=fb9f08cd-44cb-4466-b646-e760c36a3696 2025-10-13 12:37:35,849 - INFO - Pod ctest-busybox-pod-37334736 with uuid fb9f08cd-44cb-4466-b646-e760c36a3696 found in kube manager 2025-10-13 12:37:35,849 - INFO - Pod ctest-busybox-pod-37334736 verification passed 2025-10-13 12:37:35,910 - DEBUG - [Pod ctest-busybox-pod-37334736] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-05139154 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-10-13 12:37:35,910 - DEBUG - [Pod Pod ctest-busybox-pod-37334736] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-13 12:37:35,910 - DEBUG - [Pod Pod ctest-busybox-pod-37334736] Cmd output: ctest-nginx-pod-05139154 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-10-13 12:37:35,970 - DEBUG - [Pod ctest-busybox-pod-37334736] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-96459020 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-10-13 12:37:35,970 - DEBUG - [Pod Pod ctest-busybox-pod-37334736] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-13 12:37:35,970 - DEBUG - [Pod Pod ctest-busybox-pod-37334736] Cmd output: ctest-nginx-pod-96459020 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-10-13 12:37:35,971 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-05139154': 1, 'ctest-nginx-pod-96459020': 1} 2025-10-13 12:37:35,971 - WARNING - Nothing to delete parallely 2025-10-13 12:37:35,972 - INFO - Deleting pod default:ctest-busybox-pod-37334736 2025-10-13 12:37:35,988 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=fb9f08cd-44cb-4466-b646-e760c36a3696 2025-10-13 12:37:35,995 - WARNING - Pod uuid fb9f08cd-44cb-4466-b646-e760c36a3696 is still seen in agent 10.0.0.130 VM list 2025-10-13 12:37:40,996 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=fb9f08cd-44cb-4466-b646-e760c36a3696 2025-10-13 12:37:41,003 - WARNING - Pod uuid fb9f08cd-44cb-4466-b646-e760c36a3696 is still seen in agent 10.0.0.130 VM list 2025-10-13 12:37:46,005 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=fb9f08cd-44cb-4466-b646-e760c36a3696 2025-10-13 12:37:46,012 - WARNING - Pod uuid fb9f08cd-44cb-4466-b646-e760c36a3696 is still seen in agent 10.0.0.130 VM list 2025-10-13 12:37:51,013 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=fb9f08cd-44cb-4466-b646-e760c36a3696 2025-10-13 12:37:51,019 - WARNING - Pod uuid fb9f08cd-44cb-4466-b646-e760c36a3696 is still seen in agent 10.0.0.130 VM list 2025-10-13 12:37:56,020 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=fb9f08cd-44cb-4466-b646-e760c36a3696 2025-10-13 12:37:56,031 - WARNING - Pod uuid fb9f08cd-44cb-4466-b646-e760c36a3696 is still seen in agent 10.0.0.130 VM list 2025-10-13 12:38:01,032 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=fb9f08cd-44cb-4466-b646-e760c36a3696 2025-10-13 12:38:01,039 - WARNING - Pod uuid fb9f08cd-44cb-4466-b646-e760c36a3696 is still seen in agent 10.0.0.130 VM list 2025-10-13 12:38:06,040 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=fb9f08cd-44cb-4466-b646-e760c36a3696 2025-10-13 12:38:06,048 - WARNING - Pod uuid fb9f08cd-44cb-4466-b646-e760c36a3696 is still seen in agent 10.0.0.130 VM list 2025-10-13 12:38:11,049 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=fb9f08cd-44cb-4466-b646-e760c36a3696 2025-10-13 12:38:11,055 - DEBUG - Pod fb9f08cd-44cb-4466-b646-e760c36a3696 is not in agent 10.0.0.130 VM list 2025-10-13 12:38:11,055 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5d020e1c-a831-11f0-bda0-fa163e9525a3 2025-10-13 12:38:11,061 - DEBUG - VMI 5d020e1c-a831-11f0-bda0-fa163e9525a3 is removed from agent 10.0.0.130 2025-10-13 12:38:11,061 - INFO - Verified that pod ctest-busybox-pod-37334736 is removed in agent 2025-10-13 12:38:11,061 - INFO - Deleting Ingress : ctest-nginx-ingress-81246058 2025-10-13 12:38:11,068 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=3d7de57b-68cf-472d-aa7e-289f05992b16 2025-10-13 12:38:11,075 - ERROR - Ingress ctest-nginx-ingress-81246058 with uuid 3d7de57b-68cf-472d-aa7e-289f05992b16 still found in kube manager 2025-10-13 12:38:12,076 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=3d7de57b-68cf-472d-aa7e-289f05992b16 2025-10-13 12:38:12,081 - INFO - Ingress ctest-nginx-ingress-81246058 with uuid 3d7de57b-68cf-472d-aa7e-289f05992b16 deleted successfully from kube manager 2025-10-13 12:38:12,081 - INFO - Verifications on Ingress %s cleanup passed 2025-10-13 12:38:12,081 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-13 12:38:12,301 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-13 12:38:12,317 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-13 12:38:12,317 - INFO - Deleting VN __public__ 2025-10-13 12:38:12,498 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c469f769-efd7-4c20-b33d-5c88d7544e38 2025-10-13 12:38:12,503 - DEBUG - Response Code: 404 2025-10-13 12:38:12,503 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-10-13 12:38:12,510 - DEBUG - Requesting: http://10.0.0.33:8082/domain/d5831728-f329-4464-93d1-3605147a8479 2025-10-13 12:38:12,519 - DEBUG - Requesting: http://10.0.0.33:8082/project/d81daa02-1505-42dd-9534-7cd522659456 2025-10-13 12:38:12,636 - INFO - Validated that VN __public__ is not found in API Server 2025-10-13 12:38:12,637 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-13 12:38:12,644 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:38:12,651 - DEBUG - VN __public__ is not present in Agent 10.0.0.130 2025-10-13 12:38:12,651 - INFO - Validated that VN __public__ is not in any agent 2025-10-13 12:38:12,652 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:38:12,670 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:38:12,679 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-13 12:38:12,684 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-13 12:38:12,687 - INFO - Deleting pod default:ctest-nginx-pod-96459020 2025-10-13 12:38:12,707 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f0738dab-a6c3-4ddf-932a-9ceb73385e78 2025-10-13 12:38:12,721 - WARNING - Pod uuid f0738dab-a6c3-4ddf-932a-9ceb73385e78 is still seen in agent 10.0.0.130 VM list 2025-10-13 12:38:17,722 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f0738dab-a6c3-4ddf-932a-9ceb73385e78 2025-10-13 12:38:17,731 - DEBUG - Pod f0738dab-a6c3-4ddf-932a-9ceb73385e78 is not in agent 10.0.0.130 VM list 2025-10-13 12:38:17,731 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:59cc5770-a831-11f0-bda0-fa163e9525a3 2025-10-13 12:38:17,738 - DEBUG - VMI 59cc5770-a831-11f0-bda0-fa163e9525a3 is removed from agent 10.0.0.130 2025-10-13 12:38:17,738 - INFO - Verified that pod ctest-nginx-pod-96459020 is removed in agent 2025-10-13 12:38:17,739 - INFO - Deleting pod default:ctest-nginx-pod-05139154 2025-10-13 12:38:17,752 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=86499901-e099-49c1-a293-963dc4f06969 2025-10-13 12:38:17,776 - WARNING - Pod uuid 86499901-e099-49c1-a293-963dc4f06969 is still seen in agent 10.0.0.130 VM list 2025-10-13 12:38:22,776 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=86499901-e099-49c1-a293-963dc4f06969 2025-10-13 12:38:22,783 - DEBUG - Pod 86499901-e099-49c1-a293-963dc4f06969 is not in agent 10.0.0.130 VM list 2025-10-13 12:38:22,783 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:58cc2a6c-a831-11f0-bda0-fa163e9525a3 2025-10-13 12:38:22,789 - DEBUG - VMI 58cc2a6c-a831-11f0-bda0-fa163e9525a3 is removed from agent 10.0.0.130 2025-10-13 12:38:22,789 - INFO - Verified that pod ctest-nginx-pod-05139154 is removed in agent 2025-10-13 12:38:22,789 - INFO - Deleting service : ctest-nginx-svc-03894699 2025-10-13 12:38:23,053 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-13 12:38:23,062 - DEBUG - No XMPP flaps were noticed during the test 2025-10-13 12:38:23,062 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:11] 2025-10-13 12:38:23,063 - INFO - -------------------------------------------------------------------------------- 2025-10-13 12:38:29,667 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-13 12:38:29,791 - DEBUG - Output : cluster_project={} 2025-10-13 12:38:29,882 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-13 12:38:30,046 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-13 12:38:30,051 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-13 12:38:30,247 - DEBUG - Output : cluster_project={} 2025-10-13 12:38:45,425 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:38:45,464 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:38:45,550 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:38:45,636 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:38:45,676 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:38:45,759 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:38:50,816 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:38:50,905 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:38:51,172 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-13 12:38:53,900 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_ApplicationPolicySetReq? 2025-10-13 12:38:53,918 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2025-10-13 12:38:53,946 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2025-10-13 12:38:55,973 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2025-10-13 12:41:56,175 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-13 12:41:56,223 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=17acfba6-a396-45e1-8956-902e15220fbf 2025-10-13 12:41:56,242 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=996a2c42-dabc-4ec0-aeaf-266b33642fda 2025-10-13 12:41:56,247 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=b1650169-506c-4b36-a6b0-226d2978ffee 2025-10-13 12:41:56,260 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=14c689fc-11fa-402c-b761-9bcb1415a689 2025-10-13 12:41:56,270 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4eebb4e8-e724-4884-9098-54be68028c6f 2025-10-13 12:41:56,281 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=3a58c099-9772-4cb3-a516-d6bfb4ee33b7 2025-10-13 12:41:56,287 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=2a9da87e-cdbd-4cbb-a95e-8f409f082bdd 2025-10-13 12:41:56,294 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=126f5b2f-8868-4aac-ab4c-84ccd0558713 2025-10-13 12:42:01,302 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=17acfba6-a396-45e1-8956-902e15220fbf 2025-10-13 12:42:01,309 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8672a11c-a831-11f0-bda0-fa163e9525a3 2025-10-13 12:42:01,353 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4eebb4e8-e724-4884-9098-54be68028c6f 2025-10-13 12:42:01,354 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=14c689fc-11fa-402c-b761-9bcb1415a689 2025-10-13 12:42:01,356 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=996a2c42-dabc-4ec0-aeaf-266b33642fda 2025-10-13 12:42:01,357 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=b1650169-506c-4b36-a6b0-226d2978ffee 2025-10-13 12:42:01,357 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=3a58c099-9772-4cb3-a516-d6bfb4ee33b7 2025-10-13 12:42:01,358 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=2a9da87e-cdbd-4cbb-a95e-8f409f082bdd 2025-10-13 12:42:01,360 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=126f5b2f-8868-4aac-ab4c-84ccd0558713 2025-10-13 12:42:01,381 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:87947a20-a831-11f0-bda0-fa163e9525a3 2025-10-13 12:42:01,389 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8810ecea-a831-11f0-bda0-fa163e9525a3 2025-10-13 12:42:06,384 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=996a2c42-dabc-4ec0-aeaf-266b33642fda 2025-10-13 12:42:06,385 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=2a9da87e-cdbd-4cbb-a95e-8f409f082bdd 2025-10-13 12:42:06,388 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=b1650169-506c-4b36-a6b0-226d2978ffee 2025-10-13 12:42:06,389 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=126f5b2f-8868-4aac-ab4c-84ccd0558713 2025-10-13 12:42:06,390 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4eebb4e8-e724-4884-9098-54be68028c6f 2025-10-13 12:42:11,400 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=b1650169-506c-4b36-a6b0-226d2978ffee 2025-10-13 12:42:11,401 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=996a2c42-dabc-4ec0-aeaf-266b33642fda 2025-10-13 12:42:11,403 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=126f5b2f-8868-4aac-ab4c-84ccd0558713 2025-10-13 12:42:11,407 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=2a9da87e-cdbd-4cbb-a95e-8f409f082bdd 2025-10-13 12:42:11,408 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4eebb4e8-e724-4884-9098-54be68028c6f 2025-10-13 12:42:16,424 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4eebb4e8-e724-4884-9098-54be68028c6f 2025-10-13 12:42:16,425 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=b1650169-506c-4b36-a6b0-226d2978ffee 2025-10-13 12:42:16,429 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=2a9da87e-cdbd-4cbb-a95e-8f409f082bdd 2025-10-13 12:42:16,430 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=126f5b2f-8868-4aac-ab4c-84ccd0558713 2025-10-13 12:42:16,431 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=996a2c42-dabc-4ec0-aeaf-266b33642fda 2025-10-13 12:42:21,446 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=b1650169-506c-4b36-a6b0-226d2978ffee 2025-10-13 12:42:21,448 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4eebb4e8-e724-4884-9098-54be68028c6f 2025-10-13 12:42:21,452 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=996a2c42-dabc-4ec0-aeaf-266b33642fda 2025-10-13 12:42:21,457 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=2a9da87e-cdbd-4cbb-a95e-8f409f082bdd 2025-10-13 12:42:21,458 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=126f5b2f-8868-4aac-ab4c-84ccd0558713 2025-10-13 12:42:26,457 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4eebb4e8-e724-4884-9098-54be68028c6f 2025-10-13 12:42:26,466 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=b1650169-506c-4b36-a6b0-226d2978ffee 2025-10-13 12:42:26,472 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=996a2c42-dabc-4ec0-aeaf-266b33642fda 2025-10-13 12:42:26,474 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=126f5b2f-8868-4aac-ab4c-84ccd0558713 2025-10-13 12:42:26,475 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=2a9da87e-cdbd-4cbb-a95e-8f409f082bdd 2025-10-13 12:42:31,497 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=b1650169-506c-4b36-a6b0-226d2978ffee 2025-10-13 12:42:31,499 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=2a9da87e-cdbd-4cbb-a95e-8f409f082bdd 2025-10-13 12:42:31,500 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=996a2c42-dabc-4ec0-aeaf-266b33642fda 2025-10-13 12:42:31,502 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=126f5b2f-8868-4aac-ab4c-84ccd0558713 2025-10-13 12:42:31,503 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4eebb4e8-e724-4884-9098-54be68028c6f 2025-10-13 12:42:31,515 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:891b116a-a831-11f0-bda0-fa163e9525a3 2025-10-13 12:42:31,516 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8a0dba8c-a831-11f0-bda0-fa163e9525a3 2025-10-13 12:42:31,520 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8996ef2e-a831-11f0-bda0-fa163e9525a3 2025-10-13 12:42:31,521 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:88a1254e-a831-11f0-bda0-fa163e9525a3 2025-10-13 12:42:31,522 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:86f18824-a831-11f0-bda0-fa163e9525a3