2025-08-04 02:10:47,892 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-08-04 02:10:48,157 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1347-1 2025-08-04 02:10:48,157 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-08-04 02:10:48,211 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1347-1 2025-08-04 02:10:48,211 - DEBUG - [10.0.0.49]: 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-08-04 02:10:48,283 - DEBUG - Output : NAMES contrail_test_jTm6SlInv contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-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-zookeeper-1 config_database-nodemgr-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-schema-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-api-1 2025-08-04 02:10:48,283 - DEBUG - [10.0.0.49]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-08-04 02:10:48,367 - DEBUG - Output : 127.0.0.1/8 10.0.0.49/24 252.49.0.1/8 10.166.192.1/24 172.17.0.1/16 2025-08-04 02:10:48,368 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-08-04 02:10:48,419 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1347-1 2025-08-04 02:10:48,550 - DEBUG - [10.0.0.56]: Running cmd : hostname 2025-08-04 02:10:48,777 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1347-1 2025-08-04 02:10:48,777 - DEBUG - [10.0.0.56]: Running cmd : hostname -f 2025-08-04 02:10:48,851 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1347-1 2025-08-04 02:10:48,851 - DEBUG - [10.0.0.56]: 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-08-04 02:10:48,896 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-08-04 02:10:48,896 - DEBUG - [10.0.0.56]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-08-04 02:10:48,930 - DEBUG - Output : 10.0.0.56/24 2025-08-04 02:10:48,931 - DEBUG - [10.0.0.56]: Running cmd : getent hosts 10.0.0.56 | head -n 1 | awk '{print $2}' 2025-08-04 02:10:49,002 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1347-1 2025-08-04 02:10:49,088 - INFO - Using existing project ['default-domain', 'k8s-default'](519e1877-6345-4082-9ec8-c5b32e851ad4) 2025-08-04 02:10:49,156 - INFO - Using existing project ['default-domain', 'k8s-default'](519e1877-6345-4082-9ec8-c5b32e851ad4) 2025-08-04 02:10:49,294 - INFO - ================================================================================ 2025-08-04 02:10:49,295 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-08-04 02:10:49,296 - 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-08-04 02:10:49,595 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-04 02:10:49,604 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.0.0.49': '0'}} with 2025-08-04 02:10:49,605 - INFO - Initial checks done. Running the testcase now 2025-08-04 02:10:49,605 - INFO - 2025-08-04 02:10:49,610 - INFO - Namespace default already exists 2025-08-04 02:10:49,610 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-08-04 02:10:49,772 - DEBUG - Output : cluster_project={} 2025-08-04 02:10:49,863 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-08-04 02:10:49,863 - DEBUG - Project uuid in Contrail is 519e1877-6345-4082-9ec8-c5b32e851ad4 2025-08-04 02:10:49,863 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-08-04 02:10:50,014 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-08-04 02:10:50,015 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_NamespaceDatabaseList?namespace_uuid=12d62668-f71a-496d-bfb0-f3e0bbf70956 2025-08-04 02:10:50,019 - INFO - Namespace default with uuid 12d62668-f71a-496d-bfb0-f3e0bbf70956 found in kube manager 2025-08-04 02:10:50,020 - INFO - Namespace default verification passed 2025-08-04 02:10:50,023 - DEBUG - Service ctest-nginx-svc-88191171 not present 2025-08-04 02:10:50,024 - INFO - Creating service ctest-nginx-svc-88191171 2025-08-04 02:10:50,042 - INFO - Created Service ctest-nginx-svc-88191171 2025-08-04 02:10:50,047 - DEBUG - Pod ctest-nginx-pod-48882331 not present 2025-08-04 02:10:50,051 - INFO - Creating Pod ctest-nginx-pod-48882331 2025-08-04 02:10:50,086 - DEBUG - Pod : ctest-nginx-pod-48882331 UUID is b10d8a77-cb1a-448c-9608-c84da425c2ad 2025-08-04 02:10:50,092 - DEBUG - Pod ctest-nginx-pod-65568635 not present 2025-08-04 02:10:50,093 - INFO - Creating Pod ctest-nginx-pod-65568635 2025-08-04 02:10:50,133 - DEBUG - Pod : ctest-nginx-pod-65568635 UUID is 616e5fb0-0d11-446c-bb83-22ec020fc790 2025-08-04 02:10:50,427 - INFO - Created VN __public__, UUID :c46d5f5b-f6d1-474d-b02e-7b642d7ae437 2025-08-04 02:10:50,629 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-08-04 02:10:50,635 - DEBUG - Requesting: http://10.0.0.49:8082/domain/e37aa88e-069e-4e40-a00f-12cb08e2fef2 2025-08-04 02:10:50,657 - DEBUG - Requesting: http://10.0.0.49:8082/project/519e1877-6345-4082-9ec8-c5b32e851ad4 2025-08-04 02:10:50,738 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/c46d5f5b-f6d1-474d-b02e-7b642d7ae437 2025-08-04 02:10:50,752 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/c46d5f5b-f6d1-474d-b02e-7b642d7ae437 2025-08-04 02:10:50,775 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/501c7847-0f84-43db-94b8-f04d66a44017 2025-08-04 02:10:50,796 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/501c7847-0f84-43db-94b8-f04d66a44017 2025-08-04 02:10:50,805 - DEBUG - Route Targets: [] 2025-08-04 02:10:50,805 - DEBUG - RT names not yet present for VN __public__ 2025-08-04 02:10:55,806 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-08-04 02:10:55,814 - DEBUG - Requesting: http://10.0.0.49:8082/domain/e37aa88e-069e-4e40-a00f-12cb08e2fef2 2025-08-04 02:10:55,822 - DEBUG - Requesting: http://10.0.0.49:8082/project/519e1877-6345-4082-9ec8-c5b32e851ad4 2025-08-04 02:10:55,866 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/c46d5f5b-f6d1-474d-b02e-7b642d7ae437 2025-08-04 02:10:55,875 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/c46d5f5b-f6d1-474d-b02e-7b642d7ae437 2025-08-04 02:10:55,885 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/501c7847-0f84-43db-94b8-f04d66a44017 2025-08-04 02:10:55,893 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/501c7847-0f84-43db-94b8-f04d66a44017 2025-08-04 02:10:55,900 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/5a975b4b-10a8-4a81-ae30-135ead84e324 2025-08-04 02:10:55,907 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-08-04 02:10:55,907 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/c46d5f5b-f6d1-474d-b02e-7b642d7ae437 2025-08-04 02:10:55,917 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/501c7847-0f84-43db-94b8-f04d66a44017 2025-08-04 02:10:55,932 - INFO - Verified VN network id 14 for VN c46d5f5b-f6d1-474d-b02e-7b642d7ae437 2025-08-04 02:10:55,932 - INFO - Verifications in API Server for VN __public__ passed 2025-08-04 02:10:55,932 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/c46d5f5b-f6d1-474d-b02e-7b642d7ae437 2025-08-04 02:10:55,943 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/501c7847-0f84-43db-94b8-f04d66a44017 2025-08-04 02:10:55,951 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/501c7847-0f84-43db-94b8-f04d66a44017 2025-08-04 02:10:55,964 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/5a975b4b-10a8-4a81-ae30-135ead84e324 2025-08-04 02:10:55,971 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-08-04 02:10:55,978 - DEBUG - Control-node 10.0.0.49 : 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': '14154074052482910029', 'uuid-lslong': '12695220069793981495'}, 'enable': 'true', 'created': '2025-08-04T02:10:50', 'last-modified': '2025-08-04T02:10:50', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.500558'} 2025-08-04 02:10:55,979 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-04 02:10:55,986 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-08-04 02:10:55,986 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-08-04 02:10:55,987 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-08-04 02:10:55,987 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-08-04 02:10:55,993 - DEBUG - Requesting: http://10.0.0.49:8082/domain/e37aa88e-069e-4e40-a00f-12cb08e2fef2 2025-08-04 02:10:56,002 - DEBUG - Requesting: http://10.0.0.49:8082/project/519e1877-6345-4082-9ec8-c5b32e851ad4 2025-08-04 02:10:56,049 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/c46d5f5b-f6d1-474d-b02e-7b642d7ae437 2025-08-04 02:10:56,059 - DEBUG - =>VN __public__ has no policy to be verified 2025-08-04 02:10:56,059 - DEBUG - Verifying the vn in opserver 2025-08-04 02:10:56,059 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.49 2025-08-04 02:10:56,059 - DEBUG - Requesting: http://10.0.0.49:8081/analytics/uves/virtual-networks 2025-08-04 02:10:56,065 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.49:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-08-04 02:10:56,065 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-08-04 02:10:56,065 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-04 02:10:56,073 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-04 02:10:56,079 - DEBUG - Do not have enough data to verify VN in agent 2025-08-04 02:10:56,079 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-04 02:10:56,085 - DEBUG - VRF ids for VN __public__: {} 2025-08-04 02:10:56,183 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-08-04 02:10:56,290 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-08-04 02:10:56,299 - DEBUG - Requesting: http://10.0.0.49:8082/domain/e37aa88e-069e-4e40-a00f-12cb08e2fef2 2025-08-04 02:10:56,308 - DEBUG - Requesting: http://10.0.0.49:8082/project/519e1877-6345-4082-9ec8-c5b32e851ad4 2025-08-04 02:10:56,357 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/c46d5f5b-f6d1-474d-b02e-7b642d7ae437 2025-08-04 02:10:56,369 - DEBUG - Requesting: http://10.0.0.49:8082/floating-ip-pool/b856f4bf-6a8f-4b1e-a6cb-9161672220a4 2025-08-04 02:10:56,376 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-08-04 02:10:56,381 - DEBUG - Requesting: http://10.0.0.49:8082/domain/e37aa88e-069e-4e40-a00f-12cb08e2fef2 2025-08-04 02:10:56,389 - DEBUG - Requesting: http://10.0.0.49:8082/project/519e1877-6345-4082-9ec8-c5b32e851ad4 2025-08-04 02:10:56,434 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/c46d5f5b-f6d1-474d-b02e-7b642d7ae437 2025-08-04 02:10:56,443 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-08-04 02:10:56,444 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-08-04 02:10:56,452 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-08-04 02:10:56,458 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-08-04 02:10:56,458 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-08-04 02:10:56,462 - DEBUG - Ingress ctest-nginx-ingress-46812706 not present 2025-08-04 02:10:56,462 - INFO - Creating Ingress ctest-nginx-ingress-46812706 2025-08-04 02:10:56,470 - INFO - Created Ingress ctest-nginx-ingress-46812706 2025-08-04 02:10:56,475 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-46812706 2025-08-04 02:10:59,481 - DEBUG - For Ingress ctest-nginx-ingress-46812706, Cluster IP: 10.47.255.249, External IPs ['60.43.84.188'] 2025-08-04 02:10:59,481 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-46812706 2025-08-04 02:10:59,482 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=7cfc68a7-a277-4a81-b57e-62094158c40b 2025-08-04 02:10:59,486 - INFO - Ingress ctest-nginx-ingress-46812706 with uuid 7cfc68a7-a277-4a81-b57e-62094158c40b found in kube manager 2025-08-04 02:10:59,487 - INFO - Ingress ctest-nginx-ingress-46812706 verification passed 2025-08-04 02:10:59,490 - DEBUG - Pod ctest-busybox-pod-38597396 not present 2025-08-04 02:10:59,491 - INFO - Creating Pod ctest-busybox-pod-38597396 2025-08-04 02:10:59,522 - DEBUG - Pod : ctest-busybox-pod-38597396 UUID is 4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 2025-08-04 02:10:59,528 - DEBUG - Pod ctest-nginx-pod-48882331 not in running state.Currently in Pending 2025-08-04 02:11:04,535 - DEBUG - Pod ctest-nginx-pod-48882331 not in running state.Currently in Pending 2025-08-04 02:11:09,551 - INFO - Pod ctest-nginx-pod-48882331 is in running state.Got IP 10.47.255.251 2025-08-04 02:11:09,565 - DEBUG - Pod ctest-nginx-pod-48882331 has vmi 3ee03f7a-70d8-11f0-bfcd-fa163ed34dff 2025-08-04 02:11:09,565 - INFO - Verified pod ctest-nginx-pod-48882331 in contrail-api 2025-08-04 02:11:09,566 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-04 02:11:09,578 - DEBUG - VMI 3ee03f7a-70d8-11f0-bfcd-fa163ed34dff is active in agent 10.0.0.56 2025-08-04 02:11:09,579 - INFO - Verified Pod ctest-nginx-pod-48882331 in agent 10.0.0.56 2025-08-04 02:11:09,579 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=b10d8a77-cb1a-448c-9608-c84da425c2ad 2025-08-04 02:11:09,584 - INFO - Pod ctest-nginx-pod-48882331 with uuid b10d8a77-cb1a-448c-9608-c84da425c2ad found in kube manager 2025-08-04 02:11:09,585 - INFO - Pod ctest-nginx-pod-48882331 verification passed 2025-08-04 02:11:09,667 - DEBUG - [Pod ctest-nginx-pod-48882331] Cmd: echo ctest-nginx-pod-48882331 > /usr/share/nginx/html/index.html, Output: 2025-08-04 02:11:09,681 - INFO - Pod ctest-nginx-pod-65568635 is in running state.Got IP 10.47.255.250 2025-08-04 02:11:09,739 - DEBUG - Pod ctest-nginx-pod-65568635 has vmi 3f5bdc2a-70d8-11f0-bfcd-fa163ed34dff 2025-08-04 02:11:09,740 - INFO - Verified pod ctest-nginx-pod-65568635 in contrail-api 2025-08-04 02:11:09,740 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-04 02:11:09,752 - DEBUG - VMI 3f5bdc2a-70d8-11f0-bfcd-fa163ed34dff is active in agent 10.0.0.56 2025-08-04 02:11:09,752 - INFO - Verified Pod ctest-nginx-pod-65568635 in agent 10.0.0.56 2025-08-04 02:11:09,752 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=616e5fb0-0d11-446c-bb83-22ec020fc790 2025-08-04 02:11:09,757 - INFO - Pod ctest-nginx-pod-65568635 with uuid 616e5fb0-0d11-446c-bb83-22ec020fc790 found in kube manager 2025-08-04 02:11:09,757 - INFO - Pod ctest-nginx-pod-65568635 verification passed 2025-08-04 02:11:09,814 - DEBUG - [Pod ctest-nginx-pod-65568635] Cmd: echo ctest-nginx-pod-65568635 > /usr/share/nginx/html/index.html, Output: 2025-08-04 02:11:09,821 - DEBUG - Pod ctest-busybox-pod-38597396 not in running state.Currently in Pending 2025-08-04 02:11:14,828 - DEBUG - Pod ctest-busybox-pod-38597396 not in running state.Currently in Pending 2025-08-04 02:11:19,836 - INFO - Pod ctest-busybox-pod-38597396 is in running state.Got IP 10.47.255.248 2025-08-04 02:11:19,855 - DEBUG - Pod ctest-busybox-pod-38597396 has vmi 43916850-70d8-11f0-bfcd-fa163ed34dff 2025-08-04 02:11:19,855 - INFO - Verified pod ctest-busybox-pod-38597396 in contrail-api 2025-08-04 02:11:19,855 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-04 02:11:19,877 - DEBUG - VMI 43916850-70d8-11f0-bfcd-fa163ed34dff is active in agent 10.0.0.56 2025-08-04 02:11:19,878 - INFO - Verified Pod ctest-busybox-pod-38597396 in agent 10.0.0.56 2025-08-04 02:11:19,878 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 2025-08-04 02:11:19,885 - INFO - Pod ctest-busybox-pod-38597396 with uuid 4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 found in kube manager 2025-08-04 02:11:19,886 - INFO - Pod ctest-busybox-pod-38597396 verification passed 2025-08-04 02:11:19,945 - DEBUG - [Pod ctest-busybox-pod-38597396] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-48882331 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-08-04 02:11:19,946 - DEBUG - [Pod Pod ctest-busybox-pod-38597396] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-04 02:11:19,946 - DEBUG - [Pod Pod ctest-busybox-pod-38597396] Cmd output: ctest-nginx-pod-48882331 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-08-04 02:11:20,006 - DEBUG - [Pod ctest-busybox-pod-38597396] 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-65568635 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-08-04 02:11:20,006 - DEBUG - [Pod Pod ctest-busybox-pod-38597396] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-04 02:11:20,006 - DEBUG - [Pod Pod ctest-busybox-pod-38597396] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-65568635 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-08-04 02:11:20,006 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-48882331': 1, 'ctest-nginx-pod-65568635': 1} 2025-08-04 02:11:20,006 - WARNING - Nothing to delete parallely 2025-08-04 02:11:20,006 - INFO - Deleting pod default:ctest-busybox-pod-38597396 2025-08-04 02:11:20,021 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 2025-08-04 02:11:20,032 - WARNING - Pod uuid 4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 is still seen in agent 10.0.0.56 VM list 2025-08-04 02:11:25,033 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 2025-08-04 02:11:25,039 - WARNING - Pod uuid 4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 is still seen in agent 10.0.0.56 VM list 2025-08-04 02:11:30,040 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 2025-08-04 02:11:30,048 - WARNING - Pod uuid 4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 is still seen in agent 10.0.0.56 VM list 2025-08-04 02:11:35,049 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 2025-08-04 02:11:35,057 - WARNING - Pod uuid 4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 is still seen in agent 10.0.0.56 VM list 2025-08-04 02:11:40,058 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 2025-08-04 02:11:40,067 - WARNING - Pod uuid 4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 is still seen in agent 10.0.0.56 VM list 2025-08-04 02:11:45,068 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 2025-08-04 02:11:45,075 - WARNING - Pod uuid 4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 is still seen in agent 10.0.0.56 VM list 2025-08-04 02:11:50,076 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 2025-08-04 02:11:50,083 - WARNING - Pod uuid 4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 is still seen in agent 10.0.0.56 VM list 2025-08-04 02:11:55,084 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 2025-08-04 02:11:55,091 - DEBUG - Pod 4d6c40dc-8ae9-4432-9d54-e50cd1d0f754 is not in agent 10.0.0.56 VM list 2025-08-04 02:11:55,092 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:43916850-70d8-11f0-bfcd-fa163ed34dff 2025-08-04 02:11:55,099 - DEBUG - VMI 43916850-70d8-11f0-bfcd-fa163ed34dff is removed from agent 10.0.0.56 2025-08-04 02:11:55,099 - INFO - Verified that pod ctest-busybox-pod-38597396 is removed in agent 2025-08-04 02:11:55,100 - INFO - Deleting Ingress : ctest-nginx-ingress-46812706 2025-08-04 02:11:55,106 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=7cfc68a7-a277-4a81-b57e-62094158c40b 2025-08-04 02:11:55,113 - ERROR - Ingress ctest-nginx-ingress-46812706 with uuid 7cfc68a7-a277-4a81-b57e-62094158c40b still found in kube manager 2025-08-04 02:11:56,113 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=7cfc68a7-a277-4a81-b57e-62094158c40b 2025-08-04 02:11:56,122 - INFO - Ingress ctest-nginx-ingress-46812706 with uuid 7cfc68a7-a277-4a81-b57e-62094158c40b deleted successfully from kube manager 2025-08-04 02:11:56,123 - INFO - Verifications on Ingress %s cleanup passed 2025-08-04 02:11:56,123 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-08-04 02:11:56,233 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-08-04 02:11:56,240 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-08-04 02:11:56,240 - INFO - Deleting VN __public__ 2025-08-04 02:11:56,377 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/501c7847-0f84-43db-94b8-f04d66a44017 2025-08-04 02:11:56,387 - DEBUG - Response Code: 404 2025-08-04 02:11:56,387 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-08-04 02:11:56,404 - DEBUG - Requesting: http://10.0.0.49:8082/domain/e37aa88e-069e-4e40-a00f-12cb08e2fef2 2025-08-04 02:11:56,426 - DEBUG - Requesting: http://10.0.0.49:8082/project/519e1877-6345-4082-9ec8-c5b32e851ad4 2025-08-04 02:11:56,495 - INFO - Validated that VN __public__ is not found in API Server 2025-08-04 02:11:56,495 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-08-04 02:11:56,509 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-04 02:11:56,522 - DEBUG - VN __public__ is not present in Agent 10.0.0.56 2025-08-04 02:11:56,522 - INFO - Validated that VN __public__ is not in any agent 2025-08-04 02:11:56,522 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-04 02:11:56,535 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-04 02:11:56,541 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-08-04 02:11:56,548 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-08-04 02:11:56,548 - INFO - Deleting pod default:ctest-nginx-pod-65568635 2025-08-04 02:11:56,563 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=616e5fb0-0d11-446c-bb83-22ec020fc790 2025-08-04 02:11:56,607 - WARNING - Pod uuid 616e5fb0-0d11-446c-bb83-22ec020fc790 is still seen in agent 10.0.0.56 VM list 2025-08-04 02:12:01,610 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=616e5fb0-0d11-446c-bb83-22ec020fc790 2025-08-04 02:12:01,618 - DEBUG - Pod 616e5fb0-0d11-446c-bb83-22ec020fc790 is not in agent 10.0.0.56 VM list 2025-08-04 02:12:01,618 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f5bdc2a-70d8-11f0-bfcd-fa163ed34dff 2025-08-04 02:12:01,625 - DEBUG - VMI 3f5bdc2a-70d8-11f0-bfcd-fa163ed34dff is removed from agent 10.0.0.56 2025-08-04 02:12:01,625 - INFO - Verified that pod ctest-nginx-pod-65568635 is removed in agent 2025-08-04 02:12:01,625 - INFO - Deleting pod default:ctest-nginx-pod-48882331 2025-08-04 02:12:01,637 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b10d8a77-cb1a-448c-9608-c84da425c2ad 2025-08-04 02:12:01,649 - WARNING - Pod uuid b10d8a77-cb1a-448c-9608-c84da425c2ad is still seen in agent 10.0.0.56 VM list 2025-08-04 02:12:06,650 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b10d8a77-cb1a-448c-9608-c84da425c2ad 2025-08-04 02:12:06,660 - DEBUG - Pod b10d8a77-cb1a-448c-9608-c84da425c2ad is not in agent 10.0.0.56 VM list 2025-08-04 02:12:06,660 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3ee03f7a-70d8-11f0-bfcd-fa163ed34dff 2025-08-04 02:12:06,670 - DEBUG - VMI 3ee03f7a-70d8-11f0-bfcd-fa163ed34dff is removed from agent 10.0.0.56 2025-08-04 02:12:06,670 - INFO - Verified that pod ctest-nginx-pod-48882331 is removed in agent 2025-08-04 02:12:06,671 - INFO - Deleting service : ctest-nginx-svc-88191171 2025-08-04 02:12:06,917 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-04 02:12:06,924 - DEBUG - No XMPP flaps were noticed during the test