2024-11-11 01:30:02,751 - DEBUG - [10.0.0.44]: Running cmd : hostname 2024-11-11 01:30:02,984 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-785-1 2024-11-11 01:30:02,985 - DEBUG - [10.0.0.44]: Running cmd : hostname -f 2024-11-11 01:30:03,028 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-785-1 2024-11-11 01:30:03,029 - DEBUG - [10.0.0.44]: 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-11-11 01:30:03,108 - DEBUG - Output : NAMES contrail_test_GhNOfrWmW contrail-kubernetes-master_kubemanager_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_kafka_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_api_1 config_api_nodemgr_1 config_api_schema_1 config_api_dnsmasq_1 config_api_svcmonitor_1 2024-11-11 01:30:03,109 - DEBUG - [10.0.0.44]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-11 01:30:03,178 - DEBUG - Output : 10.0.0.44/24 172.17.0.1/16 2024-11-11 01:30:03,178 - DEBUG - [10.0.0.44]: Running cmd : getent hosts 10.0.0.44 | head -n 1 | awk '{print $2}' 2024-11-11 01:30:03,212 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-785-1 2024-11-11 01:30:03,310 - DEBUG - [10.0.0.38]: Running cmd : hostname 2024-11-11 01:30:03,524 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-785-1 2024-11-11 01:30:03,524 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2024-11-11 01:30:03,549 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-785-1 2024-11-11 01:30:03,549 - 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-11-11 01:30:03,593 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-11 01:30:03,594 - DEBUG - [10.0.0.38]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-11 01:30:03,669 - DEBUG - Output : 10.0.0.38/24 2024-11-11 01:30:03,669 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2024-11-11 01:30:03,704 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-785-1 2024-11-11 01:30:03,821 - INFO - Using existing project ['default-domain', 'k8s-default'](efcea4e2-e9f2-46ac-9168-3bc9f2448ebb) 2024-11-11 01:30:03,948 - INFO - Using existing project ['default-domain', 'k8s-default'](efcea4e2-e9f2-46ac-9168-3bc9f2448ebb) 2024-11-11 01:30:04,089 - INFO - ================================================================================ 2024-11-11 01:30:04,090 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-11 01:30:04,091 - 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-11-11 01:30:04,321 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-11 01:30:04,328 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.0.0.44': '0'}} with 2024-11-11 01:30:04,328 - INFO - Initial checks done. Running the testcase now 2024-11-11 01:30:04,328 - INFO - 2024-11-11 01:30:04,333 - INFO - Namespace default already exists 2024-11-11 01:30:04,333 - DEBUG - [10.0.0.44]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-11 01:30:04,450 - DEBUG - Output : cluster_project={} 2024-11-11 01:30:04,504 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-11 01:30:04,504 - DEBUG - Project uuid in Contrail is efcea4e2-e9f2-46ac-9168-3bc9f2448ebb 2024-11-11 01:30:04,504 - DEBUG - [10.0.0.44]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-11 01:30:04,656 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-11 01:30:04,657 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_NamespaceDatabaseList?namespace_uuid=321fa057-892b-48ef-b793-5700da17f065 2024-11-11 01:30:04,666 - INFO - Namespace default with uuid 321fa057-892b-48ef-b793-5700da17f065 found in kube manager 2024-11-11 01:30:04,666 - INFO - Namespace default verification passed 2024-11-11 01:30:04,670 - DEBUG - Service ctest-nginx-svc-82503019 not present 2024-11-11 01:30:04,671 - INFO - Creating service ctest-nginx-svc-82503019 2024-11-11 01:30:04,689 - INFO - Created Service ctest-nginx-svc-82503019 2024-11-11 01:30:04,697 - DEBUG - Pod ctest-nginx-pod-99055359 not present 2024-11-11 01:30:04,697 - INFO - Creating Pod ctest-nginx-pod-99055359 2024-11-11 01:30:04,756 - DEBUG - Pod : ctest-nginx-pod-99055359 UUID is 8ebfe086-bafa-4948-99df-5d9089a03a35 2024-11-11 01:30:04,767 - DEBUG - Pod ctest-nginx-pod-75985183 not present 2024-11-11 01:30:04,768 - INFO - Creating Pod ctest-nginx-pod-75985183 2024-11-11 01:30:04,812 - DEBUG - Pod : ctest-nginx-pod-75985183 UUID is 3fb09c27-6674-458b-9fc4-f4711d810abe 2024-11-11 01:30:05,054 - INFO - Created VN __public__, UUID :597e2bd6-2a2d-4cd6-a2b1-d69ec3b04bbb 2024-11-11 01:30:05,381 - DEBUG - Requesting: http://10.0.0.44:8082/domains 2024-11-11 01:30:05,392 - DEBUG - Requesting: http://10.0.0.44:8082/domain/828af755-eae4-438d-97e5-b7c076c64fe1 2024-11-11 01:30:05,434 - DEBUG - Requesting: http://10.0.0.44:8082/project/efcea4e2-e9f2-46ac-9168-3bc9f2448ebb 2024-11-11 01:30:05,568 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/597e2bd6-2a2d-4cd6-a2b1-d69ec3b04bbb 2024-11-11 01:30:05,596 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/597e2bd6-2a2d-4cd6-a2b1-d69ec3b04bbb 2024-11-11 01:30:05,613 - DEBUG - Requesting: http://10.0.0.44:8082/routing-instance/e1586201-ae87-4a30-8176-4483c3f5b44c 2024-11-11 01:30:05,627 - DEBUG - Requesting: http://10.0.0.44:8082/routing-instance/e1586201-ae87-4a30-8176-4483c3f5b44c 2024-11-11 01:30:05,646 - DEBUG - Requesting: http://10.0.0.44:8082/route-target/09ba0bb8-4f60-4522-91c4-dbe841ede477 2024-11-11 01:30:05,684 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-11 01:30:05,684 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/597e2bd6-2a2d-4cd6-a2b1-d69ec3b04bbb 2024-11-11 01:30:05,707 - DEBUG - Requesting: http://10.0.0.44:8082/routing-instance/e1586201-ae87-4a30-8176-4483c3f5b44c 2024-11-11 01:30:05,729 - INFO - Verified VN network id 13 for VN 597e2bd6-2a2d-4cd6-a2b1-d69ec3b04bbb 2024-11-11 01:30:05,729 - INFO - Verifications in API Server for VN __public__ passed 2024-11-11 01:30:05,730 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/597e2bd6-2a2d-4cd6-a2b1-d69ec3b04bbb 2024-11-11 01:30:05,752 - DEBUG - Requesting: http://10.0.0.44:8082/routing-instance/e1586201-ae87-4a30-8176-4483c3f5b44c 2024-11-11 01:30:05,772 - DEBUG - Requesting: http://10.0.0.44:8082/routing-instance/e1586201-ae87-4a30-8176-4483c3f5b44c 2024-11-11 01:30:05,780 - DEBUG - Requesting: http://10.0.0.44:8082/route-target/09ba0bb8-4f60-4522-91c4-dbe841ede477 2024-11-11 01:30:05,797 - DEBUG - Requesting: http://10.0.0.44:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-11 01:30:05,803 - DEBUG - Control-node 10.0.0.44 : 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': '6448639915271736534', 'uuid-lslong': '11723387282398399419'}, 'enable': 'true', 'created': '2024-11-11T01:30:04', 'last-modified': '2024-11-11T01:30:05', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.496823'} 2024-11-11 01:30:05,803 - DEBUG - Requesting: http://10.0.0.44:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:30:05,814 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-11 01:30:05,814 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-11 01:30:05,815 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-11 01:30:05,815 - DEBUG - Requesting: http://10.0.0.44:8082/domains 2024-11-11 01:30:05,822 - DEBUG - Requesting: http://10.0.0.44:8082/domain/828af755-eae4-438d-97e5-b7c076c64fe1 2024-11-11 01:30:05,835 - DEBUG - Requesting: http://10.0.0.44:8082/project/efcea4e2-e9f2-46ac-9168-3bc9f2448ebb 2024-11-11 01:30:05,912 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/597e2bd6-2a2d-4cd6-a2b1-d69ec3b04bbb 2024-11-11 01:30:05,939 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-11 01:30:05,939 - DEBUG - Verifying the vn in opserver 2024-11-11 01:30:05,939 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.44 2024-11-11 01:30:05,939 - DEBUG - Requesting: http://10.0.0.44:8081/analytics/uves/virtual-networks 2024-11-11 01:30:05,955 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.44:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-11 01:30:05,955 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-11 01:30:05,958 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:30:05,975 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:30:05,987 - DEBUG - Do not have enough data to verify VN in agent 2024-11-11 01:30:05,987 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:30:05,995 - DEBUG - VRF ids for VN __public__: {} 2024-11-11 01:30:06,128 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-11 01:30:06,277 - DEBUG - Requesting: http://10.0.0.44:8082/domains 2024-11-11 01:30:06,284 - DEBUG - Requesting: http://10.0.0.44:8082/domain/828af755-eae4-438d-97e5-b7c076c64fe1 2024-11-11 01:30:06,293 - DEBUG - Requesting: http://10.0.0.44:8082/project/efcea4e2-e9f2-46ac-9168-3bc9f2448ebb 2024-11-11 01:30:06,386 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/597e2bd6-2a2d-4cd6-a2b1-d69ec3b04bbb 2024-11-11 01:30:06,412 - DEBUG - Requesting: http://10.0.0.44:8082/floating-ip-pool/b465e1e2-f7d8-40b4-8593-107fc563b95a 2024-11-11 01:30:06,423 - DEBUG - Requesting: http://10.0.0.44:8082/domains 2024-11-11 01:30:06,428 - DEBUG - Requesting: http://10.0.0.44:8082/domain/828af755-eae4-438d-97e5-b7c076c64fe1 2024-11-11 01:30:06,438 - DEBUG - Requesting: http://10.0.0.44:8082/project/efcea4e2-e9f2-46ac-9168-3bc9f2448ebb 2024-11-11 01:30:06,539 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/597e2bd6-2a2d-4cd6-a2b1-d69ec3b04bbb 2024-11-11 01:30:06,602 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-11 01:30:06,602 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-11 01:30:06,614 - DEBUG - Requesting: http://10.0.0.44:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-11 01:30:06,620 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-11 01:30:06,620 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-11 01:30:06,623 - DEBUG - Ingress ctest-nginx-ingress-45639031 not present 2024-11-11 01:30:06,624 - INFO - Creating Ingress ctest-nginx-ingress-45639031 2024-11-11 01:30:06,635 - INFO - Created Ingress ctest-nginx-ingress-45639031 2024-11-11 01:30:06,638 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-45639031 2024-11-11 01:30:09,647 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-45639031 2024-11-11 01:30:12,653 - DEBUG - For Ingress ctest-nginx-ingress-45639031, Cluster IP: 10.47.255.249, External IPs ['194.70.83.252'] 2024-11-11 01:30:12,653 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-45639031 2024-11-11 01:30:12,653 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_LoadbalancerDatabaseList?x=562eb64e-f9ab-4692-a867-71bc0af134b3 2024-11-11 01:30:12,660 - INFO - Ingress ctest-nginx-ingress-45639031 with uuid 562eb64e-f9ab-4692-a867-71bc0af134b3 found in kube manager 2024-11-11 01:30:12,661 - INFO - Ingress ctest-nginx-ingress-45639031 verification passed 2024-11-11 01:30:12,665 - DEBUG - Pod ctest-busybox-pod-61311868 not present 2024-11-11 01:30:12,665 - INFO - Creating Pod ctest-busybox-pod-61311868 2024-11-11 01:30:12,710 - DEBUG - Pod : ctest-busybox-pod-61311868 UUID is a971b259-389f-4c84-8b87-545870a231bf 2024-11-11 01:30:12,716 - DEBUG - Pod ctest-nginx-pod-99055359 not in running state.Currently in Pending 2024-11-11 01:30:17,722 - INFO - Pod ctest-nginx-pod-99055359 is in running state.Got IP 10.47.255.251 2024-11-11 01:30:17,756 - DEBUG - Pod ctest-nginx-pod-99055359 has vmi 7ba23ed2-9fcc-11ef-b17f-fa163efcb207 2024-11-11 01:30:17,756 - INFO - Verified pod ctest-nginx-pod-99055359 in contrail-api 2024-11-11 01:30:17,756 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:30:17,769 - DEBUG - VMI 7ba23ed2-9fcc-11ef-b17f-fa163efcb207 is active in agent 10.0.0.38 2024-11-11 01:30:17,769 - INFO - Verified Pod ctest-nginx-pod-99055359 in agent 10.0.0.38 2024-11-11 01:30:17,769 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_VirtualMachineDatabaseList?x=8ebfe086-bafa-4948-99df-5d9089a03a35 2024-11-11 01:30:17,775 - INFO - Pod ctest-nginx-pod-99055359 with uuid 8ebfe086-bafa-4948-99df-5d9089a03a35 found in kube manager 2024-11-11 01:30:17,775 - INFO - Pod ctest-nginx-pod-99055359 verification passed 2024-11-11 01:30:17,835 - DEBUG - [Pod ctest-nginx-pod-99055359] Cmd: echo ctest-nginx-pod-99055359 > /usr/share/nginx/html/index.html, Output: 2024-11-11 01:30:17,840 - INFO - Pod ctest-nginx-pod-75985183 is in running state.Got IP 10.47.255.250 2024-11-11 01:30:17,905 - DEBUG - Pod ctest-nginx-pod-75985183 has vmi 7c1c43c6-9fcc-11ef-b17f-fa163efcb207 2024-11-11 01:30:17,905 - INFO - Verified pod ctest-nginx-pod-75985183 in contrail-api 2024-11-11 01:30:17,905 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:30:17,917 - DEBUG - VMI 7c1c43c6-9fcc-11ef-b17f-fa163efcb207 is active in agent 10.0.0.38 2024-11-11 01:30:17,918 - INFO - Verified Pod ctest-nginx-pod-75985183 in agent 10.0.0.38 2024-11-11 01:30:17,918 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_VirtualMachineDatabaseList?x=3fb09c27-6674-458b-9fc4-f4711d810abe 2024-11-11 01:30:17,922 - INFO - Pod ctest-nginx-pod-75985183 with uuid 3fb09c27-6674-458b-9fc4-f4711d810abe found in kube manager 2024-11-11 01:30:17,922 - INFO - Pod ctest-nginx-pod-75985183 verification passed 2024-11-11 01:30:17,980 - DEBUG - [Pod ctest-nginx-pod-75985183] Cmd: echo ctest-nginx-pod-75985183 > /usr/share/nginx/html/index.html, Output: 2024-11-11 01:30:17,985 - DEBUG - Pod ctest-busybox-pod-61311868 not in running state.Currently in Pending 2024-11-11 01:30:22,991 - DEBUG - Pod ctest-busybox-pod-61311868 not in running state.Currently in Pending 2024-11-11 01:30:27,998 - INFO - Pod ctest-busybox-pod-61311868 is in running state.Got IP 10.47.255.248 2024-11-11 01:30:28,017 - DEBUG - Pod ctest-busybox-pod-61311868 has vmi 7f46a1a4-9fcc-11ef-b17f-fa163efcb207 2024-11-11 01:30:28,017 - INFO - Verified pod ctest-busybox-pod-61311868 in contrail-api 2024-11-11 01:30:28,017 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:30:28,029 - DEBUG - VMI 7f46a1a4-9fcc-11ef-b17f-fa163efcb207 is active in agent 10.0.0.38 2024-11-11 01:30:28,030 - INFO - Verified Pod ctest-busybox-pod-61311868 in agent 10.0.0.38 2024-11-11 01:30:28,030 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_VirtualMachineDatabaseList?x=a971b259-389f-4c84-8b87-545870a231bf 2024-11-11 01:30:28,036 - INFO - Pod ctest-busybox-pod-61311868 with uuid a971b259-389f-4c84-8b87-545870a231bf found in kube manager 2024-11-11 01:30:28,036 - INFO - Pod ctest-busybox-pod-61311868 verification passed 2024-11-11 01:30:28,107 - DEBUG - [Pod ctest-busybox-pod-61311868] 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-99055359 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-11 01:30:28,107 - DEBUG - [Pod Pod ctest-busybox-pod-61311868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-11 01:30:28,107 - DEBUG - [Pod Pod ctest-busybox-pod-61311868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-99055359 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-11 01:30:28,168 - DEBUG - [Pod ctest-busybox-pod-61311868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-99055359 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-11-11 01:30:28,168 - DEBUG - [Pod Pod ctest-busybox-pod-61311868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-11 01:30:28,168 - DEBUG - [Pod Pod ctest-busybox-pod-61311868] Cmd output: ctest-nginx-pod-99055359 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-11-11 01:30:28,247 - DEBUG - [Pod ctest-busybox-pod-61311868] 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-99055359 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-11 01:30:28,247 - DEBUG - [Pod Pod ctest-busybox-pod-61311868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-11 01:30:28,247 - DEBUG - [Pod Pod ctest-busybox-pod-61311868] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-99055359 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-11 01:30:28,334 - DEBUG - [Pod ctest-busybox-pod-61311868] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-75985183 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-11-11 01:30:28,334 - DEBUG - [Pod Pod ctest-busybox-pod-61311868] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-11 01:30:28,334 - DEBUG - [Pod Pod ctest-busybox-pod-61311868] Cmd output: ctest-nginx-pod-75985183 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-11-11 01:30:28,334 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-99055359': 3, 'ctest-nginx-pod-75985183': 1} 2024-11-11 01:30:28,334 - WARNING - Nothing to delete parallely 2024-11-11 01:30:28,334 - INFO - Deleting pod default:ctest-busybox-pod-61311868 2024-11-11 01:30:28,349 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a971b259-389f-4c84-8b87-545870a231bf 2024-11-11 01:30:28,359 - WARNING - Pod uuid a971b259-389f-4c84-8b87-545870a231bf is still seen in agent 10.0.0.38 VM list 2024-11-11 01:30:33,360 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a971b259-389f-4c84-8b87-545870a231bf 2024-11-11 01:30:33,367 - WARNING - Pod uuid a971b259-389f-4c84-8b87-545870a231bf is still seen in agent 10.0.0.38 VM list 2024-11-11 01:30:38,368 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a971b259-389f-4c84-8b87-545870a231bf 2024-11-11 01:30:38,375 - WARNING - Pod uuid a971b259-389f-4c84-8b87-545870a231bf is still seen in agent 10.0.0.38 VM list 2024-11-11 01:30:43,376 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a971b259-389f-4c84-8b87-545870a231bf 2024-11-11 01:30:43,383 - WARNING - Pod uuid a971b259-389f-4c84-8b87-545870a231bf is still seen in agent 10.0.0.38 VM list 2024-11-11 01:30:48,385 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a971b259-389f-4c84-8b87-545870a231bf 2024-11-11 01:30:48,392 - WARNING - Pod uuid a971b259-389f-4c84-8b87-545870a231bf is still seen in agent 10.0.0.38 VM list 2024-11-11 01:30:53,392 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a971b259-389f-4c84-8b87-545870a231bf 2024-11-11 01:30:53,400 - WARNING - Pod uuid a971b259-389f-4c84-8b87-545870a231bf is still seen in agent 10.0.0.38 VM list 2024-11-11 01:30:58,401 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a971b259-389f-4c84-8b87-545870a231bf 2024-11-11 01:30:58,408 - WARNING - Pod uuid a971b259-389f-4c84-8b87-545870a231bf is still seen in agent 10.0.0.38 VM list 2024-11-11 01:31:03,408 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a971b259-389f-4c84-8b87-545870a231bf 2024-11-11 01:31:03,416 - DEBUG - Pod a971b259-389f-4c84-8b87-545870a231bf is not in agent 10.0.0.38 VM list 2024-11-11 01:31:03,416 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7f46a1a4-9fcc-11ef-b17f-fa163efcb207 2024-11-11 01:31:03,423 - DEBUG - VMI 7f46a1a4-9fcc-11ef-b17f-fa163efcb207 is removed from agent 10.0.0.38 2024-11-11 01:31:03,423 - INFO - Verified that pod ctest-busybox-pod-61311868 is removed in agent 2024-11-11 01:31:03,423 - INFO - Deleting Ingress : ctest-nginx-ingress-45639031 2024-11-11 01:31:03,433 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_LoadbalancerDatabaseList?x=562eb64e-f9ab-4692-a867-71bc0af134b3 2024-11-11 01:31:03,441 - ERROR - Ingress ctest-nginx-ingress-45639031 with uuid 562eb64e-f9ab-4692-a867-71bc0af134b3 still found in kube manager 2024-11-11 01:31:04,442 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_LoadbalancerDatabaseList?x=562eb64e-f9ab-4692-a867-71bc0af134b3 2024-11-11 01:31:04,453 - INFO - Ingress ctest-nginx-ingress-45639031 with uuid 562eb64e-f9ab-4692-a867-71bc0af134b3 deleted successfully from kube manager 2024-11-11 01:31:04,453 - INFO - Verifications on Ingress %s cleanup passed 2024-11-11 01:31:04,453 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-11 01:31:04,538 - DEBUG - Requesting: http://10.0.0.44:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-11 01:31:04,544 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-11 01:31:04,544 - INFO - Deleting VN __public__ 2024-11-11 01:31:04,722 - DEBUG - Requesting: http://10.0.0.44:8082/routing-instance/e1586201-ae87-4a30-8176-4483c3f5b44c 2024-11-11 01:31:04,727 - DEBUG - Response Code: 404 2024-11-11 01:31:04,727 - DEBUG - Requesting: http://10.0.0.44:8082/domains 2024-11-11 01:31:04,734 - DEBUG - Requesting: http://10.0.0.44:8082/domain/828af755-eae4-438d-97e5-b7c076c64fe1 2024-11-11 01:31:04,758 - DEBUG - Requesting: http://10.0.0.44:8082/project/efcea4e2-e9f2-46ac-9168-3bc9f2448ebb 2024-11-11 01:31:04,823 - INFO - Validated that VN __public__ is not found in API Server 2024-11-11 01:31:04,823 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-11 01:31:04,835 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:31:04,845 - DEBUG - VN __public__ is not present in Agent 10.0.0.38 2024-11-11 01:31:04,845 - INFO - Validated that VN __public__ is not in any agent 2024-11-11 01:31:04,845 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:31:04,856 - DEBUG - Requesting: http://10.0.0.44:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:31:04,861 - DEBUG - Requesting: http://10.0.0.44:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-11 01:31:04,867 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-11 01:31:04,867 - INFO - Deleting pod default:ctest-nginx-pod-75985183 2024-11-11 01:31:04,879 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3fb09c27-6674-458b-9fc4-f4711d810abe 2024-11-11 01:31:04,903 - WARNING - Pod uuid 3fb09c27-6674-458b-9fc4-f4711d810abe is still seen in agent 10.0.0.38 VM list 2024-11-11 01:31:09,904 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3fb09c27-6674-458b-9fc4-f4711d810abe 2024-11-11 01:31:09,911 - DEBUG - Pod 3fb09c27-6674-458b-9fc4-f4711d810abe is not in agent 10.0.0.38 VM list 2024-11-11 01:31:09,911 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7c1c43c6-9fcc-11ef-b17f-fa163efcb207 2024-11-11 01:31:09,917 - DEBUG - VMI 7c1c43c6-9fcc-11ef-b17f-fa163efcb207 is removed from agent 10.0.0.38 2024-11-11 01:31:09,917 - INFO - Verified that pod ctest-nginx-pod-75985183 is removed in agent 2024-11-11 01:31:09,917 - INFO - Deleting pod default:ctest-nginx-pod-99055359 2024-11-11 01:31:09,932 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8ebfe086-bafa-4948-99df-5d9089a03a35 2024-11-11 01:31:09,940 - WARNING - Pod uuid 8ebfe086-bafa-4948-99df-5d9089a03a35 is still seen in agent 10.0.0.38 VM list 2024-11-11 01:31:14,941 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8ebfe086-bafa-4948-99df-5d9089a03a35 2024-11-11 01:31:14,949 - DEBUG - Pod 8ebfe086-bafa-4948-99df-5d9089a03a35 is not in agent 10.0.0.38 VM list 2024-11-11 01:31:14,949 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7ba23ed2-9fcc-11ef-b17f-fa163efcb207 2024-11-11 01:31:14,955 - DEBUG - VMI 7ba23ed2-9fcc-11ef-b17f-fa163efcb207 is removed from agent 10.0.0.38 2024-11-11 01:31:14,955 - INFO - Verified that pod ctest-nginx-pod-99055359 is removed in agent 2024-11-11 01:31:14,955 - INFO - Deleting service : ctest-nginx-svc-82503019 2024-11-11 01:31:15,216 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-11 01:31:15,223 - DEBUG - No XMPP flaps were noticed during the test 2024-11-11 01:31:15,223 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:11] 2024-11-11 01:31:15,224 - INFO - -------------------------------------------------------------------------------- 2024-11-11 01:31:21,624 - DEBUG - [10.0.0.44]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-11 01:31:21,758 - DEBUG - Output : cluster_project={} 2024-11-11 01:31:21,812 - DEBUG - [10.0.0.44]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-11 01:31:21,949 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-11 01:31:21,958 - DEBUG - [10.0.0.44]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-11 01:31:22,348 - DEBUG - Output : cluster_project={} 2024-11-11 01:31:32,524 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:31:32,585 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:31:32,677 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:31:37,724 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:31:42,861 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:31:42,908 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:31:43,002 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:31:43,109 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:31:43,375 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-11 01:31:46,082 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_ApplicationPolicySetReq? 2024-11-11 01:31:46,089 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2024-11-11 01:31:46,123 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2024-11-11 01:31:48,156 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2024-11-11 01:34:48,798 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-11 01:34:48,837 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8483f1c2-031a-49be-9efd-cbf6082b0075 2024-11-11 01:34:48,852 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6df88426-afcd-4621-9a44-59154122f042 2024-11-11 01:34:48,864 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a092bd56-f792-4257-8463-7d0c8b327115 2024-11-11 01:34:48,873 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3b3fcfad-94cf-481e-aa11-17e62450bb6e 2024-11-11 01:34:48,882 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ab89629b-5842-4ba2-a731-a20f648a93fd 2024-11-11 01:34:48,886 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ffdd5e63-bada-422f-b0ba-fd344c273223 2024-11-11 01:34:48,903 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=86353566-5e77-4ef5-b7c3-c9afd0af9586 2024-11-11 01:34:48,923 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=27d6a187-9842-4d72-b54e-aca63a440ecc 2024-11-11 01:34:53,850 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8483f1c2-031a-49be-9efd-cbf6082b0075 2024-11-11 01:34:53,857 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a95a05bc-9fcc-11ef-b17f-fa163efcb207 2024-11-11 01:34:53,891 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6df88426-afcd-4621-9a44-59154122f042 2024-11-11 01:34:53,898 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a9dd212c-9fcc-11ef-b17f-fa163efcb207 2024-11-11 01:34:53,937 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ab89629b-5842-4ba2-a731-a20f648a93fd 2024-11-11 01:34:53,938 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3b3fcfad-94cf-481e-aa11-17e62450bb6e 2024-11-11 01:34:53,939 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a092bd56-f792-4257-8463-7d0c8b327115 2024-11-11 01:34:53,940 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ffdd5e63-bada-422f-b0ba-fd344c273223 2024-11-11 01:34:53,953 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=27d6a187-9842-4d72-b54e-aca63a440ecc 2024-11-11 01:34:53,954 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=86353566-5e77-4ef5-b7c3-c9afd0af9586 2024-11-11 01:34:53,957 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ab0e7faa-9fcc-11ef-b17f-fa163efcb207 2024-11-11 01:34:53,959 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aa8e6b76-9fcc-11ef-b17f-fa163efcb207 2024-11-11 01:34:58,954 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ab89629b-5842-4ba2-a731-a20f648a93fd 2024-11-11 01:34:58,961 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a092bd56-f792-4257-8463-7d0c8b327115 2024-11-11 01:34:58,975 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=86353566-5e77-4ef5-b7c3-c9afd0af9586 2024-11-11 01:34:58,977 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=27d6a187-9842-4d72-b54e-aca63a440ecc 2024-11-11 01:35:03,962 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ab89629b-5842-4ba2-a731-a20f648a93fd 2024-11-11 01:35:03,968 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a092bd56-f792-4257-8463-7d0c8b327115 2024-11-11 01:35:03,983 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=86353566-5e77-4ef5-b7c3-c9afd0af9586 2024-11-11 01:35:03,993 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=27d6a187-9842-4d72-b54e-aca63a440ecc 2024-11-11 01:35:08,971 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ab89629b-5842-4ba2-a731-a20f648a93fd 2024-11-11 01:35:08,975 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a092bd56-f792-4257-8463-7d0c8b327115 2024-11-11 01:35:08,990 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=86353566-5e77-4ef5-b7c3-c9afd0af9586 2024-11-11 01:35:08,999 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=27d6a187-9842-4d72-b54e-aca63a440ecc 2024-11-11 01:35:13,981 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ab89629b-5842-4ba2-a731-a20f648a93fd 2024-11-11 01:35:13,982 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a092bd56-f792-4257-8463-7d0c8b327115 2024-11-11 01:35:13,997 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=86353566-5e77-4ef5-b7c3-c9afd0af9586 2024-11-11 01:35:14,010 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=27d6a187-9842-4d72-b54e-aca63a440ecc 2024-11-11 01:35:18,993 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ab89629b-5842-4ba2-a731-a20f648a93fd 2024-11-11 01:35:18,995 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a092bd56-f792-4257-8463-7d0c8b327115 2024-11-11 01:35:19,010 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=86353566-5e77-4ef5-b7c3-c9afd0af9586 2024-11-11 01:35:19,018 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=27d6a187-9842-4d72-b54e-aca63a440ecc 2024-11-11 01:35:24,009 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a092bd56-f792-4257-8463-7d0c8b327115 2024-11-11 01:35:24,011 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ab89629b-5842-4ba2-a731-a20f648a93fd 2024-11-11 01:35:24,017 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=86353566-5e77-4ef5-b7c3-c9afd0af9586 2024-11-11 01:35:24,024 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ab98a07c-9fcc-11ef-b17f-fa163efcb207 2024-11-11 01:35:24,025 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ad2894ce-9fcc-11ef-b17f-fa163efcb207 2024-11-11 01:35:24,027 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=27d6a187-9842-4d72-b54e-aca63a440ecc 2024-11-11 01:35:24,030 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aca0952e-9fcc-11ef-b17f-fa163efcb207 2024-11-11 01:35:24,043 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ac148976-9fcc-11ef-b17f-fa163efcb207