2024-09-03 17:38:40,630 - DEBUG - [10.0.0.23]: Running cmd : hostname 2024-09-03 17:38:40,849 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-625-1 2024-09-03 17:38:40,849 - DEBUG - [10.0.0.23]: Running cmd : hostname -f 2024-09-03 17:38:40,883 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-625-1 2024-09-03 17:38:40,884 - DEBUG - [10.0.0.23]: 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-09-03 17:38:40,993 - DEBUG - Output : NAMES contrail_test_BcHgXoYD7 contrail-kubernetes-master_kubemanager_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_dnsmasq_1 config_api_api_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_schema_1 2024-09-03 17:38:40,994 - DEBUG - [10.0.0.23]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-03 17:38:41,039 - DEBUG - Output : 10.0.0.23/24 172.17.0.1/16 2024-09-03 17:38:41,039 - DEBUG - [10.0.0.23]: Running cmd : getent hosts 10.0.0.23 | head -n 1 | awk '{print $2}' 2024-09-03 17:38:41,108 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-625-1 2024-09-03 17:38:41,166 - DEBUG - [10.0.0.22]: Running cmd : hostname 2024-09-03 17:38:41,390 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-625-1 2024-09-03 17:38:41,391 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2024-09-03 17:38:41,426 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-625-1 2024-09-03 17:38:41,426 - DEBUG - [10.0.0.22]: 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-09-03 17:38:41,482 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-03 17:38:41,482 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-03 17:38:41,557 - DEBUG - Output : 10.0.0.22/24 2024-09-03 17:38:41,557 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2024-09-03 17:38:41,593 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-625-1 2024-09-03 17:38:41,670 - INFO - Using existing project ['default-domain', 'k8s-default'](8bd6e510-d455-49b0-ad47-6fb56fbf0c16) 2024-09-03 17:38:41,769 - INFO - Using existing project ['default-domain', 'k8s-default'](8bd6e510-d455-49b0-ad47-6fb56fbf0c16) 2024-09-03 17:38:41,909 - INFO - ================================================================================ 2024-09-03 17:38:41,909 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-03 17:38:41,909 - 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-09-03 17:38:42,111 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-03 17:38:42,120 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.23': '0'}} with 2024-09-03 17:38:42,120 - INFO - Initial checks done. Running the testcase now 2024-09-03 17:38:42,120 - INFO - 2024-09-03 17:38:42,124 - INFO - Namespace default already exists 2024-09-03 17:38:42,124 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-03 17:38:42,230 - DEBUG - Output : cluster_project={} 2024-09-03 17:38:42,261 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-03 17:38:42,261 - DEBUG - Project uuid in Contrail is 8bd6e510-d455-49b0-ad47-6fb56fbf0c16 2024-09-03 17:38:42,261 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-03 17:38:42,636 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-03 17:38:42,636 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_NamespaceDatabaseList?namespace_uuid=c924a2bb-5add-452c-8ddb-6175be3f3106 2024-09-03 17:38:42,641 - INFO - Namespace default with uuid c924a2bb-5add-452c-8ddb-6175be3f3106 found in kube manager 2024-09-03 17:38:42,641 - INFO - Namespace default verification passed 2024-09-03 17:38:42,645 - DEBUG - Service ctest-nginx-svc-93728549 not present 2024-09-03 17:38:42,645 - INFO - Creating service ctest-nginx-svc-93728549 2024-09-03 17:38:42,676 - INFO - Created Service ctest-nginx-svc-93728549 2024-09-03 17:38:42,691 - DEBUG - Pod ctest-nginx-pod-55218521 not present 2024-09-03 17:38:42,691 - INFO - Creating Pod ctest-nginx-pod-55218521 2024-09-03 17:38:42,774 - DEBUG - Pod : ctest-nginx-pod-55218521 UUID is 6fda6e31-3d48-45fb-974c-ddbc25b2794e 2024-09-03 17:38:42,777 - DEBUG - Pod ctest-nginx-pod-50266860 not present 2024-09-03 17:38:42,777 - INFO - Creating Pod ctest-nginx-pod-50266860 2024-09-03 17:38:42,808 - DEBUG - Pod : ctest-nginx-pod-50266860 UUID is 34e476b6-591c-4a1b-9ee4-ea2003370441 2024-09-03 17:38:42,999 - INFO - Created VN __public__, UUID :426f7b66-9147-4c2b-9b76-e787a4c2e5bc 2024-09-03 17:38:43,316 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-03 17:38:43,325 - DEBUG - Requesting: http://10.0.0.23:8082/domain/67fe4759-82d2-4921-8291-8699259052ee 2024-09-03 17:38:43,390 - DEBUG - Requesting: http://10.0.0.23:8082/project/8bd6e510-d455-49b0-ad47-6fb56fbf0c16 2024-09-03 17:38:43,451 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/426f7b66-9147-4c2b-9b76-e787a4c2e5bc 2024-09-03 17:38:43,488 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/426f7b66-9147-4c2b-9b76-e787a4c2e5bc 2024-09-03 17:38:43,503 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/ec07d4fd-faec-455e-881e-315973407648 2024-09-03 17:38:43,513 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/ec07d4fd-faec-455e-881e-315973407648 2024-09-03 17:38:43,523 - DEBUG - Route Targets: [] 2024-09-03 17:38:43,523 - DEBUG - RT names not yet present for VN __public__ 2024-09-03 17:38:48,524 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-03 17:38:48,530 - DEBUG - Requesting: http://10.0.0.23:8082/domain/67fe4759-82d2-4921-8291-8699259052ee 2024-09-03 17:38:48,537 - DEBUG - Requesting: http://10.0.0.23:8082/project/8bd6e510-d455-49b0-ad47-6fb56fbf0c16 2024-09-03 17:38:48,569 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/426f7b66-9147-4c2b-9b76-e787a4c2e5bc 2024-09-03 17:38:48,577 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/426f7b66-9147-4c2b-9b76-e787a4c2e5bc 2024-09-03 17:38:48,584 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/ec07d4fd-faec-455e-881e-315973407648 2024-09-03 17:38:48,595 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/ec07d4fd-faec-455e-881e-315973407648 2024-09-03 17:38:48,601 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/5db7b6a6-db05-466d-883e-35218c2f651c 2024-09-03 17:38:48,606 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-03 17:38:48,606 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/426f7b66-9147-4c2b-9b76-e787a4c2e5bc 2024-09-03 17:38:48,613 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/ec07d4fd-faec-455e-881e-315973407648 2024-09-03 17:38:48,622 - INFO - Verified VN network id 13 for VN 426f7b66-9147-4c2b-9b76-e787a4c2e5bc 2024-09-03 17:38:48,622 - INFO - Verifications in API Server for VN __public__ passed 2024-09-03 17:38:48,622 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/426f7b66-9147-4c2b-9b76-e787a4c2e5bc 2024-09-03 17:38:48,629 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/ec07d4fd-faec-455e-881e-315973407648 2024-09-03 17:38:48,634 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/ec07d4fd-faec-455e-881e-315973407648 2024-09-03 17:38:48,639 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/5db7b6a6-db05-466d-883e-35218c2f651c 2024-09-03 17:38:48,645 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-03 17:38:48,650 - DEBUG - Control-node 10.0.0.23 : 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': '4787180609372376107', 'uuid-lslong': '11202395692901524924'}, 'enable': 'true', 'created': '2024-09-03T17:38:42', 'last-modified': '2024-09-03T17:38:43', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.439765'} 2024-09-03 17:38:48,650 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-03 17:38:48,657 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-03 17:38:48,657 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-03 17:38:48,657 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-03 17:38:48,657 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-03 17:38:48,663 - DEBUG - Requesting: http://10.0.0.23:8082/domain/67fe4759-82d2-4921-8291-8699259052ee 2024-09-03 17:38:48,669 - DEBUG - Requesting: http://10.0.0.23:8082/project/8bd6e510-d455-49b0-ad47-6fb56fbf0c16 2024-09-03 17:38:48,729 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/426f7b66-9147-4c2b-9b76-e787a4c2e5bc 2024-09-03 17:38:48,744 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-03 17:38:48,744 - DEBUG - Verifying the vn in opserver 2024-09-03 17:38:48,744 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.23 2024-09-03 17:38:48,744 - DEBUG - Requesting: http://10.0.0.23:8081/analytics/uves/virtual-networks 2024-09-03 17:38:48,751 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.23:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-03 17:38:48,751 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-03 17:38:48,751 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-03 17:38:48,763 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-03 17:38:48,770 - DEBUG - Do not have enough data to verify VN in agent 2024-09-03 17:38:48,770 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-03 17:38:48,777 - DEBUG - VRF ids for VN __public__: {} 2024-09-03 17:38:48,879 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-03 17:38:48,972 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-03 17:38:48,978 - DEBUG - Requesting: http://10.0.0.23:8082/domain/67fe4759-82d2-4921-8291-8699259052ee 2024-09-03 17:38:48,984 - DEBUG - Requesting: http://10.0.0.23:8082/project/8bd6e510-d455-49b0-ad47-6fb56fbf0c16 2024-09-03 17:38:49,018 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/426f7b66-9147-4c2b-9b76-e787a4c2e5bc 2024-09-03 17:38:49,026 - DEBUG - Requesting: http://10.0.0.23:8082/floating-ip-pool/5df3883f-db28-4f98-ab4c-2f19c9082375 2024-09-03 17:38:49,032 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-03 17:38:49,036 - DEBUG - Requesting: http://10.0.0.23:8082/domain/67fe4759-82d2-4921-8291-8699259052ee 2024-09-03 17:38:49,042 - DEBUG - Requesting: http://10.0.0.23:8082/project/8bd6e510-d455-49b0-ad47-6fb56fbf0c16 2024-09-03 17:38:49,074 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/426f7b66-9147-4c2b-9b76-e787a4c2e5bc 2024-09-03 17:38:49,080 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-03 17:38:49,081 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-03 17:38:49,087 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-03 17:38:49,093 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-03 17:38:49,093 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-03 17:38:49,097 - DEBUG - Ingress ctest-nginx-ingress-38405826 not present 2024-09-03 17:38:49,097 - INFO - Creating Ingress ctest-nginx-ingress-38405826 2024-09-03 17:38:49,116 - INFO - Created Ingress ctest-nginx-ingress-38405826 2024-09-03 17:38:49,120 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-38405826 2024-09-03 17:38:52,124 - DEBUG - For Ingress ctest-nginx-ingress-38405826, Cluster IP: 10.47.255.249, External IPs ['1.45.80.124'] 2024-09-03 17:38:52,124 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-38405826 2024-09-03 17:38:52,124 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=f6cf3e0a-1dd2-429e-88c3-16fa84772840 2024-09-03 17:38:52,133 - INFO - Ingress ctest-nginx-ingress-38405826 with uuid f6cf3e0a-1dd2-429e-88c3-16fa84772840 found in kube manager 2024-09-03 17:38:52,133 - INFO - Ingress ctest-nginx-ingress-38405826 verification passed 2024-09-03 17:38:52,136 - DEBUG - Pod ctest-busybox-pod-01358033 not present 2024-09-03 17:38:52,136 - INFO - Creating Pod ctest-busybox-pod-01358033 2024-09-03 17:38:52,152 - DEBUG - Node for Pod ctest-busybox-pod-01358033 not yet populated 2024-09-03 17:38:55,159 - DEBUG - Pod : ctest-busybox-pod-01358033 UUID is ffc863d0-3572-40f8-bf6f-93e1f4799918 2024-09-03 17:38:55,163 - DEBUG - Pod ctest-nginx-pod-55218521 not in running state.Currently in Pending 2024-09-03 17:39:00,169 - DEBUG - Pod ctest-nginx-pod-55218521 not in running state.Currently in Pending 2024-09-03 17:39:05,177 - INFO - Pod ctest-nginx-pod-55218521 is in running state.Got IP 10.47.255.251 2024-09-03 17:39:05,189 - DEBUG - Pod ctest-nginx-pod-55218521 has vmi 5ddbba90-6a1b-11ef-a7c5-fa163ee58f17 2024-09-03 17:39:05,189 - INFO - Verified pod ctest-nginx-pod-55218521 in contrail-api 2024-09-03 17:39:05,189 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-03 17:39:05,210 - DEBUG - VMI 5ddbba90-6a1b-11ef-a7c5-fa163ee58f17 is active in agent 10.0.0.22 2024-09-03 17:39:05,211 - INFO - Verified Pod ctest-nginx-pod-55218521 in agent 10.0.0.22 2024-09-03 17:39:05,211 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=6fda6e31-3d48-45fb-974c-ddbc25b2794e 2024-09-03 17:39:05,215 - INFO - Pod ctest-nginx-pod-55218521 with uuid 6fda6e31-3d48-45fb-974c-ddbc25b2794e found in kube manager 2024-09-03 17:39:05,215 - INFO - Pod ctest-nginx-pod-55218521 verification passed 2024-09-03 17:39:05,304 - DEBUG - [Pod ctest-nginx-pod-55218521] Cmd: echo ctest-nginx-pod-55218521 > /usr/share/nginx/html/index.html, Output: 2024-09-03 17:39:05,310 - INFO - Pod ctest-nginx-pod-50266860 is in running state.Got IP 10.47.255.250 2024-09-03 17:39:05,323 - DEBUG - Pod ctest-nginx-pod-50266860 has vmi 5e411dea-6a1b-11ef-a7c5-fa163ee58f17 2024-09-03 17:39:05,323 - INFO - Verified pod ctest-nginx-pod-50266860 in contrail-api 2024-09-03 17:39:05,323 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-03 17:39:05,341 - DEBUG - VMI 5e411dea-6a1b-11ef-a7c5-fa163ee58f17 is active in agent 10.0.0.22 2024-09-03 17:39:05,341 - INFO - Verified Pod ctest-nginx-pod-50266860 in agent 10.0.0.22 2024-09-03 17:39:05,341 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=34e476b6-591c-4a1b-9ee4-ea2003370441 2024-09-03 17:39:05,346 - INFO - Pod ctest-nginx-pod-50266860 with uuid 34e476b6-591c-4a1b-9ee4-ea2003370441 found in kube manager 2024-09-03 17:39:05,346 - INFO - Pod ctest-nginx-pod-50266860 verification passed 2024-09-03 17:39:05,412 - DEBUG - [Pod ctest-nginx-pod-50266860] Cmd: echo ctest-nginx-pod-50266860 > /usr/share/nginx/html/index.html, Output: 2024-09-03 17:39:05,417 - DEBUG - Pod ctest-busybox-pod-01358033 not in running state.Currently in Pending 2024-09-03 17:39:10,423 - INFO - Pod ctest-busybox-pod-01358033 is in running state.Got IP 10.47.255.248 2024-09-03 17:39:10,476 - DEBUG - Pod ctest-busybox-pod-01358033 has vmi 62ae52c6-6a1b-11ef-a7c5-fa163ee58f17 2024-09-03 17:39:10,476 - INFO - Verified pod ctest-busybox-pod-01358033 in contrail-api 2024-09-03 17:39:10,476 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-03 17:39:10,487 - DEBUG - VMI 62ae52c6-6a1b-11ef-a7c5-fa163ee58f17 is active in agent 10.0.0.22 2024-09-03 17:39:10,488 - INFO - Verified Pod ctest-busybox-pod-01358033 in agent 10.0.0.22 2024-09-03 17:39:10,488 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=ffc863d0-3572-40f8-bf6f-93e1f4799918 2024-09-03 17:39:10,492 - INFO - Pod ctest-busybox-pod-01358033 with uuid ffc863d0-3572-40f8-bf6f-93e1f4799918 found in kube manager 2024-09-03 17:39:10,492 - INFO - Pod ctest-busybox-pod-01358033 verification passed 2024-09-03 17:39:10,555 - DEBUG - [Pod ctest-busybox-pod-01358033] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-55218521 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-09-03 17:39:10,556 - DEBUG - [Pod Pod ctest-busybox-pod-01358033] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-03 17:39:10,556 - DEBUG - [Pod Pod ctest-busybox-pod-01358033] Cmd output: ctest-nginx-pod-55218521 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-09-03 17:39:10,627 - DEBUG - [Pod ctest-busybox-pod-01358033] 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-55218521 2024-09-03 17:39:10,628 - DEBUG - [Pod Pod ctest-busybox-pod-01358033] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-03 17:39:10,628 - DEBUG - [Pod Pod ctest-busybox-pod-01358033] 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-55218521 2024-09-03 17:39:10,693 - DEBUG - [Pod ctest-busybox-pod-01358033] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-50266860 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-09-03 17:39:10,693 - DEBUG - [Pod Pod ctest-busybox-pod-01358033] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-03 17:39:10,693 - DEBUG - [Pod Pod ctest-busybox-pod-01358033] Cmd output: ctest-nginx-pod-50266860 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-09-03 17:39:10,693 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-55218521': 2, 'ctest-nginx-pod-50266860': 1} 2024-09-03 17:39:10,694 - WARNING - Nothing to delete parallely 2024-09-03 17:39:10,694 - INFO - Deleting pod default:ctest-busybox-pod-01358033 2024-09-03 17:39:10,704 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ffc863d0-3572-40f8-bf6f-93e1f4799918 2024-09-03 17:39:10,714 - WARNING - Pod uuid ffc863d0-3572-40f8-bf6f-93e1f4799918 is still seen in agent 10.0.0.22 VM list 2024-09-03 17:39:15,714 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ffc863d0-3572-40f8-bf6f-93e1f4799918 2024-09-03 17:39:15,722 - WARNING - Pod uuid ffc863d0-3572-40f8-bf6f-93e1f4799918 is still seen in agent 10.0.0.22 VM list 2024-09-03 17:39:20,723 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ffc863d0-3572-40f8-bf6f-93e1f4799918 2024-09-03 17:39:20,730 - WARNING - Pod uuid ffc863d0-3572-40f8-bf6f-93e1f4799918 is still seen in agent 10.0.0.22 VM list 2024-09-03 17:39:25,731 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ffc863d0-3572-40f8-bf6f-93e1f4799918 2024-09-03 17:39:25,737 - WARNING - Pod uuid ffc863d0-3572-40f8-bf6f-93e1f4799918 is still seen in agent 10.0.0.22 VM list 2024-09-03 17:39:30,738 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ffc863d0-3572-40f8-bf6f-93e1f4799918 2024-09-03 17:39:30,745 - WARNING - Pod uuid ffc863d0-3572-40f8-bf6f-93e1f4799918 is still seen in agent 10.0.0.22 VM list 2024-09-03 17:39:35,746 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ffc863d0-3572-40f8-bf6f-93e1f4799918 2024-09-03 17:39:35,754 - WARNING - Pod uuid ffc863d0-3572-40f8-bf6f-93e1f4799918 is still seen in agent 10.0.0.22 VM list 2024-09-03 17:39:40,755 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ffc863d0-3572-40f8-bf6f-93e1f4799918 2024-09-03 17:39:40,762 - WARNING - Pod uuid ffc863d0-3572-40f8-bf6f-93e1f4799918 is still seen in agent 10.0.0.22 VM list 2024-09-03 17:39:45,762 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ffc863d0-3572-40f8-bf6f-93e1f4799918 2024-09-03 17:39:45,769 - DEBUG - Pod ffc863d0-3572-40f8-bf6f-93e1f4799918 is not in agent 10.0.0.22 VM list 2024-09-03 17:39:45,769 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:62ae52c6-6a1b-11ef-a7c5-fa163ee58f17 2024-09-03 17:39:45,777 - DEBUG - VMI 62ae52c6-6a1b-11ef-a7c5-fa163ee58f17 is removed from agent 10.0.0.22 2024-09-03 17:39:45,777 - INFO - Verified that pod ctest-busybox-pod-01358033 is removed in agent 2024-09-03 17:39:45,777 - INFO - Deleting Ingress : ctest-nginx-ingress-38405826 2024-09-03 17:39:45,785 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=f6cf3e0a-1dd2-429e-88c3-16fa84772840 2024-09-03 17:39:45,794 - ERROR - Ingress ctest-nginx-ingress-38405826 with uuid f6cf3e0a-1dd2-429e-88c3-16fa84772840 still found in kube manager 2024-09-03 17:39:46,795 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=f6cf3e0a-1dd2-429e-88c3-16fa84772840 2024-09-03 17:39:46,800 - INFO - Ingress ctest-nginx-ingress-38405826 with uuid f6cf3e0a-1dd2-429e-88c3-16fa84772840 deleted successfully from kube manager 2024-09-03 17:39:46,800 - INFO - Verifications on Ingress %s cleanup passed 2024-09-03 17:39:46,800 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-03 17:39:46,871 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-03 17:39:46,880 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-03 17:39:46,881 - INFO - Deleting VN __public__ 2024-09-03 17:39:47,009 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/ec07d4fd-faec-455e-881e-315973407648 2024-09-03 17:39:47,018 - DEBUG - Response Code: 404 2024-09-03 17:39:47,018 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-03 17:39:47,026 - DEBUG - Requesting: http://10.0.0.23:8082/domain/67fe4759-82d2-4921-8291-8699259052ee 2024-09-03 17:39:47,046 - DEBUG - Requesting: http://10.0.0.23:8082/project/8bd6e510-d455-49b0-ad47-6fb56fbf0c16 2024-09-03 17:39:47,103 - INFO - Validated that VN __public__ is not found in API Server 2024-09-03 17:39:47,103 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-03 17:39:47,112 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-03 17:39:47,122 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2024-09-03 17:39:47,122 - INFO - Validated that VN __public__ is not in any agent 2024-09-03 17:39:47,122 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-03 17:39:47,131 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-03 17:39:47,136 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-03 17:39:47,141 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-03 17:39:47,141 - INFO - Deleting pod default:ctest-nginx-pod-50266860 2024-09-03 17:39:47,155 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=34e476b6-591c-4a1b-9ee4-ea2003370441 2024-09-03 17:39:47,170 - WARNING - Pod uuid 34e476b6-591c-4a1b-9ee4-ea2003370441 is still seen in agent 10.0.0.22 VM list 2024-09-03 17:39:52,170 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=34e476b6-591c-4a1b-9ee4-ea2003370441 2024-09-03 17:39:52,177 - DEBUG - Pod 34e476b6-591c-4a1b-9ee4-ea2003370441 is not in agent 10.0.0.22 VM list 2024-09-03 17:39:52,177 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5e411dea-6a1b-11ef-a7c5-fa163ee58f17 2024-09-03 17:39:52,184 - DEBUG - VMI 5e411dea-6a1b-11ef-a7c5-fa163ee58f17 is removed from agent 10.0.0.22 2024-09-03 17:39:52,184 - INFO - Verified that pod ctest-nginx-pod-50266860 is removed in agent 2024-09-03 17:39:52,184 - INFO - Deleting pod default:ctest-nginx-pod-55218521 2024-09-03 17:39:52,202 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6fda6e31-3d48-45fb-974c-ddbc25b2794e 2024-09-03 17:39:52,210 - WARNING - Pod uuid 6fda6e31-3d48-45fb-974c-ddbc25b2794e is still seen in agent 10.0.0.22 VM list 2024-09-03 17:39:57,211 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6fda6e31-3d48-45fb-974c-ddbc25b2794e 2024-09-03 17:39:57,218 - DEBUG - Pod 6fda6e31-3d48-45fb-974c-ddbc25b2794e is not in agent 10.0.0.22 VM list 2024-09-03 17:39:57,219 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5ddbba90-6a1b-11ef-a7c5-fa163ee58f17 2024-09-03 17:39:57,225 - DEBUG - VMI 5ddbba90-6a1b-11ef-a7c5-fa163ee58f17 is removed from agent 10.0.0.22 2024-09-03 17:39:57,225 - INFO - Verified that pod ctest-nginx-pod-55218521 is removed in agent 2024-09-03 17:39:57,225 - INFO - Deleting service : ctest-nginx-svc-93728549 2024-09-03 17:39:57,455 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-03 17:39:57,462 - DEBUG - No XMPP flaps were noticed during the test
2024-09-03 17:39:57,462 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:16]
2024-09-03 17:39:57,462 - INFO - -------------------------------------------------------------------------------- 2024-09-03 17:40:03,851 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-03 17:40:03,972 - DEBUG - Output : cluster_project={} 2024-09-03 17:40:04,014 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-03 17:40:04,193 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-03 17:40:04,201 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-03 17:40:04,329 - DEBUG - Output : cluster_project={} 2024-09-03 17:40:24,410 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-03 17:40:24,489 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-03 17:40:24,524 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-03 17:40:24,601 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-03 17:40:24,688 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-03 17:40:24,728 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-03 17:40:24,816 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-03 17:40:24,849 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-03 17:40:25,070 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-03 17:40:27,742 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2024-09-03 17:40:27,753 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2024-09-03 17:40:27,785 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2024-09-03 17:40:29,814 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2024-09-03 17:43:31,572 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-03 17:43:31,630 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2409adf0-1ea0-4f4f-8344-9de313ab4f36 2024-09-03 17:43:31,645 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=57b75ca8-e5e2-4a02-a6a5-b240b406345b 2024-09-03 17:43:31,657 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=11706f82-445e-4977-a199-f0f7a52ab104 2024-09-03 17:43:31,666 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=dd6b27ff-3d99-4f31-9545-cb85c027f9e6 2024-09-03 17:43:31,670 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=51f78a4c-c866-4286-ae10-261cc9bdaa39 2024-09-03 17:43:31,681 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e8088368-9097-4b3a-95f4-91e98f86b589 2024-09-03 17:43:31,688 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cb6f2c50-cac7-4aa9-9aa6-624697d9a0cc 2024-09-03 17:43:31,692 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4e3540cb-e84a-4fc0-b121-a2ae8e02eb22 2024-09-03 17:43:36,754 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=dd6b27ff-3d99-4f31-9545-cb85c027f9e6 2024-09-03 17:43:36,755 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e8088368-9097-4b3a-95f4-91e98f86b589 2024-09-03 17:43:36,756 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=11706f82-445e-4977-a199-f0f7a52ab104 2024-09-03 17:43:36,759 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=57b75ca8-e5e2-4a02-a6a5-b240b406345b 2024-09-03 17:43:36,760 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2409adf0-1ea0-4f4f-8344-9de313ab4f36 2024-09-03 17:43:36,761 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4e3540cb-e84a-4fc0-b121-a2ae8e02eb22 2024-09-03 17:43:36,763 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cb6f2c50-cac7-4aa9-9aa6-624697d9a0cc 2024-09-03 17:43:36,764 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=51f78a4c-c866-4286-ae10-261cc9bdaa39 2024-09-03 17:43:36,802 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8e27ae2a-6a1b-11ef-a7c5-fa163ee58f17 2024-09-03 17:43:36,806 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8f42acf6-6a1b-11ef-a7c5-fa163ee58f17 2024-09-03 17:43:36,808 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8fb94bcc-6a1b-11ef-a7c5-fa163ee58f17 2024-09-03 17:43:41,802 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=11706f82-445e-4977-a199-f0f7a52ab104 2024-09-03 17:43:41,804 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cb6f2c50-cac7-4aa9-9aa6-624697d9a0cc 2024-09-03 17:43:41,806 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=dd6b27ff-3d99-4f31-9545-cb85c027f9e6 2024-09-03 17:43:41,808 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e8088368-9097-4b3a-95f4-91e98f86b589 2024-09-03 17:43:41,811 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=51f78a4c-c866-4286-ae10-261cc9bdaa39 2024-09-03 17:43:46,822 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e8088368-9097-4b3a-95f4-91e98f86b589 2024-09-03 17:43:46,824 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=51f78a4c-c866-4286-ae10-261cc9bdaa39 2024-09-03 17:43:46,826 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=dd6b27ff-3d99-4f31-9545-cb85c027f9e6 2024-09-03 17:43:46,827 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cb6f2c50-cac7-4aa9-9aa6-624697d9a0cc 2024-09-03 17:43:46,828 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=11706f82-445e-4977-a199-f0f7a52ab104 2024-09-03 17:43:51,844 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=51f78a4c-c866-4286-ae10-261cc9bdaa39 2024-09-03 17:43:51,846 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e8088368-9097-4b3a-95f4-91e98f86b589 2024-09-03 17:43:51,847 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=11706f82-445e-4977-a199-f0f7a52ab104 2024-09-03 17:43:51,849 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cb6f2c50-cac7-4aa9-9aa6-624697d9a0cc 2024-09-03 17:43:51,850 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=dd6b27ff-3d99-4f31-9545-cb85c027f9e6 2024-09-03 17:43:56,866 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=11706f82-445e-4977-a199-f0f7a52ab104 2024-09-03 17:43:56,868 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=51f78a4c-c866-4286-ae10-261cc9bdaa39 2024-09-03 17:43:56,870 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=dd6b27ff-3d99-4f31-9545-cb85c027f9e6 2024-09-03 17:43:56,871 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cb6f2c50-cac7-4aa9-9aa6-624697d9a0cc 2024-09-03 17:43:56,872 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e8088368-9097-4b3a-95f4-91e98f86b589 2024-09-03 17:44:01,887 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=51f78a4c-c866-4286-ae10-261cc9bdaa39 2024-09-03 17:44:01,889 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cb6f2c50-cac7-4aa9-9aa6-624697d9a0cc 2024-09-03 17:44:01,891 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=dd6b27ff-3d99-4f31-9545-cb85c027f9e6 2024-09-03 17:44:01,892 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e8088368-9097-4b3a-95f4-91e98f86b589 2024-09-03 17:44:01,893 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=11706f82-445e-4977-a199-f0f7a52ab104 2024-09-03 17:44:06,918 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cb6f2c50-cac7-4aa9-9aa6-624697d9a0cc 2024-09-03 17:44:06,920 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=dd6b27ff-3d99-4f31-9545-cb85c027f9e6 2024-09-03 17:44:06,921 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e8088368-9097-4b3a-95f4-91e98f86b589 2024-09-03 17:44:06,922 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=51f78a4c-c866-4286-ae10-261cc9bdaa39 2024-09-03 17:44:06,923 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=11706f82-445e-4977-a199-f0f7a52ab104 2024-09-03 17:44:06,939 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:90a8b63a-6a1b-11ef-a7c5-fa163ee58f17 2024-09-03 17:44:06,943 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:917c869a-6a1b-11ef-a7c5-fa163ee58f17 2024-09-03 17:44:06,944 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8ea3ae94-6a1b-11ef-a7c5-fa163ee58f17 2024-09-03 17:44:06,946 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:90413bb8-6a1b-11ef-a7c5-fa163ee58f17 2024-09-03 17:44:06,947 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9110d986-6a1b-11ef-a7c5-fa163ee58f17