2025-05-01 02:15:51,647 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-05-01 02:15:51,930 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1207-1 2025-05-01 02:15:51,930 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-05-01 02:15:51,970 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1207-1 2025-05-01 02:15:51,970 - DEBUG - [10.0.0.249]: 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-05-01 02:15:52,045 - DEBUG - Output : NAMES contrail_test_tOTZHjYEJ contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-schema-1 config_api-api-1 config_api-dnsmasq-1 2025-05-01 02:15:52,045 - DEBUG - [10.0.0.249]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-01 02:15:52,079 - DEBUG - Output : 10.0.0.249/24 172.17.0.1/16 2025-05-01 02:15:52,079 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-05-01 02:15:52,157 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1207-1 2025-05-01 02:15:52,204 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-05-01 02:15:52,416 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1207-1 2025-05-01 02:15:52,416 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-05-01 02:15:52,481 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1207-1 2025-05-01 02:15:52,481 - DEBUG - [10.0.0.41]: 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-05-01 02:15:52,524 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-01 02:15:52,524 - DEBUG - [10.0.0.41]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-01 02:15:52,557 - DEBUG - Output : 10.0.0.41/24 2025-05-01 02:15:52,558 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-05-01 02:15:52,628 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1207-1 2025-05-01 02:15:52,727 - INFO - Using existing project ['default-domain', 'k8s-default'](35b38809-5587-44fc-9fa9-23c668669e31) 2025-05-01 02:15:52,864 - INFO - Using existing project ['default-domain', 'k8s-default'](35b38809-5587-44fc-9fa9-23c668669e31) 2025-05-01 02:15:53,011 - INFO - ================================================================================ 2025-05-01 02:15:53,011 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-01 02:15:53,012 - 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-05-01 02:15:53,202 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-01 02:15:53,209 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.0.0.249': '0'}} with 2025-05-01 02:15:53,209 - INFO - Initial checks done. Running the testcase now 2025-05-01 02:15:53,210 - INFO - 2025-05-01 02:15:53,215 - INFO - Namespace default already exists 2025-05-01 02:15:53,215 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-01 02:15:53,379 - DEBUG - Output : cluster_project={} 2025-05-01 02:15:53,424 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-01 02:15:53,424 - DEBUG - Project uuid in Contrail is 35b38809-5587-44fc-9fa9-23c668669e31 2025-05-01 02:15:53,424 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-01 02:15:53,561 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-01 02:15:53,561 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=34145e14-6ae9-438a-8247-f5bbadb384e5 2025-05-01 02:15:53,565 - INFO - Namespace default with uuid 34145e14-6ae9-438a-8247-f5bbadb384e5 found in kube manager 2025-05-01 02:15:53,566 - INFO - Namespace default verification passed 2025-05-01 02:15:53,568 - DEBUG - Service ctest-nginx-svc-72897623 not present 2025-05-01 02:15:53,569 - INFO - Creating service ctest-nginx-svc-72897623 2025-05-01 02:15:53,603 - INFO - Created Service ctest-nginx-svc-72897623 2025-05-01 02:15:53,615 - DEBUG - Pod ctest-nginx-pod-14699902 not present 2025-05-01 02:15:53,615 - INFO - Creating Pod ctest-nginx-pod-14699902 2025-05-01 02:15:53,688 - DEBUG - Pod : ctest-nginx-pod-14699902 UUID is ff885100-095a-4933-9ecd-4819f65a7c66 2025-05-01 02:15:53,694 - DEBUG - Pod ctest-nginx-pod-97718865 not present 2025-05-01 02:15:53,694 - INFO - Creating Pod ctest-nginx-pod-97718865 2025-05-01 02:15:53,710 - DEBUG - Pod : ctest-nginx-pod-97718865 UUID is 04bbdf3f-ae7c-4093-803e-5d7984d5e6f9 2025-05-01 02:15:53,883 - INFO - Created VN __public__, UUID :9b5e42da-dbca-4ea8-9628-e0f33a7dcc90 2025-05-01 02:15:54,134 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-05-01 02:15:54,140 - DEBUG - Requesting: http://10.0.0.249:8082/domain/cfaa4019-101e-4dd8-85af-bd75d351e723 2025-05-01 02:15:54,155 - DEBUG - Requesting: http://10.0.0.249:8082/project/35b38809-5587-44fc-9fa9-23c668669e31 2025-05-01 02:15:54,218 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/9b5e42da-dbca-4ea8-9628-e0f33a7dcc90 2025-05-01 02:15:54,270 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/9b5e42da-dbca-4ea8-9628-e0f33a7dcc90 2025-05-01 02:15:54,299 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/b401e9e7-e2d4-4fab-8260-b8f7bd10e999 2025-05-01 02:15:54,306 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/b401e9e7-e2d4-4fab-8260-b8f7bd10e999 2025-05-01 02:15:54,317 - DEBUG - Route Targets: [] 2025-05-01 02:15:54,317 - DEBUG - RT names not yet present for VN __public__ 2025-05-01 02:15:59,317 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-05-01 02:15:59,323 - DEBUG - Requesting: http://10.0.0.249:8082/domain/cfaa4019-101e-4dd8-85af-bd75d351e723 2025-05-01 02:15:59,332 - DEBUG - Requesting: http://10.0.0.249:8082/project/35b38809-5587-44fc-9fa9-23c668669e31 2025-05-01 02:15:59,397 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/9b5e42da-dbca-4ea8-9628-e0f33a7dcc90 2025-05-01 02:15:59,413 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/9b5e42da-dbca-4ea8-9628-e0f33a7dcc90 2025-05-01 02:15:59,431 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/b401e9e7-e2d4-4fab-8260-b8f7bd10e999 2025-05-01 02:15:59,441 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/b401e9e7-e2d4-4fab-8260-b8f7bd10e999 2025-05-01 02:15:59,451 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/3011848f-4520-4975-8096-c95f852361e5 2025-05-01 02:15:59,458 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-01 02:15:59,458 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/9b5e42da-dbca-4ea8-9628-e0f33a7dcc90 2025-05-01 02:15:59,470 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/b401e9e7-e2d4-4fab-8260-b8f7bd10e999 2025-05-01 02:15:59,483 - INFO - Verified VN network id 13 for VN 9b5e42da-dbca-4ea8-9628-e0f33a7dcc90 2025-05-01 02:15:59,483 - INFO - Verifications in API Server for VN __public__ passed 2025-05-01 02:15:59,483 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/9b5e42da-dbca-4ea8-9628-e0f33a7dcc90 2025-05-01 02:15:59,492 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/b401e9e7-e2d4-4fab-8260-b8f7bd10e999 2025-05-01 02:15:59,499 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/b401e9e7-e2d4-4fab-8260-b8f7bd10e999 2025-05-01 02:15:59,507 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/3011848f-4520-4975-8096-c95f852361e5 2025-05-01 02:15:59,514 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-01 02:15:59,521 - DEBUG - Control-node 10.0.0.249 : 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': '11195459231447404200', 'uuid-lslong': '10820145440020614288'}, 'enable': 'true', 'created': '2025-05-01T02:15:53', 'last-modified': '2025-05-01T02:15:54', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.438160'} 2025-05-01 02:15:59,521 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-01 02:15:59,528 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-01 02:15:59,528 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-01 02:15:59,529 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-01 02:15:59,529 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-05-01 02:15:59,535 - DEBUG - Requesting: http://10.0.0.249:8082/domain/cfaa4019-101e-4dd8-85af-bd75d351e723 2025-05-01 02:15:59,545 - DEBUG - Requesting: http://10.0.0.249:8082/project/35b38809-5587-44fc-9fa9-23c668669e31 2025-05-01 02:15:59,611 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/9b5e42da-dbca-4ea8-9628-e0f33a7dcc90 2025-05-01 02:15:59,623 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-01 02:15:59,623 - DEBUG - Verifying the vn in opserver 2025-05-01 02:15:59,623 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-05-01 02:15:59,624 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-05-01 02:15:59,629 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-01 02:15:59,629 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-01 02:15:59,630 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-01 02:15:59,639 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-01 02:15:59,648 - DEBUG - Do not have enough data to verify VN in agent 2025-05-01 02:15:59,648 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-01 02:15:59,655 - DEBUG - VRF ids for VN __public__: {} 2025-05-01 02:15:59,767 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-01 02:15:59,960 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-05-01 02:15:59,966 - DEBUG - Requesting: http://10.0.0.249:8082/domain/cfaa4019-101e-4dd8-85af-bd75d351e723 2025-05-01 02:15:59,974 - DEBUG - Requesting: http://10.0.0.249:8082/project/35b38809-5587-44fc-9fa9-23c668669e31 2025-05-01 02:16:00,024 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/9b5e42da-dbca-4ea8-9628-e0f33a7dcc90 2025-05-01 02:16:00,038 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/de19e552-b8c3-4f2d-8197-d1d723a5e32a 2025-05-01 02:16:00,046 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-05-01 02:16:00,051 - DEBUG - Requesting: http://10.0.0.249:8082/domain/cfaa4019-101e-4dd8-85af-bd75d351e723 2025-05-01 02:16:00,060 - DEBUG - Requesting: http://10.0.0.249:8082/project/35b38809-5587-44fc-9fa9-23c668669e31 2025-05-01 02:16:00,123 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/9b5e42da-dbca-4ea8-9628-e0f33a7dcc90 2025-05-01 02:16:00,136 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-01 02:16:00,136 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-01 02:16:00,147 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-01 02:16:00,156 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-01 02:16:00,156 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-01 02:16:00,159 - DEBUG - Ingress ctest-nginx-ingress-56929568 not present 2025-05-01 02:16:00,159 - INFO - Creating Ingress ctest-nginx-ingress-56929568 2025-05-01 02:16:00,170 - INFO - Created Ingress ctest-nginx-ingress-56929568 2025-05-01 02:16:00,177 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-56929568 2025-05-01 02:16:03,185 - DEBUG - For Ingress ctest-nginx-ingress-56929568, Cluster IP: 10.47.255.249, External IPs ['113.53.78.252'] 2025-05-01 02:16:03,185 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-56929568 2025-05-01 02:16:03,187 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=95dbdc3f-ce65-41c4-a61e-f292e07c581f 2025-05-01 02:16:03,203 - INFO - Ingress ctest-nginx-ingress-56929568 with uuid 95dbdc3f-ce65-41c4-a61e-f292e07c581f found in kube manager 2025-05-01 02:16:03,203 - INFO - Ingress ctest-nginx-ingress-56929568 verification passed 2025-05-01 02:16:03,220 - DEBUG - Pod ctest-busybox-pod-47799633 not present 2025-05-01 02:16:03,220 - INFO - Creating Pod ctest-busybox-pod-47799633 2025-05-01 02:16:03,258 - DEBUG - Node for Pod ctest-busybox-pod-47799633 not yet populated 2025-05-01 02:16:06,279 - DEBUG - Pod : ctest-busybox-pod-47799633 UUID is dcb2e401-d086-43c3-a555-fc10d2155ab3 2025-05-01 02:16:06,290 - DEBUG - Pod ctest-nginx-pod-14699902 not in running state.Currently in Pending 2025-05-01 02:16:11,298 - INFO - Pod ctest-nginx-pod-14699902 is in running state.Got IP 10.47.255.251 2025-05-01 02:16:11,311 - DEBUG - Pod ctest-nginx-pod-14699902 has vmi 366dd258-2632-11f0-8cf5-fa163e354e2b 2025-05-01 02:16:11,312 - INFO - Verified pod ctest-nginx-pod-14699902 in contrail-api 2025-05-01 02:16:11,312 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-01 02:16:11,324 - DEBUG - VMI 366dd258-2632-11f0-8cf5-fa163e354e2b is active in agent 10.0.0.41 2025-05-01 02:16:11,325 - INFO - Verified Pod ctest-nginx-pod-14699902 in agent 10.0.0.41 2025-05-01 02:16:11,325 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=ff885100-095a-4933-9ecd-4819f65a7c66 2025-05-01 02:16:11,329 - INFO - Pod ctest-nginx-pod-14699902 with uuid ff885100-095a-4933-9ecd-4819f65a7c66 found in kube manager 2025-05-01 02:16:11,330 - INFO - Pod ctest-nginx-pod-14699902 verification passed 2025-05-01 02:16:11,401 - DEBUG - [Pod ctest-nginx-pod-14699902] Cmd: echo ctest-nginx-pod-14699902 > /usr/share/nginx/html/index.html, Output: 2025-05-01 02:16:11,406 - INFO - Pod ctest-nginx-pod-97718865 is in running state.Got IP 10.47.255.250 2025-05-01 02:16:11,423 - DEBUG - Pod ctest-nginx-pod-97718865 has vmi 36e12c58-2632-11f0-8cf5-fa163e354e2b 2025-05-01 02:16:11,424 - INFO - Verified pod ctest-nginx-pod-97718865 in contrail-api 2025-05-01 02:16:11,424 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-01 02:16:11,434 - DEBUG - VMI 36e12c58-2632-11f0-8cf5-fa163e354e2b is active in agent 10.0.0.41 2025-05-01 02:16:11,435 - INFO - Verified Pod ctest-nginx-pod-97718865 in agent 10.0.0.41 2025-05-01 02:16:11,435 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=04bbdf3f-ae7c-4093-803e-5d7984d5e6f9 2025-05-01 02:16:11,439 - INFO - Pod ctest-nginx-pod-97718865 with uuid 04bbdf3f-ae7c-4093-803e-5d7984d5e6f9 found in kube manager 2025-05-01 02:16:11,439 - INFO - Pod ctest-nginx-pod-97718865 verification passed 2025-05-01 02:16:11,488 - DEBUG - [Pod ctest-nginx-pod-97718865] Cmd: echo ctest-nginx-pod-97718865 > /usr/share/nginx/html/index.html, Output: 2025-05-01 02:16:11,493 - DEBUG - Pod ctest-busybox-pod-47799633 not in running state.Currently in Pending 2025-05-01 02:16:16,500 - DEBUG - Pod ctest-busybox-pod-47799633 not in running state.Currently in Pending 2025-05-01 02:16:21,506 - INFO - Pod ctest-busybox-pod-47799633 is in running state.Got IP 10.47.255.248 2025-05-01 02:16:21,519 - DEBUG - Pod ctest-busybox-pod-47799633 has vmi 3b692c3a-2632-11f0-8cf5-fa163e354e2b 2025-05-01 02:16:21,519 - INFO - Verified pod ctest-busybox-pod-47799633 in contrail-api 2025-05-01 02:16:21,519 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-01 02:16:21,530 - DEBUG - VMI 3b692c3a-2632-11f0-8cf5-fa163e354e2b is active in agent 10.0.0.41 2025-05-01 02:16:21,530 - INFO - Verified Pod ctest-busybox-pod-47799633 in agent 10.0.0.41 2025-05-01 02:16:21,530 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=dcb2e401-d086-43c3-a555-fc10d2155ab3 2025-05-01 02:16:21,535 - INFO - Pod ctest-busybox-pod-47799633 with uuid dcb2e401-d086-43c3-a555-fc10d2155ab3 found in kube manager 2025-05-01 02:16:21,535 - INFO - Pod ctest-busybox-pod-47799633 verification passed 2025-05-01 02:16:21,591 - DEBUG - [Pod ctest-busybox-pod-47799633] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-14699902 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-05-01 02:16:21,591 - DEBUG - [Pod Pod ctest-busybox-pod-47799633] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-01 02:16:21,591 - DEBUG - [Pod Pod ctest-busybox-pod-47799633] Cmd output: ctest-nginx-pod-14699902 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-05-01 02:16:21,645 - DEBUG - [Pod ctest-busybox-pod-47799633] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-14699902 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-05-01 02:16:21,645 - DEBUG - [Pod Pod ctest-busybox-pod-47799633] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-01 02:16:21,645 - DEBUG - [Pod Pod ctest-busybox-pod-47799633] Cmd output: ctest-nginx-pod-14699902 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-05-01 02:16:21,701 - DEBUG - [Pod ctest-busybox-pod-47799633] 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-97718865 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-01 02:16:21,702 - DEBUG - [Pod Pod ctest-busybox-pod-47799633] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-01 02:16:21,702 - DEBUG - [Pod Pod ctest-busybox-pod-47799633] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-97718865 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-01 02:16:21,702 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-14699902': 2, 'ctest-nginx-pod-97718865': 1} 2025-05-01 02:16:21,702 - WARNING - Nothing to delete parallely 2025-05-01 02:16:21,702 - INFO - Deleting pod default:ctest-busybox-pod-47799633 2025-05-01 02:16:21,722 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=dcb2e401-d086-43c3-a555-fc10d2155ab3 2025-05-01 02:16:21,732 - WARNING - Pod uuid dcb2e401-d086-43c3-a555-fc10d2155ab3 is still seen in agent 10.0.0.41 VM list 2025-05-01 02:16:26,733 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=dcb2e401-d086-43c3-a555-fc10d2155ab3 2025-05-01 02:16:26,745 - WARNING - Pod uuid dcb2e401-d086-43c3-a555-fc10d2155ab3 is still seen in agent 10.0.0.41 VM list 2025-05-01 02:16:31,746 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=dcb2e401-d086-43c3-a555-fc10d2155ab3 2025-05-01 02:16:31,755 - WARNING - Pod uuid dcb2e401-d086-43c3-a555-fc10d2155ab3 is still seen in agent 10.0.0.41 VM list 2025-05-01 02:16:36,755 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=dcb2e401-d086-43c3-a555-fc10d2155ab3 2025-05-01 02:16:36,763 - WARNING - Pod uuid dcb2e401-d086-43c3-a555-fc10d2155ab3 is still seen in agent 10.0.0.41 VM list 2025-05-01 02:16:41,764 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=dcb2e401-d086-43c3-a555-fc10d2155ab3 2025-05-01 02:16:41,772 - WARNING - Pod uuid dcb2e401-d086-43c3-a555-fc10d2155ab3 is still seen in agent 10.0.0.41 VM list 2025-05-01 02:16:46,772 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=dcb2e401-d086-43c3-a555-fc10d2155ab3 2025-05-01 02:16:46,779 - WARNING - Pod uuid dcb2e401-d086-43c3-a555-fc10d2155ab3 is still seen in agent 10.0.0.41 VM list 2025-05-01 02:16:51,780 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=dcb2e401-d086-43c3-a555-fc10d2155ab3 2025-05-01 02:16:51,787 - WARNING - Pod uuid dcb2e401-d086-43c3-a555-fc10d2155ab3 is still seen in agent 10.0.0.41 VM list 2025-05-01 02:16:56,788 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=dcb2e401-d086-43c3-a555-fc10d2155ab3 2025-05-01 02:16:56,796 - DEBUG - Pod dcb2e401-d086-43c3-a555-fc10d2155ab3 is not in agent 10.0.0.41 VM list 2025-05-01 02:16:56,796 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3b692c3a-2632-11f0-8cf5-fa163e354e2b 2025-05-01 02:16:56,803 - DEBUG - VMI 3b692c3a-2632-11f0-8cf5-fa163e354e2b is removed from agent 10.0.0.41 2025-05-01 02:16:56,803 - INFO - Verified that pod ctest-busybox-pod-47799633 is removed in agent 2025-05-01 02:16:56,803 - INFO - Deleting Ingress : ctest-nginx-ingress-56929568 2025-05-01 02:16:56,809 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=95dbdc3f-ce65-41c4-a61e-f292e07c581f 2025-05-01 02:16:56,814 - ERROR - Ingress ctest-nginx-ingress-56929568 with uuid 95dbdc3f-ce65-41c4-a61e-f292e07c581f still found in kube manager 2025-05-01 02:16:57,815 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=95dbdc3f-ce65-41c4-a61e-f292e07c581f 2025-05-01 02:16:57,822 - INFO - Ingress ctest-nginx-ingress-56929568 with uuid 95dbdc3f-ce65-41c4-a61e-f292e07c581f deleted successfully from kube manager 2025-05-01 02:16:57,822 - INFO - Verifications on Ingress %s cleanup passed 2025-05-01 02:16:57,823 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-01 02:16:57,984 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-01 02:16:57,990 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-01 02:16:57,991 - INFO - Deleting VN __public__ 2025-05-01 02:16:58,143 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/b401e9e7-e2d4-4fab-8260-b8f7bd10e999 2025-05-01 02:16:58,154 - DEBUG - Response Code: 404 2025-05-01 02:16:58,154 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-05-01 02:16:58,161 - DEBUG - Requesting: http://10.0.0.249:8082/domain/cfaa4019-101e-4dd8-85af-bd75d351e723 2025-05-01 02:16:58,170 - DEBUG - Requesting: http://10.0.0.249:8082/project/35b38809-5587-44fc-9fa9-23c668669e31 2025-05-01 02:16:58,232 - INFO - Validated that VN __public__ is not found in API Server 2025-05-01 02:16:58,232 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-01 02:16:58,242 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-01 02:16:58,272 - DEBUG - VN __public__ is not present in Agent 10.0.0.41 2025-05-01 02:16:58,272 - INFO - Validated that VN __public__ is not in any agent 2025-05-01 02:16:58,272 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-01 02:16:58,285 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-01 02:16:58,319 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-01 02:16:58,330 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-01 02:16:58,331 - INFO - Deleting pod default:ctest-nginx-pod-97718865 2025-05-01 02:16:58,348 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=04bbdf3f-ae7c-4093-803e-5d7984d5e6f9 2025-05-01 02:16:58,377 - WARNING - Pod uuid 04bbdf3f-ae7c-4093-803e-5d7984d5e6f9 is still seen in agent 10.0.0.41 VM list 2025-05-01 02:17:03,378 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=04bbdf3f-ae7c-4093-803e-5d7984d5e6f9 2025-05-01 02:17:03,385 - DEBUG - Pod 04bbdf3f-ae7c-4093-803e-5d7984d5e6f9 is not in agent 10.0.0.41 VM list 2025-05-01 02:17:03,385 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:36e12c58-2632-11f0-8cf5-fa163e354e2b 2025-05-01 02:17:03,390 - DEBUG - VMI 36e12c58-2632-11f0-8cf5-fa163e354e2b is removed from agent 10.0.0.41 2025-05-01 02:17:03,391 - INFO - Verified that pod ctest-nginx-pod-97718865 is removed in agent 2025-05-01 02:17:03,391 - INFO - Deleting pod default:ctest-nginx-pod-14699902 2025-05-01 02:17:03,410 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ff885100-095a-4933-9ecd-4819f65a7c66 2025-05-01 02:17:03,420 - WARNING - Pod uuid ff885100-095a-4933-9ecd-4819f65a7c66 is still seen in agent 10.0.0.41 VM list 2025-05-01 02:17:08,421 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ff885100-095a-4933-9ecd-4819f65a7c66 2025-05-01 02:17:08,428 - DEBUG - Pod ff885100-095a-4933-9ecd-4819f65a7c66 is not in agent 10.0.0.41 VM list 2025-05-01 02:17:08,429 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:366dd258-2632-11f0-8cf5-fa163e354e2b 2025-05-01 02:17:08,436 - DEBUG - VMI 366dd258-2632-11f0-8cf5-fa163e354e2b is removed from agent 10.0.0.41 2025-05-01 02:17:08,436 - INFO - Verified that pod ctest-nginx-pod-14699902 is removed in agent 2025-05-01 02:17:08,437 - INFO - Deleting service : ctest-nginx-svc-72897623 2025-05-01 02:17:08,687 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-01 02:17:08,720 - DEBUG - No XMPP flaps were noticed during the test