2024-09-17 06:31:25,683 - DEBUG - [10.0.0.40]: Running cmd : hostname 2024-09-17 06:31:25,908 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-672-1 2024-09-17 06:31:25,908 - DEBUG - [10.0.0.40]: Running cmd : hostname -f 2024-09-17 06:31:25,942 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-672-1 2024-09-17 06:31:25,942 - DEBUG - [10.0.0.40]: 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-17 06:31:26,037 - DEBUG - Output : NAMES contrail_test_mwaFLq381 webui_job_1 webui_web_1 contrail-kubernetes-master_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 redis_redis_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_cassandra_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_api_1 config_api_schema_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_dnsmasq_1 2024-09-17 06:31:26,037 - DEBUG - [10.0.0.40]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-17 06:31:26,108 - DEBUG - Output : 10.0.0.40/24 172.17.0.1/16 2024-09-17 06:31:26,108 - DEBUG - [10.0.0.40]: Running cmd : getent hosts 10.0.0.40 | head -n 1 | awk '{print $2}' 2024-09-17 06:31:26,142 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-672-1 2024-09-17 06:31:26,239 - DEBUG - [10.0.0.28]: Running cmd : hostname 2024-09-17 06:31:26,473 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-672-1 2024-09-17 06:31:26,473 - DEBUG - [10.0.0.28]: Running cmd : hostname -f 2024-09-17 06:31:26,497 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-672-1 2024-09-17 06:31:26,497 - DEBUG - [10.0.0.28]: 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-17 06:31:26,551 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-17 06:31:26,551 - DEBUG - [10.0.0.28]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-17 06:31:26,585 - DEBUG - Output : 10.0.0.28/24 2024-09-17 06:31:26,585 - DEBUG - [10.0.0.28]: Running cmd : getent hosts 10.0.0.28 | head -n 1 | awk '{print $2}' 2024-09-17 06:31:26,655 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-672-1 2024-09-17 06:31:26,738 - INFO - Using existing project ['default-domain', 'k8s-default'](4245a7fa-84d0-4e87-ba62-2f0d9f720ad1) 2024-09-17 06:31:26,863 - INFO - Using existing project ['default-domain', 'k8s-default'](4245a7fa-84d0-4e87-ba62-2f0d9f720ad1) 2024-09-17 06:31:27,012 - INFO - ================================================================================ 2024-09-17 06:31:27,013 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-17 06:31:27,013 - 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-17 06:31:27,238 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-17 06:31:27,246 - DEBUG - Nothing to compare xmpp stats {'10.0.0.28': {'10.0.0.40': '0'}} with 2024-09-17 06:31:27,246 - INFO - Initial checks done. Running the testcase now 2024-09-17 06:31:27,246 - INFO - 2024-09-17 06:31:27,250 - INFO - Namespace default already exists 2024-09-17 06:31:27,250 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-17 06:31:27,355 - DEBUG - Output : cluster_project={} 2024-09-17 06:31:27,406 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-17 06:31:27,406 - DEBUG - Project uuid in Contrail is 4245a7fa-84d0-4e87-ba62-2f0d9f720ad1 2024-09-17 06:31:27,406 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-17 06:31:27,533 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-17 06:31:27,533 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_NamespaceDatabaseList?namespace_uuid=956530a5-37b4-4c41-a2dd-23e602b6cdc5 2024-09-17 06:31:27,538 - INFO - Namespace default with uuid 956530a5-37b4-4c41-a2dd-23e602b6cdc5 found in kube manager 2024-09-17 06:31:27,538 - INFO - Namespace default verification passed 2024-09-17 06:31:27,540 - DEBUG - Service ctest-nginx-svc-26951348 not present 2024-09-17 06:31:27,540 - INFO - Creating service ctest-nginx-svc-26951348 2024-09-17 06:31:27,562 - INFO - Created Service ctest-nginx-svc-26951348 2024-09-17 06:31:27,566 - DEBUG - Pod ctest-nginx-pod-81663559 not present 2024-09-17 06:31:27,567 - INFO - Creating Pod ctest-nginx-pod-81663559 2024-09-17 06:31:27,602 - DEBUG - Pod : ctest-nginx-pod-81663559 UUID is 45c18ec0-18e8-4793-84ac-2590b0d7ac9b 2024-09-17 06:31:27,612 - DEBUG - Pod ctest-nginx-pod-96343089 not present 2024-09-17 06:31:27,612 - INFO - Creating Pod ctest-nginx-pod-96343089 2024-09-17 06:31:27,644 - DEBUG - Pod : ctest-nginx-pod-96343089 UUID is 8dd7fdff-6080-409b-aba0-100d44946100 2024-09-17 06:31:27,854 - INFO - Created VN __public__, UUID :ce777d92-1e76-4ab9-9137-f0f8991fdb3b 2024-09-17 06:31:28,131 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2024-09-17 06:31:28,136 - DEBUG - Requesting: http://10.0.0.40:8082/domain/cbf6cbb6-82f4-4229-9c9a-c805baffaf2c 2024-09-17 06:31:28,154 - DEBUG - Requesting: http://10.0.0.40:8082/project/4245a7fa-84d0-4e87-ba62-2f0d9f720ad1 2024-09-17 06:31:28,260 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/ce777d92-1e76-4ab9-9137-f0f8991fdb3b 2024-09-17 06:31:28,291 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/ce777d92-1e76-4ab9-9137-f0f8991fdb3b 2024-09-17 06:31:28,314 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/b36e7a8c-706f-473b-a474-e792f2e0d8e8 2024-09-17 06:31:28,351 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/b36e7a8c-706f-473b-a474-e792f2e0d8e8 2024-09-17 06:31:28,363 - DEBUG - Route Targets: [] 2024-09-17 06:31:28,363 - DEBUG - RT names not yet present for VN __public__ 2024-09-17 06:31:33,364 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2024-09-17 06:31:33,370 - DEBUG - Requesting: http://10.0.0.40:8082/domain/cbf6cbb6-82f4-4229-9c9a-c805baffaf2c 2024-09-17 06:31:33,381 - DEBUG - Requesting: http://10.0.0.40:8082/project/4245a7fa-84d0-4e87-ba62-2f0d9f720ad1 2024-09-17 06:31:33,466 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/ce777d92-1e76-4ab9-9137-f0f8991fdb3b 2024-09-17 06:31:33,479 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/ce777d92-1e76-4ab9-9137-f0f8991fdb3b 2024-09-17 06:31:33,491 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/b36e7a8c-706f-473b-a474-e792f2e0d8e8 2024-09-17 06:31:33,501 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/b36e7a8c-706f-473b-a474-e792f2e0d8e8 2024-09-17 06:31:33,510 - DEBUG - Requesting: http://10.0.0.40:8082/route-target/1d488dd6-44a8-41ec-87da-47536d875462 2024-09-17 06:31:33,517 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-17 06:31:33,517 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/ce777d92-1e76-4ab9-9137-f0f8991fdb3b 2024-09-17 06:31:33,530 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/b36e7a8c-706f-473b-a474-e792f2e0d8e8 2024-09-17 06:31:33,549 - INFO - Verified VN network id 13 for VN ce777d92-1e76-4ab9-9137-f0f8991fdb3b 2024-09-17 06:31:33,550 - INFO - Verifications in API Server for VN __public__ passed 2024-09-17 06:31:33,550 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/ce777d92-1e76-4ab9-9137-f0f8991fdb3b 2024-09-17 06:31:33,565 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/b36e7a8c-706f-473b-a474-e792f2e0d8e8 2024-09-17 06:31:33,575 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/b36e7a8c-706f-473b-a474-e792f2e0d8e8 2024-09-17 06:31:33,589 - DEBUG - Requesting: http://10.0.0.40:8082/route-target/1d488dd6-44a8-41ec-87da-47536d875462 2024-09-17 06:31:33,599 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-17 06:31:33,607 - DEBUG - Control-node 10.0.0.40 : 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': '14877497960571488953', 'uuid-lslong': '10464097209730194235'}, 'enable': 'true', 'created': '2024-09-17T06:31:27', 'last-modified': '2024-09-17T06:31:28', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.571829'} 2024-09-17 06:31:33,607 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 06:31:33,615 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-17 06:31:33,615 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-17 06:31:33,616 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-17 06:31:33,616 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2024-09-17 06:31:33,623 - DEBUG - Requesting: http://10.0.0.40:8082/domain/cbf6cbb6-82f4-4229-9c9a-c805baffaf2c 2024-09-17 06:31:33,633 - DEBUG - Requesting: http://10.0.0.40:8082/project/4245a7fa-84d0-4e87-ba62-2f0d9f720ad1 2024-09-17 06:31:33,686 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/ce777d92-1e76-4ab9-9137-f0f8991fdb3b 2024-09-17 06:31:33,703 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-17 06:31:33,703 - DEBUG - Verifying the vn in opserver 2024-09-17 06:31:33,704 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.40 2024-09-17 06:31:33,704 - DEBUG - Requesting: http://10.0.0.40:8081/analytics/uves/virtual-networks 2024-09-17 06:31:33,709 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.40:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-17 06:31:33,709 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-17 06:31:33,709 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 06:31:33,720 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 06:31:33,728 - DEBUG - Do not have enough data to verify VN in agent 2024-09-17 06:31:33,728 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 06:31:33,735 - DEBUG - VRF ids for VN __public__: {} 2024-09-17 06:31:33,810 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-17 06:31:33,991 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2024-09-17 06:31:33,997 - DEBUG - Requesting: http://10.0.0.40:8082/domain/cbf6cbb6-82f4-4229-9c9a-c805baffaf2c 2024-09-17 06:31:34,006 - DEBUG - Requesting: http://10.0.0.40:8082/project/4245a7fa-84d0-4e87-ba62-2f0d9f720ad1 2024-09-17 06:31:34,052 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/ce777d92-1e76-4ab9-9137-f0f8991fdb3b 2024-09-17 06:31:34,066 - DEBUG - Requesting: http://10.0.0.40:8082/floating-ip-pool/e9eb88ff-e21d-4025-907d-46c758221eca 2024-09-17 06:31:34,073 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2024-09-17 06:31:34,084 - DEBUG - Requesting: http://10.0.0.40:8082/domain/cbf6cbb6-82f4-4229-9c9a-c805baffaf2c 2024-09-17 06:31:34,092 - DEBUG - Requesting: http://10.0.0.40:8082/project/4245a7fa-84d0-4e87-ba62-2f0d9f720ad1 2024-09-17 06:31:34,141 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/ce777d92-1e76-4ab9-9137-f0f8991fdb3b 2024-09-17 06:31:34,155 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-17 06:31:34,155 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-17 06:31:34,168 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-17 06:31:34,174 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-17 06:31:34,175 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-17 06:31:34,179 - DEBUG - Ingress ctest-nginx-ingress-86627212 not present 2024-09-17 06:31:34,179 - INFO - Creating Ingress ctest-nginx-ingress-86627212 2024-09-17 06:31:34,185 - INFO - Created Ingress ctest-nginx-ingress-86627212 2024-09-17 06:31:34,188 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-86627212 2024-09-17 06:31:37,193 - DEBUG - For Ingress ctest-nginx-ingress-86627212, Cluster IP: 10.47.255.249, External IPs ['141.40.189.188'] 2024-09-17 06:31:37,193 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-86627212 2024-09-17 06:31:37,193 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=49d480b7-de1e-4458-bbc1-51e9e48c422b 2024-09-17 06:31:37,198 - INFO - Ingress ctest-nginx-ingress-86627212 with uuid 49d480b7-de1e-4458-bbc1-51e9e48c422b found in kube manager 2024-09-17 06:31:37,199 - INFO - Ingress ctest-nginx-ingress-86627212 verification passed 2024-09-17 06:31:37,201 - DEBUG - Pod ctest-busybox-pod-23273006 not present 2024-09-17 06:31:37,201 - INFO - Creating Pod ctest-busybox-pod-23273006 2024-09-17 06:31:37,217 - DEBUG - Node for Pod ctest-busybox-pod-23273006 not yet populated 2024-09-17 06:31:40,223 - DEBUG - Pod : ctest-busybox-pod-23273006 UUID is 498d353b-9ef2-45b7-b852-a21916d26afd 2024-09-17 06:31:40,228 - DEBUG - Pod ctest-nginx-pod-81663559 not in running state.Currently in Pending 2024-09-17 06:31:45,243 - INFO - Pod ctest-nginx-pod-81663559 is in running state.Got IP 10.47.255.251 2024-09-17 06:31:45,261 - DEBUG - Pod ctest-nginx-pod-81663559 has vmi 78f13488-74be-11ef-825e-fa163e1f6438 2024-09-17 06:31:45,261 - INFO - Verified pod ctest-nginx-pod-81663559 in contrail-api 2024-09-17 06:31:45,262 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 06:31:45,276 - DEBUG - VMI 78f13488-74be-11ef-825e-fa163e1f6438 is active in agent 10.0.0.28 2024-09-17 06:31:45,276 - INFO - Verified Pod ctest-nginx-pod-81663559 in agent 10.0.0.28 2024-09-17 06:31:45,276 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_VirtualMachineDatabaseList?x=45c18ec0-18e8-4793-84ac-2590b0d7ac9b 2024-09-17 06:31:45,280 - INFO - Pod ctest-nginx-pod-81663559 with uuid 45c18ec0-18e8-4793-84ac-2590b0d7ac9b found in kube manager 2024-09-17 06:31:45,281 - INFO - Pod ctest-nginx-pod-81663559 verification passed 2024-09-17 06:31:45,367 - DEBUG - [Pod ctest-nginx-pod-81663559] Cmd: echo ctest-nginx-pod-81663559 > /usr/share/nginx/html/index.html, Output: 2024-09-17 06:31:45,373 - INFO - Pod ctest-nginx-pod-96343089 is in running state.Got IP 10.47.255.250 2024-09-17 06:31:45,391 - DEBUG - Pod ctest-nginx-pod-96343089 has vmi 7973a274-74be-11ef-825e-fa163e1f6438 2024-09-17 06:31:45,392 - INFO - Verified pod ctest-nginx-pod-96343089 in contrail-api 2024-09-17 06:31:45,392 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 06:31:45,404 - DEBUG - VMI 7973a274-74be-11ef-825e-fa163e1f6438 is active in agent 10.0.0.28 2024-09-17 06:31:45,405 - INFO - Verified Pod ctest-nginx-pod-96343089 in agent 10.0.0.28 2024-09-17 06:31:45,405 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_VirtualMachineDatabaseList?x=8dd7fdff-6080-409b-aba0-100d44946100 2024-09-17 06:31:45,409 - INFO - Pod ctest-nginx-pod-96343089 with uuid 8dd7fdff-6080-409b-aba0-100d44946100 found in kube manager 2024-09-17 06:31:45,409 - INFO - Pod ctest-nginx-pod-96343089 verification passed 2024-09-17 06:31:45,481 - DEBUG - [Pod ctest-nginx-pod-96343089] Cmd: echo ctest-nginx-pod-96343089 > /usr/share/nginx/html/index.html, Output: 2024-09-17 06:31:45,486 - DEBUG - Pod ctest-busybox-pod-23273006 not in running state.Currently in Pending 2024-09-17 06:31:50,494 - INFO - Pod ctest-busybox-pod-23273006 is in running state.Got IP 10.47.255.248 2024-09-17 06:31:50,555 - DEBUG - Pod ctest-busybox-pod-23273006 has vmi 7dbeac84-74be-11ef-825e-fa163e1f6438 2024-09-17 06:31:50,555 - INFO - Verified pod ctest-busybox-pod-23273006 in contrail-api 2024-09-17 06:31:50,556 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 06:31:50,569 - DEBUG - VMI 7dbeac84-74be-11ef-825e-fa163e1f6438 is active in agent 10.0.0.28 2024-09-17 06:31:50,569 - INFO - Verified Pod ctest-busybox-pod-23273006 in agent 10.0.0.28 2024-09-17 06:31:50,569 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_VirtualMachineDatabaseList?x=498d353b-9ef2-45b7-b852-a21916d26afd 2024-09-17 06:31:50,573 - INFO - Pod ctest-busybox-pod-23273006 with uuid 498d353b-9ef2-45b7-b852-a21916d26afd found in kube manager 2024-09-17 06:31:50,574 - INFO - Pod ctest-busybox-pod-23273006 verification passed 2024-09-17 06:31:50,635 - DEBUG - [Pod ctest-busybox-pod-23273006] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-96343089 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-17 06:31:50,635 - DEBUG - [Pod Pod ctest-busybox-pod-23273006] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-17 06:31:50,635 - DEBUG - [Pod Pod ctest-busybox-pod-23273006] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-96343089 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-17 06:31:50,700 - DEBUG - [Pod ctest-busybox-pod-23273006] 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-96343089 2024-09-17 06:31:50,700 - DEBUG - [Pod Pod ctest-busybox-pod-23273006] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-17 06:31:50,700 - DEBUG - [Pod Pod ctest-busybox-pod-23273006] 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-96343089 2024-09-17 06:31:50,763 - DEBUG - [Pod ctest-busybox-pod-23273006] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-96343089 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-17 06:31:50,763 - DEBUG - [Pod Pod ctest-busybox-pod-23273006] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-17 06:31:50,763 - DEBUG - [Pod Pod ctest-busybox-pod-23273006] Cmd output: ctest-nginx-pod-96343089 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-17 06:31:50,844 - DEBUG - [Pod ctest-busybox-pod-23273006] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-81663559 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-17 06:31:50,844 - DEBUG - [Pod Pod ctest-busybox-pod-23273006] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-17 06:31:50,844 - DEBUG - [Pod Pod ctest-busybox-pod-23273006] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-81663559 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-17 06:31:50,844 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-81663559': 1, 'ctest-nginx-pod-96343089': 3} 2024-09-17 06:31:50,845 - WARNING - Nothing to delete parallely 2024-09-17 06:31:50,845 - INFO - Deleting pod default:ctest-busybox-pod-23273006 2024-09-17 06:31:50,858 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=498d353b-9ef2-45b7-b852-a21916d26afd 2024-09-17 06:31:50,865 - WARNING - Pod uuid 498d353b-9ef2-45b7-b852-a21916d26afd is still seen in agent 10.0.0.28 VM list 2024-09-17 06:31:55,865 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=498d353b-9ef2-45b7-b852-a21916d26afd 2024-09-17 06:31:55,873 - WARNING - Pod uuid 498d353b-9ef2-45b7-b852-a21916d26afd is still seen in agent 10.0.0.28 VM list 2024-09-17 06:32:00,874 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=498d353b-9ef2-45b7-b852-a21916d26afd 2024-09-17 06:32:00,882 - WARNING - Pod uuid 498d353b-9ef2-45b7-b852-a21916d26afd is still seen in agent 10.0.0.28 VM list 2024-09-17 06:32:05,883 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=498d353b-9ef2-45b7-b852-a21916d26afd 2024-09-17 06:32:05,891 - WARNING - Pod uuid 498d353b-9ef2-45b7-b852-a21916d26afd is still seen in agent 10.0.0.28 VM list 2024-09-17 06:32:10,892 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=498d353b-9ef2-45b7-b852-a21916d26afd 2024-09-17 06:32:10,900 - WARNING - Pod uuid 498d353b-9ef2-45b7-b852-a21916d26afd is still seen in agent 10.0.0.28 VM list 2024-09-17 06:32:15,901 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=498d353b-9ef2-45b7-b852-a21916d26afd 2024-09-17 06:32:15,909 - WARNING - Pod uuid 498d353b-9ef2-45b7-b852-a21916d26afd is still seen in agent 10.0.0.28 VM list 2024-09-17 06:32:20,909 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=498d353b-9ef2-45b7-b852-a21916d26afd 2024-09-17 06:32:20,917 - WARNING - Pod uuid 498d353b-9ef2-45b7-b852-a21916d26afd is still seen in agent 10.0.0.28 VM list 2024-09-17 06:32:25,922 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=498d353b-9ef2-45b7-b852-a21916d26afd 2024-09-17 06:32:25,930 - DEBUG - Pod 498d353b-9ef2-45b7-b852-a21916d26afd is not in agent 10.0.0.28 VM list 2024-09-17 06:32:25,930 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7dbeac84-74be-11ef-825e-fa163e1f6438 2024-09-17 06:32:25,938 - DEBUG - VMI 7dbeac84-74be-11ef-825e-fa163e1f6438 is removed from agent 10.0.0.28 2024-09-17 06:32:25,938 - INFO - Verified that pod ctest-busybox-pod-23273006 is removed in agent 2024-09-17 06:32:25,938 - INFO - Deleting Ingress : ctest-nginx-ingress-86627212 2024-09-17 06:32:25,955 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=49d480b7-de1e-4458-bbc1-51e9e48c422b 2024-09-17 06:32:25,963 - ERROR - Ingress ctest-nginx-ingress-86627212 with uuid 49d480b7-de1e-4458-bbc1-51e9e48c422b still found in kube manager 2024-09-17 06:32:26,963 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=49d480b7-de1e-4458-bbc1-51e9e48c422b 2024-09-17 06:32:26,970 - INFO - Ingress ctest-nginx-ingress-86627212 with uuid 49d480b7-de1e-4458-bbc1-51e9e48c422b deleted successfully from kube manager 2024-09-17 06:32:26,970 - INFO - Verifications on Ingress %s cleanup passed 2024-09-17 06:32:26,970 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-17 06:32:27,092 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-17 06:32:27,101 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-17 06:32:27,101 - INFO - Deleting VN __public__ 2024-09-17 06:32:27,253 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/b36e7a8c-706f-473b-a474-e792f2e0d8e8 2024-09-17 06:32:27,262 - DEBUG - Response Code: 404 2024-09-17 06:32:27,262 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2024-09-17 06:32:27,267 - DEBUG - Requesting: http://10.0.0.40:8082/domain/cbf6cbb6-82f4-4229-9c9a-c805baffaf2c 2024-09-17 06:32:27,285 - DEBUG - Requesting: http://10.0.0.40:8082/project/4245a7fa-84d0-4e87-ba62-2f0d9f720ad1 2024-09-17 06:32:27,349 - INFO - Validated that VN __public__ is not found in API Server 2024-09-17 06:32:27,349 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-17 06:32:27,393 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 06:32:27,411 - DEBUG - VN __public__ is not present in Agent 10.0.0.28 2024-09-17 06:32:27,411 - INFO - Validated that VN __public__ is not in any agent 2024-09-17 06:32:27,411 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 06:32:27,421 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 06:32:27,427 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-17 06:32:27,433 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-17 06:32:27,434 - INFO - Deleting pod default:ctest-nginx-pod-96343089 2024-09-17 06:32:27,458 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=8dd7fdff-6080-409b-aba0-100d44946100 2024-09-17 06:32:27,471 - WARNING - Pod uuid 8dd7fdff-6080-409b-aba0-100d44946100 is still seen in agent 10.0.0.28 VM list 2024-09-17 06:32:32,471 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=8dd7fdff-6080-409b-aba0-100d44946100 2024-09-17 06:32:32,478 - DEBUG - Pod 8dd7fdff-6080-409b-aba0-100d44946100 is not in agent 10.0.0.28 VM list 2024-09-17 06:32:32,478 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7973a274-74be-11ef-825e-fa163e1f6438 2024-09-17 06:32:32,509 - DEBUG - VMI 7973a274-74be-11ef-825e-fa163e1f6438 is removed from agent 10.0.0.28 2024-09-17 06:32:32,509 - INFO - Verified that pod ctest-nginx-pod-96343089 is removed in agent 2024-09-17 06:32:32,509 - INFO - Deleting pod default:ctest-nginx-pod-81663559 2024-09-17 06:32:32,529 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=45c18ec0-18e8-4793-84ac-2590b0d7ac9b 2024-09-17 06:32:32,567 - WARNING - Pod uuid 45c18ec0-18e8-4793-84ac-2590b0d7ac9b is still seen in agent 10.0.0.28 VM list 2024-09-17 06:32:37,568 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=45c18ec0-18e8-4793-84ac-2590b0d7ac9b 2024-09-17 06:32:37,575 - DEBUG - Pod 45c18ec0-18e8-4793-84ac-2590b0d7ac9b is not in agent 10.0.0.28 VM list 2024-09-17 06:32:37,575 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:78f13488-74be-11ef-825e-fa163e1f6438 2024-09-17 06:32:37,582 - DEBUG - VMI 78f13488-74be-11ef-825e-fa163e1f6438 is removed from agent 10.0.0.28 2024-09-17 06:32:37,582 - INFO - Verified that pod ctest-nginx-pod-81663559 is removed in agent 2024-09-17 06:32:37,583 - INFO - Deleting service : ctest-nginx-svc-26951348 2024-09-17 06:32:38,229 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-17 06:32:38,236 - DEBUG - No XMPP flaps were noticed during the test 2024-09-17 06:32:38,236 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:11] 2024-09-17 06:32:38,237 - INFO - -------------------------------------------------------------------------------- 2024-09-17 06:32:44,622 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-17 06:32:44,743 - DEBUG - Output : cluster_project={} 2024-09-17 06:32:44,802 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-17 06:32:44,987 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-17 06:32:45,005 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-17 06:32:45,167 - DEBUG - Output : cluster_project={} 2024-09-17 06:32:55,300 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 06:33:00,349 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 06:33:00,455 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 06:33:00,499 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 06:33:00,591 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 06:33:00,683 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 06:33:00,730 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 06:33:00,814 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 06:33:01,077 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-17 06:33:04,502 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_ApplicationPolicySetReq? 2024-09-17 06:33:04,509 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2024-09-17 06:33:04,540 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2024-09-17 06:33:06,571 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2024-09-17 06:33:08,607 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2024-09-17 06:36:09,717 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-17 06:36:09,758 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=42eff66c-167a-4c19-be32-9bc8d8979c8d 2024-09-17 06:36:09,791 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=b538417d-317f-4abe-b650-c5d15ba1b937 2024-09-17 06:36:09,800 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=d6a86f62-6e7c-4a65-a96e-40a368d3deb9 2024-09-17 06:36:09,806 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=1ac19c4e-b1cf-44dc-b15a-2ed29b956432 2024-09-17 06:36:09,811 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=ec463860-ca12-4dcd-963c-696641d0bcb1 2024-09-17 06:36:09,821 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=55eb2641-3b3f-445d-8989-dcf5fe3acf5f 2024-09-17 06:36:09,827 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=339d5217-cb29-4176-b109-8218439151cc 2024-09-17 06:36:09,830 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=7e268e9e-aaf9-49b8-8d8d-5bbaaf2709c5 2024-09-17 06:36:14,836 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=42eff66c-167a-4c19-be32-9bc8d8979c8d 2024-09-17 06:36:14,839 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=b538417d-317f-4abe-b650-c5d15ba1b937 2024-09-17 06:36:14,848 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a6d305a2-74be-11ef-825e-fa163e1f6438 2024-09-17 06:36:14,900 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=ec463860-ca12-4dcd-963c-696641d0bcb1 2024-09-17 06:36:14,902 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=339d5217-cb29-4176-b109-8218439151cc 2024-09-17 06:36:14,903 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=7e268e9e-aaf9-49b8-8d8d-5bbaaf2709c5 2024-09-17 06:36:14,904 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=d6a86f62-6e7c-4a65-a96e-40a368d3deb9 2024-09-17 06:36:14,907 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=1ac19c4e-b1cf-44dc-b15a-2ed29b956432 2024-09-17 06:36:14,908 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=55eb2641-3b3f-445d-8989-dcf5fe3acf5f 2024-09-17 06:36:14,932 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a8cabc60-74be-11ef-825e-fa163e1f6438 2024-09-17 06:36:14,933 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a79d75d0-74be-11ef-825e-fa163e1f6438 2024-09-17 06:36:14,934 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a84a21c2-74be-11ef-825e-fa163e1f6438 2024-09-17 06:36:19,852 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=b538417d-317f-4abe-b650-c5d15ba1b937 2024-09-17 06:36:19,930 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=339d5217-cb29-4176-b109-8218439151cc 2024-09-17 06:36:19,932 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=1ac19c4e-b1cf-44dc-b15a-2ed29b956432 2024-09-17 06:36:19,936 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=ec463860-ca12-4dcd-963c-696641d0bcb1 2024-09-17 06:36:24,860 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=b538417d-317f-4abe-b650-c5d15ba1b937 2024-09-17 06:36:24,944 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=1ac19c4e-b1cf-44dc-b15a-2ed29b956432 2024-09-17 06:36:24,946 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=ec463860-ca12-4dcd-963c-696641d0bcb1 2024-09-17 06:36:24,948 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=339d5217-cb29-4176-b109-8218439151cc 2024-09-17 06:36:29,869 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=b538417d-317f-4abe-b650-c5d15ba1b937 2024-09-17 06:36:29,959 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=1ac19c4e-b1cf-44dc-b15a-2ed29b956432 2024-09-17 06:36:29,963 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=ec463860-ca12-4dcd-963c-696641d0bcb1 2024-09-17 06:36:29,986 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=339d5217-cb29-4176-b109-8218439151cc 2024-09-17 06:36:34,878 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=b538417d-317f-4abe-b650-c5d15ba1b937 2024-09-17 06:36:35,000 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=1ac19c4e-b1cf-44dc-b15a-2ed29b956432 2024-09-17 06:36:35,005 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=ec463860-ca12-4dcd-963c-696641d0bcb1 2024-09-17 06:36:35,006 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=339d5217-cb29-4176-b109-8218439151cc 2024-09-17 06:36:39,886 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=b538417d-317f-4abe-b650-c5d15ba1b937 2024-09-17 06:36:40,012 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=1ac19c4e-b1cf-44dc-b15a-2ed29b956432 2024-09-17 06:36:40,021 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=ec463860-ca12-4dcd-963c-696641d0bcb1 2024-09-17 06:36:40,023 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=339d5217-cb29-4176-b109-8218439151cc 2024-09-17 06:36:44,895 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=b538417d-317f-4abe-b650-c5d15ba1b937 2024-09-17 06:36:44,903 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aa576984-74be-11ef-825e-fa163e1f6438 2024-09-17 06:36:45,037 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=1ac19c4e-b1cf-44dc-b15a-2ed29b956432 2024-09-17 06:36:45,039 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=ec463860-ca12-4dcd-963c-696641d0bcb1 2024-09-17 06:36:45,040 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=339d5217-cb29-4176-b109-8218439151cc 2024-09-17 06:36:45,053 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a9e3941e-74be-11ef-825e-fa163e1f6438 2024-09-17 06:36:45,056 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aad613ec-74be-11ef-825e-fa163e1f6438 2024-09-17 06:36:45,057 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a969c152-74be-11ef-825e-fa163e1f6438