2024-08-26 13:05:23,735 - DEBUG - [10.0.0.41]: Running cmd : hostname 2024-08-26 13:05:23,963 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-590-1 2024-08-26 13:05:23,964 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2024-08-26 13:05:23,997 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-590-1 2024-08-26 13:05:23,997 - DEBUG - [10.0.0.41]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-08-26 13:05:24,081 - DEBUG - Output : NAMES contrail_test_dVywtzWPX webui_web_1 webui_job_1 contrail-kubernetes-master_kubemanager_1 control_named_1 control_control_1 control_dns_1 control_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_dnsmasq_1 config_api_api_1 config_api_schema_1 config_api_svcmonitor_1 redis_redis_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 2024-08-26 13:05:24,081 - DEBUG - [10.0.0.41]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-26 13:05:24,157 - DEBUG - Output : 10.0.0.41/24 172.17.0.1/16 2024-08-26 13:05:24,157 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2024-08-26 13:05:24,204 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-590-1 2024-08-26 13:05:24,293 - DEBUG - [10.0.0.62]: Running cmd : hostname 2024-08-26 13:05:24,548 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-590-1 2024-08-26 13:05:24,548 - DEBUG - [10.0.0.62]: Running cmd : hostname -f 2024-08-26 13:05:24,582 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-590-1 2024-08-26 13:05:24,583 - DEBUG - [10.0.0.62]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-08-26 13:05:24,653 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-08-26 13:05:24,653 - DEBUG - [10.0.0.62]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-26 13:05:24,719 - DEBUG - Output : 10.0.0.62/24 2024-08-26 13:05:24,719 - DEBUG - [10.0.0.62]: Running cmd : getent hosts 10.0.0.62 | head -n 1 | awk '{print $2}' 2024-08-26 13:05:24,754 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-590-1 2024-08-26 13:05:24,822 - INFO - Using existing project ['default-domain', 'k8s-default'](33a4a95b-d005-4668-a1f5-d40b6a4b9969) 2024-08-26 13:05:24,925 - INFO - Using existing project ['default-domain', 'k8s-default'](33a4a95b-d005-4668-a1f5-d40b6a4b9969) 2024-08-26 13:05:25,069 - INFO - ================================================================================ 2024-08-26 13:05:25,069 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-26 13:05:25,070 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2024-08-26 13:05:25,321 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 13:05:25,330 - DEBUG - Nothing to compare xmpp stats {'10.0.0.62': {'10.0.0.41': '0'}} with 2024-08-26 13:05:25,330 - INFO - Initial checks done. Running the testcase now 2024-08-26 13:05:25,330 - INFO - 2024-08-26 13:05:25,334 - INFO - Namespace default already exists 2024-08-26 13:05:25,334 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 13:05:25,450 - DEBUG - Output : cluster_project={} 2024-08-26 13:05:25,485 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-26 13:05:25,487 - DEBUG - Project uuid in Contrail is 33a4a95b-d005-4668-a1f5-d40b6a4b9969 2024-08-26 13:05:25,488 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-26 13:05:25,594 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-26 13:05:25,595 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_NamespaceDatabaseList?namespace_uuid=7009dc92-5abf-4d9e-a8ef-96c28ebc0ea0 2024-08-26 13:05:25,600 - INFO - Namespace default with uuid 7009dc92-5abf-4d9e-a8ef-96c28ebc0ea0 found in kube manager 2024-08-26 13:05:25,600 - INFO - Namespace default verification passed 2024-08-26 13:05:25,602 - DEBUG - Service ctest-nginx-svc-80459748 not present 2024-08-26 13:05:25,603 - INFO - Creating service ctest-nginx-svc-80459748 2024-08-26 13:05:25,634 - INFO - Created Service ctest-nginx-svc-80459748 2024-08-26 13:05:25,648 - DEBUG - Pod ctest-nginx-pod-39911305 not present 2024-08-26 13:05:25,648 - INFO - Creating Pod ctest-nginx-pod-39911305 2024-08-26 13:05:25,723 - DEBUG - Pod : ctest-nginx-pod-39911305 UUID is 22598edd-1e63-47e9-8cf7-dff9d80f5166 2024-08-26 13:05:25,729 - DEBUG - Pod ctest-nginx-pod-65876649 not present 2024-08-26 13:05:25,729 - INFO - Creating Pod ctest-nginx-pod-65876649 2024-08-26 13:05:25,765 - DEBUG - Pod : ctest-nginx-pod-65876649 UUID is ef75e2aa-a09c-4fbc-a80c-8e21e233df20 2024-08-26 13:05:26,016 - INFO - Created VN __public__, UUID :ad6de147-9d47-48a1-bbeb-58fdbe467fe1 2024-08-26 13:05:26,384 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-08-26 13:05:26,399 - DEBUG - Requesting: http://10.0.0.41:8082/domain/bc174b37-3ed5-4f5b-bbfc-2879e4ad1999 2024-08-26 13:05:26,436 - DEBUG - Requesting: http://10.0.0.41:8082/project/33a4a95b-d005-4668-a1f5-d40b6a4b9969 2024-08-26 13:05:26,636 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/ad6de147-9d47-48a1-bbeb-58fdbe467fe1 2024-08-26 13:05:26,721 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/ad6de147-9d47-48a1-bbeb-58fdbe467fe1 2024-08-26 13:05:26,750 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/33934de4-4c5c-45f4-8c53-88fe50a17c36 2024-08-26 13:05:26,790 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/33934de4-4c5c-45f4-8c53-88fe50a17c36 2024-08-26 13:05:26,853 - DEBUG - Route Targets: [] 2024-08-26 13:05:26,853 - DEBUG - RT names not yet present for VN __public__ 2024-08-26 13:05:31,853 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-08-26 13:05:31,859 - DEBUG - Requesting: http://10.0.0.41:8082/domain/bc174b37-3ed5-4f5b-bbfc-2879e4ad1999 2024-08-26 13:05:31,866 - DEBUG - Requesting: http://10.0.0.41:8082/project/33a4a95b-d005-4668-a1f5-d40b6a4b9969 2024-08-26 13:05:31,900 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/ad6de147-9d47-48a1-bbeb-58fdbe467fe1 2024-08-26 13:05:31,907 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/ad6de147-9d47-48a1-bbeb-58fdbe467fe1 2024-08-26 13:05:31,914 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/33934de4-4c5c-45f4-8c53-88fe50a17c36 2024-08-26 13:05:31,920 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/33934de4-4c5c-45f4-8c53-88fe50a17c36 2024-08-26 13:05:31,925 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/4a9a8316-a804-488a-8fc1-84e589bc8a95 2024-08-26 13:05:31,932 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-26 13:05:31,932 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/ad6de147-9d47-48a1-bbeb-58fdbe467fe1 2024-08-26 13:05:31,938 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/33934de4-4c5c-45f4-8c53-88fe50a17c36 2024-08-26 13:05:31,947 - INFO - Verified VN network id 13 for VN ad6de147-9d47-48a1-bbeb-58fdbe467fe1 2024-08-26 13:05:31,948 - INFO - Verifications in API Server for VN __public__ passed 2024-08-26 13:05:31,948 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/ad6de147-9d47-48a1-bbeb-58fdbe467fe1 2024-08-26 13:05:31,955 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/33934de4-4c5c-45f4-8c53-88fe50a17c36 2024-08-26 13:05:31,960 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/33934de4-4c5c-45f4-8c53-88fe50a17c36 2024-08-26 13:05:31,965 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/4a9a8316-a804-488a-8fc1-84e589bc8a95 2024-08-26 13:05:31,969 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-26 13:05:31,975 - DEBUG - Control-node 10.0.0.41 : 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': '12496892238720616609', 'uuid-lslong': '13541014551461789665'}, 'enable': 'true', 'created': '2024-08-26T13:05:25', 'last-modified': '2024-08-26T13:05:26', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.713387'} 2024-08-26 13:05:31,975 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 13:05:31,981 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-26 13:05:31,981 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-26 13:05:31,982 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-26 13:05:31,982 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-08-26 13:05:31,987 - DEBUG - Requesting: http://10.0.0.41:8082/domain/bc174b37-3ed5-4f5b-bbfc-2879e4ad1999 2024-08-26 13:05:31,996 - DEBUG - Requesting: http://10.0.0.41:8082/project/33a4a95b-d005-4668-a1f5-d40b6a4b9969 2024-08-26 13:05:32,031 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/ad6de147-9d47-48a1-bbeb-58fdbe467fe1 2024-08-26 13:05:32,037 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-26 13:05:32,037 - DEBUG - Verifying the vn in opserver 2024-08-26 13:05:32,037 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.41 2024-08-26 13:05:32,037 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks 2024-08-26 13:05:32,042 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.41:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-26 13:05:32,042 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-26 13:05:32,042 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 13:05:32,050 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 13:05:32,057 - DEBUG - Do not have enough data to verify VN in agent 2024-08-26 13:05:32,057 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 13:05:32,063 - DEBUG - VRF ids for VN __public__: {} 2024-08-26 13:05:32,146 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-26 13:05:32,239 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-08-26 13:05:32,244 - DEBUG - Requesting: http://10.0.0.41:8082/domain/bc174b37-3ed5-4f5b-bbfc-2879e4ad1999 2024-08-26 13:05:32,251 - DEBUG - Requesting: http://10.0.0.41:8082/project/33a4a95b-d005-4668-a1f5-d40b6a4b9969 2024-08-26 13:05:32,281 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/ad6de147-9d47-48a1-bbeb-58fdbe467fe1 2024-08-26 13:05:32,289 - DEBUG - Requesting: http://10.0.0.41:8082/floating-ip-pool/e7e63844-dd6a-42a4-a21d-c03da1c7c71c 2024-08-26 13:05:32,295 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-08-26 13:05:32,299 - DEBUG - Requesting: http://10.0.0.41:8082/domain/bc174b37-3ed5-4f5b-bbfc-2879e4ad1999 2024-08-26 13:05:32,305 - DEBUG - Requesting: http://10.0.0.41:8082/project/33a4a95b-d005-4668-a1f5-d40b6a4b9969 2024-08-26 13:05:32,336 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/ad6de147-9d47-48a1-bbeb-58fdbe467fe1 2024-08-26 13:05:32,344 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-26 13:05:32,344 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-26 13:05:32,349 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-26 13:05:32,355 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-26 13:05:32,355 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-26 13:05:32,358 - DEBUG - Ingress ctest-nginx-ingress-62286482 not present 2024-08-26 13:05:32,358 - INFO - Creating Ingress ctest-nginx-ingress-62286482 2024-08-26 13:05:32,366 - INFO - Created Ingress ctest-nginx-ingress-62286482 2024-08-26 13:05:32,369 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-62286482 2024-08-26 13:05:35,381 - DEBUG - For Ingress ctest-nginx-ingress-62286482, Cluster IP: 10.47.255.249, External IPs ['40.55.197.124'] 2024-08-26 13:05:35,381 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-62286482 2024-08-26 13:05:35,381 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=29222b0c-4ec8-4eab-a9d0-4d4e6e33f4f5 2024-08-26 13:05:35,386 - INFO - Ingress ctest-nginx-ingress-62286482 with uuid 29222b0c-4ec8-4eab-a9d0-4d4e6e33f4f5 found in kube manager 2024-08-26 13:05:35,386 - INFO - Ingress ctest-nginx-ingress-62286482 verification passed 2024-08-26 13:05:35,389 - DEBUG - Pod ctest-busybox-pod-52988777 not present 2024-08-26 13:05:35,389 - INFO - Creating Pod ctest-busybox-pod-52988777 2024-08-26 13:05:35,421 - DEBUG - Node for Pod ctest-busybox-pod-52988777 not yet populated 2024-08-26 13:05:38,429 - DEBUG - Pod : ctest-busybox-pod-52988777 UUID is bde60b82-0f10-46e0-8293-9d7c621ffd2c 2024-08-26 13:05:38,434 - DEBUG - Pod ctest-nginx-pod-39911305 not in running state.Currently in Pending 2024-08-26 13:05:43,440 - INFO - Pod ctest-nginx-pod-39911305 is in running state.Got IP 10.47.255.251 2024-08-26 13:05:43,451 - DEBUG - Pod ctest-nginx-pod-39911305 has vmi dd6e58b0-63ab-11ef-ae57-fa163e13254c 2024-08-26 13:05:43,451 - INFO - Verified pod ctest-nginx-pod-39911305 in contrail-api 2024-08-26 13:05:43,451 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 13:05:43,467 - DEBUG - VMI dd6e58b0-63ab-11ef-ae57-fa163e13254c is active in agent 10.0.0.62 2024-08-26 13:05:43,467 - INFO - Verified Pod ctest-nginx-pod-39911305 in agent 10.0.0.62 2024-08-26 13:05:43,468 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=22598edd-1e63-47e9-8cf7-dff9d80f5166 2024-08-26 13:05:43,472 - INFO - Pod ctest-nginx-pod-39911305 with uuid 22598edd-1e63-47e9-8cf7-dff9d80f5166 found in kube manager 2024-08-26 13:05:43,472 - INFO - Pod ctest-nginx-pod-39911305 verification passed 2024-08-26 13:05:43,590 - DEBUG - [Pod ctest-nginx-pod-39911305] Cmd: echo ctest-nginx-pod-39911305 > /usr/share/nginx/html/index.html, Output: 2024-08-26 13:05:43,597 - INFO - Pod ctest-nginx-pod-65876649 is in running state.Got IP 10.47.255.250 2024-08-26 13:05:43,608 - DEBUG - Pod ctest-nginx-pod-65876649 has vmi dddf58b2-63ab-11ef-ae57-fa163e13254c 2024-08-26 13:05:43,608 - INFO - Verified pod ctest-nginx-pod-65876649 in contrail-api 2024-08-26 13:05:43,608 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 13:05:43,620 - DEBUG - VMI dddf58b2-63ab-11ef-ae57-fa163e13254c is active in agent 10.0.0.62 2024-08-26 13:05:43,620 - INFO - Verified Pod ctest-nginx-pod-65876649 in agent 10.0.0.62 2024-08-26 13:05:43,621 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=ef75e2aa-a09c-4fbc-a80c-8e21e233df20 2024-08-26 13:05:43,625 - INFO - Pod ctest-nginx-pod-65876649 with uuid ef75e2aa-a09c-4fbc-a80c-8e21e233df20 found in kube manager 2024-08-26 13:05:43,625 - INFO - Pod ctest-nginx-pod-65876649 verification passed 2024-08-26 13:05:43,695 - DEBUG - [Pod ctest-nginx-pod-65876649] Cmd: echo ctest-nginx-pod-65876649 > /usr/share/nginx/html/index.html, Output: 2024-08-26 13:05:43,700 - DEBUG - Pod ctest-busybox-pod-52988777 not in running state.Currently in Pending 2024-08-26 13:05:48,707 - INFO - Pod ctest-busybox-pod-52988777 is in running state.Got IP 10.47.255.248 2024-08-26 13:05:48,758 - DEBUG - Pod ctest-busybox-pod-52988777 has vmi e2286e0e-63ab-11ef-ae57-fa163e13254c 2024-08-26 13:05:48,758 - INFO - Verified pod ctest-busybox-pod-52988777 in contrail-api 2024-08-26 13:05:48,758 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 13:05:48,770 - DEBUG - VMI e2286e0e-63ab-11ef-ae57-fa163e13254c is active in agent 10.0.0.62 2024-08-26 13:05:48,770 - INFO - Verified Pod ctest-busybox-pod-52988777 in agent 10.0.0.62 2024-08-26 13:05:48,770 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=bde60b82-0f10-46e0-8293-9d7c621ffd2c 2024-08-26 13:05:48,775 - INFO - Pod ctest-busybox-pod-52988777 with uuid bde60b82-0f10-46e0-8293-9d7c621ffd2c found in kube manager 2024-08-26 13:05:48,775 - INFO - Pod ctest-busybox-pod-52988777 verification passed 2024-08-26 13:05:48,845 - DEBUG - [Pod ctest-busybox-pod-52988777] 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-39911305 2024-08-26 13:05:48,846 - DEBUG - [Pod Pod ctest-busybox-pod-52988777] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-26 13:05:48,846 - DEBUG - [Pod Pod ctest-busybox-pod-52988777] 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-39911305 2024-08-26 13:05:48,905 - DEBUG - [Pod ctest-busybox-pod-52988777] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-39911305 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-08-26 13:05:48,905 - DEBUG - [Pod Pod ctest-busybox-pod-52988777] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-26 13:05:48,905 - DEBUG - [Pod Pod ctest-busybox-pod-52988777] Cmd output: ctest-nginx-pod-39911305 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-08-26 13:05:48,963 - DEBUG - [Pod ctest-busybox-pod-52988777] 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-39911305 2024-08-26 13:05:48,964 - DEBUG - [Pod Pod ctest-busybox-pod-52988777] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-26 13:05:48,964 - DEBUG - [Pod Pod ctest-busybox-pod-52988777] 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-39911305 2024-08-26 13:05:49,039 - DEBUG - [Pod ctest-busybox-pod-52988777] 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-65876649 2024-08-26 13:05:49,039 - DEBUG - [Pod Pod ctest-busybox-pod-52988777] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-26 13:05:49,039 - DEBUG - [Pod Pod ctest-busybox-pod-52988777] 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-65876649 2024-08-26 13:05:49,039 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-39911305': 3, 'ctest-nginx-pod-65876649': 1} 2024-08-26 13:05:49,039 - WARNING - Nothing to delete parallely 2024-08-26 13:05:49,040 - INFO - Deleting pod default:ctest-busybox-pod-52988777 2024-08-26 13:05:49,054 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=bde60b82-0f10-46e0-8293-9d7c621ffd2c 2024-08-26 13:05:49,062 - WARNING - Pod uuid bde60b82-0f10-46e0-8293-9d7c621ffd2c is still seen in agent 10.0.0.62 VM list 2024-08-26 13:05:54,063 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=bde60b82-0f10-46e0-8293-9d7c621ffd2c 2024-08-26 13:05:54,070 - WARNING - Pod uuid bde60b82-0f10-46e0-8293-9d7c621ffd2c is still seen in agent 10.0.0.62 VM list 2024-08-26 13:05:59,072 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=bde60b82-0f10-46e0-8293-9d7c621ffd2c 2024-08-26 13:05:59,083 - WARNING - Pod uuid bde60b82-0f10-46e0-8293-9d7c621ffd2c is still seen in agent 10.0.0.62 VM list 2024-08-26 13:06:04,084 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=bde60b82-0f10-46e0-8293-9d7c621ffd2c 2024-08-26 13:06:04,094 - WARNING - Pod uuid bde60b82-0f10-46e0-8293-9d7c621ffd2c is still seen in agent 10.0.0.62 VM list 2024-08-26 13:06:09,096 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=bde60b82-0f10-46e0-8293-9d7c621ffd2c 2024-08-26 13:06:09,108 - WARNING - Pod uuid bde60b82-0f10-46e0-8293-9d7c621ffd2c is still seen in agent 10.0.0.62 VM list 2024-08-26 13:06:14,109 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=bde60b82-0f10-46e0-8293-9d7c621ffd2c 2024-08-26 13:06:14,118 - WARNING - Pod uuid bde60b82-0f10-46e0-8293-9d7c621ffd2c is still seen in agent 10.0.0.62 VM list 2024-08-26 13:06:19,119 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=bde60b82-0f10-46e0-8293-9d7c621ffd2c 2024-08-26 13:06:19,127 - WARNING - Pod uuid bde60b82-0f10-46e0-8293-9d7c621ffd2c is still seen in agent 10.0.0.62 VM list 2024-08-26 13:06:24,128 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=bde60b82-0f10-46e0-8293-9d7c621ffd2c 2024-08-26 13:06:24,136 - DEBUG - Pod bde60b82-0f10-46e0-8293-9d7c621ffd2c is not in agent 10.0.0.62 VM list 2024-08-26 13:06:24,136 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e2286e0e-63ab-11ef-ae57-fa163e13254c 2024-08-26 13:06:24,144 - DEBUG - VMI e2286e0e-63ab-11ef-ae57-fa163e13254c is removed from agent 10.0.0.62 2024-08-26 13:06:24,144 - INFO - Verified that pod ctest-busybox-pod-52988777 is removed in agent 2024-08-26 13:06:24,144 - INFO - Deleting Ingress : ctest-nginx-ingress-62286482 2024-08-26 13:06:24,151 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=29222b0c-4ec8-4eab-a9d0-4d4e6e33f4f5 2024-08-26 13:06:24,158 - ERROR - Ingress ctest-nginx-ingress-62286482 with uuid 29222b0c-4ec8-4eab-a9d0-4d4e6e33f4f5 still found in kube manager 2024-08-26 13:06:25,160 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=29222b0c-4ec8-4eab-a9d0-4d4e6e33f4f5 2024-08-26 13:06:25,165 - INFO - Ingress ctest-nginx-ingress-62286482 with uuid 29222b0c-4ec8-4eab-a9d0-4d4e6e33f4f5 deleted successfully from kube manager 2024-08-26 13:06:25,166 - INFO - Verifications on Ingress %s cleanup passed 2024-08-26 13:06:25,167 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-26 13:06:25,252 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-26 13:06:25,263 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-26 13:06:25,263 - INFO - Deleting VN __public__ 2024-08-26 13:06:25,422 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/33934de4-4c5c-45f4-8c53-88fe50a17c36 2024-08-26 13:06:25,435 - DEBUG - Response Code: 404 2024-08-26 13:06:25,435 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-08-26 13:06:25,445 - DEBUG - Requesting: http://10.0.0.41:8082/domain/bc174b37-3ed5-4f5b-bbfc-2879e4ad1999 2024-08-26 13:06:25,462 - DEBUG - Requesting: http://10.0.0.41:8082/project/33a4a95b-d005-4668-a1f5-d40b6a4b9969 2024-08-26 13:06:25,501 - INFO - Validated that VN __public__ is not found in API Server 2024-08-26 13:06:25,501 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-26 13:06:25,509 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 13:06:25,533 - DEBUG - VN __public__ is not present in Agent 10.0.0.62 2024-08-26 13:06:25,533 - INFO - Validated that VN __public__ is not in any agent 2024-08-26 13:06:25,534 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 13:06:25,547 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-26 13:06:25,568 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-26 13:06:25,580 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-26 13:06:25,580 - INFO - Deleting pod default:ctest-nginx-pod-65876649 2024-08-26 13:06:25,603 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=ef75e2aa-a09c-4fbc-a80c-8e21e233df20 2024-08-26 13:06:25,622 - WARNING - Pod uuid ef75e2aa-a09c-4fbc-a80c-8e21e233df20 is still seen in agent 10.0.0.62 VM list 2024-08-26 13:06:30,623 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=ef75e2aa-a09c-4fbc-a80c-8e21e233df20 2024-08-26 13:06:30,631 - DEBUG - Pod ef75e2aa-a09c-4fbc-a80c-8e21e233df20 is not in agent 10.0.0.62 VM list 2024-08-26 13:06:30,631 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dddf58b2-63ab-11ef-ae57-fa163e13254c 2024-08-26 13:06:30,639 - DEBUG - VMI dddf58b2-63ab-11ef-ae57-fa163e13254c is removed from agent 10.0.0.62 2024-08-26 13:06:30,639 - INFO - Verified that pod ctest-nginx-pod-65876649 is removed in agent 2024-08-26 13:06:30,639 - INFO - Deleting pod default:ctest-nginx-pod-39911305 2024-08-26 13:06:30,656 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=22598edd-1e63-47e9-8cf7-dff9d80f5166 2024-08-26 13:06:30,668 - WARNING - Pod uuid 22598edd-1e63-47e9-8cf7-dff9d80f5166 is still seen in agent 10.0.0.62 VM list 2024-08-26 13:06:35,669 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=22598edd-1e63-47e9-8cf7-dff9d80f5166 2024-08-26 13:06:35,676 - DEBUG - Pod 22598edd-1e63-47e9-8cf7-dff9d80f5166 is not in agent 10.0.0.62 VM list 2024-08-26 13:06:35,676 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dd6e58b0-63ab-11ef-ae57-fa163e13254c 2024-08-26 13:06:35,682 - DEBUG - VMI dd6e58b0-63ab-11ef-ae57-fa163e13254c is removed from agent 10.0.0.62 2024-08-26 13:06:35,682 - INFO - Verified that pod ctest-nginx-pod-39911305 is removed in agent 2024-08-26 13:06:35,683 - INFO - Deleting service : ctest-nginx-svc-80459748 2024-08-26 13:06:35,939 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 13:06:35,946 - DEBUG - No XMPP flaps were noticed during the test 2024-08-26 13:06:35,947 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:10] 2024-08-26 13:06:35,947 - INFO - -------------------------------------------------------------------------------- 2024-08-26 13:06:42,317 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 13:06:42,441 - DEBUG - Output : cluster_project={} 2024-08-26 13:06:42,475 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-26 13:06:42,647 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-26 13:06:42,653 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-26 13:06:42,820 - DEBUG - Output : cluster_project={} 2024-08-26 13:06:57,947 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 13:06:57,990 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 13:06:58,026 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 13:06:58,102 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 13:06:58,140 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 13:06:58,216 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 13:07:03,266 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 13:07:03,346 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-26 13:07:03,612 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 13:07:06,342 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_ApplicationPolicySetReq? 2024-08-26 13:07:06,350 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_AclReq? 2024-08-26 13:07:06,396 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_AclReq? 2024-08-26 13:07:08,429 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_AclReq? 2024-08-26 13:10:16,494 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-26 13:10:16,555 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=d7039339-2c32-4a6a-8e11-f661313825cb 2024-08-26 13:10:16,573 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=150f5345-3b5e-4cf7-999f-9dc4f9477877 2024-08-26 13:10:16,581 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=b6427d26-f155-4dc3-8ffc-16ab6e255355 2024-08-26 13:10:16,588 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=69f97901-737c-45d1-b569-be6d209f32b6 2024-08-26 13:10:16,593 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=24c477e0-3bc0-462b-b6cd-86dd2f1f8055 2024-08-26 13:10:16,600 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=9f53760c-1233-42ba-8200-39d3a198ddfb 2024-08-26 13:10:16,605 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=7fdc2796-ff58-4aa2-aab0-497315724fcb 2024-08-26 13:10:16,609 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=cb01cbb6-9eb7-4df9-b203-7e5e772ff7a8 2024-08-26 13:10:21,704 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=b6427d26-f155-4dc3-8ffc-16ab6e255355 2024-08-26 13:10:21,705 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=150f5345-3b5e-4cf7-999f-9dc4f9477877 2024-08-26 13:10:21,706 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=d7039339-2c32-4a6a-8e11-f661313825cb 2024-08-26 13:10:21,709 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=cb01cbb6-9eb7-4df9-b203-7e5e772ff7a8 2024-08-26 13:10:21,710 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=7fdc2796-ff58-4aa2-aab0-497315724fcb 2024-08-26 13:10:21,711 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=24c477e0-3bc0-462b-b6cd-86dd2f1f8055 2024-08-26 13:10:21,712 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=9f53760c-1233-42ba-8200-39d3a198ddfb 2024-08-26 13:10:21,713 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=69f97901-737c-45d1-b569-be6d209f32b6 2024-08-26 13:10:21,743 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0c1fff38-63ac-11ef-ae57-fa163e13254c 2024-08-26 13:10:21,747 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0bab32ca-63ac-11ef-ae57-fa163e13254c 2024-08-26 13:10:21,751 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0b1cd0fc-63ac-11ef-ae57-fa163e13254c 2024-08-26 13:10:21,753 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0aa9990c-63ac-11ef-ae57-fa163e13254c 2024-08-26 13:10:26,738 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=cb01cbb6-9eb7-4df9-b203-7e5e772ff7a8 2024-08-26 13:10:26,750 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=69f97901-737c-45d1-b569-be6d209f32b6 2024-08-26 13:10:26,754 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=150f5345-3b5e-4cf7-999f-9dc4f9477877 2024-08-26 13:10:26,755 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=b6427d26-f155-4dc3-8ffc-16ab6e255355 2024-08-26 13:10:31,748 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=cb01cbb6-9eb7-4df9-b203-7e5e772ff7a8 2024-08-26 13:10:31,759 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=69f97901-737c-45d1-b569-be6d209f32b6 2024-08-26 13:10:31,768 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=b6427d26-f155-4dc3-8ffc-16ab6e255355 2024-08-26 13:10:31,770 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=150f5345-3b5e-4cf7-999f-9dc4f9477877 2024-08-26 13:10:36,756 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=cb01cbb6-9eb7-4df9-b203-7e5e772ff7a8 2024-08-26 13:10:36,767 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=69f97901-737c-45d1-b569-be6d209f32b6 2024-08-26 13:10:36,780 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=150f5345-3b5e-4cf7-999f-9dc4f9477877 2024-08-26 13:10:36,782 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=b6427d26-f155-4dc3-8ffc-16ab6e255355 2024-08-26 13:10:41,767 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=cb01cbb6-9eb7-4df9-b203-7e5e772ff7a8 2024-08-26 13:10:41,774 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=69f97901-737c-45d1-b569-be6d209f32b6 2024-08-26 13:10:41,793 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=150f5345-3b5e-4cf7-999f-9dc4f9477877 2024-08-26 13:10:41,795 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=b6427d26-f155-4dc3-8ffc-16ab6e255355 2024-08-26 13:10:46,779 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=cb01cbb6-9eb7-4df9-b203-7e5e772ff7a8 2024-08-26 13:10:46,785 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=69f97901-737c-45d1-b569-be6d209f32b6 2024-08-26 13:10:46,806 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=150f5345-3b5e-4cf7-999f-9dc4f9477877 2024-08-26 13:10:46,808 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=b6427d26-f155-4dc3-8ffc-16ab6e255355 2024-08-26 13:10:51,790 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=cb01cbb6-9eb7-4df9-b203-7e5e772ff7a8 2024-08-26 13:10:51,794 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=69f97901-737c-45d1-b569-be6d209f32b6 2024-08-26 13:10:51,797 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0ddc0934-63ac-11ef-ae57-fa163e13254c 2024-08-26 13:10:51,806 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0c9eb102-63ac-11ef-ae57-fa163e13254c 2024-08-26 13:10:51,818 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=b6427d26-f155-4dc3-8ffc-16ab6e255355 2024-08-26 13:10:51,819 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_VmListReq?uuid=150f5345-3b5e-4cf7-999f-9dc4f9477877 2024-08-26 13:10:51,828 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0d746ef0-63ac-11ef-ae57-fa163e13254c 2024-08-26 13:10:51,830 - DEBUG - Requesting: http://10.0.0.62:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0d0a2216-63ac-11ef-ae57-fa163e13254c