2024-09-17 18:13:51,850 - DEBUG - [10.0.0.33]: Running cmd : hostname 2024-09-17 18:13:52,096 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-679-1 2024-09-17 18:13:52,096 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2024-09-17 18:13:52,131 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-679-1 2024-09-17 18:13:52,132 - DEBUG - [10.0.0.33]: 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 18:13:52,226 - DEBUG - Output : NAMES contrail_test_krycnEaQg contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 redis_redis_1 control_named_1 control_nodemgr_1 control_dns_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_api_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_dnsmasq_1 config_api_schema_1 2024-09-17 18:13:52,227 - DEBUG - [10.0.0.33]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-17 18:13:52,260 - DEBUG - Output : 10.0.0.33/24 172.17.0.1/16 2024-09-17 18:13:52,260 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2024-09-17 18:13:52,294 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-679-1 2024-09-17 18:13:52,377 - DEBUG - [10.0.0.29]: Running cmd : hostname 2024-09-17 18:13:52,632 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-679-1 2024-09-17 18:13:52,633 - DEBUG - [10.0.0.29]: Running cmd : hostname -f 2024-09-17 18:13:52,667 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-679-1 2024-09-17 18:13:52,667 - DEBUG - [10.0.0.29]: 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 18:13:52,712 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-17 18:13:52,712 - DEBUG - [10.0.0.29]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-17 18:13:52,789 - DEBUG - Output : 10.0.0.29/24 2024-09-17 18:13:52,789 - DEBUG - [10.0.0.29]: Running cmd : getent hosts 10.0.0.29 | head -n 1 | awk '{print $2}' 2024-09-17 18:13:52,825 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-679-1 2024-09-17 18:13:52,904 - INFO - Using existing project ['default-domain', 'k8s-default'](444ca6e9-3d8f-479e-ab35-b81a2caf36ed) 2024-09-17 18:13:52,980 - INFO - Using existing project ['default-domain', 'k8s-default'](444ca6e9-3d8f-479e-ab35-b81a2caf36ed) 2024-09-17 18:13:53,117 - INFO - ================================================================================ 2024-09-17 18:13:53,117 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-17 18:13:53,118 - 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 18:13:53,355 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-17 18:13:53,364 - DEBUG - Nothing to compare xmpp stats {'10.0.0.29': {'10.0.0.33': '0'}} with 2024-09-17 18:13:53,364 - INFO - Initial checks done. Running the testcase now 2024-09-17 18:13:53,364 - INFO - 2024-09-17 18:13:53,368 - INFO - Namespace default already exists 2024-09-17 18:13:53,368 - DEBUG - [10.0.0.33]: 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 18:13:53,480 - DEBUG - Output : cluster_project={} 2024-09-17 18:13:53,574 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-17 18:13:53,575 - DEBUG - Project uuid in Contrail is 444ca6e9-3d8f-479e-ab35-b81a2caf36ed 2024-09-17 18:13:53,575 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-17 18:13:53,703 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-17 18:13:53,703 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=51ffe4f5-f1c0-4311-823e-841a47d287f7 2024-09-17 18:13:53,708 - INFO - Namespace default with uuid 51ffe4f5-f1c0-4311-823e-841a47d287f7 found in kube manager 2024-09-17 18:13:53,708 - INFO - Namespace default verification passed 2024-09-17 18:13:53,712 - DEBUG - Service ctest-nginx-svc-54084849 not present 2024-09-17 18:13:53,712 - INFO - Creating service ctest-nginx-svc-54084849 2024-09-17 18:13:53,739 - INFO - Created Service ctest-nginx-svc-54084849 2024-09-17 18:13:53,744 - DEBUG - Pod ctest-nginx-pod-34264158 not present 2024-09-17 18:13:53,744 - INFO - Creating Pod ctest-nginx-pod-34264158 2024-09-17 18:13:53,819 - DEBUG - Pod : ctest-nginx-pod-34264158 UUID is 0cd6db12-b35b-4901-952b-3765caa6062c 2024-09-17 18:13:53,826 - DEBUG - Pod ctest-nginx-pod-42231620 not present 2024-09-17 18:13:53,827 - INFO - Creating Pod ctest-nginx-pod-42231620 2024-09-17 18:13:53,860 - DEBUG - Pod : ctest-nginx-pod-42231620 UUID is a1cbb116-3cec-4565-b279-5fa0942c3ceb 2024-09-17 18:13:54,094 - INFO - Created VN __public__, UUID :c5c0efae-47a9-4246-8d63-970a767c489a 2024-09-17 18:13:54,354 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-09-17 18:13:54,362 - DEBUG - Requesting: http://10.0.0.33:8082/domain/1002fd74-e94d-4c7a-aba6-af030330b990 2024-09-17 18:13:54,397 - DEBUG - Requesting: http://10.0.0.33:8082/project/444ca6e9-3d8f-479e-ab35-b81a2caf36ed 2024-09-17 18:13:54,453 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c5c0efae-47a9-4246-8d63-970a767c489a 2024-09-17 18:13:54,469 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c5c0efae-47a9-4246-8d63-970a767c489a 2024-09-17 18:13:54,485 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/7fde0f33-812d-4edf-879b-b6b1a8e8a3dd 2024-09-17 18:13:54,494 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/7fde0f33-812d-4edf-879b-b6b1a8e8a3dd 2024-09-17 18:13:54,543 - DEBUG - Route Targets: [] 2024-09-17 18:13:54,543 - DEBUG - RT names not yet present for VN __public__ 2024-09-17 18:13:59,544 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-09-17 18:13:59,551 - DEBUG - Requesting: http://10.0.0.33:8082/domain/1002fd74-e94d-4c7a-aba6-af030330b990 2024-09-17 18:13:59,563 - DEBUG - Requesting: http://10.0.0.33:8082/project/444ca6e9-3d8f-479e-ab35-b81a2caf36ed 2024-09-17 18:13:59,622 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c5c0efae-47a9-4246-8d63-970a767c489a 2024-09-17 18:13:59,636 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c5c0efae-47a9-4246-8d63-970a767c489a 2024-09-17 18:13:59,649 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/7fde0f33-812d-4edf-879b-b6b1a8e8a3dd 2024-09-17 18:13:59,659 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/7fde0f33-812d-4edf-879b-b6b1a8e8a3dd 2024-09-17 18:13:59,668 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/6562857a-d216-4dd7-a764-a52d13d7cbab 2024-09-17 18:13:59,676 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-17 18:13:59,676 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c5c0efae-47a9-4246-8d63-970a767c489a 2024-09-17 18:13:59,690 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/7fde0f33-812d-4edf-879b-b6b1a8e8a3dd 2024-09-17 18:13:59,713 - INFO - Verified VN network id 14 for VN c5c0efae-47a9-4246-8d63-970a767c489a 2024-09-17 18:13:59,713 - INFO - Verifications in API Server for VN __public__ passed 2024-09-17 18:13:59,713 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c5c0efae-47a9-4246-8d63-970a767c489a 2024-09-17 18:13:59,728 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/7fde0f33-812d-4edf-879b-b6b1a8e8a3dd 2024-09-17 18:13:59,738 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/7fde0f33-812d-4edf-879b-b6b1a8e8a3dd 2024-09-17 18:13:59,748 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/6562857a-d216-4dd7-a764-a52d13d7cbab 2024-09-17 18:13:59,757 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-17 18:13:59,763 - DEBUG - Control-node 10.0.0.33 : 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': '14249652752805872198', 'uuid-lslong': '10188152853235517594'}, 'enable': 'true', 'created': '2024-09-17T18:13:53', 'last-modified': '2024-09-17T18:13:54', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.590906'} 2024-09-17 18:13:59,764 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 18:13:59,771 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-17 18:13:59,771 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-17 18:13:59,772 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-17 18:13:59,772 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-09-17 18:13:59,778 - DEBUG - Requesting: http://10.0.0.33:8082/domain/1002fd74-e94d-4c7a-aba6-af030330b990 2024-09-17 18:13:59,789 - DEBUG - Requesting: http://10.0.0.33:8082/project/444ca6e9-3d8f-479e-ab35-b81a2caf36ed 2024-09-17 18:13:59,853 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c5c0efae-47a9-4246-8d63-970a767c489a 2024-09-17 18:13:59,869 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-17 18:13:59,869 - DEBUG - Verifying the vn in opserver 2024-09-17 18:13:59,869 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2024-09-17 18:13:59,870 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2024-09-17 18:13:59,876 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-17 18:13:59,876 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-17 18:13:59,876 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 18:13:59,885 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 18:13:59,892 - DEBUG - Do not have enough data to verify VN in agent 2024-09-17 18:13:59,892 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 18:13:59,904 - DEBUG - VRF ids for VN __public__: {} 2024-09-17 18:14:00,028 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-17 18:14:00,430 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-09-17 18:14:00,436 - DEBUG - Requesting: http://10.0.0.33:8082/domain/1002fd74-e94d-4c7a-aba6-af030330b990 2024-09-17 18:14:00,445 - DEBUG - Requesting: http://10.0.0.33:8082/project/444ca6e9-3d8f-479e-ab35-b81a2caf36ed 2024-09-17 18:14:00,496 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c5c0efae-47a9-4246-8d63-970a767c489a 2024-09-17 18:14:00,510 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/b381b404-c4ce-4f67-8cd5-812924fb29fe 2024-09-17 18:14:00,518 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-09-17 18:14:00,523 - DEBUG - Requesting: http://10.0.0.33:8082/domain/1002fd74-e94d-4c7a-aba6-af030330b990 2024-09-17 18:14:00,531 - DEBUG - Requesting: http://10.0.0.33:8082/project/444ca6e9-3d8f-479e-ab35-b81a2caf36ed 2024-09-17 18:14:00,577 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c5c0efae-47a9-4246-8d63-970a767c489a 2024-09-17 18:14:00,590 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-17 18:14:00,590 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-17 18:14:00,602 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-17 18:14:00,609 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-17 18:14:00,609 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-17 18:14:00,614 - DEBUG - Ingress ctest-nginx-ingress-14653437 not present 2024-09-17 18:14:00,614 - INFO - Creating Ingress ctest-nginx-ingress-14653437 2024-09-17 18:14:00,621 - INFO - Created Ingress ctest-nginx-ingress-14653437 2024-09-17 18:14:00,624 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-14653437 2024-09-17 18:14:03,630 - DEBUG - For Ingress ctest-nginx-ingress-14653437, Cluster IP: 10.47.255.249, External IPs ['76.20.108.252'] 2024-09-17 18:14:03,630 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-14653437 2024-09-17 18:14:03,630 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=688743df-e1c6-413b-98c7-e00b553abddb 2024-09-17 18:14:03,637 - INFO - Ingress ctest-nginx-ingress-14653437 with uuid 688743df-e1c6-413b-98c7-e00b553abddb found in kube manager 2024-09-17 18:14:03,637 - INFO - Ingress ctest-nginx-ingress-14653437 verification passed 2024-09-17 18:14:03,648 - DEBUG - Pod ctest-busybox-pod-86406809 not present 2024-09-17 18:14:03,649 - INFO - Creating Pod ctest-busybox-pod-86406809 2024-09-17 18:14:03,684 - DEBUG - Pod : ctest-busybox-pod-86406809 UUID is 312e8bf3-21e7-4470-8f1d-11023edc2d70 2024-09-17 18:14:03,691 - DEBUG - Pod ctest-nginx-pod-34264158 not in running state.Currently in Pending 2024-09-17 18:14:08,696 - DEBUG - Pod ctest-nginx-pod-34264158 not in running state.Currently in Pending 2024-09-17 18:14:13,703 - INFO - Pod ctest-nginx-pod-34264158 is in running state.Got IP 10.47.255.251 2024-09-17 18:14:13,763 - DEBUG - Pod ctest-nginx-pod-34264158 has vmi 9a14517e-7520-11ef-b422-fa163e027771 2024-09-17 18:14:13,763 - INFO - Verified pod ctest-nginx-pod-34264158 in contrail-api 2024-09-17 18:14:13,763 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 18:14:13,782 - DEBUG - VMI 9a14517e-7520-11ef-b422-fa163e027771 is active in agent 10.0.0.29 2024-09-17 18:14:13,782 - INFO - Verified Pod ctest-nginx-pod-34264158 in agent 10.0.0.29 2024-09-17 18:14:13,782 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=0cd6db12-b35b-4901-952b-3765caa6062c 2024-09-17 18:14:13,787 - INFO - Pod ctest-nginx-pod-34264158 with uuid 0cd6db12-b35b-4901-952b-3765caa6062c found in kube manager 2024-09-17 18:14:13,788 - INFO - Pod ctest-nginx-pod-34264158 verification passed 2024-09-17 18:14:13,864 - DEBUG - [Pod ctest-nginx-pod-34264158] Cmd: echo ctest-nginx-pod-34264158 > /usr/share/nginx/html/index.html, Output: 2024-09-17 18:14:13,869 - INFO - Pod ctest-nginx-pod-42231620 is in running state.Got IP 10.47.255.250 2024-09-17 18:14:13,890 - DEBUG - Pod ctest-nginx-pod-42231620 has vmi 9a980500-7520-11ef-b422-fa163e027771 2024-09-17 18:14:13,890 - INFO - Verified pod ctest-nginx-pod-42231620 in contrail-api 2024-09-17 18:14:13,890 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 18:14:13,902 - DEBUG - VMI 9a980500-7520-11ef-b422-fa163e027771 is active in agent 10.0.0.29 2024-09-17 18:14:13,902 - INFO - Verified Pod ctest-nginx-pod-42231620 in agent 10.0.0.29 2024-09-17 18:14:13,902 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=a1cbb116-3cec-4565-b279-5fa0942c3ceb 2024-09-17 18:14:13,907 - INFO - Pod ctest-nginx-pod-42231620 with uuid a1cbb116-3cec-4565-b279-5fa0942c3ceb found in kube manager 2024-09-17 18:14:13,907 - INFO - Pod ctest-nginx-pod-42231620 verification passed 2024-09-17 18:14:13,964 - DEBUG - [Pod ctest-nginx-pod-42231620] Cmd: echo ctest-nginx-pod-42231620 > /usr/share/nginx/html/index.html, Output: 2024-09-17 18:14:13,971 - DEBUG - Pod ctest-busybox-pod-86406809 not in running state.Currently in Pending 2024-09-17 18:14:18,977 - INFO - Pod ctest-busybox-pod-86406809 is in running state.Got IP 10.47.255.248 2024-09-17 18:14:18,997 - DEBUG - Pod ctest-busybox-pod-86406809 has vmi 9f01aa74-7520-11ef-b422-fa163e027771 2024-09-17 18:14:18,997 - INFO - Verified pod ctest-busybox-pod-86406809 in contrail-api 2024-09-17 18:14:18,997 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 18:14:19,009 - DEBUG - VMI 9f01aa74-7520-11ef-b422-fa163e027771 is active in agent 10.0.0.29 2024-09-17 18:14:19,010 - INFO - Verified Pod ctest-busybox-pod-86406809 in agent 10.0.0.29 2024-09-17 18:14:19,010 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=312e8bf3-21e7-4470-8f1d-11023edc2d70 2024-09-17 18:14:19,016 - INFO - Pod ctest-busybox-pod-86406809 with uuid 312e8bf3-21e7-4470-8f1d-11023edc2d70 found in kube manager 2024-09-17 18:14:19,016 - INFO - Pod ctest-busybox-pod-86406809 verification passed 2024-09-17 18:14:19,088 - DEBUG - [Pod ctest-busybox-pod-86406809] 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-42231620 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-17 18:14:19,088 - DEBUG - [Pod Pod ctest-busybox-pod-86406809] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-17 18:14:19,088 - DEBUG - [Pod Pod ctest-busybox-pod-86406809] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-42231620 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-17 18:14:19,159 - DEBUG - [Pod ctest-busybox-pod-86406809] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-42231620 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 18:14:19,160 - DEBUG - [Pod Pod ctest-busybox-pod-86406809] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-17 18:14:19,160 - DEBUG - [Pod Pod ctest-busybox-pod-86406809] Cmd output: ctest-nginx-pod-42231620 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 18:14:19,229 - DEBUG - [Pod ctest-busybox-pod-86406809] 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-42231620 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-17 18:14:19,229 - DEBUG - [Pod Pod ctest-busybox-pod-86406809] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-17 18:14:19,230 - DEBUG - [Pod Pod ctest-busybox-pod-86406809] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-42231620 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-17 18:14:19,302 - DEBUG - [Pod ctest-busybox-pod-86406809] 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-42231620 2024-09-17 18:14:19,302 - DEBUG - [Pod Pod ctest-busybox-pod-86406809] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-17 18:14:19,302 - DEBUG - [Pod Pod ctest-busybox-pod-86406809] 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-42231620 2024-09-17 18:14:19,372 - DEBUG - [Pod ctest-busybox-pod-86406809] 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-34264158 2024-09-17 18:14:19,372 - DEBUG - [Pod Pod ctest-busybox-pod-86406809] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-17 18:14:19,372 - DEBUG - [Pod Pod ctest-busybox-pod-86406809] 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-34264158 2024-09-17 18:14:19,372 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-34264158': 1, 'ctest-nginx-pod-42231620': 4} 2024-09-17 18:14:19,373 - WARNING - Nothing to delete parallely 2024-09-17 18:14:19,374 - INFO - Deleting pod default:ctest-busybox-pod-86406809 2024-09-17 18:14:19,395 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=312e8bf3-21e7-4470-8f1d-11023edc2d70 2024-09-17 18:14:19,405 - WARNING - Pod uuid 312e8bf3-21e7-4470-8f1d-11023edc2d70 is still seen in agent 10.0.0.29 VM list 2024-09-17 18:14:24,406 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=312e8bf3-21e7-4470-8f1d-11023edc2d70 2024-09-17 18:14:24,413 - WARNING - Pod uuid 312e8bf3-21e7-4470-8f1d-11023edc2d70 is still seen in agent 10.0.0.29 VM list 2024-09-17 18:14:29,414 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=312e8bf3-21e7-4470-8f1d-11023edc2d70 2024-09-17 18:14:29,423 - WARNING - Pod uuid 312e8bf3-21e7-4470-8f1d-11023edc2d70 is still seen in agent 10.0.0.29 VM list 2024-09-17 18:14:34,423 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=312e8bf3-21e7-4470-8f1d-11023edc2d70 2024-09-17 18:14:34,432 - WARNING - Pod uuid 312e8bf3-21e7-4470-8f1d-11023edc2d70 is still seen in agent 10.0.0.29 VM list 2024-09-17 18:14:39,433 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=312e8bf3-21e7-4470-8f1d-11023edc2d70 2024-09-17 18:14:39,442 - WARNING - Pod uuid 312e8bf3-21e7-4470-8f1d-11023edc2d70 is still seen in agent 10.0.0.29 VM list 2024-09-17 18:14:44,443 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=312e8bf3-21e7-4470-8f1d-11023edc2d70 2024-09-17 18:14:44,452 - WARNING - Pod uuid 312e8bf3-21e7-4470-8f1d-11023edc2d70 is still seen in agent 10.0.0.29 VM list 2024-09-17 18:14:49,452 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=312e8bf3-21e7-4470-8f1d-11023edc2d70 2024-09-17 18:14:49,461 - WARNING - Pod uuid 312e8bf3-21e7-4470-8f1d-11023edc2d70 is still seen in agent 10.0.0.29 VM list 2024-09-17 18:14:54,462 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=312e8bf3-21e7-4470-8f1d-11023edc2d70 2024-09-17 18:14:54,470 - DEBUG - Pod 312e8bf3-21e7-4470-8f1d-11023edc2d70 is not in agent 10.0.0.29 VM list 2024-09-17 18:14:54,470 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9f01aa74-7520-11ef-b422-fa163e027771 2024-09-17 18:14:54,477 - DEBUG - VMI 9f01aa74-7520-11ef-b422-fa163e027771 is removed from agent 10.0.0.29 2024-09-17 18:14:54,477 - INFO - Verified that pod ctest-busybox-pod-86406809 is removed in agent 2024-09-17 18:14:54,477 - INFO - Deleting Ingress : ctest-nginx-ingress-14653437 2024-09-17 18:14:54,483 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=688743df-e1c6-413b-98c7-e00b553abddb 2024-09-17 18:14:54,488 - ERROR - Ingress ctest-nginx-ingress-14653437 with uuid 688743df-e1c6-413b-98c7-e00b553abddb still found in kube manager 2024-09-17 18:14:55,489 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=688743df-e1c6-413b-98c7-e00b553abddb 2024-09-17 18:14:55,493 - INFO - Ingress ctest-nginx-ingress-14653437 with uuid 688743df-e1c6-413b-98c7-e00b553abddb deleted successfully from kube manager 2024-09-17 18:14:55,493 - INFO - Verifications on Ingress %s cleanup passed 2024-09-17 18:14:55,493 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-17 18:14:55,681 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-17 18:14:55,700 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-17 18:14:55,700 - INFO - Deleting VN __public__ 2024-09-17 18:14:55,909 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/7fde0f33-812d-4edf-879b-b6b1a8e8a3dd 2024-09-17 18:14:55,923 - DEBUG - Response Code: 404 2024-09-17 18:14:55,923 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-09-17 18:14:55,929 - DEBUG - Requesting: http://10.0.0.33:8082/domain/1002fd74-e94d-4c7a-aba6-af030330b990 2024-09-17 18:14:55,938 - DEBUG - Requesting: http://10.0.0.33:8082/project/444ca6e9-3d8f-479e-ab35-b81a2caf36ed 2024-09-17 18:14:56,010 - INFO - Validated that VN __public__ is not found in API Server 2024-09-17 18:14:56,010 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-17 18:14:56,020 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 18:14:56,037 - DEBUG - VN __public__ is not present in Agent 10.0.0.29 2024-09-17 18:14:56,038 - INFO - Validated that VN __public__ is not in any agent 2024-09-17 18:14:56,038 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 18:14:56,058 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-17 18:14:56,072 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-17 18:14:56,081 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-17 18:14:56,081 - INFO - Deleting pod default:ctest-nginx-pod-42231620 2024-09-17 18:14:56,108 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a1cbb116-3cec-4565-b279-5fa0942c3ceb 2024-09-17 18:14:56,139 - WARNING - Pod uuid a1cbb116-3cec-4565-b279-5fa0942c3ceb is still seen in agent 10.0.0.29 VM list 2024-09-17 18:15:01,140 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a1cbb116-3cec-4565-b279-5fa0942c3ceb 2024-09-17 18:15:01,149 - DEBUG - Pod a1cbb116-3cec-4565-b279-5fa0942c3ceb is not in agent 10.0.0.29 VM list 2024-09-17 18:15:01,149 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9a980500-7520-11ef-b422-fa163e027771 2024-09-17 18:15:01,156 - DEBUG - VMI 9a980500-7520-11ef-b422-fa163e027771 is removed from agent 10.0.0.29 2024-09-17 18:15:01,156 - INFO - Verified that pod ctest-nginx-pod-42231620 is removed in agent 2024-09-17 18:15:01,157 - INFO - Deleting pod default:ctest-nginx-pod-34264158 2024-09-17 18:15:01,184 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0cd6db12-b35b-4901-952b-3765caa6062c 2024-09-17 18:15:01,203 - WARNING - Pod uuid 0cd6db12-b35b-4901-952b-3765caa6062c is still seen in agent 10.0.0.29 VM list 2024-09-17 18:15:06,204 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=0cd6db12-b35b-4901-952b-3765caa6062c 2024-09-17 18:15:06,212 - DEBUG - Pod 0cd6db12-b35b-4901-952b-3765caa6062c is not in agent 10.0.0.29 VM list 2024-09-17 18:15:06,212 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9a14517e-7520-11ef-b422-fa163e027771 2024-09-17 18:15:06,219 - DEBUG - VMI 9a14517e-7520-11ef-b422-fa163e027771 is removed from agent 10.0.0.29 2024-09-17 18:15:06,219 - INFO - Verified that pod ctest-nginx-pod-34264158 is removed in agent 2024-09-17 18:15:06,220 - INFO - Deleting service : ctest-nginx-svc-54084849 2024-09-17 18:15:06,473 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-17 18:15:06,481 - DEBUG - No XMPP flaps were noticed during the test
2024-09-17 18:15:06,481 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13]
2024-09-17 18:15:06,481 - INFO - -------------------------------------------------------------------------------- 2024-09-17 18:15:12,913 - DEBUG - [10.0.0.33]: 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 18:15:13,032 - DEBUG - Output : cluster_project={} 2024-09-17 18:15:13,123 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-17 18:15:13,293 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-17 18:15:13,310 - DEBUG - [10.0.0.33]: 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 18:15:13,480 - DEBUG - Output : cluster_project={} 2024-09-17 18:15:28,630 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 18:15:28,715 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 18:15:28,756 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 18:15:28,843 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 18:15:33,893 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 18:15:33,980 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 18:15:34,063 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 18:15:34,103 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-17 18:15:34,339 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-17 18:15:36,972 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_ApplicationPolicySetReq? 2024-09-17 18:15:36,993 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2024-09-17 18:15:37,024 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2024-09-17 18:15:39,054 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2024-09-17 18:18:45,912 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-17 18:18:45,963 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=17e5116e-618f-49fc-8ba4-821e145513fb 2024-09-17 18:18:45,985 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=80806344-6174-43cc-a066-75d65f4ad548 2024-09-17 18:18:45,994 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4c495c47-e508-43c3-a641-1d866d8ef925 2024-09-17 18:18:45,997 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c842ec2-adf8-47f4-bc69-32ea1a55fa51 2024-09-17 18:18:46,006 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=f3fe987b-7f78-4a45-9fd4-a95a75bfa5d5 2024-09-17 18:18:46,011 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=85ce2d93-e022-480c-873a-200520afed98 2024-09-17 18:18:46,017 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=b0388ccf-4069-486e-9758-980eb25d7760 2024-09-17 18:18:46,022 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=986bc877-1887-4fb4-adcd-c7d318bd7dfb 2024-09-17 18:18:51,068 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=f3fe987b-7f78-4a45-9fd4-a95a75bfa5d5 2024-09-17 18:18:51,070 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=80806344-6174-43cc-a066-75d65f4ad548 2024-09-17 18:18:51,071 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c842ec2-adf8-47f4-bc69-32ea1a55fa51 2024-09-17 18:18:51,073 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=986bc877-1887-4fb4-adcd-c7d318bd7dfb 2024-09-17 18:18:51,075 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=b0388ccf-4069-486e-9758-980eb25d7760 2024-09-17 18:18:51,076 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=85ce2d93-e022-480c-873a-200520afed98 2024-09-17 18:18:51,077 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=17e5116e-618f-49fc-8ba4-821e145513fb 2024-09-17 18:18:51,078 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4c495c47-e508-43c3-a641-1d866d8ef925 2024-09-17 18:18:51,104 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cae159c8-7520-11ef-b422-fa163e027771 2024-09-17 18:18:51,105 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c92c782e-7520-11ef-b422-fa163e027771 2024-09-17 18:18:51,108 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c9ab24e4-7520-11ef-b422-fa163e027771 2024-09-17 18:18:51,111 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca6060d4-7520-11ef-b422-fa163e027771 2024-09-17 18:18:56,101 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4c495c47-e508-43c3-a641-1d866d8ef925 2024-09-17 18:18:56,107 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=b0388ccf-4069-486e-9758-980eb25d7760 2024-09-17 18:18:56,109 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=80806344-6174-43cc-a066-75d65f4ad548 2024-09-17 18:18:56,113 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c842ec2-adf8-47f4-bc69-32ea1a55fa51 2024-09-17 18:19:01,113 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4c495c47-e508-43c3-a641-1d866d8ef925 2024-09-17 18:19:01,124 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=b0388ccf-4069-486e-9758-980eb25d7760 2024-09-17 18:19:01,126 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=80806344-6174-43cc-a066-75d65f4ad548 2024-09-17 18:19:01,128 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c842ec2-adf8-47f4-bc69-32ea1a55fa51 2024-09-17 18:19:06,122 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4c495c47-e508-43c3-a641-1d866d8ef925 2024-09-17 18:19:06,132 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=b0388ccf-4069-486e-9758-980eb25d7760 2024-09-17 18:19:06,138 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=80806344-6174-43cc-a066-75d65f4ad548 2024-09-17 18:19:06,141 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c842ec2-adf8-47f4-bc69-32ea1a55fa51 2024-09-17 18:19:11,132 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4c495c47-e508-43c3-a641-1d866d8ef925 2024-09-17 18:19:11,142 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=b0388ccf-4069-486e-9758-980eb25d7760 2024-09-17 18:19:11,150 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c842ec2-adf8-47f4-bc69-32ea1a55fa51 2024-09-17 18:19:11,152 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=80806344-6174-43cc-a066-75d65f4ad548 2024-09-17 18:19:16,141 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4c495c47-e508-43c3-a641-1d866d8ef925 2024-09-17 18:19:16,151 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=b0388ccf-4069-486e-9758-980eb25d7760 2024-09-17 18:19:16,163 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c842ec2-adf8-47f4-bc69-32ea1a55fa51 2024-09-17 18:19:16,165 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=80806344-6174-43cc-a066-75d65f4ad548 2024-09-17 18:19:21,161 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4c495c47-e508-43c3-a641-1d866d8ef925 2024-09-17 18:19:21,163 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=b0388ccf-4069-486e-9758-980eb25d7760 2024-09-17 18:19:21,173 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cd32c55e-7520-11ef-b422-fa163e027771 2024-09-17 18:19:21,176 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cca37a16-7520-11ef-b422-fa163e027771 2024-09-17 18:19:21,181 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=80806344-6174-43cc-a066-75d65f4ad548 2024-09-17 18:19:21,182 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=3c842ec2-adf8-47f4-bc69-32ea1a55fa51 2024-09-17 18:19:21,194 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cc1b500a-7520-11ef-b422-fa163e027771 2024-09-17 18:19:21,197 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cb91eb4e-7520-11ef-b422-fa163e027771