2026-04-20 11:56:54,283 - DEBUG - [10.0.0.33]: Running cmd : hostname 2026-04-20 11:56:54,522 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1971-1 2026-04-20 11:56:54,522 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2026-04-20 11:56:54,555 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1971-1 2026-04-20 11:56:54,555 - 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}' 2026-04-20 11:56:54,651 - DEBUG - Output : NAMES contrail_test_zly9H5piN contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-cassandra-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-api-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-schema-1 config_api-nodemgr-1 2026-04-20 11:56:54,652 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-04-20 11:56:54,685 - DEBUG - Output : 127.0.0.1/8 10.0.0.33/24 252.33.0.1/8 10.88.161.1/24 172.17.0.1/16 2026-04-20 11:56:54,685 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2026-04-20 11:56:54,718 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1971-1 2026-04-20 11:56:54,805 - DEBUG - [10.0.0.249]: Running cmd : hostname 2026-04-20 11:56:55,069 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1971-1 2026-04-20 11:56:55,069 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2026-04-20 11:56:55,104 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1971-1 2026-04-20 11:56:55,105 - 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}' 2026-04-20 11:56:55,195 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-04-20 11:56:55,195 - DEBUG - [10.0.0.249]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-04-20 11:56:55,232 - DEBUG - Output : 10.0.0.249/24 2026-04-20 11:56:55,232 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2026-04-20 11:56:55,308 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1971-1 2026-04-20 11:56:55,384 - INFO - Using existing project ['default-domain', 'k8s-default'](73193a01-2a28-43fa-a911-4454bbb8fcd9) 2026-04-20 11:56:55,489 - INFO - Using existing project ['default-domain', 'k8s-default'](73193a01-2a28-43fa-a911-4454bbb8fcd9) 2026-04-20 11:56:55,593 - INFO - ================================================================================ 2026-04-20 11:56:55,593 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-04-20 11:56:55,594 - 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 2026-04-20 11:56:55,862 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-20 11:56:55,870 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.0.0.33': '0'}} with 2026-04-20 11:56:55,870 - INFO - Initial checks done. Running the testcase now 2026-04-20 11:56:55,870 - INFO - 2026-04-20 11:56:55,874 - INFO - Namespace default already exists 2026-04-20 11:56:55,874 - 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' 2026-04-20 11:56:55,991 - DEBUG - Output : cluster_project={} 2026-04-20 11:56:56,033 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-04-20 11:56:56,033 - DEBUG - Project uuid in Contrail is 73193a01-2a28-43fa-a911-4454bbb8fcd9 2026-04-20 11:56:56,033 - 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' 2026-04-20 11:56:56,162 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-04-20 11:56:56,162 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=fa4329d9-6808-4bff-8bda-4ba6ecc84ff7 2026-04-20 11:56:56,166 - INFO - Namespace default with uuid fa4329d9-6808-4bff-8bda-4ba6ecc84ff7 found in kube manager 2026-04-20 11:56:56,166 - INFO - Namespace default verification passed 2026-04-20 11:56:56,169 - DEBUG - Service ctest-nginx-svc-06901395 not present 2026-04-20 11:56:56,169 - INFO - Creating service ctest-nginx-svc-06901395 2026-04-20 11:56:56,185 - INFO - Created Service ctest-nginx-svc-06901395 2026-04-20 11:56:56,195 - DEBUG - Pod ctest-nginx-pod-70942140 not present 2026-04-20 11:56:56,197 - INFO - Creating Pod ctest-nginx-pod-70942140 2026-04-20 11:56:56,251 - DEBUG - Pod : ctest-nginx-pod-70942140 UUID is 331ad151-db98-4e40-a056-64c325304383 2026-04-20 11:56:56,256 - DEBUG - Pod ctest-nginx-pod-59909408 not present 2026-04-20 11:56:56,257 - INFO - Creating Pod ctest-nginx-pod-59909408 2026-04-20 11:56:56,284 - DEBUG - Pod : ctest-nginx-pod-59909408 UUID is a4d88880-0e11-45c6-bbba-2111defa84e5 2026-04-20 11:56:56,466 - INFO - Created VN __public__, UUID :48d0fe9a-312d-443f-b4ae-d92439afeab7 2026-04-20 11:56:56,702 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-04-20 11:56:56,711 - DEBUG - Requesting: http://10.0.0.33:8082/domain/335aae68-f6dd-4784-b514-7a0303f29839 2026-04-20 11:56:56,725 - DEBUG - Requesting: http://10.0.0.33:8082/project/73193a01-2a28-43fa-a911-4454bbb8fcd9 2026-04-20 11:56:56,784 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/48d0fe9a-312d-443f-b4ae-d92439afeab7 2026-04-20 11:56:56,794 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/48d0fe9a-312d-443f-b4ae-d92439afeab7 2026-04-20 11:56:56,803 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/722214ee-0b94-46e8-8549-33bb8e93c7a4 2026-04-20 11:56:56,808 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/722214ee-0b94-46e8-8549-33bb8e93c7a4 2026-04-20 11:56:56,854 - DEBUG - Route Targets: [] 2026-04-20 11:56:56,854 - DEBUG - RT names not yet present for VN __public__ 2026-04-20 11:57:01,855 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-04-20 11:57:01,861 - DEBUG - Requesting: http://10.0.0.33:8082/domain/335aae68-f6dd-4784-b514-7a0303f29839 2026-04-20 11:57:01,868 - DEBUG - Requesting: http://10.0.0.33:8082/project/73193a01-2a28-43fa-a911-4454bbb8fcd9 2026-04-20 11:57:01,904 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/48d0fe9a-312d-443f-b4ae-d92439afeab7 2026-04-20 11:57:01,915 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/48d0fe9a-312d-443f-b4ae-d92439afeab7 2026-04-20 11:57:01,925 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/722214ee-0b94-46e8-8549-33bb8e93c7a4 2026-04-20 11:57:01,933 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/722214ee-0b94-46e8-8549-33bb8e93c7a4 2026-04-20 11:57:01,941 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/5da96e6f-f3ca-4f1e-bd3b-0a2448bd64e2 2026-04-20 11:57:01,948 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-20 11:57:01,948 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/48d0fe9a-312d-443f-b4ae-d92439afeab7 2026-04-20 11:57:01,964 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/722214ee-0b94-46e8-8549-33bb8e93c7a4 2026-04-20 11:57:01,978 - INFO - Verified VN network id 13 for VN 48d0fe9a-312d-443f-b4ae-d92439afeab7 2026-04-20 11:57:01,978 - INFO - Verifications in API Server for VN __public__ passed 2026-04-20 11:57:01,978 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/48d0fe9a-312d-443f-b4ae-d92439afeab7 2026-04-20 11:57:01,989 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/722214ee-0b94-46e8-8549-33bb8e93c7a4 2026-04-20 11:57:01,997 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/722214ee-0b94-46e8-8549-33bb8e93c7a4 2026-04-20 11:57:02,006 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/5da96e6f-f3ca-4f1e-bd3b-0a2448bd64e2 2026-04-20 11:57:02,013 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-20 11:57:02,020 - 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': '5246973504090096703', 'uuid-lslong': '13019582322384562871'}, 'enable': 'true', 'created': '2026-04-20T11:56:56', 'last-modified': '2026-04-20T11:56:56', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.364578'} 2026-04-20 11:57:02,020 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-20 11:57:02,031 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-20 11:57:02,032 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-04-20 11:57:02,032 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-04-20 11:57:02,032 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-04-20 11:57:02,037 - DEBUG - Requesting: http://10.0.0.33:8082/domain/335aae68-f6dd-4784-b514-7a0303f29839 2026-04-20 11:57:02,044 - DEBUG - Requesting: http://10.0.0.33:8082/project/73193a01-2a28-43fa-a911-4454bbb8fcd9 2026-04-20 11:57:02,090 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/48d0fe9a-312d-443f-b4ae-d92439afeab7 2026-04-20 11:57:02,100 - DEBUG - =>VN __public__ has no policy to be verified 2026-04-20 11:57:02,101 - DEBUG - Verifying the vn in opserver 2026-04-20 11:57:02,101 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2026-04-20 11:57:02,101 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2026-04-20 11:57:02,107 - 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'} 2026-04-20 11:57:02,107 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-04-20 11:57:02,107 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-20 11:57:02,118 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-20 11:57:02,125 - DEBUG - Do not have enough data to verify VN in agent 2026-04-20 11:57:02,125 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-20 11:57:02,133 - DEBUG - VRF ids for VN __public__: {} 2026-04-20 11:57:02,220 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-04-20 11:57:02,369 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-04-20 11:57:02,374 - DEBUG - Requesting: http://10.0.0.33:8082/domain/335aae68-f6dd-4784-b514-7a0303f29839 2026-04-20 11:57:02,382 - DEBUG - Requesting: http://10.0.0.33:8082/project/73193a01-2a28-43fa-a911-4454bbb8fcd9 2026-04-20 11:57:02,423 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/48d0fe9a-312d-443f-b4ae-d92439afeab7 2026-04-20 11:57:02,432 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/ea2fb300-ba72-43ce-97bb-03a4818f3d7d 2026-04-20 11:57:02,438 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-04-20 11:57:02,442 - DEBUG - Requesting: http://10.0.0.33:8082/domain/335aae68-f6dd-4784-b514-7a0303f29839 2026-04-20 11:57:02,448 - DEBUG - Requesting: http://10.0.0.33:8082/project/73193a01-2a28-43fa-a911-4454bbb8fcd9 2026-04-20 11:57:02,482 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/48d0fe9a-312d-443f-b4ae-d92439afeab7 2026-04-20 11:57:02,490 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-04-20 11:57:02,490 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-04-20 11:57:02,496 - 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__ 2026-04-20 11:57:02,501 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-04-20 11:57:02,501 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-04-20 11:57:02,504 - DEBUG - Ingress ctest-nginx-ingress-35953738 not present 2026-04-20 11:57:02,505 - INFO - Creating Ingress ctest-nginx-ingress-35953738 2026-04-20 11:57:02,513 - INFO - Created Ingress ctest-nginx-ingress-35953738 2026-04-20 11:57:02,516 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-35953738 2026-04-20 11:57:05,522 - DEBUG - For Ingress ctest-nginx-ingress-35953738, Cluster IP: 10.47.255.249, External IPs ['169.246.200.252'] 2026-04-20 11:57:05,522 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-35953738 2026-04-20 11:57:05,522 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=4cf92bc4-8cb5-47a0-9485-778a787e1ec3 2026-04-20 11:57:05,526 - INFO - Ingress ctest-nginx-ingress-35953738 with uuid 4cf92bc4-8cb5-47a0-9485-778a787e1ec3 found in kube manager 2026-04-20 11:57:05,526 - INFO - Ingress ctest-nginx-ingress-35953738 verification passed 2026-04-20 11:57:05,538 - DEBUG - Pod ctest-busybox-pod-64812860 not present 2026-04-20 11:57:05,538 - INFO - Creating Pod ctest-busybox-pod-64812860 2026-04-20 11:57:05,566 - DEBUG - Node for Pod ctest-busybox-pod-64812860 not yet populated 2026-04-20 11:57:08,573 - DEBUG - Pod : ctest-busybox-pod-64812860 UUID is 97362e8a-2e47-4a02-a6b1-3f2762b95158 2026-04-20 11:57:08,580 - DEBUG - Pod ctest-nginx-pod-70942140 not in running state.Currently in Pending 2026-04-20 11:57:13,589 - DEBUG - Pod ctest-nginx-pod-70942140 not in running state.Currently in Pending 2026-04-20 11:57:18,605 - INFO - Pod ctest-nginx-pod-70942140 is in running state.Got IP 10.47.255.251 2026-04-20 11:57:18,618 - DEBUG - Pod ctest-nginx-pod-70942140 has vmi 0855c8f4-3cb0-11f1-bdd3-fa163ef831b3 2026-04-20 11:57:18,618 - INFO - Verified pod ctest-nginx-pod-70942140 in contrail-api 2026-04-20 11:57:18,618 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-20 11:57:18,638 - DEBUG - VMI 0855c8f4-3cb0-11f1-bdd3-fa163ef831b3 is active in agent 10.0.0.249 2026-04-20 11:57:18,638 - INFO - Verified Pod ctest-nginx-pod-70942140 in agent 10.0.0.249 2026-04-20 11:57:18,638 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=331ad151-db98-4e40-a056-64c325304383 2026-04-20 11:57:18,643 - INFO - Pod ctest-nginx-pod-70942140 with uuid 331ad151-db98-4e40-a056-64c325304383 found in kube manager 2026-04-20 11:57:18,643 - INFO - Pod ctest-nginx-pod-70942140 verification passed 2026-04-20 11:57:18,812 - DEBUG - [Pod ctest-nginx-pod-70942140] Cmd: echo ctest-nginx-pod-70942140 > /usr/share/nginx/html/index.html, Output: 2026-04-20 11:57:18,820 - INFO - Pod ctest-nginx-pod-59909408 is in running state.Got IP 10.47.255.250 2026-04-20 11:57:18,832 - DEBUG - Pod ctest-nginx-pod-59909408 has vmi 08be8d9e-3cb0-11f1-bdd3-fa163ef831b3 2026-04-20 11:57:18,832 - INFO - Verified pod ctest-nginx-pod-59909408 in contrail-api 2026-04-20 11:57:18,832 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-20 11:57:18,845 - DEBUG - VMI 08be8d9e-3cb0-11f1-bdd3-fa163ef831b3 is active in agent 10.0.0.249 2026-04-20 11:57:18,846 - INFO - Verified Pod ctest-nginx-pod-59909408 in agent 10.0.0.249 2026-04-20 11:57:18,846 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=a4d88880-0e11-45c6-bbba-2111defa84e5 2026-04-20 11:57:18,850 - INFO - Pod ctest-nginx-pod-59909408 with uuid a4d88880-0e11-45c6-bbba-2111defa84e5 found in kube manager 2026-04-20 11:57:18,850 - INFO - Pod ctest-nginx-pod-59909408 verification passed 2026-04-20 11:57:18,933 - DEBUG - [Pod ctest-nginx-pod-59909408] Cmd: echo ctest-nginx-pod-59909408 > /usr/share/nginx/html/index.html, Output: 2026-04-20 11:57:18,940 - DEBUG - Pod ctest-busybox-pod-64812860 not in running state.Currently in Pending 2026-04-20 11:57:23,952 - INFO - Pod ctest-busybox-pod-64812860 is in running state.Got IP 10.47.255.248 2026-04-20 11:57:23,969 - DEBUG - Pod ctest-busybox-pod-64812860 has vmi 0d27f960-3cb0-11f1-bdd3-fa163ef831b3 2026-04-20 11:57:23,970 - INFO - Verified pod ctest-busybox-pod-64812860 in contrail-api 2026-04-20 11:57:23,970 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-20 11:57:23,979 - DEBUG - VMI 0d27f960-3cb0-11f1-bdd3-fa163ef831b3 is active in agent 10.0.0.249 2026-04-20 11:57:23,979 - INFO - Verified Pod ctest-busybox-pod-64812860 in agent 10.0.0.249 2026-04-20 11:57:23,980 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=97362e8a-2e47-4a02-a6b1-3f2762b95158 2026-04-20 11:57:23,983 - INFO - Pod ctest-busybox-pod-64812860 with uuid 97362e8a-2e47-4a02-a6b1-3f2762b95158 found in kube manager 2026-04-20 11:57:23,983 - INFO - Pod ctest-busybox-pod-64812860 verification passed 2026-04-20 11:57:24,044 - DEBUG - [Pod ctest-busybox-pod-64812860] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-59909408 2026-04-20 11:57:24,044 - DEBUG - [Pod Pod ctest-busybox-pod-64812860] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-20 11:57:24,044 - DEBUG - [Pod Pod ctest-busybox-pod-64812860] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-59909408 2026-04-20 11:57:24,102 - DEBUG - [Pod ctest-busybox-pod-64812860] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-59909408 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-20 11:57:24,102 - DEBUG - [Pod Pod ctest-busybox-pod-64812860] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-20 11:57:24,102 - DEBUG - [Pod Pod ctest-busybox-pod-64812860] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-59909408 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-20 11:57:24,177 - DEBUG - [Pod ctest-busybox-pod-64812860] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-59909408 2026-04-20 11:57:24,177 - DEBUG - [Pod Pod ctest-busybox-pod-64812860] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-20 11:57:24,177 - DEBUG - [Pod Pod ctest-busybox-pod-64812860] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-59909408 2026-04-20 11:57:24,245 - DEBUG - [Pod ctest-busybox-pod-64812860] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-70942140 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-20 11:57:24,245 - DEBUG - [Pod Pod ctest-busybox-pod-64812860] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-04-20 11:57:24,245 - DEBUG - [Pod Pod ctest-busybox-pod-64812860] Cmd output: ctest-nginx-pod-70942140 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-20 11:57:24,245 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-70942140': 1, 'ctest-nginx-pod-59909408': 3} 2026-04-20 11:57:24,245 - WARNING - Nothing to delete parallely 2026-04-20 11:57:24,245 - INFO - Deleting pod default:ctest-busybox-pod-64812860 2026-04-20 11:57:24,266 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=97362e8a-2e47-4a02-a6b1-3f2762b95158 2026-04-20 11:57:24,274 - WARNING - Pod uuid 97362e8a-2e47-4a02-a6b1-3f2762b95158 is still seen in agent 10.0.0.249 VM list 2026-04-20 11:57:29,275 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=97362e8a-2e47-4a02-a6b1-3f2762b95158 2026-04-20 11:57:29,287 - WARNING - Pod uuid 97362e8a-2e47-4a02-a6b1-3f2762b95158 is still seen in agent 10.0.0.249 VM list 2026-04-20 11:57:34,288 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=97362e8a-2e47-4a02-a6b1-3f2762b95158 2026-04-20 11:57:34,295 - WARNING - Pod uuid 97362e8a-2e47-4a02-a6b1-3f2762b95158 is still seen in agent 10.0.0.249 VM list 2026-04-20 11:57:39,296 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=97362e8a-2e47-4a02-a6b1-3f2762b95158 2026-04-20 11:57:39,303 - WARNING - Pod uuid 97362e8a-2e47-4a02-a6b1-3f2762b95158 is still seen in agent 10.0.0.249 VM list 2026-04-20 11:57:44,304 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=97362e8a-2e47-4a02-a6b1-3f2762b95158 2026-04-20 11:57:44,312 - WARNING - Pod uuid 97362e8a-2e47-4a02-a6b1-3f2762b95158 is still seen in agent 10.0.0.249 VM list 2026-04-20 11:57:49,312 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=97362e8a-2e47-4a02-a6b1-3f2762b95158 2026-04-20 11:57:49,325 - WARNING - Pod uuid 97362e8a-2e47-4a02-a6b1-3f2762b95158 is still seen in agent 10.0.0.249 VM list 2026-04-20 11:57:54,326 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=97362e8a-2e47-4a02-a6b1-3f2762b95158 2026-04-20 11:57:54,334 - WARNING - Pod uuid 97362e8a-2e47-4a02-a6b1-3f2762b95158 is still seen in agent 10.0.0.249 VM list 2026-04-20 11:57:59,335 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=97362e8a-2e47-4a02-a6b1-3f2762b95158 2026-04-20 11:57:59,342 - DEBUG - Pod 97362e8a-2e47-4a02-a6b1-3f2762b95158 is not in agent 10.0.0.249 VM list 2026-04-20 11:57:59,342 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0d27f960-3cb0-11f1-bdd3-fa163ef831b3 2026-04-20 11:57:59,349 - DEBUG - VMI 0d27f960-3cb0-11f1-bdd3-fa163ef831b3 is removed from agent 10.0.0.249 2026-04-20 11:57:59,349 - INFO - Verified that pod ctest-busybox-pod-64812860 is removed in agent 2026-04-20 11:57:59,349 - INFO - Deleting Ingress : ctest-nginx-ingress-35953738 2026-04-20 11:57:59,358 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=4cf92bc4-8cb5-47a0-9485-778a787e1ec3 2026-04-20 11:57:59,363 - ERROR - Ingress ctest-nginx-ingress-35953738 with uuid 4cf92bc4-8cb5-47a0-9485-778a787e1ec3 still found in kube manager 2026-04-20 11:58:00,364 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=4cf92bc4-8cb5-47a0-9485-778a787e1ec3 2026-04-20 11:58:00,368 - INFO - Ingress ctest-nginx-ingress-35953738 with uuid 4cf92bc4-8cb5-47a0-9485-778a787e1ec3 deleted successfully from kube manager 2026-04-20 11:58:00,368 - INFO - Verifications on Ingress %s cleanup passed 2026-04-20 11:58:00,368 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-04-20 11:58:00,509 - 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__ 2026-04-20 11:58:00,524 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-04-20 11:58:00,524 - INFO - Deleting VN __public__ 2026-04-20 11:58:00,675 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/722214ee-0b94-46e8-8549-33bb8e93c7a4 2026-04-20 11:58:00,685 - DEBUG - Response Code: 404 2026-04-20 11:58:00,685 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-04-20 11:58:00,691 - DEBUG - Requesting: http://10.0.0.33:8082/domain/335aae68-f6dd-4784-b514-7a0303f29839 2026-04-20 11:58:00,698 - DEBUG - Requesting: http://10.0.0.33:8082/project/73193a01-2a28-43fa-a911-4454bbb8fcd9 2026-04-20 11:58:00,757 - INFO - Validated that VN __public__ is not found in API Server 2026-04-20 11:58:00,757 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-04-20 11:58:00,763 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-20 11:58:00,783 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2026-04-20 11:58:00,786 - INFO - Validated that VN __public__ is not in any agent 2026-04-20 11:58:00,786 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-20 11:58:00,803 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-20 11:58:00,809 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-20 11:58:00,814 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-04-20 11:58:00,814 - INFO - Deleting pod default:ctest-nginx-pod-59909408 2026-04-20 11:58:00,830 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a4d88880-0e11-45c6-bbba-2111defa84e5 2026-04-20 11:58:00,837 - WARNING - Pod uuid a4d88880-0e11-45c6-bbba-2111defa84e5 is still seen in agent 10.0.0.249 VM list 2026-04-20 11:58:05,838 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a4d88880-0e11-45c6-bbba-2111defa84e5 2026-04-20 11:58:05,844 - DEBUG - Pod a4d88880-0e11-45c6-bbba-2111defa84e5 is not in agent 10.0.0.249 VM list 2026-04-20 11:58:05,844 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:08be8d9e-3cb0-11f1-bdd3-fa163ef831b3 2026-04-20 11:58:05,851 - DEBUG - VMI 08be8d9e-3cb0-11f1-bdd3-fa163ef831b3 is removed from agent 10.0.0.249 2026-04-20 11:58:05,851 - INFO - Verified that pod ctest-nginx-pod-59909408 is removed in agent 2026-04-20 11:58:05,852 - INFO - Deleting pod default:ctest-nginx-pod-70942140 2026-04-20 11:58:05,876 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=331ad151-db98-4e40-a056-64c325304383 2026-04-20 11:58:05,884 - WARNING - Pod uuid 331ad151-db98-4e40-a056-64c325304383 is still seen in agent 10.0.0.249 VM list 2026-04-20 11:58:10,885 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=331ad151-db98-4e40-a056-64c325304383 2026-04-20 11:58:10,891 - DEBUG - Pod 331ad151-db98-4e40-a056-64c325304383 is not in agent 10.0.0.249 VM list 2026-04-20 11:58:10,892 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0855c8f4-3cb0-11f1-bdd3-fa163ef831b3 2026-04-20 11:58:10,899 - DEBUG - VMI 0855c8f4-3cb0-11f1-bdd3-fa163ef831b3 is removed from agent 10.0.0.249 2026-04-20 11:58:10,899 - INFO - Verified that pod ctest-nginx-pod-70942140 is removed in agent 2026-04-20 11:58:10,899 - INFO - Deleting service : ctest-nginx-svc-06901395 2026-04-20 11:58:11,113 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-20 11:58:11,120 - DEBUG - No XMPP flaps were noticed during the test
2026-04-20 11:58:11,120 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:16]
2026-04-20 11:58:11,121 - INFO - -------------------------------------------------------------------------------- 2026-04-20 11:58:17,573 - 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' 2026-04-20 11:58:17,700 - DEBUG - Output : cluster_project={} 2026-04-20 11:58:17,811 - 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' 2026-04-20 11:58:17,949 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-04-20 11:58:17,954 - 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' 2026-04-20 11:58:18,119 - DEBUG - Output : cluster_project={} 2026-04-20 11:58:33,224 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-20 11:58:33,305 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-20 11:58:33,339 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-20 11:58:33,419 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-20 11:58:33,502 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-20 11:58:33,538 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-20 11:58:33,613 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-20 11:58:33,690 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-20 11:58:33,908 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-20 11:58:36,541 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_ApplicationPolicySetReq? 2026-04-20 11:58:36,547 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-04-20 11:58:36,572 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-04-20 11:58:38,598 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-04-20 12:01:39,039 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-20 12:01:39,071 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5f21bb62-7a43-487a-ab62-5f25b9558f2b 2026-04-20 12:01:39,083 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f443cc15-b5df-4b58-ae39-3d5649489041 2026-04-20 12:01:39,091 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e263d156-f721-49bf-af50-fe6989abe429 2026-04-20 12:01:39,096 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=85155443-b585-4ac9-a559-9b55fa2c39f2 2026-04-20 12:01:39,106 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42584024-69de-487e-a96d-850dd5a438cb 2026-04-20 12:01:39,115 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=171316e6-1c34-4a6f-ac45-d278f6086b06 2026-04-20 12:01:39,121 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0a65d1b4-7a7d-44cb-b666-f95ee25fb3a0 2026-04-20 12:01:39,126 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=c0cdec66-a0b2-42de-b750-8a1c0e22ffcb 2026-04-20 12:01:44,099 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5f21bb62-7a43-487a-ab62-5f25b9558f2b 2026-04-20 12:01:44,111 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:38be4534-3cb0-11f1-bdd3-fa163ef831b3 2026-04-20 12:01:44,132 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f443cc15-b5df-4b58-ae39-3d5649489041 2026-04-20 12:01:44,176 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42584024-69de-487e-a96d-850dd5a438cb 2026-04-20 12:01:44,178 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e263d156-f721-49bf-af50-fe6989abe429 2026-04-20 12:01:44,179 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0a65d1b4-7a7d-44cb-b666-f95ee25fb3a0 2026-04-20 12:01:44,180 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=85155443-b585-4ac9-a559-9b55fa2c39f2 2026-04-20 12:01:44,180 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=c0cdec66-a0b2-42de-b750-8a1c0e22ffcb 2026-04-20 12:01:44,182 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=171316e6-1c34-4a6f-ac45-d278f6086b06 2026-04-20 12:01:44,197 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3930a4e4-3cb0-11f1-bdd3-fa163ef831b3 2026-04-20 12:01:44,201 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:39c83cc8-3cb0-11f1-bdd3-fa163ef831b3 2026-04-20 12:01:44,203 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3a3122a6-3cb0-11f1-bdd3-fa163ef831b3 2026-04-20 12:01:49,142 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f443cc15-b5df-4b58-ae39-3d5649489041 2026-04-20 12:01:49,199 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=85155443-b585-4ac9-a559-9b55fa2c39f2 2026-04-20 12:01:49,200 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42584024-69de-487e-a96d-850dd5a438cb 2026-04-20 12:01:49,203 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0a65d1b4-7a7d-44cb-b666-f95ee25fb3a0 2026-04-20 12:01:54,150 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f443cc15-b5df-4b58-ae39-3d5649489041 2026-04-20 12:01:54,214 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42584024-69de-487e-a96d-850dd5a438cb 2026-04-20 12:01:54,215 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=85155443-b585-4ac9-a559-9b55fa2c39f2 2026-04-20 12:01:54,217 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0a65d1b4-7a7d-44cb-b666-f95ee25fb3a0 2026-04-20 12:01:59,157 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f443cc15-b5df-4b58-ae39-3d5649489041 2026-04-20 12:01:59,228 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42584024-69de-487e-a96d-850dd5a438cb 2026-04-20 12:01:59,230 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=85155443-b585-4ac9-a559-9b55fa2c39f2 2026-04-20 12:01:59,232 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0a65d1b4-7a7d-44cb-b666-f95ee25fb3a0 2026-04-20 12:02:04,167 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f443cc15-b5df-4b58-ae39-3d5649489041 2026-04-20 12:02:04,242 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42584024-69de-487e-a96d-850dd5a438cb 2026-04-20 12:02:04,243 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=85155443-b585-4ac9-a559-9b55fa2c39f2 2026-04-20 12:02:04,245 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0a65d1b4-7a7d-44cb-b666-f95ee25fb3a0 2026-04-20 12:02:09,175 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f443cc15-b5df-4b58-ae39-3d5649489041 2026-04-20 12:02:09,256 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=85155443-b585-4ac9-a559-9b55fa2c39f2 2026-04-20 12:02:09,257 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0a65d1b4-7a7d-44cb-b666-f95ee25fb3a0 2026-04-20 12:02:09,258 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42584024-69de-487e-a96d-850dd5a438cb 2026-04-20 12:02:14,182 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f443cc15-b5df-4b58-ae39-3d5649489041 2026-04-20 12:02:14,189 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3b267f1c-3cb0-11f1-bdd3-fa163ef831b3 2026-04-20 12:02:14,271 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=85155443-b585-4ac9-a559-9b55fa2c39f2 2026-04-20 12:02:14,273 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42584024-69de-487e-a96d-850dd5a438cb 2026-04-20 12:02:14,274 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0a65d1b4-7a7d-44cb-b666-f95ee25fb3a0 2026-04-20 12:02:14,283 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3ab1dc16-3cb0-11f1-bdd3-fa163ef831b3 2026-04-20 12:02:14,286 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3b9ad24a-3cb0-11f1-bdd3-fa163ef831b3 2026-04-20 12:02:14,287 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3c0acdd4-3cb0-11f1-bdd3-fa163ef831b3