2025-07-16 16:55:50,372 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-07-16 16:55:50,631 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-393-1.novalocal 2025-07-16 16:55:50,631 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-07-16 16:55:50,742 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-393-1.novalocal 2025-07-16 16:55:50,742 - DEBUG - [10.0.0.249]: 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-07-16 16:55:50,907 - DEBUG - Output : NAMES contrail_test_RcPcI73aI vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 control_named_1 control_control_1 control_dns_1 control_nodemgr_1 webui_web_1 webui_job_1 config_devicemgr_1 config_schema_1 config_dnsmasq_1 config_nodemgr_1 config_api_1 config_svcmonitor_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2025-07-16 16:55:50,908 - DEBUG - [10.0.0.249]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-16 16:55:51,015 - DEBUG - Output : 10.0.0.249/24 10.20.0.129/24 172.17.0.1/16 10.20.0.129/24 2025-07-16 16:55:51,016 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-07-16 16:55:51,126 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-393-1.novalocal 2025-07-16 16:55:51,127 - DEBUG - [10.0.0.249]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-16 16:55:51,253 - DEBUG - Output : 10.20.0.129/24 2025-07-16 16:55:51,253 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.20.0.129 | head -n 1 | awk '{print $2}' 2025-07-16 16:55:51,391 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-393-1.novalocal 2025-07-16 16:55:51,732 - INFO - Using existing project ['default-domain', 'k8s-default'](82036206-4c30-405a-b8fd-e3d9c5aa190c) 2025-07-16 16:55:51,833 - INFO - Using existing project ['default-domain', 'k8s-default'](82036206-4c30-405a-b8fd-e3d9c5aa190c) 2025-07-16 16:55:51,989 - INFO - ================================================================================ 2025-07-16 16:55:51,989 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-16 16:55:51,990 - 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-07-16 16:55:52,297 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-16 16:55:52,304 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.129': '0'}} with 2025-07-16 16:55:52,304 - INFO - Initial checks done. Running the testcase now 2025-07-16 16:55:52,304 - INFO - 2025-07-16 16:55:52,311 - INFO - Namespace default already exists 2025-07-16 16:55:52,311 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-16 16:55:52,514 - DEBUG - Output : cluster_project={} 2025-07-16 16:55:52,574 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-16 16:55:52,574 - DEBUG - Project uuid in Contrail is 82036206-4c30-405a-b8fd-e3d9c5aa190c 2025-07-16 16:55:52,574 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-16 16:55:52,779 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-16 16:55:52,779 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=f2b9188c-dc0b-495b-8236-bf1540216272 2025-07-16 16:55:52,784 - INFO - Namespace default with uuid f2b9188c-dc0b-495b-8236-bf1540216272 found in kube manager 2025-07-16 16:55:52,784 - INFO - Namespace default verification passed 2025-07-16 16:55:52,788 - DEBUG - Service ctest-nginx-svc-95449238 not present 2025-07-16 16:55:52,788 - INFO - Creating service ctest-nginx-svc-95449238 2025-07-16 16:55:52,804 - INFO - Created Service ctest-nginx-svc-95449238 2025-07-16 16:55:52,811 - DEBUG - Pod ctest-nginx-pod-59577959 not present 2025-07-16 16:55:52,812 - INFO - Creating Pod ctest-nginx-pod-59577959 2025-07-16 16:55:52,849 - DEBUG - Pod : ctest-nginx-pod-59577959 UUID is 6c7d8009-15a3-41ea-9ab8-d16867e6485a 2025-07-16 16:55:52,852 - DEBUG - Pod ctest-nginx-pod-12427173 not present 2025-07-16 16:55:52,852 - INFO - Creating Pod ctest-nginx-pod-12427173 2025-07-16 16:55:52,885 - DEBUG - Pod : ctest-nginx-pod-12427173 UUID is 32f5c34c-d8c5-4d52-94af-ca2cb011a91d 2025-07-16 16:55:53,075 - INFO - Created VN __public__, UUID :cd5817c1-19d3-495f-8151-184cbfe896b4 2025-07-16 16:55:53,267 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-16 16:55:53,274 - DEBUG - Requesting: http://10.0.0.249:8082/domain/ea8d0693-575c-499b-a65b-c2106ddade84 2025-07-16 16:55:53,286 - DEBUG - Requesting: http://10.0.0.249:8082/project/82036206-4c30-405a-b8fd-e3d9c5aa190c 2025-07-16 16:55:53,358 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd5817c1-19d3-495f-8151-184cbfe896b4 2025-07-16 16:55:53,375 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd5817c1-19d3-495f-8151-184cbfe896b4 2025-07-16 16:55:53,388 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/5f46761b-01d5-44c5-8571-a0c9f54f8a9f 2025-07-16 16:55:53,397 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/5f46761b-01d5-44c5-8571-a0c9f54f8a9f 2025-07-16 16:55:53,407 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/9b7ee7e3-fc6d-4973-b5cc-6b4f88ebbe89 2025-07-16 16:55:53,419 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-16 16:55:53,419 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd5817c1-19d3-495f-8151-184cbfe896b4 2025-07-16 16:55:53,432 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/5f46761b-01d5-44c5-8571-a0c9f54f8a9f 2025-07-16 16:55:53,450 - INFO - Verified VN network id 15 for VN cd5817c1-19d3-495f-8151-184cbfe896b4 2025-07-16 16:55:53,451 - INFO - Verifications in API Server for VN __public__ passed 2025-07-16 16:55:53,451 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd5817c1-19d3-495f-8151-184cbfe896b4 2025-07-16 16:55:53,462 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/5f46761b-01d5-44c5-8571-a0c9f54f8a9f 2025-07-16 16:55:53,469 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/5f46761b-01d5-44c5-8571-a0c9f54f8a9f 2025-07-16 16:55:53,477 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/9b7ee7e3-fc6d-4973-b5cc-6b4f88ebbe89 2025-07-16 16:55:53,484 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-16 16:55:53,494 - DEBUG - Control-node 10.0.0.249 : 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': '14796602693855168863', 'uuid-lslong': '9318255821922539188'}, 'enable': 'true', 'created': '2025-07-16T16:55:53', 'last-modified': '2025-07-16T16:55:53', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.300287'} 2025-07-16 16:55:53,494 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 16:55:53,504 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-16 16:55:53,505 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-16 16:55:53,505 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-16 16:55:53,505 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-16 16:55:53,512 - DEBUG - Requesting: http://10.0.0.249:8082/domain/ea8d0693-575c-499b-a65b-c2106ddade84 2025-07-16 16:55:53,525 - DEBUG - Requesting: http://10.0.0.249:8082/project/82036206-4c30-405a-b8fd-e3d9c5aa190c 2025-07-16 16:55:53,567 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd5817c1-19d3-495f-8151-184cbfe896b4 2025-07-16 16:55:53,579 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-16 16:55:53,579 - DEBUG - Verifying the vn in opserver 2025-07-16 16:55:53,579 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-07-16 16:55:53,579 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-07-16 16:55:53,585 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-16 16:55:53,585 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-16 16:55:53,586 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 16:55:53,593 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 16:55:53,599 - DEBUG - Do not have enough data to verify VN in agent 2025-07-16 16:55:53,600 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 16:55:53,606 - DEBUG - VRF ids for VN __public__: {} 2025-07-16 16:55:53,679 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-16 16:55:53,761 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-16 16:55:53,769 - DEBUG - Requesting: http://10.0.0.249:8082/domain/ea8d0693-575c-499b-a65b-c2106ddade84 2025-07-16 16:55:53,777 - DEBUG - Requesting: http://10.0.0.249:8082/project/82036206-4c30-405a-b8fd-e3d9c5aa190c 2025-07-16 16:55:53,823 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd5817c1-19d3-495f-8151-184cbfe896b4 2025-07-16 16:55:53,835 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/80c1c8bf-24e5-4e49-982d-1bc061cd9ca4 2025-07-16 16:55:53,846 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-16 16:55:53,853 - DEBUG - Requesting: http://10.0.0.249:8082/domain/ea8d0693-575c-499b-a65b-c2106ddade84 2025-07-16 16:55:53,863 - DEBUG - Requesting: http://10.0.0.249:8082/project/82036206-4c30-405a-b8fd-e3d9c5aa190c 2025-07-16 16:55:53,934 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/cd5817c1-19d3-495f-8151-184cbfe896b4 2025-07-16 16:55:53,946 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-16 16:55:53,946 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-16 16:55:53,960 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-16 16:55:53,966 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-16 16:55:53,966 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-16 16:55:53,970 - DEBUG - Ingress ctest-nginx-ingress-49876910 not present 2025-07-16 16:55:53,970 - INFO - Creating Ingress ctest-nginx-ingress-49876910 2025-07-16 16:55:53,977 - INFO - Created Ingress ctest-nginx-ingress-49876910 2025-07-16 16:55:53,981 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-49876910 2025-07-16 16:55:56,986 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-49876910 2025-07-16 16:55:59,992 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-49876910 2025-07-16 16:56:02,997 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-49876910 2025-07-16 16:56:06,003 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-49876910 2025-07-16 16:56:09,007 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-49876910 2025-07-16 16:56:12,013 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-49876910 2025-07-16 16:56:15,025 - DEBUG - For Ingress ctest-nginx-ingress-49876910, Cluster IP: 10.47.255.246, External IPs ['17.31.70.124'] 2025-07-16 16:56:15,025 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-49876910 2025-07-16 16:56:15,025 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=3dfe83b7-4688-40d4-8748-4ea72f9f8406 2025-07-16 16:56:15,030 - INFO - Ingress ctest-nginx-ingress-49876910 with uuid 3dfe83b7-4688-40d4-8748-4ea72f9f8406 found in kube manager 2025-07-16 16:56:15,030 - INFO - Ingress ctest-nginx-ingress-49876910 verification passed 2025-07-16 16:56:15,033 - DEBUG - Pod ctest-busybox-pod-70997630 not present 2025-07-16 16:56:15,034 - INFO - Creating Pod ctest-busybox-pod-70997630 2025-07-16 16:56:15,057 - DEBUG - Pod : ctest-busybox-pod-70997630 UUID is d753f503-03bd-4b7c-a1cb-0b56b12e8e15 2025-07-16 16:56:15,063 - DEBUG - Pod ctest-nginx-pod-59577959 not in running state.Currently in Pending 2025-07-16 16:56:20,070 - INFO - Pod ctest-nginx-pod-59577959 is in running state.Got IP 10.47.255.248 2025-07-16 16:56:20,084 - DEBUG - Pod ctest-nginx-pod-59577959 has vmi bf676a96-6265-11f0-99b6-fa163e83d27e 2025-07-16 16:56:20,085 - INFO - Verified pod ctest-nginx-pod-59577959 in contrail-api 2025-07-16 16:56:20,085 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 16:56:20,096 - DEBUG - VMI bf676a96-6265-11f0-99b6-fa163e83d27e is active in agent 10.0.0.249 2025-07-16 16:56:20,096 - INFO - Verified Pod ctest-nginx-pod-59577959 in agent 10.0.0.249 2025-07-16 16:56:20,096 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=6c7d8009-15a3-41ea-9ab8-d16867e6485a 2025-07-16 16:56:20,101 - INFO - Pod ctest-nginx-pod-59577959 with uuid 6c7d8009-15a3-41ea-9ab8-d16867e6485a found in kube manager 2025-07-16 16:56:20,101 - INFO - Pod ctest-nginx-pod-59577959 verification passed 2025-07-16 16:56:20,160 - DEBUG - [Pod ctest-nginx-pod-59577959] Cmd: echo ctest-nginx-pod-59577959 > /usr/share/nginx/html/index.html, Output: 2025-07-16 16:56:20,167 - INFO - Pod ctest-nginx-pod-12427173 is in running state.Got IP 10.47.255.247 2025-07-16 16:56:20,182 - DEBUG - Pod ctest-nginx-pod-12427173 has vmi c21e8abc-6265-11f0-99b6-fa163e83d27e 2025-07-16 16:56:20,182 - INFO - Verified pod ctest-nginx-pod-12427173 in contrail-api 2025-07-16 16:56:20,183 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 16:56:20,196 - DEBUG - VMI c21e8abc-6265-11f0-99b6-fa163e83d27e is active in agent 10.0.0.249 2025-07-16 16:56:20,196 - INFO - Verified Pod ctest-nginx-pod-12427173 in agent 10.0.0.249 2025-07-16 16:56:20,196 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=32f5c34c-d8c5-4d52-94af-ca2cb011a91d 2025-07-16 16:56:20,201 - INFO - Pod ctest-nginx-pod-12427173 with uuid 32f5c34c-d8c5-4d52-94af-ca2cb011a91d found in kube manager 2025-07-16 16:56:20,202 - INFO - Pod ctest-nginx-pod-12427173 verification passed 2025-07-16 16:56:20,243 - DEBUG - [Pod ctest-nginx-pod-12427173] Cmd: echo ctest-nginx-pod-12427173 > /usr/share/nginx/html/index.html, Output: 2025-07-16 16:56:20,249 - DEBUG - Pod ctest-busybox-pod-70997630 not in running state.Currently in Pending 2025-07-16 16:56:25,260 - DEBUG - Pod ctest-busybox-pod-70997630 not in running state.Currently in Pending 2025-07-16 16:56:30,267 - DEBUG - Pod ctest-busybox-pod-70997630 not in running state.Currently in Pending 2025-07-16 16:56:35,274 - INFO - Pod ctest-busybox-pod-70997630 is in running state.Got IP 10.47.255.245 2025-07-16 16:56:35,287 - DEBUG - Pod ctest-busybox-pod-70997630 has vmi ccd41044-6265-11f0-99b6-fa163e83d27e 2025-07-16 16:56:35,288 - INFO - Verified pod ctest-busybox-pod-70997630 in contrail-api 2025-07-16 16:56:35,288 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 16:56:35,299 - DEBUG - VMI ccd41044-6265-11f0-99b6-fa163e83d27e is active in agent 10.0.0.249 2025-07-16 16:56:35,299 - INFO - Verified Pod ctest-busybox-pod-70997630 in agent 10.0.0.249 2025-07-16 16:56:35,299 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=d753f503-03bd-4b7c-a1cb-0b56b12e8e15 2025-07-16 16:56:35,304 - INFO - Pod ctest-busybox-pod-70997630 with uuid d753f503-03bd-4b7c-a1cb-0b56b12e8e15 found in kube manager 2025-07-16 16:56:35,304 - INFO - Pod ctest-busybox-pod-70997630 verification passed 2025-07-16 16:56:35,359 - DEBUG - [Pod ctest-busybox-pod-70997630] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-59577959 2025-07-16 16:56:35,360 - DEBUG - [Pod Pod ctest-busybox-pod-70997630] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-07-16 16:56:35,360 - DEBUG - [Pod Pod ctest-busybox-pod-70997630] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-59577959 2025-07-16 16:56:35,399 - DEBUG - [Pod ctest-busybox-pod-70997630] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-59577959 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-16 16:56:35,399 - DEBUG - [Pod Pod ctest-busybox-pod-70997630] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-07-16 16:56:35,399 - DEBUG - [Pod Pod ctest-busybox-pod-70997630] Cmd output: ctest-nginx-pod-59577959 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-16 16:56:35,447 - DEBUG - [Pod ctest-busybox-pod-70997630] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-59577959 2025-07-16 16:56:35,447 - DEBUG - [Pod Pod ctest-busybox-pod-70997630] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-07-16 16:56:35,447 - DEBUG - [Pod Pod ctest-busybox-pod-70997630] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-59577959 2025-07-16 16:56:35,492 - DEBUG - [Pod ctest-busybox-pod-70997630] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-59577959 2025-07-16 16:56:35,492 - DEBUG - [Pod Pod ctest-busybox-pod-70997630] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-07-16 16:56:35,492 - DEBUG - [Pod Pod ctest-busybox-pod-70997630] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-59577959 2025-07-16 16:56:35,536 - DEBUG - [Pod ctest-busybox-pod-70997630] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-12427173 2025-07-16 16:56:35,536 - DEBUG - [Pod Pod ctest-busybox-pod-70997630] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-07-16 16:56:35,537 - DEBUG - [Pod Pod ctest-busybox-pod-70997630] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-12427173 2025-07-16 16:56:35,537 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-59577959': 4, 'ctest-nginx-pod-12427173': 1} 2025-07-16 16:56:35,537 - WARNING - Nothing to delete parallely 2025-07-16 16:56:35,537 - INFO - Deleting pod default:ctest-busybox-pod-70997630 2025-07-16 16:56:35,547 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d753f503-03bd-4b7c-a1cb-0b56b12e8e15 2025-07-16 16:56:35,556 - WARNING - Pod uuid d753f503-03bd-4b7c-a1cb-0b56b12e8e15 is still seen in agent 10.0.0.249 VM list 2025-07-16 16:56:40,557 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d753f503-03bd-4b7c-a1cb-0b56b12e8e15 2025-07-16 16:56:40,563 - WARNING - Pod uuid d753f503-03bd-4b7c-a1cb-0b56b12e8e15 is still seen in agent 10.0.0.249 VM list 2025-07-16 16:56:45,563 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d753f503-03bd-4b7c-a1cb-0b56b12e8e15 2025-07-16 16:56:45,570 - WARNING - Pod uuid d753f503-03bd-4b7c-a1cb-0b56b12e8e15 is still seen in agent 10.0.0.249 VM list 2025-07-16 16:56:50,571 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d753f503-03bd-4b7c-a1cb-0b56b12e8e15 2025-07-16 16:56:50,577 - WARNING - Pod uuid d753f503-03bd-4b7c-a1cb-0b56b12e8e15 is still seen in agent 10.0.0.249 VM list 2025-07-16 16:56:55,577 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d753f503-03bd-4b7c-a1cb-0b56b12e8e15 2025-07-16 16:56:55,584 - WARNING - Pod uuid d753f503-03bd-4b7c-a1cb-0b56b12e8e15 is still seen in agent 10.0.0.249 VM list 2025-07-16 16:57:00,584 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d753f503-03bd-4b7c-a1cb-0b56b12e8e15 2025-07-16 16:57:00,592 - WARNING - Pod uuid d753f503-03bd-4b7c-a1cb-0b56b12e8e15 is still seen in agent 10.0.0.249 VM list 2025-07-16 16:57:05,593 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d753f503-03bd-4b7c-a1cb-0b56b12e8e15 2025-07-16 16:57:05,600 - WARNING - Pod uuid d753f503-03bd-4b7c-a1cb-0b56b12e8e15 is still seen in agent 10.0.0.249 VM list 2025-07-16 16:57:10,601 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d753f503-03bd-4b7c-a1cb-0b56b12e8e15 2025-07-16 16:57:10,613 - DEBUG - Pod d753f503-03bd-4b7c-a1cb-0b56b12e8e15 is not in agent 10.0.0.249 VM list 2025-07-16 16:57:10,613 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ccd41044-6265-11f0-99b6-fa163e83d27e 2025-07-16 16:57:10,619 - DEBUG - VMI ccd41044-6265-11f0-99b6-fa163e83d27e is removed from agent 10.0.0.249 2025-07-16 16:57:10,619 - INFO - Verified that pod ctest-busybox-pod-70997630 is removed in agent 2025-07-16 16:57:10,619 - INFO - Deleting Ingress : ctest-nginx-ingress-49876910 2025-07-16 16:57:10,629 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=3dfe83b7-4688-40d4-8748-4ea72f9f8406 2025-07-16 16:57:10,637 - ERROR - Ingress ctest-nginx-ingress-49876910 with uuid 3dfe83b7-4688-40d4-8748-4ea72f9f8406 still found in kube manager 2025-07-16 16:57:11,638 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=3dfe83b7-4688-40d4-8748-4ea72f9f8406 2025-07-16 16:57:11,643 - ERROR - Ingress ctest-nginx-ingress-49876910 with uuid 3dfe83b7-4688-40d4-8748-4ea72f9f8406 still found in kube manager 2025-07-16 16:57:12,646 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=3dfe83b7-4688-40d4-8748-4ea72f9f8406 2025-07-16 16:57:12,652 - ERROR - Ingress ctest-nginx-ingress-49876910 with uuid 3dfe83b7-4688-40d4-8748-4ea72f9f8406 still found in kube manager 2025-07-16 16:57:13,653 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=3dfe83b7-4688-40d4-8748-4ea72f9f8406 2025-07-16 16:57:13,657 - INFO - Ingress ctest-nginx-ingress-49876910 with uuid 3dfe83b7-4688-40d4-8748-4ea72f9f8406 deleted successfully from kube manager 2025-07-16 16:57:13,658 - INFO - Verifications on Ingress %s cleanup passed 2025-07-16 16:57:13,658 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-16 16:57:13,745 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-16 16:57:13,751 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-16 16:57:13,751 - INFO - Deleting VN __public__ 2025-07-16 16:57:13,997 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/5f46761b-01d5-44c5-8571-a0c9f54f8a9f 2025-07-16 16:57:14,002 - DEBUG - Response Code: 404 2025-07-16 16:57:14,003 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-16 16:57:14,009 - DEBUG - Requesting: http://10.0.0.249:8082/domain/ea8d0693-575c-499b-a65b-c2106ddade84 2025-07-16 16:57:14,024 - DEBUG - Requesting: http://10.0.0.249:8082/project/82036206-4c30-405a-b8fd-e3d9c5aa190c 2025-07-16 16:57:14,097 - INFO - Validated that VN __public__ is not found in API Server 2025-07-16 16:57:14,097 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-16 16:57:14,107 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 16:57:14,121 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2025-07-16 16:57:14,122 - INFO - Validated that VN __public__ is not in any agent 2025-07-16 16:57:14,122 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 16:57:14,139 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 16:57:14,152 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-16 16:57:14,159 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-16 16:57:14,160 - INFO - Deleting pod default:ctest-nginx-pod-12427173 2025-07-16 16:57:14,183 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=32f5c34c-d8c5-4d52-94af-ca2cb011a91d 2025-07-16 16:57:14,220 - WARNING - Pod uuid 32f5c34c-d8c5-4d52-94af-ca2cb011a91d is still seen in agent 10.0.0.249 VM list 2025-07-16 16:57:19,220 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=32f5c34c-d8c5-4d52-94af-ca2cb011a91d 2025-07-16 16:57:19,226 - DEBUG - Pod 32f5c34c-d8c5-4d52-94af-ca2cb011a91d is not in agent 10.0.0.249 VM list 2025-07-16 16:57:19,226 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c21e8abc-6265-11f0-99b6-fa163e83d27e 2025-07-16 16:57:19,232 - DEBUG - VMI c21e8abc-6265-11f0-99b6-fa163e83d27e is removed from agent 10.0.0.249 2025-07-16 16:57:19,232 - INFO - Verified that pod ctest-nginx-pod-12427173 is removed in agent 2025-07-16 16:57:19,232 - INFO - Deleting pod default:ctest-nginx-pod-59577959 2025-07-16 16:57:19,255 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=6c7d8009-15a3-41ea-9ab8-d16867e6485a 2025-07-16 16:57:19,275 - WARNING - Pod uuid 6c7d8009-15a3-41ea-9ab8-d16867e6485a is still seen in agent 10.0.0.249 VM list 2025-07-16 16:57:24,276 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=6c7d8009-15a3-41ea-9ab8-d16867e6485a 2025-07-16 16:57:24,282 - DEBUG - Pod 6c7d8009-15a3-41ea-9ab8-d16867e6485a is not in agent 10.0.0.249 VM list 2025-07-16 16:57:24,283 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bf676a96-6265-11f0-99b6-fa163e83d27e 2025-07-16 16:57:24,288 - DEBUG - VMI bf676a96-6265-11f0-99b6-fa163e83d27e is removed from agent 10.0.0.249 2025-07-16 16:57:24,288 - INFO - Verified that pod ctest-nginx-pod-59577959 is removed in agent 2025-07-16 16:57:24,289 - INFO - Deleting service : ctest-nginx-svc-95449238 2025-07-16 16:57:24,776 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-16 16:57:24,782 - DEBUG - No XMPP flaps were noticed during the test
2025-07-16 16:57:24,783 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:33]
2025-07-16 16:57:24,783 - INFO - -------------------------------------------------------------------------------- 2025-07-16 16:57:31,181 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-16 16:57:31,330 - DEBUG - Output : cluster_project={} 2025-07-16 16:57:31,374 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-16 16:57:31,535 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-16 16:57:31,541 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-16 16:57:31,720 - DEBUG - Output : cluster_project={} 2025-07-16 16:57:33,733 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-16 16:57:34,010 - DEBUG - Output : cluster_project={} 2025-07-16 16:57:59,118 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 16:58:04,165 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 16:58:14,214 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 16:58:14,251 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 16:58:19,293 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 16:58:24,337 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 16:58:24,373 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 16:58:24,410 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 16:58:24,921 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-16 16:58:35,949 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_ApplicationPolicySetReq? 2025-07-16 16:58:35,955 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-07-16 16:58:35,982 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-07-16 16:58:38,016 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-07-16 16:58:40,056 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-07-16 16:58:42,082 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-07-16 17:01:42,077 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-16 17:01:42,144 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f28d9b65-9d5a-47e3-a471-29a6cc5cc32b 2025-07-16 17:01:42,167 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e2c53442-25dc-4274-8aed-bad534da9b2f 2025-07-16 17:01:42,198 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7d39833e-7897-47d9-8aa7-a8d21cb00935 2025-07-16 17:01:42,207 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=56a28d0a-50d2-4db7-a877-6c0e3ccbf0c6 2025-07-16 17:01:42,211 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2099d967-1a1f-4e6a-908e-11ec82544ae7 2025-07-16 17:01:42,219 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2605e43f-78d3-4e85-a87e-a5e52494d987 2025-07-16 17:01:42,244 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=dc6768e2-e386-4dd6-b054-88e3e414d997 2025-07-16 17:01:42,248 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=71b46120-9002-4790-bbe7-6f9b6f976dff 2025-07-16 17:01:47,345 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=56a28d0a-50d2-4db7-a877-6c0e3ccbf0c6 2025-07-16 17:01:47,347 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2605e43f-78d3-4e85-a87e-a5e52494d987 2025-07-16 17:01:47,348 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=dc6768e2-e386-4dd6-b054-88e3e414d997 2025-07-16 17:01:47,349 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=71b46120-9002-4790-bbe7-6f9b6f976dff 2025-07-16 17:01:47,350 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e2c53442-25dc-4274-8aed-bad534da9b2f 2025-07-16 17:01:47,351 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7d39833e-7897-47d9-8aa7-a8d21cb00935 2025-07-16 17:01:47,352 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f28d9b65-9d5a-47e3-a471-29a6cc5cc32b 2025-07-16 17:01:47,364 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2099d967-1a1f-4e6a-908e-11ec82544ae7 2025-07-16 17:01:47,377 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ff8bf754-6265-11f0-99b6-fa163e83d27e 2025-07-16 17:01:52,377 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=71b46120-9002-4790-bbe7-6f9b6f976dff 2025-07-16 17:01:52,379 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=dc6768e2-e386-4dd6-b054-88e3e414d997 2025-07-16 17:01:52,381 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=56a28d0a-50d2-4db7-a877-6c0e3ccbf0c6 2025-07-16 17:01:52,384 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2099d967-1a1f-4e6a-908e-11ec82544ae7 2025-07-16 17:01:52,386 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7d39833e-7897-47d9-8aa7-a8d21cb00935 2025-07-16 17:01:52,386 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e2c53442-25dc-4274-8aed-bad534da9b2f 2025-07-16 17:01:52,388 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2605e43f-78d3-4e85-a87e-a5e52494d987 2025-07-16 17:01:52,407 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:087d5204-6266-11f0-99b6-fa163e83d27e 2025-07-16 17:01:57,407 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2605e43f-78d3-4e85-a87e-a5e52494d987 2025-07-16 17:01:57,408 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e2c53442-25dc-4274-8aed-bad534da9b2f 2025-07-16 17:01:57,410 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7d39833e-7897-47d9-8aa7-a8d21cb00935 2025-07-16 17:01:57,411 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=71b46120-9002-4790-bbe7-6f9b6f976dff 2025-07-16 17:01:57,412 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2099d967-1a1f-4e6a-908e-11ec82544ae7 2025-07-16 17:01:57,413 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=56a28d0a-50d2-4db7-a877-6c0e3ccbf0c6 2025-07-16 17:01:57,437 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:01af0904-6266-11f0-99b6-fa163e83d27e 2025-07-16 17:02:02,436 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e2c53442-25dc-4274-8aed-bad534da9b2f 2025-07-16 17:02:02,437 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2605e43f-78d3-4e85-a87e-a5e52494d987 2025-07-16 17:02:02,439 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2099d967-1a1f-4e6a-908e-11ec82544ae7 2025-07-16 17:02:02,441 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=56a28d0a-50d2-4db7-a877-6c0e3ccbf0c6 2025-07-16 17:02:02,442 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7d39833e-7897-47d9-8aa7-a8d21cb00935 2025-07-16 17:02:02,484 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:051b6aa6-6266-11f0-99b6-fa163e83d27e 2025-07-16 17:02:07,481 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2099d967-1a1f-4e6a-908e-11ec82544ae7 2025-07-16 17:02:07,483 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2605e43f-78d3-4e85-a87e-a5e52494d987 2025-07-16 17:02:07,491 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=56a28d0a-50d2-4db7-a877-6c0e3ccbf0c6 2025-07-16 17:02:07,494 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7d39833e-7897-47d9-8aa7-a8d21cb00935 2025-07-16 17:02:12,493 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2605e43f-78d3-4e85-a87e-a5e52494d987 2025-07-16 17:02:12,495 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2099d967-1a1f-4e6a-908e-11ec82544ae7 2025-07-16 17:02:12,503 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7d39833e-7897-47d9-8aa7-a8d21cb00935 2025-07-16 17:02:12,507 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=56a28d0a-50d2-4db7-a877-6c0e3ccbf0c6 2025-07-16 17:02:17,506 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2099d967-1a1f-4e6a-908e-11ec82544ae7 2025-07-16 17:02:17,508 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=2605e43f-78d3-4e85-a87e-a5e52494d987 2025-07-16 17:02:17,516 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0b9b0a26-6266-11f0-99b6-fa163e83d27e 2025-07-16 17:02:17,518 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7d39833e-7897-47d9-8aa7-a8d21cb00935 2025-07-16 17:02:17,519 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=56a28d0a-50d2-4db7-a877-6c0e3ccbf0c6 2025-07-16 17:02:17,522 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0980e8aa-6266-11f0-99b6-fa163e83d27e 2025-07-16 17:02:22,535 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7d39833e-7897-47d9-8aa7-a8d21cb00935 2025-07-16 17:02:22,537 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=56a28d0a-50d2-4db7-a877-6c0e3ccbf0c6 2025-07-16 17:02:22,555 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0fdfb91a-6266-11f0-99b6-fa163e83d27e 2025-07-16 17:02:27,560 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=56a28d0a-50d2-4db7-a877-6c0e3ccbf0c6 2025-07-16 17:02:27,566 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0d24cff8-6266-11f0-99b6-fa163e83d27e