2025-01-15 00:31:36,973 - DEBUG - [10.0.0.23]: Running cmd : hostname 2025-01-15 00:31:37,226 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-926-1 2025-01-15 00:31:37,226 - DEBUG - [10.0.0.23]: Running cmd : hostname -f 2025-01-15 00:31:37,259 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-926-1 2025-01-15 00:31:37,259 - DEBUG - [10.0.0.23]: 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-01-15 00:31:37,370 - DEBUG - Output : NAMES contrail_test_r21O3BqK0 contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_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_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_api_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_schema_1 config_api_dnsmasq_1 2025-01-15 00:31:37,371 - DEBUG - [10.0.0.23]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-15 00:31:37,404 - DEBUG - Output : 10.0.0.23/24 172.17.0.1/16 2025-01-15 00:31:37,404 - DEBUG - [10.0.0.23]: Running cmd : getent hosts 10.0.0.23 | head -n 1 | awk '{print $2}' 2025-01-15 00:31:37,437 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-926-1 2025-01-15 00:31:37,545 - DEBUG - [10.0.0.28]: Running cmd : hostname 2025-01-15 00:31:37,759 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-926-1 2025-01-15 00:31:37,759 - DEBUG - [10.0.0.28]: Running cmd : hostname -f 2025-01-15 00:31:37,783 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-926-1 2025-01-15 00:31:37,783 - 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-01-15 00:31:37,837 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-15 00:31:37,838 - DEBUG - [10.0.0.28]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-15 00:31:37,873 - DEBUG - Output : 10.0.0.28/24 2025-01-15 00:31:37,873 - DEBUG - [10.0.0.28]: Running cmd : getent hosts 10.0.0.28 | head -n 1 | awk '{print $2}' 2025-01-15 00:31:37,907 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-926-1 2025-01-15 00:31:37,993 - INFO - Using existing project ['default-domain', 'k8s-default'](b39cbe42-6f41-4648-9170-ac79349baee7) 2025-01-15 00:31:38,100 - INFO - Using existing project ['default-domain', 'k8s-default'](b39cbe42-6f41-4648-9170-ac79349baee7) 2025-01-15 00:31:38,236 - INFO - ================================================================================ 2025-01-15 00:31:38,236 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-15 00:31:38,237 - 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-01-15 00:31:38,399 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 00:31:38,407 - DEBUG - Nothing to compare xmpp stats {'10.0.0.28': {'10.0.0.23': '0'}} with 2025-01-15 00:31:38,407 - INFO - Initial checks done. Running the testcase now 2025-01-15 00:31:38,407 - INFO - 2025-01-15 00:31:38,411 - INFO - Namespace default already exists 2025-01-15 00:31:38,411 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-15 00:31:38,527 - DEBUG - Output : cluster_project={} 2025-01-15 00:31:38,573 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-15 00:31:38,573 - DEBUG - Project uuid in Contrail is b39cbe42-6f41-4648-9170-ac79349baee7 2025-01-15 00:31:38,573 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-15 00:31:38,696 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-15 00:31:38,696 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_NamespaceDatabaseList?namespace_uuid=1e1aeb95-2c48-4fb5-87e9-b2f472915adf 2025-01-15 00:31:38,701 - INFO - Namespace default with uuid 1e1aeb95-2c48-4fb5-87e9-b2f472915adf found in kube manager 2025-01-15 00:31:38,701 - INFO - Namespace default verification passed 2025-01-15 00:31:38,704 - DEBUG - Service ctest-nginx-svc-76411319 not present 2025-01-15 00:31:38,704 - INFO - Creating service ctest-nginx-svc-76411319 2025-01-15 00:31:38,722 - INFO - Created Service ctest-nginx-svc-76411319 2025-01-15 00:31:38,725 - DEBUG - Pod ctest-nginx-pod-45433146 not present 2025-01-15 00:31:38,726 - INFO - Creating Pod ctest-nginx-pod-45433146 2025-01-15 00:31:38,775 - DEBUG - Pod : ctest-nginx-pod-45433146 UUID is f9407f31-b06a-451c-a0d8-dc6a09a52440 2025-01-15 00:31:38,797 - DEBUG - Pod ctest-nginx-pod-55029080 not present 2025-01-15 00:31:38,797 - INFO - Creating Pod ctest-nginx-pod-55029080 2025-01-15 00:31:38,824 - DEBUG - Pod : ctest-nginx-pod-55029080 UUID is 9f7ee931-8cc8-4ef3-b620-b62108ff0875 2025-01-15 00:31:38,996 - INFO - Created VN __public__, UUID :2e4097de-4705-44ba-862c-3f492f915bb8 2025-01-15 00:31:39,228 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-15 00:31:39,233 - DEBUG - Requesting: http://10.0.0.23:8082/domain/b0cf5d82-7b27-4782-9c2d-83c71be35612 2025-01-15 00:31:39,259 - DEBUG - Requesting: http://10.0.0.23:8082/project/b39cbe42-6f41-4648-9170-ac79349baee7 2025-01-15 00:31:39,330 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2e4097de-4705-44ba-862c-3f492f915bb8 2025-01-15 00:31:39,343 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2e4097de-4705-44ba-862c-3f492f915bb8 2025-01-15 00:31:39,355 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/df2291cd-ace0-4ec1-b9f8-07338bdf345d 2025-01-15 00:31:39,363 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/df2291cd-ace0-4ec1-b9f8-07338bdf345d 2025-01-15 00:31:39,371 - DEBUG - Route Targets: [] 2025-01-15 00:31:39,371 - DEBUG - RT names not yet present for VN __public__ 2025-01-15 00:31:44,372 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-15 00:31:44,378 - DEBUG - Requesting: http://10.0.0.23:8082/domain/b0cf5d82-7b27-4782-9c2d-83c71be35612 2025-01-15 00:31:44,385 - DEBUG - Requesting: http://10.0.0.23:8082/project/b39cbe42-6f41-4648-9170-ac79349baee7 2025-01-15 00:31:44,428 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2e4097de-4705-44ba-862c-3f492f915bb8 2025-01-15 00:31:44,438 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2e4097de-4705-44ba-862c-3f492f915bb8 2025-01-15 00:31:44,447 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/df2291cd-ace0-4ec1-b9f8-07338bdf345d 2025-01-15 00:31:44,456 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/df2291cd-ace0-4ec1-b9f8-07338bdf345d 2025-01-15 00:31:44,462 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/b4b38625-f58f-4dda-a355-1ff19ebc18c7 2025-01-15 00:31:44,469 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-15 00:31:44,469 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2e4097de-4705-44ba-862c-3f492f915bb8 2025-01-15 00:31:44,478 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/df2291cd-ace0-4ec1-b9f8-07338bdf345d 2025-01-15 00:31:44,500 - INFO - Verified VN network id 13 for VN 2e4097de-4705-44ba-862c-3f492f915bb8 2025-01-15 00:31:44,500 - INFO - Verifications in API Server for VN __public__ passed 2025-01-15 00:31:44,500 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2e4097de-4705-44ba-862c-3f492f915bb8 2025-01-15 00:31:44,513 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/df2291cd-ace0-4ec1-b9f8-07338bdf345d 2025-01-15 00:31:44,520 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/df2291cd-ace0-4ec1-b9f8-07338bdf345d 2025-01-15 00:31:44,527 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/b4b38625-f58f-4dda-a355-1ff19ebc18c7 2025-01-15 00:31:44,534 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-15 00:31:44,540 - DEBUG - Control-node 10.0.0.23 : 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': '3332830705184228538', 'uuid-lslong': '9668172083620830136'}, 'enable': 'true', 'created': '2025-01-15T00:31:38', 'last-modified': '2025-01-15T00:31:39', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.383398'} 2025-01-15 00:31:44,540 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 00:31:44,547 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-15 00:31:44,547 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-15 00:31:44,547 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-15 00:31:44,547 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-15 00:31:44,553 - DEBUG - Requesting: http://10.0.0.23:8082/domain/b0cf5d82-7b27-4782-9c2d-83c71be35612 2025-01-15 00:31:44,561 - DEBUG - Requesting: http://10.0.0.23:8082/project/b39cbe42-6f41-4648-9170-ac79349baee7 2025-01-15 00:31:44,634 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2e4097de-4705-44ba-862c-3f492f915bb8 2025-01-15 00:31:44,653 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-15 00:31:44,653 - DEBUG - Verifying the vn in opserver 2025-01-15 00:31:44,653 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.23 2025-01-15 00:31:44,653 - DEBUG - Requesting: http://10.0.0.23:8081/analytics/uves/virtual-networks 2025-01-15 00:31:44,659 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.23:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-01-15 00:31:44,659 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-15 00:31:44,659 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 00:31:44,667 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 00:31:44,673 - DEBUG - Do not have enough data to verify VN in agent 2025-01-15 00:31:44,673 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 00:31:44,679 - DEBUG - VRF ids for VN __public__: {} 2025-01-15 00:31:44,806 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-15 00:31:45,084 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-15 00:31:45,089 - DEBUG - Requesting: http://10.0.0.23:8082/domain/b0cf5d82-7b27-4782-9c2d-83c71be35612 2025-01-15 00:31:45,146 - DEBUG - Requesting: http://10.0.0.23:8082/project/b39cbe42-6f41-4648-9170-ac79349baee7 2025-01-15 00:31:45,193 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2e4097de-4705-44ba-862c-3f492f915bb8 2025-01-15 00:31:45,239 - DEBUG - Requesting: http://10.0.0.23:8082/floating-ip-pool/50bc74e6-009d-4607-b67c-71c8e4766e69 2025-01-15 00:31:45,248 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-15 00:31:45,253 - DEBUG - Requesting: http://10.0.0.23:8082/domain/b0cf5d82-7b27-4782-9c2d-83c71be35612 2025-01-15 00:31:45,267 - DEBUG - Requesting: http://10.0.0.23:8082/project/b39cbe42-6f41-4648-9170-ac79349baee7 2025-01-15 00:31:45,314 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/2e4097de-4705-44ba-862c-3f492f915bb8 2025-01-15 00:31:45,330 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-15 00:31:45,330 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-15 00:31:45,338 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-15 00:31:45,359 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-15 00:31:45,359 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-15 00:31:45,362 - DEBUG - Ingress ctest-nginx-ingress-30240612 not present 2025-01-15 00:31:45,362 - INFO - Creating Ingress ctest-nginx-ingress-30240612 2025-01-15 00:31:45,369 - INFO - Created Ingress ctest-nginx-ingress-30240612 2025-01-15 00:31:45,372 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-30240612 2025-01-15 00:31:48,387 - DEBUG - For Ingress ctest-nginx-ingress-30240612, Cluster IP: 10.47.255.249, External IPs ['147.182.21.60'] 2025-01-15 00:31:48,388 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-30240612 2025-01-15 00:31:48,396 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=6e5bbffb-d140-4781-88e8-ea6f6b76a1b6 2025-01-15 00:31:48,404 - INFO - Ingress ctest-nginx-ingress-30240612 with uuid 6e5bbffb-d140-4781-88e8-ea6f6b76a1b6 found in kube manager 2025-01-15 00:31:48,405 - INFO - Ingress ctest-nginx-ingress-30240612 verification passed 2025-01-15 00:31:48,408 - DEBUG - Pod ctest-busybox-pod-15398442 not present 2025-01-15 00:31:48,410 - INFO - Creating Pod ctest-busybox-pod-15398442 2025-01-15 00:31:48,453 - DEBUG - Pod : ctest-busybox-pod-15398442 UUID is 424726a5-6778-4506-a6cd-f3e22e0abbaa 2025-01-15 00:31:48,462 - DEBUG - Pod ctest-nginx-pod-45433146 not in running state.Currently in Pending 2025-01-15 00:31:53,470 - DEBUG - Pod ctest-nginx-pod-45433146 not in running state.Currently in Pending 2025-01-15 00:31:58,476 - INFO - Pod ctest-nginx-pod-45433146 is in running state.Got IP 10.47.255.251 2025-01-15 00:31:58,513 - DEBUG - Pod ctest-nginx-pod-45433146 has vmi 16795092-d2d8-11ef-ad21-fa163ecb6316 2025-01-15 00:31:58,513 - INFO - Verified pod ctest-nginx-pod-45433146 in contrail-api 2025-01-15 00:31:58,514 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 00:31:58,529 - DEBUG - VMI 16795092-d2d8-11ef-ad21-fa163ecb6316 is active in agent 10.0.0.28 2025-01-15 00:31:58,529 - INFO - Verified Pod ctest-nginx-pod-45433146 in agent 10.0.0.28 2025-01-15 00:31:58,530 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=f9407f31-b06a-451c-a0d8-dc6a09a52440 2025-01-15 00:31:58,536 - INFO - Pod ctest-nginx-pod-45433146 with uuid f9407f31-b06a-451c-a0d8-dc6a09a52440 found in kube manager 2025-01-15 00:31:58,536 - INFO - Pod ctest-nginx-pod-45433146 verification passed 2025-01-15 00:31:58,612 - DEBUG - [Pod ctest-nginx-pod-45433146] Cmd: echo ctest-nginx-pod-45433146 > /usr/share/nginx/html/index.html, Output: 2025-01-15 00:31:58,618 - INFO - Pod ctest-nginx-pod-55029080 is in running state.Got IP 10.47.255.250 2025-01-15 00:31:58,641 - DEBUG - Pod ctest-nginx-pod-55029080 has vmi 16f85f5e-d2d8-11ef-ad21-fa163ecb6316 2025-01-15 00:31:58,641 - INFO - Verified pod ctest-nginx-pod-55029080 in contrail-api 2025-01-15 00:31:58,641 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 00:31:58,654 - DEBUG - VMI 16f85f5e-d2d8-11ef-ad21-fa163ecb6316 is active in agent 10.0.0.28 2025-01-15 00:31:58,655 - INFO - Verified Pod ctest-nginx-pod-55029080 in agent 10.0.0.28 2025-01-15 00:31:58,655 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=9f7ee931-8cc8-4ef3-b620-b62108ff0875 2025-01-15 00:31:58,685 - INFO - Pod ctest-nginx-pod-55029080 with uuid 9f7ee931-8cc8-4ef3-b620-b62108ff0875 found in kube manager 2025-01-15 00:31:58,686 - INFO - Pod ctest-nginx-pod-55029080 verification passed 2025-01-15 00:31:58,751 - DEBUG - [Pod ctest-nginx-pod-55029080] Cmd: echo ctest-nginx-pod-55029080 > /usr/share/nginx/html/index.html, Output: 2025-01-15 00:31:58,757 - DEBUG - Pod ctest-busybox-pod-15398442 not in running state.Currently in Pending 2025-01-15 00:32:03,765 - INFO - Pod ctest-busybox-pod-15398442 is in running state.Got IP 10.47.255.248 2025-01-15 00:32:03,824 - DEBUG - Pod ctest-busybox-pod-15398442 has vmi 1bdc9d0a-d2d8-11ef-ad21-fa163ecb6316 2025-01-15 00:32:03,824 - INFO - Verified pod ctest-busybox-pod-15398442 in contrail-api 2025-01-15 00:32:03,825 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 00:32:03,841 - DEBUG - VMI 1bdc9d0a-d2d8-11ef-ad21-fa163ecb6316 is active in agent 10.0.0.28 2025-01-15 00:32:03,841 - INFO - Verified Pod ctest-busybox-pod-15398442 in agent 10.0.0.28 2025-01-15 00:32:03,842 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=424726a5-6778-4506-a6cd-f3e22e0abbaa 2025-01-15 00:32:03,848 - INFO - Pod ctest-busybox-pod-15398442 with uuid 424726a5-6778-4506-a6cd-f3e22e0abbaa found in kube manager 2025-01-15 00:32:03,848 - INFO - Pod ctest-busybox-pod-15398442 verification passed 2025-01-15 00:32:03,911 - DEBUG - [Pod ctest-busybox-pod-15398442] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-55029080 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-01-15 00:32:03,911 - DEBUG - [Pod Pod ctest-busybox-pod-15398442] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 00:32:03,911 - DEBUG - [Pod Pod ctest-busybox-pod-15398442] Cmd output: ctest-nginx-pod-55029080 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-01-15 00:32:03,978 - DEBUG - [Pod ctest-busybox-pod-15398442] 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-45433146 2025-01-15 00:32:03,978 - DEBUG - [Pod Pod ctest-busybox-pod-15398442] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 00:32:03,978 - DEBUG - [Pod Pod ctest-busybox-pod-15398442] 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-45433146 2025-01-15 00:32:03,978 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-45433146': 1, 'ctest-nginx-pod-55029080': 1} 2025-01-15 00:32:03,979 - WARNING - Nothing to delete parallely 2025-01-15 00:32:03,979 - INFO - Deleting pod default:ctest-busybox-pod-15398442 2025-01-15 00:32:03,994 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=424726a5-6778-4506-a6cd-f3e22e0abbaa 2025-01-15 00:32:04,003 - WARNING - Pod uuid 424726a5-6778-4506-a6cd-f3e22e0abbaa is still seen in agent 10.0.0.28 VM list 2025-01-15 00:32:09,004 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=424726a5-6778-4506-a6cd-f3e22e0abbaa 2025-01-15 00:32:09,011 - WARNING - Pod uuid 424726a5-6778-4506-a6cd-f3e22e0abbaa is still seen in agent 10.0.0.28 VM list 2025-01-15 00:32:14,012 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=424726a5-6778-4506-a6cd-f3e22e0abbaa 2025-01-15 00:32:14,019 - WARNING - Pod uuid 424726a5-6778-4506-a6cd-f3e22e0abbaa is still seen in agent 10.0.0.28 VM list 2025-01-15 00:32:19,020 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=424726a5-6778-4506-a6cd-f3e22e0abbaa 2025-01-15 00:32:19,029 - WARNING - Pod uuid 424726a5-6778-4506-a6cd-f3e22e0abbaa is still seen in agent 10.0.0.28 VM list 2025-01-15 00:32:24,029 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=424726a5-6778-4506-a6cd-f3e22e0abbaa 2025-01-15 00:32:24,038 - WARNING - Pod uuid 424726a5-6778-4506-a6cd-f3e22e0abbaa is still seen in agent 10.0.0.28 VM list 2025-01-15 00:32:29,039 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=424726a5-6778-4506-a6cd-f3e22e0abbaa 2025-01-15 00:32:29,046 - WARNING - Pod uuid 424726a5-6778-4506-a6cd-f3e22e0abbaa is still seen in agent 10.0.0.28 VM list 2025-01-15 00:32:34,047 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=424726a5-6778-4506-a6cd-f3e22e0abbaa 2025-01-15 00:32:34,054 - WARNING - Pod uuid 424726a5-6778-4506-a6cd-f3e22e0abbaa is still seen in agent 10.0.0.28 VM list 2025-01-15 00:32:39,055 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=424726a5-6778-4506-a6cd-f3e22e0abbaa 2025-01-15 00:32:39,062 - DEBUG - Pod 424726a5-6778-4506-a6cd-f3e22e0abbaa is not in agent 10.0.0.28 VM list 2025-01-15 00:32:39,062 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1bdc9d0a-d2d8-11ef-ad21-fa163ecb6316 2025-01-15 00:32:39,068 - DEBUG - VMI 1bdc9d0a-d2d8-11ef-ad21-fa163ecb6316 is removed from agent 10.0.0.28 2025-01-15 00:32:39,068 - INFO - Verified that pod ctest-busybox-pod-15398442 is removed in agent 2025-01-15 00:32:39,068 - INFO - Deleting Ingress : ctest-nginx-ingress-30240612 2025-01-15 00:32:39,085 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=6e5bbffb-d140-4781-88e8-ea6f6b76a1b6 2025-01-15 00:32:39,104 - ERROR - Ingress ctest-nginx-ingress-30240612 with uuid 6e5bbffb-d140-4781-88e8-ea6f6b76a1b6 still found in kube manager 2025-01-15 00:32:40,105 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=6e5bbffb-d140-4781-88e8-ea6f6b76a1b6 2025-01-15 00:32:40,109 - INFO - Ingress ctest-nginx-ingress-30240612 with uuid 6e5bbffb-d140-4781-88e8-ea6f6b76a1b6 deleted successfully from kube manager 2025-01-15 00:32:40,109 - INFO - Verifications on Ingress %s cleanup passed 2025-01-15 00:32:40,110 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-15 00:32:40,245 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-15 00:32:40,251 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-15 00:32:40,251 - INFO - Deleting VN __public__ 2025-01-15 00:32:40,476 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/df2291cd-ace0-4ec1-b9f8-07338bdf345d 2025-01-15 00:32:40,493 - DEBUG - Response Code: 404 2025-01-15 00:32:40,493 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-15 00:32:40,513 - DEBUG - Requesting: http://10.0.0.23:8082/domain/b0cf5d82-7b27-4782-9c2d-83c71be35612 2025-01-15 00:32:40,536 - DEBUG - Requesting: http://10.0.0.23:8082/project/b39cbe42-6f41-4648-9170-ac79349baee7 2025-01-15 00:32:40,611 - INFO - Validated that VN __public__ is not found in API Server 2025-01-15 00:32:40,611 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-15 00:32:40,619 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 00:32:40,625 - DEBUG - VN __public__ is not present in Agent 10.0.0.28 2025-01-15 00:32:40,625 - INFO - Validated that VN __public__ is not in any agent 2025-01-15 00:32:40,625 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 00:32:40,640 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 00:32:40,669 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-15 00:32:40,674 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-15 00:32:40,674 - INFO - Deleting pod default:ctest-nginx-pod-55029080 2025-01-15 00:32:40,693 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=9f7ee931-8cc8-4ef3-b620-b62108ff0875 2025-01-15 00:32:40,727 - WARNING - Pod uuid 9f7ee931-8cc8-4ef3-b620-b62108ff0875 is still seen in agent 10.0.0.28 VM list 2025-01-15 00:32:45,729 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=9f7ee931-8cc8-4ef3-b620-b62108ff0875 2025-01-15 00:32:45,735 - DEBUG - Pod 9f7ee931-8cc8-4ef3-b620-b62108ff0875 is not in agent 10.0.0.28 VM list 2025-01-15 00:32:45,735 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:16f85f5e-d2d8-11ef-ad21-fa163ecb6316 2025-01-15 00:32:45,741 - DEBUG - VMI 16f85f5e-d2d8-11ef-ad21-fa163ecb6316 is removed from agent 10.0.0.28 2025-01-15 00:32:45,741 - INFO - Verified that pod ctest-nginx-pod-55029080 is removed in agent 2025-01-15 00:32:45,742 - INFO - Deleting pod default:ctest-nginx-pod-45433146 2025-01-15 00:32:45,758 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f9407f31-b06a-451c-a0d8-dc6a09a52440 2025-01-15 00:32:45,767 - WARNING - Pod uuid f9407f31-b06a-451c-a0d8-dc6a09a52440 is still seen in agent 10.0.0.28 VM list 2025-01-15 00:32:50,768 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f9407f31-b06a-451c-a0d8-dc6a09a52440 2025-01-15 00:32:50,774 - DEBUG - Pod f9407f31-b06a-451c-a0d8-dc6a09a52440 is not in agent 10.0.0.28 VM list 2025-01-15 00:32:50,775 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:16795092-d2d8-11ef-ad21-fa163ecb6316 2025-01-15 00:32:50,781 - DEBUG - VMI 16795092-d2d8-11ef-ad21-fa163ecb6316 is removed from agent 10.0.0.28 2025-01-15 00:32:50,781 - INFO - Verified that pod ctest-nginx-pod-45433146 is removed in agent 2025-01-15 00:32:50,782 - INFO - Deleting service : ctest-nginx-svc-76411319 2025-01-15 00:32:50,993 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 00:32:51,000 - DEBUG - No XMPP flaps were noticed during the test