2025-02-03 16:59:03,303 - DEBUG - [10.0.0.56]: Running cmd : hostname 2025-02-03 16:59:03,541 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-953-1 2025-02-03 16:59:03,541 - DEBUG - [10.0.0.56]: Running cmd : hostname -f 2025-02-03 16:59:03,575 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-953-1 2025-02-03 16:59:03,575 - DEBUG - [10.0.0.56]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-02-03 16:59:03,650 - DEBUG - Output : NAMES contrail_test_2C5nGddbI contrail-kubernetes-master_kubemanager_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_dnsmasq_1 config_api_api_1 config_api_svcmonitor_1 config_api_schema_1 2025-02-03 16:59:03,651 - DEBUG - [10.0.0.56]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-03 16:59:03,719 - DEBUG - Output : 10.0.0.56/24 172.17.0.1/16 2025-02-03 16:59:03,720 - DEBUG - [10.0.0.56]: Running cmd : getent hosts 10.0.0.56 | head -n 1 | awk '{print $2}' 2025-02-03 16:59:03,753 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-953-1 2025-02-03 16:59:03,846 - DEBUG - [10.0.0.12]: Running cmd : hostname 2025-02-03 16:59:04,079 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-953-1 2025-02-03 16:59:04,080 - DEBUG - [10.0.0.12]: Running cmd : hostname -f 2025-02-03 16:59:04,107 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-953-1 2025-02-03 16:59:04,107 - DEBUG - [10.0.0.12]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-02-03 16:59:04,193 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-02-03 16:59:04,193 - DEBUG - [10.0.0.12]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-03 16:59:04,228 - DEBUG - Output : 10.0.0.12/24 2025-02-03 16:59:04,228 - DEBUG - [10.0.0.12]: Running cmd : getent hosts 10.0.0.12 | head -n 1 | awk '{print $2}' 2025-02-03 16:59:04,298 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-953-1 2025-02-03 16:59:04,367 - INFO - Using existing project ['default-domain', 'k8s-default'](3c369c0b-5110-4560-9a0f-76fb3768f43f) 2025-02-03 16:59:04,485 - INFO - Using existing project ['default-domain', 'k8s-default'](3c369c0b-5110-4560-9a0f-76fb3768f43f) 2025-02-03 16:59:04,608 - INFO - ================================================================================ 2025-02-03 16:59:04,609 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-02-03 16:59:04,609 - 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-02-03 16:59:04,854 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-03 16:59:04,862 - DEBUG - Nothing to compare xmpp stats {'10.0.0.12': {'10.0.0.56': '0'}} with 2025-02-03 16:59:04,862 - INFO - Initial checks done. Running the testcase now 2025-02-03 16:59:04,862 - INFO - 2025-02-03 16:59:04,866 - INFO - Namespace default already exists 2025-02-03 16:59:04,867 - DEBUG - [10.0.0.56]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-03 16:59:04,984 - DEBUG - Output : cluster_project={} 2025-02-03 16:59:05,037 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-02-03 16:59:05,037 - DEBUG - Project uuid in Contrail is 3c369c0b-5110-4560-9a0f-76fb3768f43f 2025-02-03 16:59:05,038 - DEBUG - [10.0.0.56]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-03 16:59:05,165 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-03 16:59:05,165 - DEBUG - Requesting: http://10.0.0.56:8108/Snh_NamespaceDatabaseList?namespace_uuid=3790255a-c25b-4f34-8c77-d222e651dc57 2025-02-03 16:59:05,169 - INFO - Namespace default with uuid 3790255a-c25b-4f34-8c77-d222e651dc57 found in kube manager 2025-02-03 16:59:05,170 - INFO - Namespace default verification passed 2025-02-03 16:59:05,186 - DEBUG - Service ctest-nginx-svc-58017286 not present 2025-02-03 16:59:05,187 - INFO - Creating service ctest-nginx-svc-58017286 2025-02-03 16:59:05,207 - INFO - Created Service ctest-nginx-svc-58017286 2025-02-03 16:59:05,218 - DEBUG - Pod ctest-nginx-pod-85323001 not present 2025-02-03 16:59:05,218 - INFO - Creating Pod ctest-nginx-pod-85323001 2025-02-03 16:59:05,270 - DEBUG - Pod : ctest-nginx-pod-85323001 UUID is ef41be93-42bb-4cbd-b714-02324b47b0cd 2025-02-03 16:59:05,274 - DEBUG - Pod ctest-nginx-pod-82127038 not present 2025-02-03 16:59:05,274 - INFO - Creating Pod ctest-nginx-pod-82127038 2025-02-03 16:59:05,300 - DEBUG - Pod : ctest-nginx-pod-82127038 UUID is a120d186-6b7e-4f7f-8e22-39977a1bd8b5 2025-02-03 16:59:05,506 - INFO - Created VN __public__, UUID :4c10c01d-5dc3-40a0-b4e2-168e9d349c42 2025-02-03 16:59:05,658 - DEBUG - Requesting: http://10.0.0.56:8082/domains 2025-02-03 16:59:05,692 - DEBUG - Requesting: http://10.0.0.56:8082/domain/b9385749-06fe-48af-a17f-28f21b9cecc6 2025-02-03 16:59:05,739 - DEBUG - Requesting: http://10.0.0.56:8082/project/3c369c0b-5110-4560-9a0f-76fb3768f43f 2025-02-03 16:59:05,800 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-network/4c10c01d-5dc3-40a0-b4e2-168e9d349c42 2025-02-03 16:59:05,814 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-network/4c10c01d-5dc3-40a0-b4e2-168e9d349c42 2025-02-03 16:59:05,825 - DEBUG - Requesting: http://10.0.0.56:8082/routing-instance/cfe9c7c0-55f8-49b3-ba7e-31829dc21d4e 2025-02-03 16:59:05,833 - DEBUG - Requesting: http://10.0.0.56:8082/routing-instance/cfe9c7c0-55f8-49b3-ba7e-31829dc21d4e 2025-02-03 16:59:05,840 - DEBUG - Route Targets: [] 2025-02-03 16:59:05,840 - DEBUG - RT names not yet present for VN __public__ 2025-02-03 16:59:10,841 - DEBUG - Requesting: http://10.0.0.56:8082/domains 2025-02-03 16:59:10,848 - DEBUG - Requesting: http://10.0.0.56:8082/domain/b9385749-06fe-48af-a17f-28f21b9cecc6 2025-02-03 16:59:10,856 - DEBUG - Requesting: http://10.0.0.56:8082/project/3c369c0b-5110-4560-9a0f-76fb3768f43f 2025-02-03 16:59:10,903 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-network/4c10c01d-5dc3-40a0-b4e2-168e9d349c42 2025-02-03 16:59:10,914 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-network/4c10c01d-5dc3-40a0-b4e2-168e9d349c42 2025-02-03 16:59:10,924 - DEBUG - Requesting: http://10.0.0.56:8082/routing-instance/cfe9c7c0-55f8-49b3-ba7e-31829dc21d4e 2025-02-03 16:59:10,933 - DEBUG - Requesting: http://10.0.0.56:8082/routing-instance/cfe9c7c0-55f8-49b3-ba7e-31829dc21d4e 2025-02-03 16:59:10,944 - DEBUG - Requesting: http://10.0.0.56:8082/route-target/b86e2ec0-a99a-4336-80a3-6ac6a9fe41e4 2025-02-03 16:59:10,956 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-03 16:59:10,956 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-network/4c10c01d-5dc3-40a0-b4e2-168e9d349c42 2025-02-03 16:59:10,966 - DEBUG - Requesting: http://10.0.0.56:8082/routing-instance/cfe9c7c0-55f8-49b3-ba7e-31829dc21d4e 2025-02-03 16:59:10,981 - INFO - Verified VN network id 13 for VN 4c10c01d-5dc3-40a0-b4e2-168e9d349c42 2025-02-03 16:59:10,981 - INFO - Verifications in API Server for VN __public__ passed 2025-02-03 16:59:10,981 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-network/4c10c01d-5dc3-40a0-b4e2-168e9d349c42 2025-02-03 16:59:10,992 - DEBUG - Requesting: http://10.0.0.56:8082/routing-instance/cfe9c7c0-55f8-49b3-ba7e-31829dc21d4e 2025-02-03 16:59:11,000 - DEBUG - Requesting: http://10.0.0.56:8082/routing-instance/cfe9c7c0-55f8-49b3-ba7e-31829dc21d4e 2025-02-03 16:59:11,010 - DEBUG - Requesting: http://10.0.0.56:8082/route-target/b86e2ec0-a99a-4336-80a3-6ac6a9fe41e4 2025-02-03 16:59:11,017 - DEBUG - Requesting: http://10.0.0.56:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-03 16:59:11,023 - DEBUG - Control-node 10.0.0.56 : 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': '5481091978869555360', 'uuid-lslong': '13034005073342274626'}, 'enable': 'true', 'created': '2025-02-03T16:59:05', 'last-modified': '2025-02-03T16:59:05', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.467156'} 2025-02-03 16:59:11,023 - DEBUG - Requesting: http://10.0.0.56:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 16:59:11,033 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-03 16:59:11,033 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-02-03 16:59:11,033 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-02-03 16:59:11,033 - DEBUG - Requesting: http://10.0.0.56:8082/domains 2025-02-03 16:59:11,039 - DEBUG - Requesting: http://10.0.0.56:8082/domain/b9385749-06fe-48af-a17f-28f21b9cecc6 2025-02-03 16:59:11,048 - DEBUG - Requesting: http://10.0.0.56:8082/project/3c369c0b-5110-4560-9a0f-76fb3768f43f 2025-02-03 16:59:11,111 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-network/4c10c01d-5dc3-40a0-b4e2-168e9d349c42 2025-02-03 16:59:11,125 - DEBUG - =>VN __public__ has no policy to be verified 2025-02-03 16:59:11,125 - DEBUG - Verifying the vn in opserver 2025-02-03 16:59:11,125 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.56 2025-02-03 16:59:11,125 - DEBUG - Requesting: http://10.0.0.56:8081/analytics/uves/virtual-networks 2025-02-03 16:59:11,131 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.56:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-02-03 16:59:11,131 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-02-03 16:59:11,132 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 16:59:11,141 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 16:59:11,149 - DEBUG - Do not have enough data to verify VN in agent 2025-02-03 16:59:11,149 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 16:59:11,156 - DEBUG - VRF ids for VN __public__: {} 2025-02-03 16:59:11,260 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-02-03 16:59:11,384 - DEBUG - Requesting: http://10.0.0.56:8082/domains 2025-02-03 16:59:11,391 - DEBUG - Requesting: http://10.0.0.56:8082/domain/b9385749-06fe-48af-a17f-28f21b9cecc6 2025-02-03 16:59:11,409 - DEBUG - Requesting: http://10.0.0.56:8082/project/3c369c0b-5110-4560-9a0f-76fb3768f43f 2025-02-03 16:59:11,477 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-network/4c10c01d-5dc3-40a0-b4e2-168e9d349c42 2025-02-03 16:59:11,492 - DEBUG - Requesting: http://10.0.0.56:8082/floating-ip-pool/3658c707-a22c-42f9-9df9-2c7bdd4fc0e7 2025-02-03 16:59:11,500 - DEBUG - Requesting: http://10.0.0.56:8082/domains 2025-02-03 16:59:11,508 - DEBUG - Requesting: http://10.0.0.56:8082/domain/b9385749-06fe-48af-a17f-28f21b9cecc6 2025-02-03 16:59:11,517 - DEBUG - Requesting: http://10.0.0.56:8082/project/3c369c0b-5110-4560-9a0f-76fb3768f43f 2025-02-03 16:59:11,569 - DEBUG - Requesting: http://10.0.0.56:8082/virtual-network/4c10c01d-5dc3-40a0-b4e2-168e9d349c42 2025-02-03 16:59:11,585 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-02-03 16:59:11,585 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-02-03 16:59:11,598 - DEBUG - Requesting: http://10.0.0.56:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-03 16:59:11,604 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-02-03 16:59:11,604 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-02-03 16:59:11,608 - DEBUG - Ingress ctest-nginx-ingress-94297128 not present 2025-02-03 16:59:11,608 - INFO - Creating Ingress ctest-nginx-ingress-94297128 2025-02-03 16:59:11,615 - INFO - Created Ingress ctest-nginx-ingress-94297128 2025-02-03 16:59:11,618 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-94297128 2025-02-03 16:59:14,623 - DEBUG - For Ingress ctest-nginx-ingress-94297128, Cluster IP: 10.47.255.249, External IPs ['220.73.244.124'] 2025-02-03 16:59:14,623 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-94297128 2025-02-03 16:59:14,624 - DEBUG - Requesting: http://10.0.0.56:8108/Snh_LoadbalancerDatabaseList?x=a85c557e-2d16-4fca-872d-4447abe85c9e 2025-02-03 16:59:14,632 - INFO - Ingress ctest-nginx-ingress-94297128 with uuid a85c557e-2d16-4fca-872d-4447abe85c9e found in kube manager 2025-02-03 16:59:14,632 - INFO - Ingress ctest-nginx-ingress-94297128 verification passed 2025-02-03 16:59:14,635 - DEBUG - Pod ctest-busybox-pod-10670965 not present 2025-02-03 16:59:14,635 - INFO - Creating Pod ctest-busybox-pod-10670965 2025-02-03 16:59:14,673 - DEBUG - Pod : ctest-busybox-pod-10670965 UUID is bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 2025-02-03 16:59:14,680 - DEBUG - Pod ctest-nginx-pod-85323001 not in running state.Currently in Pending 2025-02-03 16:59:19,687 - DEBUG - Pod ctest-nginx-pod-85323001 not in running state.Currently in Pending 2025-02-03 16:59:24,701 - INFO - Pod ctest-nginx-pod-85323001 is in running state.Got IP 10.47.255.251 2025-02-03 16:59:24,759 - DEBUG - Pod ctest-nginx-pod-85323001 has vmi 2e080bae-e250-11ef-a746-fa163ebbf537 2025-02-03 16:59:24,759 - INFO - Verified pod ctest-nginx-pod-85323001 in contrail-api 2025-02-03 16:59:24,759 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 16:59:24,772 - DEBUG - VMI 2e080bae-e250-11ef-a746-fa163ebbf537 is active in agent 10.0.0.12 2025-02-03 16:59:24,772 - INFO - Verified Pod ctest-nginx-pod-85323001 in agent 10.0.0.12 2025-02-03 16:59:24,772 - DEBUG - Requesting: http://10.0.0.56:8108/Snh_VirtualMachineDatabaseList?x=ef41be93-42bb-4cbd-b714-02324b47b0cd 2025-02-03 16:59:24,777 - INFO - Pod ctest-nginx-pod-85323001 with uuid ef41be93-42bb-4cbd-b714-02324b47b0cd found in kube manager 2025-02-03 16:59:24,777 - INFO - Pod ctest-nginx-pod-85323001 verification passed 2025-02-03 16:59:24,850 - DEBUG - [Pod ctest-nginx-pod-85323001] Cmd: echo ctest-nginx-pod-85323001 > /usr/share/nginx/html/index.html, Output: 2025-02-03 16:59:24,856 - INFO - Pod ctest-nginx-pod-82127038 is in running state.Got IP 10.47.255.250 2025-02-03 16:59:24,872 - DEBUG - Pod ctest-nginx-pod-82127038 has vmi 2e886fc4-e250-11ef-a746-fa163ebbf537 2025-02-03 16:59:24,872 - INFO - Verified pod ctest-nginx-pod-82127038 in contrail-api 2025-02-03 16:59:24,872 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 16:59:24,886 - DEBUG - VMI 2e886fc4-e250-11ef-a746-fa163ebbf537 is active in agent 10.0.0.12 2025-02-03 16:59:24,887 - INFO - Verified Pod ctest-nginx-pod-82127038 in agent 10.0.0.12 2025-02-03 16:59:24,887 - DEBUG - Requesting: http://10.0.0.56:8108/Snh_VirtualMachineDatabaseList?x=a120d186-6b7e-4f7f-8e22-39977a1bd8b5 2025-02-03 16:59:24,892 - INFO - Pod ctest-nginx-pod-82127038 with uuid a120d186-6b7e-4f7f-8e22-39977a1bd8b5 found in kube manager 2025-02-03 16:59:24,893 - INFO - Pod ctest-nginx-pod-82127038 verification passed 2025-02-03 16:59:24,956 - DEBUG - [Pod ctest-nginx-pod-82127038] Cmd: echo ctest-nginx-pod-82127038 > /usr/share/nginx/html/index.html, Output: 2025-02-03 16:59:24,961 - DEBUG - Pod ctest-busybox-pod-10670965 not in running state.Currently in Pending 2025-02-03 16:59:29,967 - INFO - Pod ctest-busybox-pod-10670965 is in running state.Got IP 10.47.255.248 2025-02-03 16:59:29,980 - DEBUG - Pod ctest-busybox-pod-10670965 has vmi 32ca4bfc-e250-11ef-a746-fa163ebbf537 2025-02-03 16:59:29,981 - INFO - Verified pod ctest-busybox-pod-10670965 in contrail-api 2025-02-03 16:59:29,981 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 16:59:29,993 - DEBUG - VMI 32ca4bfc-e250-11ef-a746-fa163ebbf537 is active in agent 10.0.0.12 2025-02-03 16:59:29,994 - INFO - Verified Pod ctest-busybox-pod-10670965 in agent 10.0.0.12 2025-02-03 16:59:29,994 - DEBUG - Requesting: http://10.0.0.56:8108/Snh_VirtualMachineDatabaseList?x=bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 2025-02-03 16:59:29,998 - INFO - Pod ctest-busybox-pod-10670965 with uuid bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 found in kube manager 2025-02-03 16:59:29,998 - INFO - Pod ctest-busybox-pod-10670965 verification passed 2025-02-03 16:59:30,059 - DEBUG - [Pod ctest-busybox-pod-10670965] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-82127038 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-02-03 16:59:30,060 - DEBUG - [Pod Pod ctest-busybox-pod-10670965] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-03 16:59:30,060 - DEBUG - [Pod Pod ctest-busybox-pod-10670965] Cmd output: ctest-nginx-pod-82127038 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-02-03 16:59:30,122 - DEBUG - [Pod ctest-busybox-pod-10670965] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-82127038 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-02-03 16:59:30,122 - DEBUG - [Pod Pod ctest-busybox-pod-10670965] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-03 16:59:30,122 - DEBUG - [Pod Pod ctest-busybox-pod-10670965] Cmd output: ctest-nginx-pod-82127038 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-02-03 16:59:30,182 - DEBUG - [Pod ctest-busybox-pod-10670965] 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-85323001 2025-02-03 16:59:30,182 - DEBUG - [Pod Pod ctest-busybox-pod-10670965] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-03 16:59:30,182 - DEBUG - [Pod Pod ctest-busybox-pod-10670965] 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-85323001 2025-02-03 16:59:30,183 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-85323001': 1, 'ctest-nginx-pod-82127038': 2} 2025-02-03 16:59:30,183 - WARNING - Nothing to delete parallely 2025-02-03 16:59:30,183 - INFO - Deleting pod default:ctest-busybox-pod-10670965 2025-02-03 16:59:30,204 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 2025-02-03 16:59:30,226 - WARNING - Pod uuid bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 is still seen in agent 10.0.0.12 VM list 2025-02-03 16:59:35,227 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 2025-02-03 16:59:35,234 - WARNING - Pod uuid bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 is still seen in agent 10.0.0.12 VM list 2025-02-03 16:59:40,235 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 2025-02-03 16:59:40,257 - WARNING - Pod uuid bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 is still seen in agent 10.0.0.12 VM list 2025-02-03 16:59:45,257 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 2025-02-03 16:59:45,265 - WARNING - Pod uuid bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 is still seen in agent 10.0.0.12 VM list 2025-02-03 16:59:50,266 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 2025-02-03 16:59:50,273 - WARNING - Pod uuid bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 is still seen in agent 10.0.0.12 VM list 2025-02-03 16:59:55,275 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 2025-02-03 16:59:55,282 - WARNING - Pod uuid bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 is still seen in agent 10.0.0.12 VM list 2025-02-03 17:00:00,283 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 2025-02-03 17:00:00,291 - WARNING - Pod uuid bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 is still seen in agent 10.0.0.12 VM list 2025-02-03 17:00:05,291 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 2025-02-03 17:00:05,299 - DEBUG - Pod bc91e8c0-2e7c-4a49-89a1-d381c55e03e1 is not in agent 10.0.0.12 VM list 2025-02-03 17:00:05,299 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:32ca4bfc-e250-11ef-a746-fa163ebbf537 2025-02-03 17:00:05,306 - DEBUG - VMI 32ca4bfc-e250-11ef-a746-fa163ebbf537 is removed from agent 10.0.0.12 2025-02-03 17:00:05,306 - INFO - Verified that pod ctest-busybox-pod-10670965 is removed in agent 2025-02-03 17:00:05,307 - INFO - Deleting Ingress : ctest-nginx-ingress-94297128 2025-02-03 17:00:05,312 - DEBUG - Requesting: http://10.0.0.56:8108/Snh_LoadbalancerDatabaseList?x=a85c557e-2d16-4fca-872d-4447abe85c9e 2025-02-03 17:00:05,317 - ERROR - Ingress ctest-nginx-ingress-94297128 with uuid a85c557e-2d16-4fca-872d-4447abe85c9e still found in kube manager 2025-02-03 17:00:06,318 - DEBUG - Requesting: http://10.0.0.56:8108/Snh_LoadbalancerDatabaseList?x=a85c557e-2d16-4fca-872d-4447abe85c9e 2025-02-03 17:00:06,323 - INFO - Ingress ctest-nginx-ingress-94297128 with uuid a85c557e-2d16-4fca-872d-4447abe85c9e deleted successfully from kube manager 2025-02-03 17:00:06,323 - INFO - Verifications on Ingress %s cleanup passed 2025-02-03 17:00:06,323 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-02-03 17:00:06,446 - DEBUG - Requesting: http://10.0.0.56:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-03 17:00:06,454 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-02-03 17:00:06,454 - INFO - Deleting VN __public__ 2025-02-03 17:00:06,814 - DEBUG - Requesting: http://10.0.0.56:8082/routing-instance/cfe9c7c0-55f8-49b3-ba7e-31829dc21d4e 2025-02-03 17:00:06,820 - DEBUG - Response Code: 404 2025-02-03 17:00:06,820 - DEBUG - Requesting: http://10.0.0.56:8082/domains 2025-02-03 17:00:06,849 - DEBUG - Requesting: http://10.0.0.56:8082/domain/b9385749-06fe-48af-a17f-28f21b9cecc6 2025-02-03 17:00:06,863 - DEBUG - Requesting: http://10.0.0.56:8082/project/3c369c0b-5110-4560-9a0f-76fb3768f43f 2025-02-03 17:00:06,939 - INFO - Validated that VN __public__ is not found in API Server 2025-02-03 17:00:06,940 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-02-03 17:00:06,950 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 17:00:06,958 - DEBUG - VN __public__ is not present in Agent 10.0.0.12 2025-02-03 17:00:06,958 - INFO - Validated that VN __public__ is not in any agent 2025-02-03 17:00:06,958 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 17:00:06,968 - DEBUG - Requesting: http://10.0.0.56:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 17:00:06,975 - DEBUG - Requesting: http://10.0.0.56:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-03 17:00:06,980 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-02-03 17:00:06,980 - INFO - Deleting pod default:ctest-nginx-pod-82127038 2025-02-03 17:00:07,016 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=a120d186-6b7e-4f7f-8e22-39977a1bd8b5 2025-02-03 17:00:07,059 - WARNING - Pod uuid a120d186-6b7e-4f7f-8e22-39977a1bd8b5 is still seen in agent 10.0.0.12 VM list 2025-02-03 17:00:12,063 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=a120d186-6b7e-4f7f-8e22-39977a1bd8b5 2025-02-03 17:00:12,071 - DEBUG - Pod a120d186-6b7e-4f7f-8e22-39977a1bd8b5 is not in agent 10.0.0.12 VM list 2025-02-03 17:00:12,071 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2e886fc4-e250-11ef-a746-fa163ebbf537 2025-02-03 17:00:12,077 - DEBUG - VMI 2e886fc4-e250-11ef-a746-fa163ebbf537 is removed from agent 10.0.0.12 2025-02-03 17:00:12,077 - INFO - Verified that pod ctest-nginx-pod-82127038 is removed in agent 2025-02-03 17:00:12,078 - INFO - Deleting pod default:ctest-nginx-pod-85323001 2025-02-03 17:00:12,116 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=ef41be93-42bb-4cbd-b714-02324b47b0cd 2025-02-03 17:00:12,129 - WARNING - Pod uuid ef41be93-42bb-4cbd-b714-02324b47b0cd is still seen in agent 10.0.0.12 VM list 2025-02-03 17:00:17,130 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=ef41be93-42bb-4cbd-b714-02324b47b0cd 2025-02-03 17:00:17,139 - DEBUG - Pod ef41be93-42bb-4cbd-b714-02324b47b0cd is not in agent 10.0.0.12 VM list 2025-02-03 17:00:17,139 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2e080bae-e250-11ef-a746-fa163ebbf537 2025-02-03 17:00:17,148 - DEBUG - VMI 2e080bae-e250-11ef-a746-fa163ebbf537 is removed from agent 10.0.0.12 2025-02-03 17:00:17,148 - INFO - Verified that pod ctest-nginx-pod-85323001 is removed in agent 2025-02-03 17:00:17,149 - INFO - Deleting service : ctest-nginx-svc-58017286 2025-02-03 17:00:17,352 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-03 17:00:17,361 - DEBUG - No XMPP flaps were noticed during the test 2025-02-03 17:00:17,361 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2025-02-03 17:00:17,361 - INFO - -------------------------------------------------------------------------------- 2025-02-03 17:00:23,767 - DEBUG - [10.0.0.56]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-03 17:00:23,932 - DEBUG - Output : cluster_project={} 2025-02-03 17:00:23,996 - DEBUG - [10.0.0.56]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-03 17:00:24,393 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-03 17:00:24,403 - DEBUG - [10.0.0.56]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-03 17:00:24,643 - DEBUG - Output : cluster_project={} 2025-02-03 17:00:39,851 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 17:00:39,939 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 17:00:39,989 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 17:00:40,076 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 17:00:40,140 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 17:00:45,322 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 17:00:45,374 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 17:00:45,459 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 17:00:45,712 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-03 17:00:48,402 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_ApplicationPolicySetReq? 2025-02-03 17:00:48,411 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2025-02-03 17:00:48,454 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2025-02-03 17:00:50,508 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2025-02-03 17:03:51,212 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-03 17:03:51,250 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=826b6f15-b22e-480b-93d7-6adfa2b874ec 2025-02-03 17:03:51,279 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=55b70890-9cd5-4000-a2d6-84f71581e655 2025-02-03 17:03:51,292 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=ebbb84fd-7508-434f-89fc-dfb462ee6115 2025-02-03 17:03:51,300 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=91a64d16-df55-40c7-979e-f3acb688cdf0 2025-02-03 17:03:51,308 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=642de580-8139-4e59-bac9-5eee4902be6b 2025-02-03 17:03:51,318 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=2b7163e9-0d03-4a21-81f8-f134d88a0463 2025-02-03 17:03:51,329 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=2f68ffc2-241d-4810-b79d-3555d4f90a86 2025-02-03 17:03:51,340 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=9224ba29-e806-4c75-92b5-3075df1a9bc2 2025-02-03 17:03:56,346 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=826b6f15-b22e-480b-93d7-6adfa2b874ec 2025-02-03 17:03:56,355 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5d096ad8-e250-11ef-a746-fa163ebbf537 2025-02-03 17:03:56,412 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=55b70890-9cd5-4000-a2d6-84f71581e655 2025-02-03 17:03:56,414 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=9224ba29-e806-4c75-92b5-3075df1a9bc2 2025-02-03 17:03:56,415 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=642de580-8139-4e59-bac9-5eee4902be6b 2025-02-03 17:03:56,416 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=91a64d16-df55-40c7-979e-f3acb688cdf0 2025-02-03 17:03:56,417 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=2f68ffc2-241d-4810-b79d-3555d4f90a86 2025-02-03 17:03:56,419 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=2b7163e9-0d03-4a21-81f8-f134d88a0463 2025-02-03 17:03:56,421 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=ebbb84fd-7508-434f-89fc-dfb462ee6115 2025-02-03 17:03:56,447 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5e3a873e-e250-11ef-a746-fa163ebbf537 2025-02-03 17:03:56,449 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5ebf3bbe-e250-11ef-a746-fa163ebbf537 2025-02-03 17:03:56,450 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5d8e9ece-e250-11ef-a746-fa163ebbf537 2025-02-03 17:04:01,444 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=55b70890-9cd5-4000-a2d6-84f71581e655 2025-02-03 17:04:01,447 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=2b7163e9-0d03-4a21-81f8-f134d88a0463 2025-02-03 17:04:01,449 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=ebbb84fd-7508-434f-89fc-dfb462ee6115 2025-02-03 17:04:01,450 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=9224ba29-e806-4c75-92b5-3075df1a9bc2 2025-02-03 17:04:06,454 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=55b70890-9cd5-4000-a2d6-84f71581e655 2025-02-03 17:04:06,463 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=2b7163e9-0d03-4a21-81f8-f134d88a0463 2025-02-03 17:04:06,464 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=9224ba29-e806-4c75-92b5-3075df1a9bc2 2025-02-03 17:04:06,465 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=ebbb84fd-7508-434f-89fc-dfb462ee6115 2025-02-03 17:04:11,463 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=55b70890-9cd5-4000-a2d6-84f71581e655 2025-02-03 17:04:11,476 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=2b7163e9-0d03-4a21-81f8-f134d88a0463 2025-02-03 17:04:11,478 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=9224ba29-e806-4c75-92b5-3075df1a9bc2 2025-02-03 17:04:11,480 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=ebbb84fd-7508-434f-89fc-dfb462ee6115 2025-02-03 17:04:16,476 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=55b70890-9cd5-4000-a2d6-84f71581e655 2025-02-03 17:04:16,492 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=2b7163e9-0d03-4a21-81f8-f134d88a0463 2025-02-03 17:04:16,494 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=ebbb84fd-7508-434f-89fc-dfb462ee6115 2025-02-03 17:04:16,495 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=9224ba29-e806-4c75-92b5-3075df1a9bc2 2025-02-03 17:04:21,486 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=55b70890-9cd5-4000-a2d6-84f71581e655 2025-02-03 17:04:21,507 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=9224ba29-e806-4c75-92b5-3075df1a9bc2 2025-02-03 17:04:21,509 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=2b7163e9-0d03-4a21-81f8-f134d88a0463 2025-02-03 17:04:21,510 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=ebbb84fd-7508-434f-89fc-dfb462ee6115 2025-02-03 17:04:26,504 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=55b70890-9cd5-4000-a2d6-84f71581e655 2025-02-03 17:04:26,512 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6055315e-e250-11ef-a746-fa163ebbf537 2025-02-03 17:04:26,522 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=9224ba29-e806-4c75-92b5-3075df1a9bc2 2025-02-03 17:04:26,524 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=2b7163e9-0d03-4a21-81f8-f134d88a0463 2025-02-03 17:04:26,525 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=ebbb84fd-7508-434f-89fc-dfb462ee6115 2025-02-03 17:04:26,536 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:60d27fd8-e250-11ef-a746-fa163ebbf537 2025-02-03 17:04:26,539 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5f58caf4-e250-11ef-a746-fa163ebbf537 2025-02-03 17:04:26,540 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5fda98d6-e250-11ef-a746-fa163ebbf537