2025-07-09 11:28:46,409 - DEBUG - [10.0.0.57]: Running cmd : hostname 2025-07-09 11:28:46,754 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1321-1 2025-07-09 11:28:46,755 - DEBUG - [10.0.0.57]: Running cmd : hostname -f 2025-07-09 11:28:46,801 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1321-1 2025-07-09 11:28:46,801 - 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-07-09 11:28:46,919 - DEBUG - Output : NAMES contrail_test_QUDg6LR80 contrail-kubernetes-master-kubemanager-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-zookeeper-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-api-1 config_api-schema-1 config_api-nodemgr-1 2025-07-09 11:28:46,920 - DEBUG - [10.0.0.57]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-09 11:28:46,978 - DEBUG - Output : 10.0.0.57/24 172.17.0.1/16 2025-07-09 11:28:46,978 - DEBUG - [10.0.0.57]: Running cmd : getent hosts 10.0.0.57 | head -n 1 | awk '{print $2}' 2025-07-09 11:28:47,025 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1321-1 2025-07-09 11:28:47,167 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-07-09 11:28:47,399 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1321-1 2025-07-09 11:28:47,400 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-07-09 11:28:47,428 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1321-1 2025-07-09 11:28:47,428 - DEBUG - [10.0.0.129]: 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-07-09 11:28:47,514 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-09 11:28:47,515 - DEBUG - [10.0.0.129]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-09 11:28:47,553 - DEBUG - Output : 10.0.0.129/24 2025-07-09 11:28:47,554 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-07-09 11:28:47,589 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1321-1 2025-07-09 11:28:47,706 - INFO - Using existing project ['default-domain', 'k8s-default'](edc8aab3-72f8-44fc-82d2-f0b2c7ba11c7) 2025-07-09 11:28:47,837 - INFO - Using existing project ['default-domain', 'k8s-default'](edc8aab3-72f8-44fc-82d2-f0b2c7ba11c7) 2025-07-09 11:28:47,971 - INFO - ================================================================================ 2025-07-09 11:28:47,971 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-09 11:28:47,972 - 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-07-09 11:28:48,272 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-09 11:28:48,285 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.0.0.57': '0'}} with 2025-07-09 11:28:48,285 - INFO - Initial checks done. Running the testcase now 2025-07-09 11:28:48,285 - INFO - 2025-07-09 11:28:48,297 - INFO - Namespace default already exists 2025-07-09 11:28:48,298 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-09 11:28:48,499 - DEBUG - Output : cluster_project={} 2025-07-09 11:28:48,579 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-09 11:28:48,579 - DEBUG - Project uuid in Contrail is edc8aab3-72f8-44fc-82d2-f0b2c7ba11c7 2025-07-09 11:28:48,579 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-09 11:28:48,709 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-09 11:28:48,710 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_NamespaceDatabaseList?namespace_uuid=24e8c64c-c4b6-491a-9c14-e242b64c9807 2025-07-09 11:28:48,719 - INFO - Namespace default with uuid 24e8c64c-c4b6-491a-9c14-e242b64c9807 found in kube manager 2025-07-09 11:28:48,719 - INFO - Namespace default verification passed 2025-07-09 11:28:48,724 - DEBUG - Service ctest-nginx-svc-02093716 not present 2025-07-09 11:28:48,725 - INFO - Creating service ctest-nginx-svc-02093716 2025-07-09 11:28:48,746 - INFO - Created Service ctest-nginx-svc-02093716 2025-07-09 11:28:48,762 - DEBUG - Pod ctest-nginx-pod-66177263 not present 2025-07-09 11:28:48,762 - INFO - Creating Pod ctest-nginx-pod-66177263 2025-07-09 11:28:48,805 - DEBUG - Pod : ctest-nginx-pod-66177263 UUID is 5765d93c-9270-4c00-8cfe-6f95de3c79f0 2025-07-09 11:28:48,815 - DEBUG - Pod ctest-nginx-pod-88294541 not present 2025-07-09 11:28:48,815 - INFO - Creating Pod ctest-nginx-pod-88294541 2025-07-09 11:28:48,852 - DEBUG - Pod : ctest-nginx-pod-88294541 UUID is 90dbfc15-4e4d-4ba5-a4d3-02116c274072 2025-07-09 11:28:49,081 - INFO - Created VN __public__, UUID :7c49a3bf-7fa5-4667-ab49-69a8a195742d 2025-07-09 11:28:49,354 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 11:28:49,359 - DEBUG - Requesting: http://10.0.0.57:8082/domain/b6133e92-745a-4a23-8922-604073029c19 2025-07-09 11:28:49,379 - DEBUG - Requesting: http://10.0.0.57:8082/project/edc8aab3-72f8-44fc-82d2-f0b2c7ba11c7 2025-07-09 11:28:49,507 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/7c49a3bf-7fa5-4667-ab49-69a8a195742d 2025-07-09 11:28:49,540 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/7c49a3bf-7fa5-4667-ab49-69a8a195742d 2025-07-09 11:28:49,561 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/25c6684f-c1a6-4810-8bad-6ea8f881511a 2025-07-09 11:28:49,589 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/25c6684f-c1a6-4810-8bad-6ea8f881511a 2025-07-09 11:28:49,599 - DEBUG - Route Targets: [] 2025-07-09 11:28:49,599 - DEBUG - RT names not yet present for VN __public__ 2025-07-09 11:28:54,599 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 11:28:54,608 - DEBUG - Requesting: http://10.0.0.57:8082/domain/b6133e92-745a-4a23-8922-604073029c19 2025-07-09 11:28:54,621 - DEBUG - Requesting: http://10.0.0.57:8082/project/edc8aab3-72f8-44fc-82d2-f0b2c7ba11c7 2025-07-09 11:28:54,688 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/7c49a3bf-7fa5-4667-ab49-69a8a195742d 2025-07-09 11:28:54,701 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/7c49a3bf-7fa5-4667-ab49-69a8a195742d 2025-07-09 11:28:54,713 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/25c6684f-c1a6-4810-8bad-6ea8f881511a 2025-07-09 11:28:54,726 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/25c6684f-c1a6-4810-8bad-6ea8f881511a 2025-07-09 11:28:54,735 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/1c3fffbf-e2e7-4611-8a77-cd415a552d8d 2025-07-09 11:28:54,745 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-09 11:28:54,746 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/7c49a3bf-7fa5-4667-ab49-69a8a195742d 2025-07-09 11:28:54,758 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/25c6684f-c1a6-4810-8bad-6ea8f881511a 2025-07-09 11:28:54,776 - INFO - Verified VN network id 13 for VN 7c49a3bf-7fa5-4667-ab49-69a8a195742d 2025-07-09 11:28:54,776 - INFO - Verifications in API Server for VN __public__ passed 2025-07-09 11:28:54,776 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/7c49a3bf-7fa5-4667-ab49-69a8a195742d 2025-07-09 11:28:54,789 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/25c6684f-c1a6-4810-8bad-6ea8f881511a 2025-07-09 11:28:54,798 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/25c6684f-c1a6-4810-8bad-6ea8f881511a 2025-07-09 11:28:54,806 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/1c3fffbf-e2e7-4611-8a77-cd415a552d8d 2025-07-09 11:28:54,814 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-09 11:28:54,820 - DEBUG - Control-node 10.0.0.57 : 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': '8955869376878560871', 'uuid-lslong': '12342512426771903533'}, 'enable': 'true', 'created': '2025-07-09T11:28:49', 'last-modified': '2025-07-09T11:28:49', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.553869'} 2025-07-09 11:28:54,820 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 11:28:54,828 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-09 11:28:54,828 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-09 11:28:54,829 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-09 11:28:54,829 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 11:28:54,834 - DEBUG - Requesting: http://10.0.0.57:8082/domain/b6133e92-745a-4a23-8922-604073029c19 2025-07-09 11:28:54,843 - DEBUG - Requesting: http://10.0.0.57:8082/project/edc8aab3-72f8-44fc-82d2-f0b2c7ba11c7 2025-07-09 11:28:54,891 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/7c49a3bf-7fa5-4667-ab49-69a8a195742d 2025-07-09 11:28:54,901 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-09 11:28:54,901 - DEBUG - Verifying the vn in opserver 2025-07-09 11:28:54,901 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.57 2025-07-09 11:28:54,901 - DEBUG - Requesting: http://10.0.0.57:8081/analytics/uves/virtual-networks 2025-07-09 11:28:54,906 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.57:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-09 11:28:54,906 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-09 11:28:54,906 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 11:28:54,915 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 11:28:54,922 - DEBUG - Do not have enough data to verify VN in agent 2025-07-09 11:28:54,922 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 11:28:54,931 - DEBUG - VRF ids for VN __public__: {} 2025-07-09 11:28:55,026 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-09 11:28:55,142 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 11:28:55,147 - DEBUG - Requesting: http://10.0.0.57:8082/domain/b6133e92-745a-4a23-8922-604073029c19 2025-07-09 11:28:55,154 - DEBUG - Requesting: http://10.0.0.57:8082/project/edc8aab3-72f8-44fc-82d2-f0b2c7ba11c7 2025-07-09 11:28:55,207 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/7c49a3bf-7fa5-4667-ab49-69a8a195742d 2025-07-09 11:28:55,220 - DEBUG - Requesting: http://10.0.0.57:8082/floating-ip-pool/9755feeb-2078-468e-9525-3386cc7a500d 2025-07-09 11:28:55,227 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 11:28:55,232 - DEBUG - Requesting: http://10.0.0.57:8082/domain/b6133e92-745a-4a23-8922-604073029c19 2025-07-09 11:28:55,240 - DEBUG - Requesting: http://10.0.0.57:8082/project/edc8aab3-72f8-44fc-82d2-f0b2c7ba11c7 2025-07-09 11:28:55,293 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/7c49a3bf-7fa5-4667-ab49-69a8a195742d 2025-07-09 11:28:55,303 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-09 11:28:55,303 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-09 11:28:55,311 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-09 11:28:55,317 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-09 11:28:55,317 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-09 11:28:55,320 - DEBUG - Ingress ctest-nginx-ingress-72347719 not present 2025-07-09 11:28:55,320 - INFO - Creating Ingress ctest-nginx-ingress-72347719 2025-07-09 11:28:55,327 - INFO - Created Ingress ctest-nginx-ingress-72347719 2025-07-09 11:28:55,330 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-72347719 2025-07-09 11:28:58,336 - DEBUG - For Ingress ctest-nginx-ingress-72347719, Cluster IP: 10.47.255.249, External IPs ['82.84.230.252'] 2025-07-09 11:28:58,336 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-72347719 2025-07-09 11:28:58,337 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=e34f3023-8250-47ca-96de-f006a19a135a 2025-07-09 11:28:58,341 - INFO - Ingress ctest-nginx-ingress-72347719 with uuid e34f3023-8250-47ca-96de-f006a19a135a found in kube manager 2025-07-09 11:28:58,342 - INFO - Ingress ctest-nginx-ingress-72347719 verification passed 2025-07-09 11:28:58,345 - DEBUG - Pod ctest-busybox-pod-46675049 not present 2025-07-09 11:28:58,345 - INFO - Creating Pod ctest-busybox-pod-46675049 2025-07-09 11:28:58,387 - DEBUG - Pod : ctest-busybox-pod-46675049 UUID is 90ed9980-46fe-41fd-aac4-0038725ec15f 2025-07-09 11:28:58,394 - DEBUG - Pod ctest-nginx-pod-66177263 not in running state.Currently in Pending 2025-07-09 11:29:03,405 - INFO - Pod ctest-nginx-pod-66177263 is in running state.Got IP 10.47.255.251 2025-07-09 11:29:03,433 - DEBUG - Pod ctest-nginx-pod-66177263 has vmi e2edda1c-5cb7-11f0-9e4d-fa163ef69d39 2025-07-09 11:29:03,433 - INFO - Verified pod ctest-nginx-pod-66177263 in contrail-api 2025-07-09 11:29:03,433 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 11:29:03,455 - DEBUG - VMI e2edda1c-5cb7-11f0-9e4d-fa163ef69d39 is active in agent 10.0.0.129 2025-07-09 11:29:03,455 - INFO - Verified Pod ctest-nginx-pod-66177263 in agent 10.0.0.129 2025-07-09 11:29:03,455 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=5765d93c-9270-4c00-8cfe-6f95de3c79f0 2025-07-09 11:29:03,464 - INFO - Pod ctest-nginx-pod-66177263 with uuid 5765d93c-9270-4c00-8cfe-6f95de3c79f0 found in kube manager 2025-07-09 11:29:03,465 - INFO - Pod ctest-nginx-pod-66177263 verification passed 2025-07-09 11:29:03,534 - DEBUG - [Pod ctest-nginx-pod-66177263] Cmd: echo ctest-nginx-pod-66177263 > /usr/share/nginx/html/index.html, Output: 2025-07-09 11:29:03,541 - INFO - Pod ctest-nginx-pod-88294541 is in running state.Got IP 10.47.255.250 2025-07-09 11:29:03,606 - DEBUG - Pod ctest-nginx-pod-88294541 has vmi e37ad8cc-5cb7-11f0-9e4d-fa163ef69d39 2025-07-09 11:29:03,606 - INFO - Verified pod ctest-nginx-pod-88294541 in contrail-api 2025-07-09 11:29:03,607 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 11:29:03,620 - DEBUG - VMI e37ad8cc-5cb7-11f0-9e4d-fa163ef69d39 is active in agent 10.0.0.129 2025-07-09 11:29:03,620 - INFO - Verified Pod ctest-nginx-pod-88294541 in agent 10.0.0.129 2025-07-09 11:29:03,620 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=90dbfc15-4e4d-4ba5-a4d3-02116c274072 2025-07-09 11:29:03,628 - INFO - Pod ctest-nginx-pod-88294541 with uuid 90dbfc15-4e4d-4ba5-a4d3-02116c274072 found in kube manager 2025-07-09 11:29:03,628 - INFO - Pod ctest-nginx-pod-88294541 verification passed 2025-07-09 11:29:03,684 - DEBUG - [Pod ctest-nginx-pod-88294541] Cmd: echo ctest-nginx-pod-88294541 > /usr/share/nginx/html/index.html, Output: 2025-07-09 11:29:03,693 - DEBUG - Pod ctest-busybox-pod-46675049 not in running state.Currently in Pending 2025-07-09 11:29:08,714 - DEBUG - Pod ctest-busybox-pod-46675049 not in running state.Currently in Pending 2025-07-09 11:29:13,724 - INFO - Pod ctest-busybox-pod-46675049 is in running state.Got IP 10.47.255.248 2025-07-09 11:29:13,752 - DEBUG - Pod ctest-busybox-pod-46675049 has vmi e7cde90a-5cb7-11f0-9e4d-fa163ef69d39 2025-07-09 11:29:13,752 - INFO - Verified pod ctest-busybox-pod-46675049 in contrail-api 2025-07-09 11:29:13,752 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-09 11:29:13,767 - DEBUG - VMI e7cde90a-5cb7-11f0-9e4d-fa163ef69d39 is active in agent 10.0.0.129 2025-07-09 11:29:13,767 - INFO - Verified Pod ctest-busybox-pod-46675049 in agent 10.0.0.129 2025-07-09 11:29:13,767 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=90ed9980-46fe-41fd-aac4-0038725ec15f 2025-07-09 11:29:13,775 - INFO - Pod ctest-busybox-pod-46675049 with uuid 90ed9980-46fe-41fd-aac4-0038725ec15f found in kube manager 2025-07-09 11:29:13,777 - INFO - Pod ctest-busybox-pod-46675049 verification passed 2025-07-09 11:29:13,850 - DEBUG - [Pod ctest-busybox-pod-46675049] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-66177263 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-07-09 11:29:13,850 - DEBUG - [Pod Pod ctest-busybox-pod-46675049] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-09 11:29:13,850 - DEBUG - [Pod Pod ctest-busybox-pod-46675049] Cmd output: ctest-nginx-pod-66177263 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-07-09 11:29:13,911 - DEBUG - [Pod ctest-busybox-pod-46675049] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-88294541 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-07-09 11:29:13,911 - DEBUG - [Pod Pod ctest-busybox-pod-46675049] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-09 11:29:13,912 - DEBUG - [Pod Pod ctest-busybox-pod-46675049] Cmd output: ctest-nginx-pod-88294541 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-07-09 11:29:13,912 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-66177263': 1, 'ctest-nginx-pod-88294541': 1} 2025-07-09 11:29:13,913 - WARNING - Nothing to delete parallely 2025-07-09 11:29:13,914 - INFO - Deleting pod default:ctest-busybox-pod-46675049 2025-07-09 11:29:13,942 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=90ed9980-46fe-41fd-aac4-0038725ec15f 2025-07-09 11:29:13,958 - WARNING - Pod uuid 90ed9980-46fe-41fd-aac4-0038725ec15f is still seen in agent 10.0.0.129 VM list 2025-07-09 11:29:18,959 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=90ed9980-46fe-41fd-aac4-0038725ec15f 2025-07-09 11:29:18,970 - WARNING - Pod uuid 90ed9980-46fe-41fd-aac4-0038725ec15f is still seen in agent 10.0.0.129 VM list 2025-07-09 11:29:23,971 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=90ed9980-46fe-41fd-aac4-0038725ec15f 2025-07-09 11:29:23,984 - WARNING - Pod uuid 90ed9980-46fe-41fd-aac4-0038725ec15f is still seen in agent 10.0.0.129 VM list 2025-07-09 11:29:28,986 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=90ed9980-46fe-41fd-aac4-0038725ec15f 2025-07-09 11:29:29,001 - WARNING - Pod uuid 90ed9980-46fe-41fd-aac4-0038725ec15f is still seen in agent 10.0.0.129 VM list 2025-07-09 11:29:34,002 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=90ed9980-46fe-41fd-aac4-0038725ec15f 2025-07-09 11:29:34,011 - WARNING - Pod uuid 90ed9980-46fe-41fd-aac4-0038725ec15f is still seen in agent 10.0.0.129 VM list 2025-07-09 11:29:39,012 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=90ed9980-46fe-41fd-aac4-0038725ec15f 2025-07-09 11:29:39,029 - WARNING - Pod uuid 90ed9980-46fe-41fd-aac4-0038725ec15f is still seen in agent 10.0.0.129 VM list 2025-07-09 11:29:44,030 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=90ed9980-46fe-41fd-aac4-0038725ec15f 2025-07-09 11:29:44,045 - WARNING - Pod uuid 90ed9980-46fe-41fd-aac4-0038725ec15f is still seen in agent 10.0.0.129 VM list 2025-07-09 11:29:49,047 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=90ed9980-46fe-41fd-aac4-0038725ec15f 2025-07-09 11:29:49,062 - DEBUG - Pod 90ed9980-46fe-41fd-aac4-0038725ec15f is not in agent 10.0.0.129 VM list 2025-07-09 11:29:49,062 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e7cde90a-5cb7-11f0-9e4d-fa163ef69d39 2025-07-09 11:29:49,077 - DEBUG - VMI e7cde90a-5cb7-11f0-9e4d-fa163ef69d39 is removed from agent 10.0.0.129 2025-07-09 11:29:49,077 - INFO - Verified that pod ctest-busybox-pod-46675049 is removed in agent 2025-07-09 11:29:49,077 - INFO - Deleting Ingress : ctest-nginx-ingress-72347719 2025-07-09 11:29:49,091 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=e34f3023-8250-47ca-96de-f006a19a135a 2025-07-09 11:29:49,098 - ERROR - Ingress ctest-nginx-ingress-72347719 with uuid e34f3023-8250-47ca-96de-f006a19a135a still found in kube manager 2025-07-09 11:29:50,100 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=e34f3023-8250-47ca-96de-f006a19a135a 2025-07-09 11:29:50,104 - INFO - Ingress ctest-nginx-ingress-72347719 with uuid e34f3023-8250-47ca-96de-f006a19a135a deleted successfully from kube manager 2025-07-09 11:29:50,104 - INFO - Verifications on Ingress %s cleanup passed 2025-07-09 11:29:50,104 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-09 11:29:50,289 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-09 11:29:50,309 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-09 11:29:50,309 - INFO - Deleting VN __public__ 2025-07-09 11:29:50,518 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/25c6684f-c1a6-4810-8bad-6ea8f881511a 2025-07-09 11:29:50,524 - DEBUG - Response Code: 404 2025-07-09 11:29:50,525 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-09 11:29:50,531 - DEBUG - Requesting: http://10.0.0.57:8082/domain/b6133e92-745a-4a23-8922-604073029c19 2025-07-09 11:29:50,551 - DEBUG - Requesting: http://10.0.0.57:8082/project/edc8aab3-72f8-44fc-82d2-f0b2c7ba11c7 2025-07-09 11:29:50,599 - INFO - Validated that VN __public__ is not found in API Server 2025-07-09 11:29:50,599 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-09 11:29:50,609 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 11:29:50,621 - DEBUG - VN __public__ is not present in Agent 10.0.0.129 2025-07-09 11:29:50,621 - INFO - Validated that VN __public__ is not in any agent 2025-07-09 11:29:50,621 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 11:29:50,630 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-09 11:29:50,650 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-09 11:29:50,661 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-09 11:29:50,662 - INFO - Deleting pod default:ctest-nginx-pod-88294541 2025-07-09 11:29:50,686 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=90dbfc15-4e4d-4ba5-a4d3-02116c274072 2025-07-09 11:29:50,721 - WARNING - Pod uuid 90dbfc15-4e4d-4ba5-a4d3-02116c274072 is still seen in agent 10.0.0.129 VM list 2025-07-09 11:29:55,723 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=90dbfc15-4e4d-4ba5-a4d3-02116c274072 2025-07-09 11:29:55,736 - DEBUG - Pod 90dbfc15-4e4d-4ba5-a4d3-02116c274072 is not in agent 10.0.0.129 VM list 2025-07-09 11:29:55,736 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e37ad8cc-5cb7-11f0-9e4d-fa163ef69d39 2025-07-09 11:29:55,750 - DEBUG - VMI e37ad8cc-5cb7-11f0-9e4d-fa163ef69d39 is removed from agent 10.0.0.129 2025-07-09 11:29:55,750 - INFO - Verified that pod ctest-nginx-pod-88294541 is removed in agent 2025-07-09 11:29:55,751 - INFO - Deleting pod default:ctest-nginx-pod-66177263 2025-07-09 11:29:55,775 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5765d93c-9270-4c00-8cfe-6f95de3c79f0 2025-07-09 11:29:55,815 - WARNING - Pod uuid 5765d93c-9270-4c00-8cfe-6f95de3c79f0 is still seen in agent 10.0.0.129 VM list 2025-07-09 11:30:00,816 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5765d93c-9270-4c00-8cfe-6f95de3c79f0 2025-07-09 11:30:00,823 - DEBUG - Pod 5765d93c-9270-4c00-8cfe-6f95de3c79f0 is not in agent 10.0.0.129 VM list 2025-07-09 11:30:00,823 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e2edda1c-5cb7-11f0-9e4d-fa163ef69d39 2025-07-09 11:30:00,831 - DEBUG - VMI e2edda1c-5cb7-11f0-9e4d-fa163ef69d39 is removed from agent 10.0.0.129 2025-07-09 11:30:00,831 - INFO - Verified that pod ctest-nginx-pod-66177263 is removed in agent 2025-07-09 11:30:00,832 - INFO - Deleting service : ctest-nginx-svc-02093716 2025-07-09 11:30:01,117 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-09 11:30:01,128 - DEBUG - No XMPP flaps were noticed during the test