2025-01-09 11:27:06,601 - DEBUG - [10.0.0.23]: Running cmd : hostname 2025-01-09 11:27:06,852 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-916-1 2025-01-09 11:27:06,852 - DEBUG - [10.0.0.23]: Running cmd : hostname -f 2025-01-09 11:27:06,886 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-916-1 2025-01-09 11:27:06,886 - 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-09 11:27:07,015 - DEBUG - Output : NAMES contrail_test_pSk7pF8p4 contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 redis_redis_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_cassandra_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_api_1 config_api_schema_1 config_api_dnsmasq_1 config_api_svcmonitor_1 2025-01-09 11:27:07,015 - DEBUG - [10.0.0.23]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-09 11:27:07,061 - DEBUG - Output : 10.0.0.23/24 172.17.0.1/16 2025-01-09 11:27:07,061 - DEBUG - [10.0.0.23]: Running cmd : getent hosts 10.0.0.23 | head -n 1 | awk '{print $2}' 2025-01-09 11:27:07,095 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-916-1 2025-01-09 11:27:07,205 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-01-09 11:27:07,417 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-916-1 2025-01-09 11:27:07,417 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-01-09 11:27:07,451 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-916-1 2025-01-09 11:27:07,452 - DEBUG - [10.0.0.33]: 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-09 11:27:07,525 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-09 11:27:07,526 - DEBUG - [10.0.0.33]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-09 11:27:07,560 - DEBUG - Output : 10.0.0.33/24 2025-01-09 11:27:07,560 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-01-09 11:27:07,597 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-916-1 2025-01-09 11:27:07,679 - INFO - Using existing project ['default-domain', 'k8s-default'](0d83d382-380d-4c7c-a8eb-fbb4b143bd8d) 2025-01-09 11:27:07,829 - INFO - Using existing project ['default-domain', 'k8s-default'](0d83d382-380d-4c7c-a8eb-fbb4b143bd8d) 2025-01-09 11:27:07,972 - INFO - ================================================================================ 2025-01-09 11:27:07,972 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-09 11:27:07,973 - 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-09 11:27:08,194 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-09 11:27:08,201 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.0.0.23': '0'}} with 2025-01-09 11:27:08,201 - INFO - Initial checks done. Running the testcase now 2025-01-09 11:27:08,201 - INFO - 2025-01-09 11:27:08,205 - INFO - Namespace default already exists 2025-01-09 11:27:08,205 - 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-09 11:27:08,323 - DEBUG - Output : cluster_project={} 2025-01-09 11:27:08,372 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-09 11:27:08,372 - DEBUG - Project uuid in Contrail is 0d83d382-380d-4c7c-a8eb-fbb4b143bd8d 2025-01-09 11:27:08,372 - 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-09 11:27:08,502 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-09 11:27:08,502 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_NamespaceDatabaseList?namespace_uuid=768e2098-dc06-4480-a9dc-d5f3f729804f 2025-01-09 11:27:08,507 - INFO - Namespace default with uuid 768e2098-dc06-4480-a9dc-d5f3f729804f found in kube manager 2025-01-09 11:27:08,507 - INFO - Namespace default verification passed 2025-01-09 11:27:08,513 - DEBUG - Service ctest-nginx-svc-70214204 not present 2025-01-09 11:27:08,514 - INFO - Creating service ctest-nginx-svc-70214204 2025-01-09 11:27:08,543 - INFO - Created Service ctest-nginx-svc-70214204 2025-01-09 11:27:08,546 - DEBUG - Pod ctest-nginx-pod-55115955 not present 2025-01-09 11:27:08,546 - INFO - Creating Pod ctest-nginx-pod-55115955 2025-01-09 11:27:08,624 - DEBUG - Pod : ctest-nginx-pod-55115955 UUID is ceee1cc4-11b2-4750-a964-7d25f7d36ca4 2025-01-09 11:27:08,627 - DEBUG - Pod ctest-nginx-pod-25552654 not present 2025-01-09 11:27:08,627 - INFO - Creating Pod ctest-nginx-pod-25552654 2025-01-09 11:27:08,660 - DEBUG - Pod : ctest-nginx-pod-25552654 UUID is 3942a9cb-7240-4ccb-847d-9377b624c295 2025-01-09 11:27:08,945 - INFO - Created VN __public__, UUID :54856829-2483-4491-a95f-4a6367d2b373 2025-01-09 11:27:09,197 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-09 11:27:09,217 - DEBUG - Requesting: http://10.0.0.23:8082/domain/e3081684-b3a2-4a7a-b728-96b234166618 2025-01-09 11:27:09,249 - DEBUG - Requesting: http://10.0.0.23:8082/project/0d83d382-380d-4c7c-a8eb-fbb4b143bd8d 2025-01-09 11:27:09,367 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/54856829-2483-4491-a95f-4a6367d2b373 2025-01-09 11:27:09,396 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/54856829-2483-4491-a95f-4a6367d2b373 2025-01-09 11:27:09,444 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/adc73e46-6837-47de-8f24-818babd7f60a 2025-01-09 11:27:09,458 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/adc73e46-6837-47de-8f24-818babd7f60a 2025-01-09 11:27:09,484 - DEBUG - Route Targets: [] 2025-01-09 11:27:09,484 - DEBUG - RT names not yet present for VN __public__ 2025-01-09 11:27:14,485 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-09 11:27:14,491 - DEBUG - Requesting: http://10.0.0.23:8082/domain/e3081684-b3a2-4a7a-b728-96b234166618 2025-01-09 11:27:14,500 - DEBUG - Requesting: http://10.0.0.23:8082/project/0d83d382-380d-4c7c-a8eb-fbb4b143bd8d 2025-01-09 11:27:14,558 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/54856829-2483-4491-a95f-4a6367d2b373 2025-01-09 11:27:14,568 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/54856829-2483-4491-a95f-4a6367d2b373 2025-01-09 11:27:14,581 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/adc73e46-6837-47de-8f24-818babd7f60a 2025-01-09 11:27:14,592 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/adc73e46-6837-47de-8f24-818babd7f60a 2025-01-09 11:27:14,600 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/4d05027f-6aa6-45e8-923a-fd32498df77c 2025-01-09 11:27:14,607 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-09 11:27:14,607 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/54856829-2483-4491-a95f-4a6367d2b373 2025-01-09 11:27:14,616 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/adc73e46-6837-47de-8f24-818babd7f60a 2025-01-09 11:27:14,632 - INFO - Verified VN network id 13 for VN 54856829-2483-4491-a95f-4a6367d2b373 2025-01-09 11:27:14,632 - INFO - Verifications in API Server for VN __public__ passed 2025-01-09 11:27:14,632 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/54856829-2483-4491-a95f-4a6367d2b373 2025-01-09 11:27:14,642 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/adc73e46-6837-47de-8f24-818babd7f60a 2025-01-09 11:27:14,649 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/adc73e46-6837-47de-8f24-818babd7f60a 2025-01-09 11:27:14,656 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/4d05027f-6aa6-45e8-923a-fd32498df77c 2025-01-09 11:27:14,664 - 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-09 11:27:14,676 - 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': '6090388597003994257', 'uuid-lslong': '12204555306001412979'}, 'enable': 'true', 'created': '2025-01-09T11:27:08', 'last-modified': '2025-01-09T11:27:09', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.595326'} 2025-01-09 11:27:14,676 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 11:27:14,693 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-09 11:27:14,693 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-09 11:27:14,694 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-09 11:27:14,694 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-09 11:27:14,700 - DEBUG - Requesting: http://10.0.0.23:8082/domain/e3081684-b3a2-4a7a-b728-96b234166618 2025-01-09 11:27:14,710 - DEBUG - Requesting: http://10.0.0.23:8082/project/0d83d382-380d-4c7c-a8eb-fbb4b143bd8d 2025-01-09 11:27:14,787 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/54856829-2483-4491-a95f-4a6367d2b373 2025-01-09 11:27:14,806 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-09 11:27:14,806 - DEBUG - Verifying the vn in opserver 2025-01-09 11:27:14,806 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.23 2025-01-09 11:27:14,806 - DEBUG - Requesting: http://10.0.0.23:8081/analytics/uves/virtual-networks 2025-01-09 11:27:14,812 - 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-09 11:27:14,812 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-09 11:27:14,812 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 11:27:14,820 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 11:27:14,825 - DEBUG - Do not have enough data to verify VN in agent 2025-01-09 11:27:14,825 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 11:27:14,831 - DEBUG - VRF ids for VN __public__: {} 2025-01-09 11:27:14,955 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-09 11:27:15,056 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-09 11:27:15,064 - DEBUG - Requesting: http://10.0.0.23:8082/domain/e3081684-b3a2-4a7a-b728-96b234166618 2025-01-09 11:27:15,075 - DEBUG - Requesting: http://10.0.0.23:8082/project/0d83d382-380d-4c7c-a8eb-fbb4b143bd8d 2025-01-09 11:27:15,140 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/54856829-2483-4491-a95f-4a6367d2b373 2025-01-09 11:27:15,156 - DEBUG - Requesting: http://10.0.0.23:8082/floating-ip-pool/28f66897-38f0-442e-9729-b4821cfee879 2025-01-09 11:27:15,165 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-09 11:27:15,171 - DEBUG - Requesting: http://10.0.0.23:8082/domain/e3081684-b3a2-4a7a-b728-96b234166618 2025-01-09 11:27:15,182 - DEBUG - Requesting: http://10.0.0.23:8082/project/0d83d382-380d-4c7c-a8eb-fbb4b143bd8d 2025-01-09 11:27:15,243 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/54856829-2483-4491-a95f-4a6367d2b373 2025-01-09 11:27:15,263 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-09 11:27:15,263 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-09 11:27:15,274 - 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-09 11:27:15,282 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-09 11:27:15,282 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-09 11:27:15,287 - DEBUG - Ingress ctest-nginx-ingress-41785980 not present 2025-01-09 11:27:15,287 - INFO - Creating Ingress ctest-nginx-ingress-41785980 2025-01-09 11:27:15,296 - INFO - Created Ingress ctest-nginx-ingress-41785980 2025-01-09 11:27:15,304 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-41785980 2025-01-09 11:27:18,310 - DEBUG - For Ingress ctest-nginx-ingress-41785980, Cluster IP: 10.47.255.249, External IPs ['120.25.50.60'] 2025-01-09 11:27:18,310 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-41785980 2025-01-09 11:27:18,311 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=5be01883-4bec-4f5d-9b66-890de885583b 2025-01-09 11:27:18,316 - INFO - Ingress ctest-nginx-ingress-41785980 with uuid 5be01883-4bec-4f5d-9b66-890de885583b found in kube manager 2025-01-09 11:27:18,316 - INFO - Ingress ctest-nginx-ingress-41785980 verification passed 2025-01-09 11:27:18,319 - DEBUG - Pod ctest-busybox-pod-59088098 not present 2025-01-09 11:27:18,319 - INFO - Creating Pod ctest-busybox-pod-59088098 2025-01-09 11:27:18,359 - DEBUG - Pod : ctest-busybox-pod-59088098 UUID is eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff 2025-01-09 11:27:18,373 - DEBUG - Pod ctest-nginx-pod-55115955 not in running state.Currently in Pending 2025-01-09 11:27:23,387 - INFO - Pod ctest-nginx-pod-55115955 is in running state.Got IP 10.47.255.251 2025-01-09 11:27:23,402 - DEBUG - Pod ctest-nginx-pod-55115955 has vmi aa8477e0-ce7c-11ef-90ad-fa163e5fe9e2 2025-01-09 11:27:23,402 - INFO - Verified pod ctest-nginx-pod-55115955 in contrail-api 2025-01-09 11:27:23,403 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 11:27:23,416 - DEBUG - VMI aa8477e0-ce7c-11ef-90ad-fa163e5fe9e2 is active in agent 10.0.0.33 2025-01-09 11:27:23,417 - INFO - Verified Pod ctest-nginx-pod-55115955 in agent 10.0.0.33 2025-01-09 11:27:23,417 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=ceee1cc4-11b2-4750-a964-7d25f7d36ca4 2025-01-09 11:27:23,422 - INFO - Pod ctest-nginx-pod-55115955 with uuid ceee1cc4-11b2-4750-a964-7d25f7d36ca4 found in kube manager 2025-01-09 11:27:23,422 - INFO - Pod ctest-nginx-pod-55115955 verification passed 2025-01-09 11:27:23,510 - DEBUG - [Pod ctest-nginx-pod-55115955] Cmd: echo ctest-nginx-pod-55115955 > /usr/share/nginx/html/index.html, Output: 2025-01-09 11:27:23,516 - INFO - Pod ctest-nginx-pod-25552654 is in running state.Got IP 10.47.255.250 2025-01-09 11:27:23,573 - DEBUG - Pod ctest-nginx-pod-25552654 has vmi aafb0a68-ce7c-11ef-90ad-fa163e5fe9e2 2025-01-09 11:27:23,574 - INFO - Verified pod ctest-nginx-pod-25552654 in contrail-api 2025-01-09 11:27:23,574 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 11:27:23,584 - DEBUG - VMI aafb0a68-ce7c-11ef-90ad-fa163e5fe9e2 is active in agent 10.0.0.33 2025-01-09 11:27:23,584 - INFO - Verified Pod ctest-nginx-pod-25552654 in agent 10.0.0.33 2025-01-09 11:27:23,585 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=3942a9cb-7240-4ccb-847d-9377b624c295 2025-01-09 11:27:23,589 - INFO - Pod ctest-nginx-pod-25552654 with uuid 3942a9cb-7240-4ccb-847d-9377b624c295 found in kube manager 2025-01-09 11:27:23,590 - INFO - Pod ctest-nginx-pod-25552654 verification passed 2025-01-09 11:27:23,649 - DEBUG - [Pod ctest-nginx-pod-25552654] Cmd: echo ctest-nginx-pod-25552654 > /usr/share/nginx/html/index.html, Output: 2025-01-09 11:27:23,654 - DEBUG - Pod ctest-busybox-pod-59088098 not in running state.Currently in Pending 2025-01-09 11:27:28,662 - DEBUG - Pod ctest-busybox-pod-59088098 not in running state.Currently in Pending 2025-01-09 11:27:33,669 - INFO - Pod ctest-busybox-pod-59088098 is in running state.Got IP 10.47.255.248 2025-01-09 11:27:33,691 - DEBUG - Pod ctest-busybox-pod-59088098 has vmi af6ed868-ce7c-11ef-90ad-fa163e5fe9e2 2025-01-09 11:27:33,691 - INFO - Verified pod ctest-busybox-pod-59088098 in contrail-api 2025-01-09 11:27:33,691 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 11:27:33,703 - DEBUG - VMI af6ed868-ce7c-11ef-90ad-fa163e5fe9e2 is active in agent 10.0.0.33 2025-01-09 11:27:33,703 - INFO - Verified Pod ctest-busybox-pod-59088098 in agent 10.0.0.33 2025-01-09 11:27:33,703 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff 2025-01-09 11:27:33,709 - INFO - Pod ctest-busybox-pod-59088098 with uuid eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff found in kube manager 2025-01-09 11:27:33,709 - INFO - Pod ctest-busybox-pod-59088098 verification passed 2025-01-09 11:27:33,767 - DEBUG - [Pod ctest-busybox-pod-59088098] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-25552654 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-09 11:27:33,768 - DEBUG - [Pod Pod ctest-busybox-pod-59088098] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-09 11:27:33,768 - DEBUG - [Pod Pod ctest-busybox-pod-59088098] Cmd output: ctest-nginx-pod-25552654 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-09 11:27:33,828 - DEBUG - [Pod ctest-busybox-pod-59088098] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-55115955 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-09 11:27:33,828 - DEBUG - [Pod Pod ctest-busybox-pod-59088098] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-09 11:27:33,828 - DEBUG - [Pod Pod ctest-busybox-pod-59088098] Cmd output: ctest-nginx-pod-55115955 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-09 11:27:33,828 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-55115955': 1, 'ctest-nginx-pod-25552654': 1} 2025-01-09 11:27:33,828 - WARNING - Nothing to delete parallely 2025-01-09 11:27:33,828 - INFO - Deleting pod default:ctest-busybox-pod-59088098 2025-01-09 11:27:33,847 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff 2025-01-09 11:27:33,861 - WARNING - Pod uuid eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff is still seen in agent 10.0.0.33 VM list 2025-01-09 11:27:38,862 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff 2025-01-09 11:27:38,870 - WARNING - Pod uuid eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff is still seen in agent 10.0.0.33 VM list 2025-01-09 11:27:43,871 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff 2025-01-09 11:27:43,878 - WARNING - Pod uuid eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff is still seen in agent 10.0.0.33 VM list 2025-01-09 11:27:48,879 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff 2025-01-09 11:27:48,888 - WARNING - Pod uuid eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff is still seen in agent 10.0.0.33 VM list 2025-01-09 11:27:53,888 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff 2025-01-09 11:27:53,899 - WARNING - Pod uuid eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff is still seen in agent 10.0.0.33 VM list 2025-01-09 11:27:58,899 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff 2025-01-09 11:27:58,906 - WARNING - Pod uuid eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff is still seen in agent 10.0.0.33 VM list 2025-01-09 11:28:03,907 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff 2025-01-09 11:28:03,914 - WARNING - Pod uuid eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff is still seen in agent 10.0.0.33 VM list 2025-01-09 11:28:08,915 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff 2025-01-09 11:28:08,933 - DEBUG - Pod eb60a5f6-80f8-40ef-9b9e-9a4a8fac34ff is not in agent 10.0.0.33 VM list 2025-01-09 11:28:08,933 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:af6ed868-ce7c-11ef-90ad-fa163e5fe9e2 2025-01-09 11:28:08,939 - DEBUG - VMI af6ed868-ce7c-11ef-90ad-fa163e5fe9e2 is removed from agent 10.0.0.33 2025-01-09 11:28:08,939 - INFO - Verified that pod ctest-busybox-pod-59088098 is removed in agent 2025-01-09 11:28:08,939 - INFO - Deleting Ingress : ctest-nginx-ingress-41785980 2025-01-09 11:28:08,953 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=5be01883-4bec-4f5d-9b66-890de885583b 2025-01-09 11:28:08,967 - ERROR - Ingress ctest-nginx-ingress-41785980 with uuid 5be01883-4bec-4f5d-9b66-890de885583b still found in kube manager 2025-01-09 11:28:09,968 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=5be01883-4bec-4f5d-9b66-890de885583b 2025-01-09 11:28:09,985 - INFO - Ingress ctest-nginx-ingress-41785980 with uuid 5be01883-4bec-4f5d-9b66-890de885583b deleted successfully from kube manager 2025-01-09 11:28:09,985 - INFO - Verifications on Ingress %s cleanup passed 2025-01-09 11:28:09,985 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-09 11:28:10,092 - 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-09 11:28:10,098 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-09 11:28:10,098 - INFO - Deleting VN __public__ 2025-01-09 11:28:10,403 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/adc73e46-6837-47de-8f24-818babd7f60a 2025-01-09 11:28:10,428 - DEBUG - Response Code: 404 2025-01-09 11:28:10,428 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-09 11:28:10,446 - DEBUG - Requesting: http://10.0.0.23:8082/domain/e3081684-b3a2-4a7a-b728-96b234166618 2025-01-09 11:28:10,470 - DEBUG - Requesting: http://10.0.0.23:8082/project/0d83d382-380d-4c7c-a8eb-fbb4b143bd8d 2025-01-09 11:28:10,513 - INFO - Validated that VN __public__ is not found in API Server 2025-01-09 11:28:10,513 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-09 11:28:10,530 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 11:28:10,540 - DEBUG - VN __public__ is not present in Agent 10.0.0.33 2025-01-09 11:28:10,540 - INFO - Validated that VN __public__ is not in any agent 2025-01-09 11:28:10,540 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 11:28:10,550 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 11:28:10,558 - 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-09 11:28:10,569 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-09 11:28:10,570 - INFO - Deleting pod default:ctest-nginx-pod-25552654 2025-01-09 11:28:10,580 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3942a9cb-7240-4ccb-847d-9377b624c295 2025-01-09 11:28:10,617 - WARNING - Pod uuid 3942a9cb-7240-4ccb-847d-9377b624c295 is still seen in agent 10.0.0.33 VM list 2025-01-09 11:28:15,618 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3942a9cb-7240-4ccb-847d-9377b624c295 2025-01-09 11:28:15,626 - DEBUG - Pod 3942a9cb-7240-4ccb-847d-9377b624c295 is not in agent 10.0.0.33 VM list 2025-01-09 11:28:15,626 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aafb0a68-ce7c-11ef-90ad-fa163e5fe9e2 2025-01-09 11:28:15,632 - DEBUG - VMI aafb0a68-ce7c-11ef-90ad-fa163e5fe9e2 is removed from agent 10.0.0.33 2025-01-09 11:28:15,632 - INFO - Verified that pod ctest-nginx-pod-25552654 is removed in agent 2025-01-09 11:28:15,633 - INFO - Deleting pod default:ctest-nginx-pod-55115955 2025-01-09 11:28:15,644 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ceee1cc4-11b2-4750-a964-7d25f7d36ca4 2025-01-09 11:28:15,654 - WARNING - Pod uuid ceee1cc4-11b2-4750-a964-7d25f7d36ca4 is still seen in agent 10.0.0.33 VM list 2025-01-09 11:28:20,654 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ceee1cc4-11b2-4750-a964-7d25f7d36ca4 2025-01-09 11:28:20,662 - DEBUG - Pod ceee1cc4-11b2-4750-a964-7d25f7d36ca4 is not in agent 10.0.0.33 VM list 2025-01-09 11:28:20,662 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aa8477e0-ce7c-11ef-90ad-fa163e5fe9e2 2025-01-09 11:28:20,669 - DEBUG - VMI aa8477e0-ce7c-11ef-90ad-fa163e5fe9e2 is removed from agent 10.0.0.33 2025-01-09 11:28:20,669 - INFO - Verified that pod ctest-nginx-pod-55115955 is removed in agent 2025-01-09 11:28:20,669 - INFO - Deleting service : ctest-nginx-svc-70214204 2025-01-09 11:28:20,914 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-09 11:28:20,923 - DEBUG - No XMPP flaps were noticed during the test