2025-02-03 02:10:47,616 - DEBUG - [10.0.0.28]: Running cmd : hostname 2025-02-03 02:10:47,924 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-949-1 2025-02-03 02:10:47,925 - DEBUG - [10.0.0.28]: Running cmd : hostname -f 2025-02-03 02:10:48,002 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-949-1 2025-02-03 02:10:48,003 - DEBUG - [10.0.0.28]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-02-03 02:10:48,127 - DEBUG - Output : NAMES contrail_test_vltzgHOIC contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_api_1 config_api_dnsmasq_1 config_api_schema_1 2025-02-03 02:10:48,128 - DEBUG - [10.0.0.28]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-03 02:10:48,173 - DEBUG - Output : 10.0.0.28/24 172.17.0.1/16 2025-02-03 02:10:48,173 - DEBUG - [10.0.0.28]: Running cmd : getent hosts 10.0.0.28 | head -n 1 | awk '{print $2}' 2025-02-03 02:10:48,238 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-949-1 2025-02-03 02:10:48,332 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-02-03 02:10:48,576 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-949-1 2025-02-03 02:10:48,576 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-02-03 02:10:48,599 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-949-1 2025-02-03 02:10:48,599 - DEBUG - [10.0.0.22]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-02-03 02:10:48,644 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-02-03 02:10:48,644 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-03 02:10:48,678 - DEBUG - Output : 10.0.0.22/24 2025-02-03 02:10:48,678 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-02-03 02:10:48,712 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-949-1 2025-02-03 02:10:48,809 - INFO - Using existing project ['default-domain', 'k8s-default'](2c765f4d-9eca-4693-b812-2e89d6a04b86) 2025-02-03 02:10:48,921 - INFO - Using existing project ['default-domain', 'k8s-default'](2c765f4d-9eca-4693-b812-2e89d6a04b86) 2025-02-03 02:10:49,081 - INFO - ================================================================================ 2025-02-03 02:10:49,081 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-02-03 02:10:49,082 - 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 2025-02-03 02:10:49,296 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-03 02:10:49,304 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.28': '0'}} with 2025-02-03 02:10:49,304 - INFO - Initial checks done. Running the testcase now 2025-02-03 02:10:49,305 - INFO - 2025-02-03 02:10:49,310 - INFO - Namespace default already exists 2025-02-03 02:10:49,310 - DEBUG - [10.0.0.28]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-03 02:10:49,440 - DEBUG - Output : cluster_project={} 2025-02-03 02:10:49,499 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-02-03 02:10:49,499 - DEBUG - Project uuid in Contrail is 2c765f4d-9eca-4693-b812-2e89d6a04b86 2025-02-03 02:10:49,499 - DEBUG - [10.0.0.28]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-03 02:10:49,708 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-03 02:10:49,708 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_NamespaceDatabaseList?namespace_uuid=7c59dfbd-93bc-42ee-a52a-58fbd2d661ee 2025-02-03 02:10:49,713 - INFO - Namespace default with uuid 7c59dfbd-93bc-42ee-a52a-58fbd2d661ee found in kube manager 2025-02-03 02:10:49,713 - INFO - Namespace default verification passed 2025-02-03 02:10:49,717 - DEBUG - Service ctest-nginx-svc-20094007 not present 2025-02-03 02:10:49,717 - INFO - Creating service ctest-nginx-svc-20094007 2025-02-03 02:10:49,740 - INFO - Created Service ctest-nginx-svc-20094007 2025-02-03 02:10:49,753 - DEBUG - Pod ctest-nginx-pod-73918383 not present 2025-02-03 02:10:49,753 - INFO - Creating Pod ctest-nginx-pod-73918383 2025-02-03 02:10:49,802 - DEBUG - Pod : ctest-nginx-pod-73918383 UUID is 4116dcef-243b-42ee-b0f3-88a55e6bb560 2025-02-03 02:10:49,855 - DEBUG - Pod ctest-nginx-pod-79254347 not present 2025-02-03 02:10:49,855 - INFO - Creating Pod ctest-nginx-pod-79254347 2025-02-03 02:10:50,270 - DEBUG - Pod : ctest-nginx-pod-79254347 UUID is 88208073-e5b1-4f1d-90ce-15ab0ba7b919 2025-02-03 02:10:50,582 - INFO - Created VN __public__, UUID :348c3ef8-9cd0-4a26-b922-931536cbb7eb 2025-02-03 02:10:50,997 - DEBUG - Requesting: http://10.0.0.28:8082/domains 2025-02-03 02:10:51,028 - DEBUG - Requesting: http://10.0.0.28:8082/domain/0d30f8fc-a46f-4598-a6ad-971d33c630fc 2025-02-03 02:10:51,096 - DEBUG - Requesting: http://10.0.0.28:8082/project/2c765f4d-9eca-4693-b812-2e89d6a04b86 2025-02-03 02:10:51,196 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/348c3ef8-9cd0-4a26-b922-931536cbb7eb 2025-02-03 02:10:51,209 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/348c3ef8-9cd0-4a26-b922-931536cbb7eb 2025-02-03 02:10:51,246 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/137a9de1-b30b-4ec2-8571-9c514d2e2843 2025-02-03 02:10:51,254 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/137a9de1-b30b-4ec2-8571-9c514d2e2843 2025-02-03 02:10:51,265 - DEBUG - Requesting: http://10.0.0.28:8082/route-target/aa878b86-63cf-416f-843e-c80b8d44c99e 2025-02-03 02:10:51,277 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-03 02:10:51,278 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/348c3ef8-9cd0-4a26-b922-931536cbb7eb 2025-02-03 02:10:51,289 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/137a9de1-b30b-4ec2-8571-9c514d2e2843 2025-02-03 02:10:51,311 - INFO - Verified VN network id 13 for VN 348c3ef8-9cd0-4a26-b922-931536cbb7eb 2025-02-03 02:10:51,312 - INFO - Verifications in API Server for VN __public__ passed 2025-02-03 02:10:51,312 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/348c3ef8-9cd0-4a26-b922-931536cbb7eb 2025-02-03 02:10:51,325 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/137a9de1-b30b-4ec2-8571-9c514d2e2843 2025-02-03 02:10:51,334 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/137a9de1-b30b-4ec2-8571-9c514d2e2843 2025-02-03 02:10:51,344 - DEBUG - Requesting: http://10.0.0.28:8082/route-target/aa878b86-63cf-416f-843e-c80b8d44c99e 2025-02-03 02:10:51,352 - DEBUG - Requesting: http://10.0.0.28:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-03 02:10:51,362 - DEBUG - Control-node 10.0.0.28 : 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': '3786470624215452198', 'uuid-lslong': '13340386765547747307'}, 'enable': 'true', 'created': '2025-02-03T02:10:50', 'last-modified': '2025-02-03T02:10:50', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.511020'} 2025-02-03 02:10:51,362 - DEBUG - Requesting: http://10.0.0.28:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 02:10:51,372 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-03 02:10:51,372 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-02-03 02:10:51,373 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-02-03 02:10:51,373 - DEBUG - Requesting: http://10.0.0.28:8082/domains 2025-02-03 02:10:51,394 - DEBUG - Requesting: http://10.0.0.28:8082/domain/0d30f8fc-a46f-4598-a6ad-971d33c630fc 2025-02-03 02:10:51,434 - DEBUG - Requesting: http://10.0.0.28:8082/project/2c765f4d-9eca-4693-b812-2e89d6a04b86 2025-02-03 02:10:51,512 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/348c3ef8-9cd0-4a26-b922-931536cbb7eb 2025-02-03 02:10:51,533 - DEBUG - =>VN __public__ has no policy to be verified 2025-02-03 02:10:51,533 - DEBUG - Verifying the vn in opserver 2025-02-03 02:10:51,533 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.28 2025-02-03 02:10:51,533 - DEBUG - Requesting: http://10.0.0.28:8081/analytics/uves/virtual-networks 2025-02-03 02:10:51,540 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.28:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-02-03 02:10:51,540 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-02-03 02:10:51,541 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 02:10:51,551 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 02:10:51,559 - DEBUG - Do not have enough data to verify VN in agent 2025-02-03 02:10:51,560 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 02:10:51,568 - DEBUG - VRF ids for VN __public__: {} 2025-02-03 02:10:51,752 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-02-03 02:10:51,904 - DEBUG - Requesting: http://10.0.0.28:8082/domains 2025-02-03 02:10:51,926 - DEBUG - Requesting: http://10.0.0.28:8082/domain/0d30f8fc-a46f-4598-a6ad-971d33c630fc 2025-02-03 02:10:51,937 - DEBUG - Requesting: http://10.0.0.28:8082/project/2c765f4d-9eca-4693-b812-2e89d6a04b86 2025-02-03 02:10:51,993 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/348c3ef8-9cd0-4a26-b922-931536cbb7eb 2025-02-03 02:10:52,012 - DEBUG - Requesting: http://10.0.0.28:8082/floating-ip-pool/8393c40a-628d-4b44-9ebd-066987dd5b93 2025-02-03 02:10:52,019 - DEBUG - Requesting: http://10.0.0.28:8082/domains 2025-02-03 02:10:52,028 - DEBUG - Requesting: http://10.0.0.28:8082/domain/0d30f8fc-a46f-4598-a6ad-971d33c630fc 2025-02-03 02:10:52,038 - DEBUG - Requesting: http://10.0.0.28:8082/project/2c765f4d-9eca-4693-b812-2e89d6a04b86 2025-02-03 02:10:52,112 - DEBUG - Requesting: http://10.0.0.28:8082/virtual-network/348c3ef8-9cd0-4a26-b922-931536cbb7eb 2025-02-03 02:10:52,134 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-02-03 02:10:52,134 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-02-03 02:10:52,161 - DEBUG - Requesting: http://10.0.0.28:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-03 02:10:52,175 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-02-03 02:10:52,175 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-02-03 02:10:52,180 - DEBUG - Ingress ctest-nginx-ingress-71570351 not present 2025-02-03 02:10:52,181 - INFO - Creating Ingress ctest-nginx-ingress-71570351 2025-02-03 02:10:52,193 - INFO - Created Ingress ctest-nginx-ingress-71570351 2025-02-03 02:10:52,197 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-71570351 2025-02-03 02:10:55,204 - DEBUG - For Ingress ctest-nginx-ingress-71570351, Cluster IP: 10.47.255.249, External IPs ['23.178.248.252'] 2025-02-03 02:10:55,204 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-71570351 2025-02-03 02:10:55,204 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_LoadbalancerDatabaseList?x=d06e7580-a453-4942-94d4-67d54dbeb52e 2025-02-03 02:10:55,209 - INFO - Ingress ctest-nginx-ingress-71570351 with uuid d06e7580-a453-4942-94d4-67d54dbeb52e found in kube manager 2025-02-03 02:10:55,210 - INFO - Ingress ctest-nginx-ingress-71570351 verification passed 2025-02-03 02:10:55,212 - DEBUG - Pod ctest-busybox-pod-98218888 not present 2025-02-03 02:10:55,213 - INFO - Creating Pod ctest-busybox-pod-98218888 2025-02-03 02:10:55,256 - DEBUG - Pod : ctest-busybox-pod-98218888 UUID is 30faa9bf-d560-4cde-8596-44463439b4ac 2025-02-03 02:10:55,262 - DEBUG - Pod ctest-nginx-pod-73918383 not in running state.Currently in Pending 2025-02-03 02:11:00,273 - DEBUG - Pod ctest-nginx-pod-73918383 not in running state.Currently in Pending 2025-02-03 02:11:05,281 - INFO - Pod ctest-nginx-pod-73918383 is in running state.Got IP 10.47.255.251 2025-02-03 02:11:05,299 - DEBUG - Pod ctest-nginx-pod-73918383 has vmi 17e8eb62-e1d4-11ef-9e73-fa163ed09ba8 2025-02-03 02:11:05,299 - INFO - Verified pod ctest-nginx-pod-73918383 in contrail-api 2025-02-03 02:11:05,299 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 02:11:05,315 - DEBUG - VMI 17e8eb62-e1d4-11ef-9e73-fa163ed09ba8 is active in agent 10.0.0.22 2025-02-03 02:11:05,315 - INFO - Verified Pod ctest-nginx-pod-73918383 in agent 10.0.0.22 2025-02-03 02:11:05,315 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_VirtualMachineDatabaseList?x=4116dcef-243b-42ee-b0f3-88a55e6bb560 2025-02-03 02:11:05,322 - INFO - Pod ctest-nginx-pod-73918383 with uuid 4116dcef-243b-42ee-b0f3-88a55e6bb560 found in kube manager 2025-02-03 02:11:05,322 - INFO - Pod ctest-nginx-pod-73918383 verification passed 2025-02-03 02:11:05,401 - DEBUG - [Pod ctest-nginx-pod-73918383] Cmd: echo ctest-nginx-pod-73918383 > /usr/share/nginx/html/index.html, Output: 2025-02-03 02:11:05,408 - INFO - Pod ctest-nginx-pod-79254347 is in running state.Got IP 10.47.255.250 2025-02-03 02:11:05,469 - DEBUG - Pod ctest-nginx-pod-79254347 has vmi 186d68e2-e1d4-11ef-9e73-fa163ed09ba8 2025-02-03 02:11:05,469 - INFO - Verified pod ctest-nginx-pod-79254347 in contrail-api 2025-02-03 02:11:05,469 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 02:11:05,482 - DEBUG - VMI 186d68e2-e1d4-11ef-9e73-fa163ed09ba8 is active in agent 10.0.0.22 2025-02-03 02:11:05,482 - INFO - Verified Pod ctest-nginx-pod-79254347 in agent 10.0.0.22 2025-02-03 02:11:05,482 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_VirtualMachineDatabaseList?x=88208073-e5b1-4f1d-90ce-15ab0ba7b919 2025-02-03 02:11:05,487 - INFO - Pod ctest-nginx-pod-79254347 with uuid 88208073-e5b1-4f1d-90ce-15ab0ba7b919 found in kube manager 2025-02-03 02:11:05,487 - INFO - Pod ctest-nginx-pod-79254347 verification passed 2025-02-03 02:11:05,546 - DEBUG - [Pod ctest-nginx-pod-79254347] Cmd: echo ctest-nginx-pod-79254347 > /usr/share/nginx/html/index.html, Output: 2025-02-03 02:11:05,554 - DEBUG - Pod ctest-busybox-pod-98218888 not in running state.Currently in Pending 2025-02-03 02:11:10,561 - INFO - Pod ctest-busybox-pod-98218888 is in running state.Got IP 10.47.255.248 2025-02-03 02:11:10,579 - DEBUG - Pod ctest-busybox-pod-98218888 has vmi 1b2adace-e1d4-11ef-9e73-fa163ed09ba8 2025-02-03 02:11:10,579 - INFO - Verified pod ctest-busybox-pod-98218888 in contrail-api 2025-02-03 02:11:10,579 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-03 02:11:10,594 - DEBUG - VMI 1b2adace-e1d4-11ef-9e73-fa163ed09ba8 is active in agent 10.0.0.22 2025-02-03 02:11:10,594 - INFO - Verified Pod ctest-busybox-pod-98218888 in agent 10.0.0.22 2025-02-03 02:11:10,594 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_VirtualMachineDatabaseList?x=30faa9bf-d560-4cde-8596-44463439b4ac 2025-02-03 02:11:10,601 - INFO - Pod ctest-busybox-pod-98218888 with uuid 30faa9bf-d560-4cde-8596-44463439b4ac found in kube manager 2025-02-03 02:11:10,601 - INFO - Pod ctest-busybox-pod-98218888 verification passed 2025-02-03 02:11:10,657 - DEBUG - [Pod ctest-busybox-pod-98218888] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-73918383 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-03 02:11:10,657 - DEBUG - [Pod Pod ctest-busybox-pod-98218888] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-03 02:11:10,657 - DEBUG - [Pod Pod ctest-busybox-pod-98218888] Cmd output: ctest-nginx-pod-73918383 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-03 02:11:10,721 - DEBUG - [Pod ctest-busybox-pod-98218888] 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-79254347 2025-02-03 02:11:10,721 - DEBUG - [Pod Pod ctest-busybox-pod-98218888] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-03 02:11:10,721 - DEBUG - [Pod Pod ctest-busybox-pod-98218888] 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-79254347 2025-02-03 02:11:10,721 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-73918383': 1, 'ctest-nginx-pod-79254347': 1} 2025-02-03 02:11:10,721 - WARNING - Nothing to delete parallely 2025-02-03 02:11:10,722 - INFO - Deleting pod default:ctest-busybox-pod-98218888 2025-02-03 02:11:10,736 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=30faa9bf-d560-4cde-8596-44463439b4ac 2025-02-03 02:11:10,747 - WARNING - Pod uuid 30faa9bf-d560-4cde-8596-44463439b4ac is still seen in agent 10.0.0.22 VM list 2025-02-03 02:11:15,748 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=30faa9bf-d560-4cde-8596-44463439b4ac 2025-02-03 02:11:15,756 - WARNING - Pod uuid 30faa9bf-d560-4cde-8596-44463439b4ac is still seen in agent 10.0.0.22 VM list 2025-02-03 02:11:20,757 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=30faa9bf-d560-4cde-8596-44463439b4ac 2025-02-03 02:11:20,765 - WARNING - Pod uuid 30faa9bf-d560-4cde-8596-44463439b4ac is still seen in agent 10.0.0.22 VM list 2025-02-03 02:11:25,766 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=30faa9bf-d560-4cde-8596-44463439b4ac 2025-02-03 02:11:25,774 - WARNING - Pod uuid 30faa9bf-d560-4cde-8596-44463439b4ac is still seen in agent 10.0.0.22 VM list 2025-02-03 02:11:30,774 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=30faa9bf-d560-4cde-8596-44463439b4ac 2025-02-03 02:11:30,781 - WARNING - Pod uuid 30faa9bf-d560-4cde-8596-44463439b4ac is still seen in agent 10.0.0.22 VM list 2025-02-03 02:11:35,783 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=30faa9bf-d560-4cde-8596-44463439b4ac 2025-02-03 02:11:35,798 - WARNING - Pod uuid 30faa9bf-d560-4cde-8596-44463439b4ac is still seen in agent 10.0.0.22 VM list 2025-02-03 02:11:40,799 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=30faa9bf-d560-4cde-8596-44463439b4ac 2025-02-03 02:11:40,808 - WARNING - Pod uuid 30faa9bf-d560-4cde-8596-44463439b4ac is still seen in agent 10.0.0.22 VM list 2025-02-03 02:11:45,810 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=30faa9bf-d560-4cde-8596-44463439b4ac 2025-02-03 02:11:45,818 - DEBUG - Pod 30faa9bf-d560-4cde-8596-44463439b4ac is not in agent 10.0.0.22 VM list 2025-02-03 02:11:45,818 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1b2adace-e1d4-11ef-9e73-fa163ed09ba8 2025-02-03 02:11:45,826 - DEBUG - VMI 1b2adace-e1d4-11ef-9e73-fa163ed09ba8 is removed from agent 10.0.0.22 2025-02-03 02:11:45,826 - INFO - Verified that pod ctest-busybox-pod-98218888 is removed in agent 2025-02-03 02:11:45,826 - INFO - Deleting Ingress : ctest-nginx-ingress-71570351 2025-02-03 02:11:45,834 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_LoadbalancerDatabaseList?x=d06e7580-a453-4942-94d4-67d54dbeb52e 2025-02-03 02:11:45,842 - ERROR - Ingress ctest-nginx-ingress-71570351 with uuid d06e7580-a453-4942-94d4-67d54dbeb52e still found in kube manager 2025-02-03 02:11:46,843 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_LoadbalancerDatabaseList?x=d06e7580-a453-4942-94d4-67d54dbeb52e 2025-02-03 02:11:46,852 - ERROR - Ingress ctest-nginx-ingress-71570351 with uuid d06e7580-a453-4942-94d4-67d54dbeb52e still found in kube manager 2025-02-03 02:11:47,856 - DEBUG - Requesting: http://10.0.0.28:8108/Snh_LoadbalancerDatabaseList?x=d06e7580-a453-4942-94d4-67d54dbeb52e 2025-02-03 02:11:47,866 - INFO - Ingress ctest-nginx-ingress-71570351 with uuid d06e7580-a453-4942-94d4-67d54dbeb52e deleted successfully from kube manager 2025-02-03 02:11:47,866 - INFO - Verifications on Ingress %s cleanup passed 2025-02-03 02:11:47,867 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-02-03 02:11:47,979 - DEBUG - Requesting: http://10.0.0.28:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-03 02:11:47,986 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-02-03 02:11:47,986 - INFO - Deleting VN __public__ 2025-02-03 02:11:48,129 - DEBUG - Requesting: http://10.0.0.28:8082/routing-instance/137a9de1-b30b-4ec2-8571-9c514d2e2843 2025-02-03 02:11:48,168 - DEBUG - Response Code: 404 2025-02-03 02:11:48,168 - DEBUG - Requesting: http://10.0.0.28:8082/domains 2025-02-03 02:11:48,179 - DEBUG - Requesting: http://10.0.0.28:8082/domain/0d30f8fc-a46f-4598-a6ad-971d33c630fc 2025-02-03 02:11:48,210 - DEBUG - Requesting: http://10.0.0.28:8082/project/2c765f4d-9eca-4693-b812-2e89d6a04b86 2025-02-03 02:11:48,286 - INFO - Validated that VN __public__ is not found in API Server 2025-02-03 02:11:48,286 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-02-03 02:11:48,294 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 02:11:48,301 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-02-03 02:11:48,301 - INFO - Validated that VN __public__ is not in any agent 2025-02-03 02:11:48,301 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 02:11:48,309 - DEBUG - Requesting: http://10.0.0.28:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-03 02:11:48,318 - DEBUG - Requesting: http://10.0.0.28:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-03 02:11:48,326 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-02-03 02:11:48,326 - INFO - Deleting pod default:ctest-nginx-pod-79254347 2025-02-03 02:11:48,358 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=88208073-e5b1-4f1d-90ce-15ab0ba7b919 2025-02-03 02:11:48,368 - WARNING - Pod uuid 88208073-e5b1-4f1d-90ce-15ab0ba7b919 is still seen in agent 10.0.0.22 VM list 2025-02-03 02:11:53,370 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=88208073-e5b1-4f1d-90ce-15ab0ba7b919 2025-02-03 02:11:53,378 - DEBUG - Pod 88208073-e5b1-4f1d-90ce-15ab0ba7b919 is not in agent 10.0.0.22 VM list 2025-02-03 02:11:53,378 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:186d68e2-e1d4-11ef-9e73-fa163ed09ba8 2025-02-03 02:11:53,384 - DEBUG - VMI 186d68e2-e1d4-11ef-9e73-fa163ed09ba8 is removed from agent 10.0.0.22 2025-02-03 02:11:53,385 - INFO - Verified that pod ctest-nginx-pod-79254347 is removed in agent 2025-02-03 02:11:53,385 - INFO - Deleting pod default:ctest-nginx-pod-73918383 2025-02-03 02:11:53,397 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4116dcef-243b-42ee-b0f3-88a55e6bb560 2025-02-03 02:11:53,422 - WARNING - Pod uuid 4116dcef-243b-42ee-b0f3-88a55e6bb560 is still seen in agent 10.0.0.22 VM list 2025-02-03 02:11:58,423 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4116dcef-243b-42ee-b0f3-88a55e6bb560 2025-02-03 02:11:58,431 - DEBUG - Pod 4116dcef-243b-42ee-b0f3-88a55e6bb560 is not in agent 10.0.0.22 VM list 2025-02-03 02:11:58,431 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:17e8eb62-e1d4-11ef-9e73-fa163ed09ba8 2025-02-03 02:11:58,437 - DEBUG - VMI 17e8eb62-e1d4-11ef-9e73-fa163ed09ba8 is removed from agent 10.0.0.22 2025-02-03 02:11:58,437 - INFO - Verified that pod ctest-nginx-pod-73918383 is removed in agent 2025-02-03 02:11:58,438 - INFO - Deleting service : ctest-nginx-svc-20094007 2025-02-03 02:11:58,641 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-03 02:11:58,649 - DEBUG - No XMPP flaps were noticed during the test