2025-04-23 08:40:43,633 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-04-23 08:40:43,880 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1175-1 2025-04-23 08:40:43,880 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-04-23 08:40:43,913 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1175-1 2025-04-23 08:40:43,913 - 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-04-23 08:40:44,023 - DEBUG - Output : NAMES contrail_test_6t7F7lFa3 contrail-kubernetes-master-kubemanager-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-dns-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-svcmonitor-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-schema-1 config_api-api-1 2025-04-23 08:40:44,024 - DEBUG - [10.0.0.50]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-23 08:40:44,057 - DEBUG - Output : 10.0.0.50/24 172.17.0.1/16 2025-04-23 08:40:44,057 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-04-23 08:40:44,091 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1175-1 2025-04-23 08:40:44,176 - DEBUG - [10.0.0.57]: Running cmd : hostname 2025-04-23 08:40:44,424 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1175-1 2025-04-23 08:40:44,425 - DEBUG - [10.0.0.57]: Running cmd : hostname -f 2025-04-23 08:40:44,459 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1175-1 2025-04-23 08:40:44,459 - DEBUG - [10.0.0.57]: 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-04-23 08:40:44,513 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-23 08:40:44,514 - DEBUG - [10.0.0.57]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-23 08:40:44,583 - DEBUG - Output : 10.0.0.57/24 2025-04-23 08:40:44,583 - DEBUG - [10.0.0.57]: Running cmd : getent hosts 10.0.0.57 | head -n 1 | awk '{print $2}' 2025-04-23 08:40:44,617 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1175-1 2025-04-23 08:40:44,700 - INFO - Using existing project ['default-domain', 'k8s-default'](d86b68c7-9d93-429b-b45e-59dd8ff69049) 2025-04-23 08:40:44,773 - INFO - Using existing project ['default-domain', 'k8s-default'](d86b68c7-9d93-429b-b45e-59dd8ff69049) 2025-04-23 08:40:44,920 - INFO - ================================================================================ 2025-04-23 08:40:44,920 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-23 08:40:44,921 - 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-04-23 08:40:45,126 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-23 08:40:45,135 - DEBUG - Nothing to compare xmpp stats {'10.0.0.57': {'10.0.0.50': '0'}} with 2025-04-23 08:40:45,135 - INFO - Initial checks done. Running the testcase now 2025-04-23 08:40:45,135 - INFO - 2025-04-23 08:40:45,139 - INFO - Namespace default already exists 2025-04-23 08:40:45,139 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-23 08:40:45,255 - DEBUG - Output : cluster_project={} 2025-04-23 08:40:45,342 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-23 08:40:45,342 - DEBUG - Project uuid in Contrail is d86b68c7-9d93-429b-b45e-59dd8ff69049 2025-04-23 08:40:45,343 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-23 08:40:45,468 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-23 08:40:45,469 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=73aa1aa7-e47f-4dda-a81d-ab110dab6a05 2025-04-23 08:40:45,473 - INFO - Namespace default with uuid 73aa1aa7-e47f-4dda-a81d-ab110dab6a05 found in kube manager 2025-04-23 08:40:45,474 - INFO - Namespace default verification passed 2025-04-23 08:40:45,477 - DEBUG - Service ctest-nginx-svc-14016523 not present 2025-04-23 08:40:45,477 - INFO - Creating service ctest-nginx-svc-14016523 2025-04-23 08:40:45,499 - INFO - Created Service ctest-nginx-svc-14016523 2025-04-23 08:40:45,505 - DEBUG - Pod ctest-nginx-pod-10329157 not present 2025-04-23 08:40:45,505 - INFO - Creating Pod ctest-nginx-pod-10329157 2025-04-23 08:40:45,569 - DEBUG - Pod : ctest-nginx-pod-10329157 UUID is 4595fa1a-a29e-4e81-bc2a-3b52b1be789a 2025-04-23 08:40:45,571 - DEBUG - Pod ctest-nginx-pod-26256074 not present 2025-04-23 08:40:45,572 - INFO - Creating Pod ctest-nginx-pod-26256074 2025-04-23 08:40:45,603 - DEBUG - Pod : ctest-nginx-pod-26256074 UUID is 3c1178c8-d81b-4dc8-9c56-45cf4202133d 2025-04-23 08:40:45,850 - INFO - Created VN __public__, UUID :eb2180b1-3b35-44ed-99af-1fbb3a96a589 2025-04-23 08:40:46,056 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-23 08:40:46,070 - DEBUG - Requesting: http://10.0.0.50:8082/domain/410f8675-ebab-443a-b747-be40e8ae316b 2025-04-23 08:40:46,153 - DEBUG - Requesting: http://10.0.0.50:8082/project/d86b68c7-9d93-429b-b45e-59dd8ff69049 2025-04-23 08:40:46,244 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/eb2180b1-3b35-44ed-99af-1fbb3a96a589 2025-04-23 08:40:46,258 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/eb2180b1-3b35-44ed-99af-1fbb3a96a589 2025-04-23 08:40:46,270 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/daafe82b-3f4b-43b3-810a-285eeff64fb8 2025-04-23 08:40:46,278 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/daafe82b-3f4b-43b3-810a-285eeff64fb8 2025-04-23 08:40:46,293 - DEBUG - Route Targets: [] 2025-04-23 08:40:46,293 - DEBUG - RT names not yet present for VN __public__ 2025-04-23 08:40:51,294 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-23 08:40:51,300 - DEBUG - Requesting: http://10.0.0.50:8082/domain/410f8675-ebab-443a-b747-be40e8ae316b 2025-04-23 08:40:51,307 - DEBUG - Requesting: http://10.0.0.50:8082/project/d86b68c7-9d93-429b-b45e-59dd8ff69049 2025-04-23 08:40:51,352 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/eb2180b1-3b35-44ed-99af-1fbb3a96a589 2025-04-23 08:40:51,361 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/eb2180b1-3b35-44ed-99af-1fbb3a96a589 2025-04-23 08:40:51,382 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/daafe82b-3f4b-43b3-810a-285eeff64fb8 2025-04-23 08:40:51,389 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/daafe82b-3f4b-43b3-810a-285eeff64fb8 2025-04-23 08:40:51,396 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/779859e5-f987-45f5-ba1f-9121a6cbd313 2025-04-23 08:40:51,402 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-23 08:40:51,402 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/eb2180b1-3b35-44ed-99af-1fbb3a96a589 2025-04-23 08:40:51,411 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/daafe82b-3f4b-43b3-810a-285eeff64fb8 2025-04-23 08:40:51,425 - INFO - Verified VN network id 14 for VN eb2180b1-3b35-44ed-99af-1fbb3a96a589 2025-04-23 08:40:51,425 - INFO - Verifications in API Server for VN __public__ passed 2025-04-23 08:40:51,425 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/eb2180b1-3b35-44ed-99af-1fbb3a96a589 2025-04-23 08:40:51,434 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/daafe82b-3f4b-43b3-810a-285eeff64fb8 2025-04-23 08:40:51,442 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/daafe82b-3f4b-43b3-810a-285eeff64fb8 2025-04-23 08:40:51,449 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/779859e5-f987-45f5-ba1f-9121a6cbd313 2025-04-23 08:40:51,455 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-23 08:40:51,462 - DEBUG - Control-node 10.0.0.50 : 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': '16942964771835430125', 'uuid-lslong': '11074104897729635721'}, 'enable': 'true', 'created': '2025-04-23T08:40:45', 'last-modified': '2025-04-23T08:40:45', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.528627'} 2025-04-23 08:40:51,462 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 08:40:51,474 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-23 08:40:51,474 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-23 08:40:51,480 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-23 08:40:51,480 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-23 08:40:51,487 - DEBUG - Requesting: http://10.0.0.50:8082/domain/410f8675-ebab-443a-b747-be40e8ae316b 2025-04-23 08:40:51,498 - DEBUG - Requesting: http://10.0.0.50:8082/project/d86b68c7-9d93-429b-b45e-59dd8ff69049 2025-04-23 08:40:51,556 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/eb2180b1-3b35-44ed-99af-1fbb3a96a589 2025-04-23 08:40:51,573 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-23 08:40:51,573 - DEBUG - Verifying the vn in opserver 2025-04-23 08:40:51,574 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-04-23 08:40:51,574 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-04-23 08:40:51,580 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-23 08:40:51,580 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-23 08:40:51,580 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 08:40:51,589 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 08:40:51,602 - DEBUG - Do not have enough data to verify VN in agent 2025-04-23 08:40:51,603 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 08:40:51,612 - DEBUG - VRF ids for VN __public__: {} 2025-04-23 08:40:51,714 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-23 08:40:51,822 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-23 08:40:51,828 - DEBUG - Requesting: http://10.0.0.50:8082/domain/410f8675-ebab-443a-b747-be40e8ae316b 2025-04-23 08:40:51,837 - DEBUG - Requesting: http://10.0.0.50:8082/project/d86b68c7-9d93-429b-b45e-59dd8ff69049 2025-04-23 08:40:51,887 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/eb2180b1-3b35-44ed-99af-1fbb3a96a589 2025-04-23 08:40:51,898 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/59860e29-c12b-457c-80a3-2b28a012a625 2025-04-23 08:40:51,905 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-23 08:40:51,910 - DEBUG - Requesting: http://10.0.0.50:8082/domain/410f8675-ebab-443a-b747-be40e8ae316b 2025-04-23 08:40:51,918 - DEBUG - Requesting: http://10.0.0.50:8082/project/d86b68c7-9d93-429b-b45e-59dd8ff69049 2025-04-23 08:40:51,967 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/eb2180b1-3b35-44ed-99af-1fbb3a96a589 2025-04-23 08:40:51,977 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-23 08:40:51,977 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-23 08:40:51,985 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-23 08:40:51,992 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-23 08:40:51,992 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-23 08:40:51,995 - DEBUG - Ingress ctest-nginx-ingress-42580766 not present 2025-04-23 08:40:51,995 - INFO - Creating Ingress ctest-nginx-ingress-42580766 2025-04-23 08:40:52,003 - INFO - Created Ingress ctest-nginx-ingress-42580766 2025-04-23 08:40:52,006 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-42580766 2025-04-23 08:40:55,012 - DEBUG - For Ingress ctest-nginx-ingress-42580766, Cluster IP: 10.47.255.249, External IPs ['168.29.182.60'] 2025-04-23 08:40:55,012 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-42580766 2025-04-23 08:40:55,012 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=855a7a3a-b258-4b8d-a0c7-e120408f5ef8 2025-04-23 08:40:55,017 - INFO - Ingress ctest-nginx-ingress-42580766 with uuid 855a7a3a-b258-4b8d-a0c7-e120408f5ef8 found in kube manager 2025-04-23 08:40:55,017 - INFO - Ingress ctest-nginx-ingress-42580766 verification passed 2025-04-23 08:40:55,027 - DEBUG - Pod ctest-busybox-pod-38876842 not present 2025-04-23 08:40:55,028 - INFO - Creating Pod ctest-busybox-pod-38876842 2025-04-23 08:40:55,053 - DEBUG - Node for Pod ctest-busybox-pod-38876842 not yet populated 2025-04-23 08:40:58,065 - DEBUG - Pod : ctest-busybox-pod-38876842 UUID is dae741ff-43e7-4626-9b87-fe864e040622 2025-04-23 08:40:58,076 - DEBUG - Pod ctest-nginx-pod-10329157 not in running state.Currently in Pending 2025-04-23 08:41:03,083 - INFO - Pod ctest-nginx-pod-10329157 is in running state.Got IP 10.47.255.251 2025-04-23 08:41:03,103 - DEBUG - Pod ctest-nginx-pod-10329157 has vmi a72374d6-201e-11f0-bcf6-fa163e142c54 2025-04-23 08:41:03,103 - INFO - Verified pod ctest-nginx-pod-10329157 in contrail-api 2025-04-23 08:41:03,103 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 08:41:03,118 - DEBUG - VMI a72374d6-201e-11f0-bcf6-fa163e142c54 is active in agent 10.0.0.57 2025-04-23 08:41:03,119 - INFO - Verified Pod ctest-nginx-pod-10329157 in agent 10.0.0.57 2025-04-23 08:41:03,119 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=4595fa1a-a29e-4e81-bc2a-3b52b1be789a 2025-04-23 08:41:03,123 - INFO - Pod ctest-nginx-pod-10329157 with uuid 4595fa1a-a29e-4e81-bc2a-3b52b1be789a found in kube manager 2025-04-23 08:41:03,123 - INFO - Pod ctest-nginx-pod-10329157 verification passed 2025-04-23 08:41:03,192 - DEBUG - [Pod ctest-nginx-pod-10329157] Cmd: echo ctest-nginx-pod-10329157 > /usr/share/nginx/html/index.html, Output: 2025-04-23 08:41:03,197 - INFO - Pod ctest-nginx-pod-26256074 is in running state.Got IP 10.47.255.250 2025-04-23 08:41:03,254 - DEBUG - Pod ctest-nginx-pod-26256074 has vmi a799f6a6-201e-11f0-bcf6-fa163e142c54 2025-04-23 08:41:03,255 - INFO - Verified pod ctest-nginx-pod-26256074 in contrail-api 2025-04-23 08:41:03,255 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 08:41:03,266 - DEBUG - VMI a799f6a6-201e-11f0-bcf6-fa163e142c54 is active in agent 10.0.0.57 2025-04-23 08:41:03,266 - INFO - Verified Pod ctest-nginx-pod-26256074 in agent 10.0.0.57 2025-04-23 08:41:03,266 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=3c1178c8-d81b-4dc8-9c56-45cf4202133d 2025-04-23 08:41:03,272 - INFO - Pod ctest-nginx-pod-26256074 with uuid 3c1178c8-d81b-4dc8-9c56-45cf4202133d found in kube manager 2025-04-23 08:41:03,272 - INFO - Pod ctest-nginx-pod-26256074 verification passed 2025-04-23 08:41:03,330 - DEBUG - [Pod ctest-nginx-pod-26256074] Cmd: echo ctest-nginx-pod-26256074 > /usr/share/nginx/html/index.html, Output: 2025-04-23 08:41:03,335 - DEBUG - Pod ctest-busybox-pod-38876842 not in running state.Currently in Pending 2025-04-23 08:41:08,341 - DEBUG - Pod ctest-busybox-pod-38876842 not in running state.Currently in Pending 2025-04-23 08:41:13,348 - INFO - Pod ctest-busybox-pod-38876842 is in running state.Got IP 10.47.255.248 2025-04-23 08:41:13,362 - DEBUG - Pod ctest-busybox-pod-38876842 has vmi abd88dea-201e-11f0-bcf6-fa163e142c54 2025-04-23 08:41:13,362 - INFO - Verified pod ctest-busybox-pod-38876842 in contrail-api 2025-04-23 08:41:13,362 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 08:41:13,373 - DEBUG - VMI abd88dea-201e-11f0-bcf6-fa163e142c54 is active in agent 10.0.0.57 2025-04-23 08:41:13,373 - INFO - Verified Pod ctest-busybox-pod-38876842 in agent 10.0.0.57 2025-04-23 08:41:13,373 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=dae741ff-43e7-4626-9b87-fe864e040622 2025-04-23 08:41:13,378 - INFO - Pod ctest-busybox-pod-38876842 with uuid dae741ff-43e7-4626-9b87-fe864e040622 found in kube manager 2025-04-23 08:41:13,378 - INFO - Pod ctest-busybox-pod-38876842 verification passed 2025-04-23 08:41:13,435 - DEBUG - [Pod ctest-busybox-pod-38876842] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-10329157 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-04-23 08:41:13,435 - DEBUG - [Pod Pod ctest-busybox-pod-38876842] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-23 08:41:13,435 - DEBUG - [Pod Pod ctest-busybox-pod-38876842] Cmd output: ctest-nginx-pod-10329157 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-04-23 08:41:13,492 - DEBUG - [Pod ctest-busybox-pod-38876842] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-10329157 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-04-23 08:41:13,492 - DEBUG - [Pod Pod ctest-busybox-pod-38876842] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-23 08:41:13,492 - DEBUG - [Pod Pod ctest-busybox-pod-38876842] Cmd output: ctest-nginx-pod-10329157 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-04-23 08:41:13,547 - DEBUG - [Pod ctest-busybox-pod-38876842] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-26256074 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-04-23 08:41:13,547 - DEBUG - [Pod Pod ctest-busybox-pod-38876842] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-23 08:41:13,547 - DEBUG - [Pod Pod ctest-busybox-pod-38876842] Cmd output: ctest-nginx-pod-26256074 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-04-23 08:41:13,547 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-10329157': 2, 'ctest-nginx-pod-26256074': 1} 2025-04-23 08:41:13,547 - WARNING - Nothing to delete parallely 2025-04-23 08:41:13,548 - INFO - Deleting pod default:ctest-busybox-pod-38876842 2025-04-23 08:41:13,561 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=dae741ff-43e7-4626-9b87-fe864e040622 2025-04-23 08:41:13,571 - WARNING - Pod uuid dae741ff-43e7-4626-9b87-fe864e040622 is still seen in agent 10.0.0.57 VM list 2025-04-23 08:41:18,571 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=dae741ff-43e7-4626-9b87-fe864e040622 2025-04-23 08:41:18,581 - WARNING - Pod uuid dae741ff-43e7-4626-9b87-fe864e040622 is still seen in agent 10.0.0.57 VM list 2025-04-23 08:41:23,582 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=dae741ff-43e7-4626-9b87-fe864e040622 2025-04-23 08:41:23,591 - WARNING - Pod uuid dae741ff-43e7-4626-9b87-fe864e040622 is still seen in agent 10.0.0.57 VM list 2025-04-23 08:41:28,591 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=dae741ff-43e7-4626-9b87-fe864e040622 2025-04-23 08:41:28,599 - WARNING - Pod uuid dae741ff-43e7-4626-9b87-fe864e040622 is still seen in agent 10.0.0.57 VM list 2025-04-23 08:41:33,600 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=dae741ff-43e7-4626-9b87-fe864e040622 2025-04-23 08:41:33,607 - WARNING - Pod uuid dae741ff-43e7-4626-9b87-fe864e040622 is still seen in agent 10.0.0.57 VM list 2025-04-23 08:41:38,610 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=dae741ff-43e7-4626-9b87-fe864e040622 2025-04-23 08:41:38,619 - WARNING - Pod uuid dae741ff-43e7-4626-9b87-fe864e040622 is still seen in agent 10.0.0.57 VM list 2025-04-23 08:41:43,619 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=dae741ff-43e7-4626-9b87-fe864e040622 2025-04-23 08:41:43,628 - WARNING - Pod uuid dae741ff-43e7-4626-9b87-fe864e040622 is still seen in agent 10.0.0.57 VM list 2025-04-23 08:41:48,629 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=dae741ff-43e7-4626-9b87-fe864e040622 2025-04-23 08:41:48,637 - DEBUG - Pod dae741ff-43e7-4626-9b87-fe864e040622 is not in agent 10.0.0.57 VM list 2025-04-23 08:41:48,637 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:abd88dea-201e-11f0-bcf6-fa163e142c54 2025-04-23 08:41:48,644 - DEBUG - VMI abd88dea-201e-11f0-bcf6-fa163e142c54 is removed from agent 10.0.0.57 2025-04-23 08:41:48,644 - INFO - Verified that pod ctest-busybox-pod-38876842 is removed in agent 2025-04-23 08:41:48,644 - INFO - Deleting Ingress : ctest-nginx-ingress-42580766 2025-04-23 08:41:48,651 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=855a7a3a-b258-4b8d-a0c7-e120408f5ef8 2025-04-23 08:41:48,659 - ERROR - Ingress ctest-nginx-ingress-42580766 with uuid 855a7a3a-b258-4b8d-a0c7-e120408f5ef8 still found in kube manager 2025-04-23 08:41:49,659 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=855a7a3a-b258-4b8d-a0c7-e120408f5ef8 2025-04-23 08:41:49,664 - INFO - Ingress ctest-nginx-ingress-42580766 with uuid 855a7a3a-b258-4b8d-a0c7-e120408f5ef8 deleted successfully from kube manager 2025-04-23 08:41:49,665 - INFO - Verifications on Ingress %s cleanup passed 2025-04-23 08:41:49,665 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-23 08:41:49,785 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-23 08:41:49,791 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-23 08:41:49,792 - INFO - Deleting VN __public__ 2025-04-23 08:41:50,039 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/daafe82b-3f4b-43b3-810a-285eeff64fb8 2025-04-23 08:41:50,047 - DEBUG - Response Code: 404 2025-04-23 08:41:50,048 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-23 08:41:50,073 - DEBUG - Requesting: http://10.0.0.50:8082/domain/410f8675-ebab-443a-b747-be40e8ae316b 2025-04-23 08:41:50,085 - DEBUG - Requesting: http://10.0.0.50:8082/project/d86b68c7-9d93-429b-b45e-59dd8ff69049 2025-04-23 08:41:50,194 - INFO - Validated that VN __public__ is not found in API Server 2025-04-23 08:41:50,194 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-23 08:41:50,202 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 08:41:50,212 - DEBUG - VN __public__ is not present in Agent 10.0.0.57 2025-04-23 08:41:50,212 - INFO - Validated that VN __public__ is not in any agent 2025-04-23 08:41:50,212 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 08:41:50,224 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 08:41:50,242 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-23 08:41:50,251 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-23 08:41:50,252 - INFO - Deleting pod default:ctest-nginx-pod-26256074 2025-04-23 08:41:50,272 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=3c1178c8-d81b-4dc8-9c56-45cf4202133d 2025-04-23 08:41:50,287 - WARNING - Pod uuid 3c1178c8-d81b-4dc8-9c56-45cf4202133d is still seen in agent 10.0.0.57 VM list 2025-04-23 08:41:55,288 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=3c1178c8-d81b-4dc8-9c56-45cf4202133d 2025-04-23 08:41:55,296 - DEBUG - Pod 3c1178c8-d81b-4dc8-9c56-45cf4202133d is not in agent 10.0.0.57 VM list 2025-04-23 08:41:55,296 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a799f6a6-201e-11f0-bcf6-fa163e142c54 2025-04-23 08:41:55,303 - DEBUG - VMI a799f6a6-201e-11f0-bcf6-fa163e142c54 is removed from agent 10.0.0.57 2025-04-23 08:41:55,303 - INFO - Verified that pod ctest-nginx-pod-26256074 is removed in agent 2025-04-23 08:41:55,303 - INFO - Deleting pod default:ctest-nginx-pod-10329157 2025-04-23 08:41:55,316 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=4595fa1a-a29e-4e81-bc2a-3b52b1be789a 2025-04-23 08:41:55,333 - WARNING - Pod uuid 4595fa1a-a29e-4e81-bc2a-3b52b1be789a is still seen in agent 10.0.0.57 VM list 2025-04-23 08:42:00,334 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=4595fa1a-a29e-4e81-bc2a-3b52b1be789a 2025-04-23 08:42:00,342 - DEBUG - Pod 4595fa1a-a29e-4e81-bc2a-3b52b1be789a is not in agent 10.0.0.57 VM list 2025-04-23 08:42:00,342 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a72374d6-201e-11f0-bcf6-fa163e142c54 2025-04-23 08:42:00,350 - DEBUG - VMI a72374d6-201e-11f0-bcf6-fa163e142c54 is removed from agent 10.0.0.57 2025-04-23 08:42:00,350 - INFO - Verified that pod ctest-nginx-pod-10329157 is removed in agent 2025-04-23 08:42:00,350 - INFO - Deleting service : ctest-nginx-svc-14016523 2025-04-23 08:42:00,556 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-23 08:42:00,566 - DEBUG - No XMPP flaps were noticed during the test