2024-09-11 15:54:36,994 - DEBUG - [10.0.0.34]: Running cmd : hostname 2024-09-11 15:54:37,230 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-649-1 2024-09-11 15:54:37,231 - DEBUG - [10.0.0.34]: Running cmd : hostname -f 2024-09-11 15:54:37,264 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-649-1 2024-09-11 15:54:37,264 - DEBUG - [10.0.0.34]: 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-11 15:54:37,340 - DEBUG - Output : NAMES contrail_test_Wc2QYKifA contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_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_zookeeper_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_schema_1 config_api_nodemgr_1 config_api_api_1 config_api_dnsmasq_1 2024-09-11 15:54:37,340 - DEBUG - [10.0.0.34]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-11 15:54:37,410 - DEBUG - Output : 10.0.0.34/24 172.17.0.1/16 2024-09-11 15:54:37,411 - DEBUG - [10.0.0.34]: Running cmd : getent hosts 10.0.0.34 | head -n 1 | awk '{print $2}' 2024-09-11 15:54:37,444 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-649-1 2024-09-11 15:54:37,529 - DEBUG - [10.0.0.38]: Running cmd : hostname 2024-09-11 15:54:37,738 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-649-1 2024-09-11 15:54:37,738 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2024-09-11 15:54:37,761 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-649-1 2024-09-11 15:54:37,761 - DEBUG - [10.0.0.38]: 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-11 15:54:37,848 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-11 15:54:37,848 - DEBUG - [10.0.0.38]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-11 15:54:37,883 - DEBUG - Output : 10.0.0.38/24 2024-09-11 15:54:37,883 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2024-09-11 15:54:37,917 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-649-1 2024-09-11 15:54:38,004 - INFO - Using existing project ['default-domain', 'k8s-default'](bea114bc-386f-4b68-b45c-432501996b7b) 2024-09-11 15:54:38,075 - INFO - Using existing project ['default-domain', 'k8s-default'](bea114bc-386f-4b68-b45c-432501996b7b) 2024-09-11 15:54:38,213 - INFO - ================================================================================ 2024-09-11 15:54:38,214 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-11 15:54:38,214 - 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-11 15:54:38,395 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-11 15:54:38,405 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.0.0.34': '0'}} with 2024-09-11 15:54:38,405 - INFO - Initial checks done. Running the testcase now 2024-09-11 15:54:38,405 - INFO - 2024-09-11 15:54:38,410 - INFO - Namespace default already exists 2024-09-11 15:54:38,410 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-11 15:54:38,526 - DEBUG - Output : cluster_project={} 2024-09-11 15:54:38,634 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-11 15:54:38,634 - DEBUG - Project uuid in Contrail is bea114bc-386f-4b68-b45c-432501996b7b 2024-09-11 15:54:38,634 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-11 15:54:38,770 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-11 15:54:38,771 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_NamespaceDatabaseList?namespace_uuid=d1ab61b2-ded7-4cf6-b1c1-ba1309398494 2024-09-11 15:54:38,775 - INFO - Namespace default with uuid d1ab61b2-ded7-4cf6-b1c1-ba1309398494 found in kube manager 2024-09-11 15:54:38,775 - INFO - Namespace default verification passed 2024-09-11 15:54:39,278 - DEBUG - Service ctest-nginx-svc-52497151 not present 2024-09-11 15:54:39,279 - INFO - Creating service ctest-nginx-svc-52497151 2024-09-11 15:54:39,299 - INFO - Created Service ctest-nginx-svc-52497151 2024-09-11 15:54:39,303 - DEBUG - Pod ctest-nginx-pod-13332929 not present 2024-09-11 15:54:39,304 - INFO - Creating Pod ctest-nginx-pod-13332929 2024-09-11 15:54:39,357 - DEBUG - Pod : ctest-nginx-pod-13332929 UUID is de96d6c3-bfc9-4331-a7e7-fe32185b0990 2024-09-11 15:54:39,375 - DEBUG - Pod ctest-nginx-pod-12219987 not present 2024-09-11 15:54:39,375 - INFO - Creating Pod ctest-nginx-pod-12219987 2024-09-11 15:54:39,409 - DEBUG - Pod : ctest-nginx-pod-12219987 UUID is 8dbc5f45-0562-4b24-8c37-419cb3250f20 2024-09-11 15:54:39,625 - INFO - Created VN __public__, UUID :90e9c18f-1832-4704-b223-dd830c27d47f 2024-09-11 15:54:39,782 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-11 15:54:39,801 - DEBUG - Requesting: http://10.0.0.34:8082/domain/a25e6b24-a7e3-44d1-be23-609976c91f94 2024-09-11 15:54:39,838 - DEBUG - Requesting: http://10.0.0.34:8082/project/bea114bc-386f-4b68-b45c-432501996b7b 2024-09-11 15:54:39,893 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/90e9c18f-1832-4704-b223-dd830c27d47f 2024-09-11 15:54:39,913 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/90e9c18f-1832-4704-b223-dd830c27d47f 2024-09-11 15:54:39,929 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/ca4533dd-6881-4e19-ac80-7ef6668cda3f 2024-09-11 15:54:39,938 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/ca4533dd-6881-4e19-ac80-7ef6668cda3f 2024-09-11 15:54:39,953 - DEBUG - Route Targets: [] 2024-09-11 15:54:39,953 - DEBUG - RT names not yet present for VN __public__ 2024-09-11 15:54:44,954 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-11 15:54:44,959 - DEBUG - Requesting: http://10.0.0.34:8082/domain/a25e6b24-a7e3-44d1-be23-609976c91f94 2024-09-11 15:54:44,968 - DEBUG - Requesting: http://10.0.0.34:8082/project/bea114bc-386f-4b68-b45c-432501996b7b 2024-09-11 15:54:45,014 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/90e9c18f-1832-4704-b223-dd830c27d47f 2024-09-11 15:54:45,027 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/90e9c18f-1832-4704-b223-dd830c27d47f 2024-09-11 15:54:45,040 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/ca4533dd-6881-4e19-ac80-7ef6668cda3f 2024-09-11 15:54:45,049 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/ca4533dd-6881-4e19-ac80-7ef6668cda3f 2024-09-11 15:54:45,057 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/94cdd2e0-ba16-4616-9ce6-2f4ff5d41df2 2024-09-11 15:54:45,064 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-11 15:54:45,064 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/90e9c18f-1832-4704-b223-dd830c27d47f 2024-09-11 15:54:45,077 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/ca4533dd-6881-4e19-ac80-7ef6668cda3f 2024-09-11 15:54:45,097 - INFO - Verified VN network id 13 for VN 90e9c18f-1832-4704-b223-dd830c27d47f 2024-09-11 15:54:45,097 - INFO - Verifications in API Server for VN __public__ passed 2024-09-11 15:54:45,097 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/90e9c18f-1832-4704-b223-dd830c27d47f 2024-09-11 15:54:45,111 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/ca4533dd-6881-4e19-ac80-7ef6668cda3f 2024-09-11 15:54:45,119 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/ca4533dd-6881-4e19-ac80-7ef6668cda3f 2024-09-11 15:54:45,127 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/94cdd2e0-ba16-4616-9ce6-2f4ff5d41df2 2024-09-11 15:54:45,134 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-11 15:54:45,141 - DEBUG - Control-node 10.0.0.34 : 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': '10442090031365637892', 'uuid-lslong': '12836346917850436735'}, 'enable': 'true', 'created': '2024-09-11T15:54:39', 'last-modified': '2024-09-11T15:54:39', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.461113'} 2024-09-11 15:54:45,141 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-11 15:54:45,147 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-11 15:54:45,147 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-11 15:54:45,148 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-11 15:54:45,148 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-11 15:54:45,154 - DEBUG - Requesting: http://10.0.0.34:8082/domain/a25e6b24-a7e3-44d1-be23-609976c91f94 2024-09-11 15:54:45,164 - DEBUG - Requesting: http://10.0.0.34:8082/project/bea114bc-386f-4b68-b45c-432501996b7b 2024-09-11 15:54:45,207 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/90e9c18f-1832-4704-b223-dd830c27d47f 2024-09-11 15:54:45,220 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-11 15:54:45,220 - DEBUG - Verifying the vn in opserver 2024-09-11 15:54:45,220 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.34 2024-09-11 15:54:45,220 - DEBUG - Requesting: http://10.0.0.34:8081/analytics/uves/virtual-networks 2024-09-11 15:54:45,226 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.34:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-11 15:54:45,226 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-11 15:54:45,226 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-11 15:54:45,234 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-11 15:54:45,240 - DEBUG - Do not have enough data to verify VN in agent 2024-09-11 15:54:45,240 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-11 15:54:45,245 - DEBUG - VRF ids for VN __public__: {} 2024-09-11 15:54:45,359 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-11 15:54:45,468 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-11 15:54:45,475 - DEBUG - Requesting: http://10.0.0.34:8082/domain/a25e6b24-a7e3-44d1-be23-609976c91f94 2024-09-11 15:54:45,484 - DEBUG - Requesting: http://10.0.0.34:8082/project/bea114bc-386f-4b68-b45c-432501996b7b 2024-09-11 15:54:45,529 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/90e9c18f-1832-4704-b223-dd830c27d47f 2024-09-11 15:54:45,543 - DEBUG - Requesting: http://10.0.0.34:8082/floating-ip-pool/49c59341-ca05-469a-9d7a-f6d9aa526ef8 2024-09-11 15:54:45,550 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-11 15:54:45,555 - DEBUG - Requesting: http://10.0.0.34:8082/domain/a25e6b24-a7e3-44d1-be23-609976c91f94 2024-09-11 15:54:45,563 - DEBUG - Requesting: http://10.0.0.34:8082/project/bea114bc-386f-4b68-b45c-432501996b7b 2024-09-11 15:54:45,608 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/90e9c18f-1832-4704-b223-dd830c27d47f 2024-09-11 15:54:45,625 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-11 15:54:45,625 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-11 15:54:45,636 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-11 15:54:45,642 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-11 15:54:45,642 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-11 15:54:45,645 - DEBUG - Ingress ctest-nginx-ingress-31051915 not present 2024-09-11 15:54:45,645 - INFO - Creating Ingress ctest-nginx-ingress-31051915 2024-09-11 15:54:45,651 - INFO - Created Ingress ctest-nginx-ingress-31051915 2024-09-11 15:54:45,654 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-31051915 2024-09-11 15:54:48,658 - DEBUG - For Ingress ctest-nginx-ingress-31051915, Cluster IP: 10.47.255.249, External IPs ['151.193.153.60'] 2024-09-11 15:54:48,658 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-31051915 2024-09-11 15:54:48,658 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=97d0d7e8-2564-458d-a205-f767e212a24c 2024-09-11 15:54:48,663 - INFO - Ingress ctest-nginx-ingress-31051915 with uuid 97d0d7e8-2564-458d-a205-f767e212a24c found in kube manager 2024-09-11 15:54:48,664 - INFO - Ingress ctest-nginx-ingress-31051915 verification passed 2024-09-11 15:54:48,666 - DEBUG - Pod ctest-busybox-pod-29006599 not present 2024-09-11 15:54:48,667 - INFO - Creating Pod ctest-busybox-pod-29006599 2024-09-11 15:54:48,703 - DEBUG - Pod : ctest-busybox-pod-29006599 UUID is 6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 2024-09-11 15:54:48,708 - DEBUG - Pod ctest-nginx-pod-13332929 not in running state.Currently in Pending 2024-09-11 15:54:53,714 - DEBUG - Pod ctest-nginx-pod-13332929 not in running state.Currently in Pending 2024-09-11 15:54:59,747 - INFO - Pod ctest-nginx-pod-13332929 is in running state.Got IP 10.47.255.251 2024-09-11 15:54:59,818 - DEBUG - Pod ctest-nginx-pod-13332929 has vmi 27e172fe-7056-11ef-a3d3-fa163e6c300c 2024-09-11 15:54:59,818 - INFO - Verified pod ctest-nginx-pod-13332929 in contrail-api 2024-09-11 15:54:59,818 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-11 15:54:59,832 - DEBUG - VMI 27e172fe-7056-11ef-a3d3-fa163e6c300c is active in agent 10.0.0.38 2024-09-11 15:54:59,833 - INFO - Verified Pod ctest-nginx-pod-13332929 in agent 10.0.0.38 2024-09-11 15:54:59,833 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=de96d6c3-bfc9-4331-a7e7-fe32185b0990 2024-09-11 15:54:59,844 - INFO - Pod ctest-nginx-pod-13332929 with uuid de96d6c3-bfc9-4331-a7e7-fe32185b0990 found in kube manager 2024-09-11 15:54:59,844 - INFO - Pod ctest-nginx-pod-13332929 verification passed 2024-09-11 15:54:59,909 - DEBUG - [Pod ctest-nginx-pod-13332929] Cmd: echo ctest-nginx-pod-13332929 > /usr/share/nginx/html/index.html, Output: 2024-09-11 15:54:59,915 - INFO - Pod ctest-nginx-pod-12219987 is in running state.Got IP 10.47.255.250 2024-09-11 15:54:59,962 - DEBUG - Pod ctest-nginx-pod-12219987 has vmi 2858296c-7056-11ef-a3d3-fa163e6c300c 2024-09-11 15:54:59,962 - INFO - Verified pod ctest-nginx-pod-12219987 in contrail-api 2024-09-11 15:54:59,963 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-11 15:54:59,979 - DEBUG - VMI 2858296c-7056-11ef-a3d3-fa163e6c300c is active in agent 10.0.0.38 2024-09-11 15:54:59,979 - INFO - Verified Pod ctest-nginx-pod-12219987 in agent 10.0.0.38 2024-09-11 15:54:59,979 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=8dbc5f45-0562-4b24-8c37-419cb3250f20 2024-09-11 15:54:59,984 - INFO - Pod ctest-nginx-pod-12219987 with uuid 8dbc5f45-0562-4b24-8c37-419cb3250f20 found in kube manager 2024-09-11 15:54:59,985 - INFO - Pod ctest-nginx-pod-12219987 verification passed 2024-09-11 15:55:00,066 - DEBUG - [Pod ctest-nginx-pod-12219987] Cmd: echo ctest-nginx-pod-12219987 > /usr/share/nginx/html/index.html, Output: 2024-09-11 15:55:00,074 - DEBUG - Pod ctest-busybox-pod-29006599 not in running state.Currently in Pending 2024-09-11 15:55:05,082 - INFO - Pod ctest-busybox-pod-29006599 is in running state.Got IP 10.47.255.248 2024-09-11 15:55:05,106 - DEBUG - Pod ctest-busybox-pod-29006599 has vmi 2c8f5b54-7056-11ef-a3d3-fa163e6c300c 2024-09-11 15:55:05,106 - INFO - Verified pod ctest-busybox-pod-29006599 in contrail-api 2024-09-11 15:55:05,106 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-11 15:55:05,118 - DEBUG - VMI 2c8f5b54-7056-11ef-a3d3-fa163e6c300c is active in agent 10.0.0.38 2024-09-11 15:55:05,119 - INFO - Verified Pod ctest-busybox-pod-29006599 in agent 10.0.0.38 2024-09-11 15:55:05,119 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 2024-09-11 15:55:05,124 - INFO - Pod ctest-busybox-pod-29006599 with uuid 6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 found in kube manager 2024-09-11 15:55:05,124 - INFO - Pod ctest-busybox-pod-29006599 verification passed 2024-09-11 15:55:05,183 - DEBUG - [Pod ctest-busybox-pod-29006599] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-12219987 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-11 15:55:05,183 - DEBUG - [Pod Pod ctest-busybox-pod-29006599] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-11 15:55:05,183 - DEBUG - [Pod Pod ctest-busybox-pod-29006599] Cmd output: ctest-nginx-pod-12219987 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-11 15:55:05,242 - DEBUG - [Pod ctest-busybox-pod-29006599] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-12219987 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-11 15:55:05,242 - DEBUG - [Pod Pod ctest-busybox-pod-29006599] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-11 15:55:05,242 - DEBUG - [Pod Pod ctest-busybox-pod-29006599] Cmd output: ctest-nginx-pod-12219987 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-11 15:55:05,309 - DEBUG - [Pod ctest-busybox-pod-29006599] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-13332929 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-11 15:55:05,309 - DEBUG - [Pod Pod ctest-busybox-pod-29006599] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-11 15:55:05,309 - DEBUG - [Pod Pod ctest-busybox-pod-29006599] Cmd output: ctest-nginx-pod-13332929 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-11 15:55:05,309 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-13332929': 1, 'ctest-nginx-pod-12219987': 2} 2024-09-11 15:55:05,309 - WARNING - Nothing to delete parallely 2024-09-11 15:55:05,309 - INFO - Deleting pod default:ctest-busybox-pod-29006599 2024-09-11 15:55:05,326 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 2024-09-11 15:55:05,334 - WARNING - Pod uuid 6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 is still seen in agent 10.0.0.38 VM list 2024-09-11 15:55:10,336 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 2024-09-11 15:55:10,342 - WARNING - Pod uuid 6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 is still seen in agent 10.0.0.38 VM list 2024-09-11 15:55:15,343 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 2024-09-11 15:55:15,350 - WARNING - Pod uuid 6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 is still seen in agent 10.0.0.38 VM list 2024-09-11 15:55:20,351 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 2024-09-11 15:55:20,359 - WARNING - Pod uuid 6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 is still seen in agent 10.0.0.38 VM list 2024-09-11 15:55:25,360 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 2024-09-11 15:55:25,367 - WARNING - Pod uuid 6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 is still seen in agent 10.0.0.38 VM list 2024-09-11 15:55:30,368 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 2024-09-11 15:55:30,376 - WARNING - Pod uuid 6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 is still seen in agent 10.0.0.38 VM list 2024-09-11 15:55:35,376 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 2024-09-11 15:55:35,385 - WARNING - Pod uuid 6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 is still seen in agent 10.0.0.38 VM list 2024-09-11 15:55:40,386 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 2024-09-11 15:55:40,393 - DEBUG - Pod 6c85c8f2-1d7a-4b9e-beaa-10b7cee81209 is not in agent 10.0.0.38 VM list 2024-09-11 15:55:40,393 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2c8f5b54-7056-11ef-a3d3-fa163e6c300c 2024-09-11 15:55:40,469 - DEBUG - VMI 2c8f5b54-7056-11ef-a3d3-fa163e6c300c is removed from agent 10.0.0.38 2024-09-11 15:55:40,469 - INFO - Verified that pod ctest-busybox-pod-29006599 is removed in agent 2024-09-11 15:55:40,469 - INFO - Deleting Ingress : ctest-nginx-ingress-31051915 2024-09-11 15:55:40,482 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=97d0d7e8-2564-458d-a205-f767e212a24c 2024-09-11 15:55:40,487 - ERROR - Ingress ctest-nginx-ingress-31051915 with uuid 97d0d7e8-2564-458d-a205-f767e212a24c still found in kube manager 2024-09-11 15:55:41,488 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=97d0d7e8-2564-458d-a205-f767e212a24c 2024-09-11 15:55:41,492 - INFO - Ingress ctest-nginx-ingress-31051915 with uuid 97d0d7e8-2564-458d-a205-f767e212a24c deleted successfully from kube manager 2024-09-11 15:55:41,493 - INFO - Verifications on Ingress %s cleanup passed 2024-09-11 15:55:41,493 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-11 15:55:41,647 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-11 15:55:41,654 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-11 15:55:41,654 - INFO - Deleting VN __public__ 2024-09-11 15:55:41,808 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/ca4533dd-6881-4e19-ac80-7ef6668cda3f 2024-09-11 15:55:41,813 - DEBUG - Response Code: 404 2024-09-11 15:55:41,813 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-11 15:55:41,818 - DEBUG - Requesting: http://10.0.0.34:8082/domain/a25e6b24-a7e3-44d1-be23-609976c91f94 2024-09-11 15:55:41,836 - DEBUG - Requesting: http://10.0.0.34:8082/project/bea114bc-386f-4b68-b45c-432501996b7b 2024-09-11 15:55:41,900 - INFO - Validated that VN __public__ is not found in API Server 2024-09-11 15:55:41,902 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-11 15:55:41,910 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-11 15:55:41,919 - DEBUG - VN __public__ is not present in Agent 10.0.0.38 2024-09-11 15:55:41,919 - INFO - Validated that VN __public__ is not in any agent 2024-09-11 15:55:41,919 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-11 15:55:41,935 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-11 15:55:41,940 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-11 15:55:41,954 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-11 15:55:41,954 - INFO - Deleting pod default:ctest-nginx-pod-12219987 2024-09-11 15:55:41,965 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8dbc5f45-0562-4b24-8c37-419cb3250f20 2024-09-11 15:55:41,978 - WARNING - Pod uuid 8dbc5f45-0562-4b24-8c37-419cb3250f20 is still seen in agent 10.0.0.38 VM list 2024-09-11 15:55:46,979 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8dbc5f45-0562-4b24-8c37-419cb3250f20 2024-09-11 15:55:46,986 - DEBUG - Pod 8dbc5f45-0562-4b24-8c37-419cb3250f20 is not in agent 10.0.0.38 VM list 2024-09-11 15:55:46,986 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2858296c-7056-11ef-a3d3-fa163e6c300c 2024-09-11 15:55:46,992 - DEBUG - VMI 2858296c-7056-11ef-a3d3-fa163e6c300c is removed from agent 10.0.0.38 2024-09-11 15:55:46,992 - INFO - Verified that pod ctest-nginx-pod-12219987 is removed in agent 2024-09-11 15:55:46,993 - INFO - Deleting pod default:ctest-nginx-pod-13332929 2024-09-11 15:55:47,007 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=de96d6c3-bfc9-4331-a7e7-fe32185b0990 2024-09-11 15:55:47,014 - WARNING - Pod uuid de96d6c3-bfc9-4331-a7e7-fe32185b0990 is still seen in agent 10.0.0.38 VM list 2024-09-11 15:55:52,015 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=de96d6c3-bfc9-4331-a7e7-fe32185b0990 2024-09-11 15:55:52,023 - DEBUG - Pod de96d6c3-bfc9-4331-a7e7-fe32185b0990 is not in agent 10.0.0.38 VM list 2024-09-11 15:55:52,023 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:27e172fe-7056-11ef-a3d3-fa163e6c300c 2024-09-11 15:55:52,032 - DEBUG - VMI 27e172fe-7056-11ef-a3d3-fa163e6c300c is removed from agent 10.0.0.38 2024-09-11 15:55:52,032 - INFO - Verified that pod ctest-nginx-pod-13332929 is removed in agent 2024-09-11 15:55:52,032 - INFO - Deleting service : ctest-nginx-svc-52497151 2024-09-11 15:55:52,187 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-11 15:55:52,195 - DEBUG - No XMPP flaps were noticed during the test
2024-09-11 15:55:52,195 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:14]
2024-09-11 15:55:52,195 - INFO - -------------------------------------------------------------------------------- 2024-09-11 15:56:01,136 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-11 15:56:01,301 - DEBUG - Output : cluster_project={} 2024-09-11 15:56:01,478 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-11 15:56:01,673 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-11 15:56:01,680 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-11 15:56:01,862 - DEBUG - Output : cluster_project={} 2024-09-11 15:56:17,009 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-11 15:56:17,094 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-11 15:56:22,144 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-11 15:56:22,230 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-11 15:56:22,310 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-11 15:56:22,351 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-11 15:56:22,445 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-11 15:56:22,526 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-11 15:56:24,060 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-11 15:56:26,854 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_ApplicationPolicySetReq? 2024-09-11 15:56:26,861 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2024-09-11 15:56:26,889 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2024-09-11 15:56:28,918 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2024-09-11 15:59:32,176 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-11 15:59:32,201 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cdd9d9d1-14dd-4148-9cd1-bdd9341c2524 2024-09-11 15:59:32,251 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ccdcc52f-177a-4037-8868-20d89f5bb548 2024-09-11 15:59:32,270 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4cfcb7ec-bf3b-49f0-a09e-92ccec4d8841 2024-09-11 15:59:32,278 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=12101a40-3c59-49f2-8af0-e3809c9e2c1a 2024-09-11 15:59:32,287 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=b1c7193e-5809-4ae5-9004-59f9bb1fa90c 2024-09-11 15:59:32,292 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=1a799bc1-041c-4d14-950b-5c340f6b95f6 2024-09-11 15:59:32,297 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f478e0c2-5217-4cb3-9583-80c75189f0a8 2024-09-11 15:59:32,303 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=dfa84d6d-f1aa-4bea-81be-33b1bee51a81 2024-09-11 15:59:37,214 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cdd9d9d1-14dd-4148-9cd1-bdd9341c2524 2024-09-11 15:59:37,221 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5a9b8770-7056-11ef-a3d3-fa163e6c300c 2024-09-11 15:59:37,339 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4cfcb7ec-bf3b-49f0-a09e-92ccec4d8841 2024-09-11 15:59:37,341 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=b1c7193e-5809-4ae5-9004-59f9bb1fa90c 2024-09-11 15:59:37,343 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=1a799bc1-041c-4d14-950b-5c340f6b95f6 2024-09-11 15:59:37,344 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=dfa84d6d-f1aa-4bea-81be-33b1bee51a81 2024-09-11 15:59:37,345 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f478e0c2-5217-4cb3-9583-80c75189f0a8 2024-09-11 15:59:37,346 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ccdcc52f-177a-4037-8868-20d89f5bb548 2024-09-11 15:59:37,349 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=12101a40-3c59-49f2-8af0-e3809c9e2c1a 2024-09-11 15:59:37,366 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5b540fc0-7056-11ef-a3d3-fa163e6c300c 2024-09-11 15:59:37,369 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5d29501c-7056-11ef-a3d3-fa163e6c300c 2024-09-11 15:59:39,523 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5ca2632c-7056-11ef-a3d3-fa163e6c300c 2024-09-11 15:59:42,369 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=1a799bc1-041c-4d14-950b-5c340f6b95f6 2024-09-11 15:59:42,372 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f478e0c2-5217-4cb3-9583-80c75189f0a8 2024-09-11 15:59:42,375 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4cfcb7ec-bf3b-49f0-a09e-92ccec4d8841 2024-09-11 15:59:42,377 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=dfa84d6d-f1aa-4bea-81be-33b1bee51a81 2024-09-11 15:59:47,392 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4cfcb7ec-bf3b-49f0-a09e-92ccec4d8841 2024-09-11 15:59:47,394 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f478e0c2-5217-4cb3-9583-80c75189f0a8 2024-09-11 15:59:47,396 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=1a799bc1-041c-4d14-950b-5c340f6b95f6 2024-09-11 15:59:47,397 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=dfa84d6d-f1aa-4bea-81be-33b1bee51a81 2024-09-11 15:59:52,412 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f478e0c2-5217-4cb3-9583-80c75189f0a8 2024-09-11 15:59:52,414 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4cfcb7ec-bf3b-49f0-a09e-92ccec4d8841 2024-09-11 15:59:52,415 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=dfa84d6d-f1aa-4bea-81be-33b1bee51a81 2024-09-11 15:59:52,416 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=1a799bc1-041c-4d14-950b-5c340f6b95f6 2024-09-11 15:59:57,432 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4cfcb7ec-bf3b-49f0-a09e-92ccec4d8841 2024-09-11 15:59:57,433 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f478e0c2-5217-4cb3-9583-80c75189f0a8 2024-09-11 15:59:57,435 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=dfa84d6d-f1aa-4bea-81be-33b1bee51a81 2024-09-11 15:59:57,437 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=1a799bc1-041c-4d14-950b-5c340f6b95f6 2024-09-11 16:00:02,459 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f478e0c2-5217-4cb3-9583-80c75189f0a8 2024-09-11 16:00:02,460 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=1a799bc1-041c-4d14-950b-5c340f6b95f6 2024-09-11 16:00:02,463 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=dfa84d6d-f1aa-4bea-81be-33b1bee51a81 2024-09-11 16:00:02,464 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4cfcb7ec-bf3b-49f0-a09e-92ccec4d8841 2024-09-11 16:00:07,488 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=dfa84d6d-f1aa-4bea-81be-33b1bee51a81 2024-09-11 16:00:07,490 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f478e0c2-5217-4cb3-9583-80c75189f0a8 2024-09-11 16:00:07,491 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=1a799bc1-041c-4d14-950b-5c340f6b95f6 2024-09-11 16:00:07,492 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4cfcb7ec-bf3b-49f0-a09e-92ccec4d8841 2024-09-11 16:00:07,508 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5f559026-7056-11ef-a3d3-fa163e6c300c 2024-09-11 16:00:07,512 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6002361e-7056-11ef-a3d3-fa163e6c300c 2024-09-11 16:00:07,513 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5dbe2bec-7056-11ef-a3d3-fa163e6c300c 2024-09-11 16:00:07,514 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5e3fe8c6-7056-11ef-a3d3-fa163e6c300c