2025-07-23 13:20:59,952 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-07-23 13:21:00,252 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1339-1 2025-07-23 13:21:00,252 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-07-23 13:21:00,287 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1339-1 2025-07-23 13:21:00,287 - DEBUG - [10.0.0.38]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-07-23 13:21:00,391 - DEBUG - Output : NAMES contrail_test_p6dJjMCWA contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-schema-1 config_api-svcmonitor-1 config_api-api-1 2025-07-23 13:21:00,392 - DEBUG - [10.0.0.38]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-23 13:21:00,426 - DEBUG - Output : 10.0.0.38/24 172.17.0.1/16 2025-07-23 13:21:00,427 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-07-23 13:21:00,513 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1339-1 2025-07-23 13:21:00,583 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-07-23 13:21:00,832 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1339-1 2025-07-23 13:21:00,832 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-07-23 13:21:00,868 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1339-1 2025-07-23 13:21:00,868 - DEBUG - [10.0.0.50]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-07-23 13:21:00,956 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-23 13:21:00,956 - DEBUG - [10.0.0.50]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-23 13:21:00,991 - DEBUG - Output : 10.0.0.50/24 2025-07-23 13:21:00,992 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-07-23 13:21:01,026 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1339-1 2025-07-23 13:21:01,115 - INFO - Using existing project ['default-domain', 'k8s-default'](5f392715-2b2a-4985-8f4d-3b13981b33d4) 2025-07-23 13:21:01,197 - INFO - Using existing project ['default-domain', 'k8s-default'](5f392715-2b2a-4985-8f4d-3b13981b33d4) 2025-07-23 13:21:01,326 - INFO - ================================================================================ 2025-07-23 13:21:01,326 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-23 13:21:01,327 - 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-07-23 13:21:01,532 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-23 13:21:01,540 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.0.0.38': '0'}} with 2025-07-23 13:21:01,540 - INFO - Initial checks done. Running the testcase now 2025-07-23 13:21:01,540 - INFO - 2025-07-23 13:21:01,544 - INFO - Namespace default already exists 2025-07-23 13:21:01,545 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-23 13:21:01,662 - DEBUG - Output : cluster_project={} 2025-07-23 13:21:01,742 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-23 13:21:01,742 - DEBUG - Project uuid in Contrail is 5f392715-2b2a-4985-8f4d-3b13981b33d4 2025-07-23 13:21:01,743 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-23 13:21:01,860 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-23 13:21:01,860 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=d088982a-3eff-4b99-a2fd-adb0924ee0ed 2025-07-23 13:21:01,865 - INFO - Namespace default with uuid d088982a-3eff-4b99-a2fd-adb0924ee0ed found in kube manager 2025-07-23 13:21:01,865 - INFO - Namespace default verification passed 2025-07-23 13:21:01,869 - DEBUG - Service ctest-nginx-svc-89833317 not present 2025-07-23 13:21:01,869 - INFO - Creating service ctest-nginx-svc-89833317 2025-07-23 13:21:01,887 - INFO - Created Service ctest-nginx-svc-89833317 2025-07-23 13:21:01,896 - DEBUG - Pod ctest-nginx-pod-97607922 not present 2025-07-23 13:21:01,896 - INFO - Creating Pod ctest-nginx-pod-97607922 2025-07-23 13:21:01,948 - DEBUG - Pod : ctest-nginx-pod-97607922 UUID is fcd95ab8-e13f-4cd7-81e2-2edc225f8cf9 2025-07-23 13:21:01,957 - DEBUG - Pod ctest-nginx-pod-24619005 not present 2025-07-23 13:21:01,958 - INFO - Creating Pod ctest-nginx-pod-24619005 2025-07-23 13:21:01,998 - DEBUG - Pod : ctest-nginx-pod-24619005 UUID is 4e3cfb9f-8673-4e3c-b04b-513b18039bd5 2025-07-23 13:21:02,210 - INFO - Created VN __public__, UUID :49978b5e-87b4-4a6f-89bf-1687e2068d1b 2025-07-23 13:21:02,430 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-07-23 13:21:02,455 - DEBUG - Requesting: http://10.0.0.38:8082/domain/fa0bec55-9529-4577-9b0d-7eae62038956 2025-07-23 13:21:02,470 - DEBUG - Requesting: http://10.0.0.38:8082/project/5f392715-2b2a-4985-8f4d-3b13981b33d4 2025-07-23 13:21:02,527 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/49978b5e-87b4-4a6f-89bf-1687e2068d1b 2025-07-23 13:21:02,577 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/49978b5e-87b4-4a6f-89bf-1687e2068d1b 2025-07-23 13:21:02,604 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/78570bbb-b9e1-4c35-8e8e-1a40c3a9f182 2025-07-23 13:21:02,615 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/78570bbb-b9e1-4c35-8e8e-1a40c3a9f182 2025-07-23 13:21:02,634 - DEBUG - Route Targets: [] 2025-07-23 13:21:02,634 - DEBUG - RT names not yet present for VN __public__ 2025-07-23 13:21:07,635 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-07-23 13:21:07,642 - DEBUG - Requesting: http://10.0.0.38:8082/domain/fa0bec55-9529-4577-9b0d-7eae62038956 2025-07-23 13:21:07,651 - DEBUG - Requesting: http://10.0.0.38:8082/project/5f392715-2b2a-4985-8f4d-3b13981b33d4 2025-07-23 13:21:07,709 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/49978b5e-87b4-4a6f-89bf-1687e2068d1b 2025-07-23 13:21:07,722 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/49978b5e-87b4-4a6f-89bf-1687e2068d1b 2025-07-23 13:21:07,733 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/78570bbb-b9e1-4c35-8e8e-1a40c3a9f182 2025-07-23 13:21:07,744 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/78570bbb-b9e1-4c35-8e8e-1a40c3a9f182 2025-07-23 13:21:07,751 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/7dd6b959-03d2-424e-8472-31c56a2f766c 2025-07-23 13:21:07,758 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-23 13:21:07,758 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/49978b5e-87b4-4a6f-89bf-1687e2068d1b 2025-07-23 13:21:07,768 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/78570bbb-b9e1-4c35-8e8e-1a40c3a9f182 2025-07-23 13:21:07,782 - INFO - Verified VN network id 13 for VN 49978b5e-87b4-4a6f-89bf-1687e2068d1b 2025-07-23 13:21:07,783 - INFO - Verifications in API Server for VN __public__ passed 2025-07-23 13:21:07,783 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/49978b5e-87b4-4a6f-89bf-1687e2068d1b 2025-07-23 13:21:07,792 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/78570bbb-b9e1-4c35-8e8e-1a40c3a9f182 2025-07-23 13:21:07,799 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/78570bbb-b9e1-4c35-8e8e-1a40c3a9f182 2025-07-23 13:21:07,806 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/7dd6b959-03d2-424e-8472-31c56a2f766c 2025-07-23 13:21:07,814 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-23 13:21:07,822 - DEBUG - Control-node 10.0.0.38 : 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': '5302860324371974767', 'uuid-lslong': '9925676876616338715'}, 'enable': 'true', 'created': '2025-07-23T13:21:02', 'last-modified': '2025-07-23T13:21:02', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.549858'} 2025-07-23 13:21:07,822 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:21:07,830 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-23 13:21:07,830 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-23 13:21:07,830 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-23 13:21:07,830 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-07-23 13:21:07,836 - DEBUG - Requesting: http://10.0.0.38:8082/domain/fa0bec55-9529-4577-9b0d-7eae62038956 2025-07-23 13:21:07,847 - DEBUG - Requesting: http://10.0.0.38:8082/project/5f392715-2b2a-4985-8f4d-3b13981b33d4 2025-07-23 13:21:07,885 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/49978b5e-87b4-4a6f-89bf-1687e2068d1b 2025-07-23 13:21:07,896 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-23 13:21:07,896 - DEBUG - Verifying the vn in opserver 2025-07-23 13:21:07,896 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2025-07-23 13:21:07,897 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-07-23 13:21:07,903 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-23 13:21:07,903 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-23 13:21:07,903 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:21:07,919 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:21:07,933 - DEBUG - Do not have enough data to verify VN in agent 2025-07-23 13:21:07,933 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:21:07,944 - DEBUG - VRF ids for VN __public__: {} 2025-07-23 13:21:07,997 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-23 13:21:08,170 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-07-23 13:21:08,177 - DEBUG - Requesting: http://10.0.0.38:8082/domain/fa0bec55-9529-4577-9b0d-7eae62038956 2025-07-23 13:21:08,187 - DEBUG - Requesting: http://10.0.0.38:8082/project/5f392715-2b2a-4985-8f4d-3b13981b33d4 2025-07-23 13:21:08,233 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/49978b5e-87b4-4a6f-89bf-1687e2068d1b 2025-07-23 13:21:08,247 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/f39def37-4b3b-419f-8bac-fa3c092e25d9 2025-07-23 13:21:08,255 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-07-23 13:21:08,261 - DEBUG - Requesting: http://10.0.0.38:8082/domain/fa0bec55-9529-4577-9b0d-7eae62038956 2025-07-23 13:21:08,279 - DEBUG - Requesting: http://10.0.0.38:8082/project/5f392715-2b2a-4985-8f4d-3b13981b33d4 2025-07-23 13:21:08,324 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/49978b5e-87b4-4a6f-89bf-1687e2068d1b 2025-07-23 13:21:08,336 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-23 13:21:08,336 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-23 13:21:08,347 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-23 13:21:08,354 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-23 13:21:08,354 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-23 13:21:08,359 - DEBUG - Ingress ctest-nginx-ingress-89259710 not present 2025-07-23 13:21:08,360 - INFO - Creating Ingress ctest-nginx-ingress-89259710 2025-07-23 13:21:08,368 - INFO - Created Ingress ctest-nginx-ingress-89259710 2025-07-23 13:21:08,372 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-89259710 2025-07-23 13:21:11,379 - DEBUG - For Ingress ctest-nginx-ingress-89259710, Cluster IP: 10.47.255.249, External IPs ['80.128.28.252'] 2025-07-23 13:21:11,379 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-89259710 2025-07-23 13:21:11,379 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=a03da220-3638-47e9-853e-f62468f8b59d 2025-07-23 13:21:11,399 - INFO - Ingress ctest-nginx-ingress-89259710 with uuid a03da220-3638-47e9-853e-f62468f8b59d found in kube manager 2025-07-23 13:21:11,400 - INFO - Ingress ctest-nginx-ingress-89259710 verification passed 2025-07-23 13:21:11,405 - DEBUG - Pod ctest-busybox-pod-11980718 not present 2025-07-23 13:21:11,405 - INFO - Creating Pod ctest-busybox-pod-11980718 2025-07-23 13:21:11,459 - DEBUG - Pod : ctest-busybox-pod-11980718 UUID is 5dbcab62-679b-49ac-a662-cbc0938a6dd7 2025-07-23 13:21:11,468 - DEBUG - Pod ctest-nginx-pod-97607922 not in running state.Currently in Pending 2025-07-23 13:21:16,475 - INFO - Pod ctest-nginx-pod-97607922 is in running state.Got IP 10.47.255.251 2025-07-23 13:21:16,495 - DEBUG - Pod ctest-nginx-pod-97607922 has vmi e1ea28e4-67c7-11f0-9da7-fa163e770279 2025-07-23 13:21:16,495 - INFO - Verified pod ctest-nginx-pod-97607922 in contrail-api 2025-07-23 13:21:16,495 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-23 13:21:16,511 - DEBUG - VMI e1ea28e4-67c7-11f0-9da7-fa163e770279 is active in agent 10.0.0.50 2025-07-23 13:21:16,511 - INFO - Verified Pod ctest-nginx-pod-97607922 in agent 10.0.0.50 2025-07-23 13:21:16,511 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=fcd95ab8-e13f-4cd7-81e2-2edc225f8cf9 2025-07-23 13:21:16,515 - INFO - Pod ctest-nginx-pod-97607922 with uuid fcd95ab8-e13f-4cd7-81e2-2edc225f8cf9 found in kube manager 2025-07-23 13:21:16,516 - INFO - Pod ctest-nginx-pod-97607922 verification passed 2025-07-23 13:21:16,582 - DEBUG - [Pod ctest-nginx-pod-97607922] Cmd: echo ctest-nginx-pod-97607922 > /usr/share/nginx/html/index.html, Output: 2025-07-23 13:21:16,588 - INFO - Pod ctest-nginx-pod-24619005 is in running state.Got IP 10.47.255.250 2025-07-23 13:21:16,602 - DEBUG - Pod ctest-nginx-pod-24619005 has vmi e2556c3a-67c7-11f0-9da7-fa163e770279 2025-07-23 13:21:16,602 - INFO - Verified pod ctest-nginx-pod-24619005 in contrail-api 2025-07-23 13:21:16,603 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-23 13:21:16,615 - DEBUG - VMI e2556c3a-67c7-11f0-9da7-fa163e770279 is active in agent 10.0.0.50 2025-07-23 13:21:16,615 - INFO - Verified Pod ctest-nginx-pod-24619005 in agent 10.0.0.50 2025-07-23 13:21:16,615 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=4e3cfb9f-8673-4e3c-b04b-513b18039bd5 2025-07-23 13:21:16,620 - INFO - Pod ctest-nginx-pod-24619005 with uuid 4e3cfb9f-8673-4e3c-b04b-513b18039bd5 found in kube manager 2025-07-23 13:21:16,620 - INFO - Pod ctest-nginx-pod-24619005 verification passed 2025-07-23 13:21:16,670 - DEBUG - [Pod ctest-nginx-pod-24619005] Cmd: echo ctest-nginx-pod-24619005 > /usr/share/nginx/html/index.html, Output: 2025-07-23 13:21:16,676 - DEBUG - Pod ctest-busybox-pod-11980718 not in running state.Currently in Pending 2025-07-23 13:21:21,684 - DEBUG - Pod ctest-busybox-pod-11980718 not in running state.Currently in Pending 2025-07-23 13:21:26,706 - DEBUG - Pod ctest-busybox-pod-11980718 not in running state.Currently in Pending 2025-07-23 13:21:31,712 - INFO - Pod ctest-busybox-pod-11980718 is in running state.Got IP 10.47.255.248 2025-07-23 13:21:31,770 - DEBUG - Pod ctest-busybox-pod-11980718 has vmi e6ceb8fc-67c7-11f0-9da7-fa163e770279 2025-07-23 13:21:31,770 - INFO - Verified pod ctest-busybox-pod-11980718 in contrail-api 2025-07-23 13:21:31,770 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-23 13:21:31,783 - DEBUG - VMI e6ceb8fc-67c7-11f0-9da7-fa163e770279 is active in agent 10.0.0.50 2025-07-23 13:21:31,783 - INFO - Verified Pod ctest-busybox-pod-11980718 in agent 10.0.0.50 2025-07-23 13:21:31,783 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=5dbcab62-679b-49ac-a662-cbc0938a6dd7 2025-07-23 13:21:31,789 - INFO - Pod ctest-busybox-pod-11980718 with uuid 5dbcab62-679b-49ac-a662-cbc0938a6dd7 found in kube manager 2025-07-23 13:21:31,789 - INFO - Pod ctest-busybox-pod-11980718 verification passed 2025-07-23 13:21:31,850 - DEBUG - [Pod ctest-busybox-pod-11980718] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-97607922 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-07-23 13:21:31,851 - DEBUG - [Pod Pod ctest-busybox-pod-11980718] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-23 13:21:31,851 - DEBUG - [Pod Pod ctest-busybox-pod-11980718] Cmd output: ctest-nginx-pod-97607922 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-07-23 13:21:31,906 - DEBUG - [Pod ctest-busybox-pod-11980718] 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-24619005 2025-07-23 13:21:31,906 - DEBUG - [Pod Pod ctest-busybox-pod-11980718] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-23 13:21:31,906 - DEBUG - [Pod Pod ctest-busybox-pod-11980718] 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-24619005 2025-07-23 13:21:31,906 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-97607922': 1, 'ctest-nginx-pod-24619005': 1} 2025-07-23 13:21:31,906 - WARNING - Nothing to delete parallely 2025-07-23 13:21:31,907 - INFO - Deleting pod default:ctest-busybox-pod-11980718 2025-07-23 13:21:31,925 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5dbcab62-679b-49ac-a662-cbc0938a6dd7 2025-07-23 13:21:31,939 - WARNING - Pod uuid 5dbcab62-679b-49ac-a662-cbc0938a6dd7 is still seen in agent 10.0.0.50 VM list 2025-07-23 13:21:36,940 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5dbcab62-679b-49ac-a662-cbc0938a6dd7 2025-07-23 13:21:36,951 - WARNING - Pod uuid 5dbcab62-679b-49ac-a662-cbc0938a6dd7 is still seen in agent 10.0.0.50 VM list 2025-07-23 13:21:41,952 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5dbcab62-679b-49ac-a662-cbc0938a6dd7 2025-07-23 13:21:41,964 - WARNING - Pod uuid 5dbcab62-679b-49ac-a662-cbc0938a6dd7 is still seen in agent 10.0.0.50 VM list 2025-07-23 13:21:46,966 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5dbcab62-679b-49ac-a662-cbc0938a6dd7 2025-07-23 13:21:46,981 - WARNING - Pod uuid 5dbcab62-679b-49ac-a662-cbc0938a6dd7 is still seen in agent 10.0.0.50 VM list 2025-07-23 13:21:51,981 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5dbcab62-679b-49ac-a662-cbc0938a6dd7 2025-07-23 13:21:51,993 - WARNING - Pod uuid 5dbcab62-679b-49ac-a662-cbc0938a6dd7 is still seen in agent 10.0.0.50 VM list 2025-07-23 13:21:56,993 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5dbcab62-679b-49ac-a662-cbc0938a6dd7 2025-07-23 13:21:57,004 - WARNING - Pod uuid 5dbcab62-679b-49ac-a662-cbc0938a6dd7 is still seen in agent 10.0.0.50 VM list 2025-07-23 13:22:02,005 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5dbcab62-679b-49ac-a662-cbc0938a6dd7 2025-07-23 13:22:02,015 - WARNING - Pod uuid 5dbcab62-679b-49ac-a662-cbc0938a6dd7 is still seen in agent 10.0.0.50 VM list 2025-07-23 13:22:07,016 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=5dbcab62-679b-49ac-a662-cbc0938a6dd7 2025-07-23 13:22:07,025 - DEBUG - Pod 5dbcab62-679b-49ac-a662-cbc0938a6dd7 is not in agent 10.0.0.50 VM list 2025-07-23 13:22:07,025 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e6ceb8fc-67c7-11f0-9da7-fa163e770279 2025-07-23 13:22:07,032 - DEBUG - VMI e6ceb8fc-67c7-11f0-9da7-fa163e770279 is removed from agent 10.0.0.50 2025-07-23 13:22:07,032 - INFO - Verified that pod ctest-busybox-pod-11980718 is removed in agent 2025-07-23 13:22:07,032 - INFO - Deleting Ingress : ctest-nginx-ingress-89259710 2025-07-23 13:22:07,044 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=a03da220-3638-47e9-853e-f62468f8b59d 2025-07-23 13:22:07,049 - ERROR - Ingress ctest-nginx-ingress-89259710 with uuid a03da220-3638-47e9-853e-f62468f8b59d still found in kube manager 2025-07-23 13:22:08,050 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=a03da220-3638-47e9-853e-f62468f8b59d 2025-07-23 13:22:08,055 - INFO - Ingress ctest-nginx-ingress-89259710 with uuid a03da220-3638-47e9-853e-f62468f8b59d deleted successfully from kube manager 2025-07-23 13:22:08,055 - INFO - Verifications on Ingress %s cleanup passed 2025-07-23 13:22:08,055 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-23 13:22:08,152 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-23 13:22:08,164 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-23 13:22:08,164 - INFO - Deleting VN __public__ 2025-07-23 13:22:08,396 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/78570bbb-b9e1-4c35-8e8e-1a40c3a9f182 2025-07-23 13:22:08,417 - DEBUG - Response Code: 404 2025-07-23 13:22:08,417 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-07-23 13:22:08,428 - DEBUG - Requesting: http://10.0.0.38:8082/domain/fa0bec55-9529-4577-9b0d-7eae62038956 2025-07-23 13:22:08,440 - DEBUG - Requesting: http://10.0.0.38:8082/project/5f392715-2b2a-4985-8f4d-3b13981b33d4 2025-07-23 13:22:08,494 - INFO - Validated that VN __public__ is not found in API Server 2025-07-23 13:22:08,495 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-23 13:22:08,503 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:22:08,515 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2025-07-23 13:22:08,515 - INFO - Validated that VN __public__ is not in any agent 2025-07-23 13:22:08,515 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:22:08,532 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-23 13:22:08,542 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-23 13:22:08,556 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-23 13:22:08,556 - INFO - Deleting pod default:ctest-nginx-pod-24619005 2025-07-23 13:22:08,568 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4e3cfb9f-8673-4e3c-b04b-513b18039bd5 2025-07-23 13:22:08,590 - WARNING - Pod uuid 4e3cfb9f-8673-4e3c-b04b-513b18039bd5 is still seen in agent 10.0.0.50 VM list 2025-07-23 13:22:13,591 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4e3cfb9f-8673-4e3c-b04b-513b18039bd5 2025-07-23 13:22:13,599 - DEBUG - Pod 4e3cfb9f-8673-4e3c-b04b-513b18039bd5 is not in agent 10.0.0.50 VM list 2025-07-23 13:22:13,600 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e2556c3a-67c7-11f0-9da7-fa163e770279 2025-07-23 13:22:13,606 - DEBUG - VMI e2556c3a-67c7-11f0-9da7-fa163e770279 is removed from agent 10.0.0.50 2025-07-23 13:22:13,606 - INFO - Verified that pod ctest-nginx-pod-24619005 is removed in agent 2025-07-23 13:22:13,607 - INFO - Deleting pod default:ctest-nginx-pod-97607922 2025-07-23 13:22:13,640 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=fcd95ab8-e13f-4cd7-81e2-2edc225f8cf9 2025-07-23 13:22:13,651 - WARNING - Pod uuid fcd95ab8-e13f-4cd7-81e2-2edc225f8cf9 is still seen in agent 10.0.0.50 VM list 2025-07-23 13:22:18,652 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=fcd95ab8-e13f-4cd7-81e2-2edc225f8cf9 2025-07-23 13:22:18,660 - DEBUG - Pod fcd95ab8-e13f-4cd7-81e2-2edc225f8cf9 is not in agent 10.0.0.50 VM list 2025-07-23 13:22:18,660 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e1ea28e4-67c7-11f0-9da7-fa163e770279 2025-07-23 13:22:18,669 - DEBUG - VMI e1ea28e4-67c7-11f0-9da7-fa163e770279 is removed from agent 10.0.0.50 2025-07-23 13:22:18,669 - INFO - Verified that pod ctest-nginx-pod-97607922 is removed in agent 2025-07-23 13:22:18,669 - INFO - Deleting service : ctest-nginx-svc-89833317 2025-07-23 13:22:18,856 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-23 13:22:18,863 - DEBUG - No XMPP flaps were noticed during the test