2025-10-27 20:20:02,422 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-10-27 20:20:02,784 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1639-1 2025-10-27 20:20:02,784 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-10-27 20:20:02,831 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1639-1 2025-10-27 20:20:02,831 - DEBUG - [10.0.0.22]: 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-10-27 20:20:02,966 - DEBUG - Output : NAMES contrail_test_lnOOFSfxu contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-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-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-api-1 config_api-schema-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-nodemgr-1 2025-10-27 20:20:02,966 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-27 20:20:03,065 - DEBUG - Output : 127.0.0.1/8 10.0.0.22/24 252.22.0.1/8 10.50.84.1/24 172.17.0.1/16 2025-10-27 20:20:03,066 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-10-27 20:20:03,121 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1639-1 2025-10-27 20:20:03,262 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-10-27 20:20:03,551 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1639-1 2025-10-27 20:20:03,551 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-10-27 20:20:03,575 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1639-1 2025-10-27 20:20:03,575 - DEBUG - [10.0.0.41]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-10-27 20:20:03,620 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-27 20:20:03,620 - DEBUG - [10.0.0.41]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-27 20:20:03,656 - DEBUG - Output : 10.0.0.41/24 2025-10-27 20:20:03,656 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-10-27 20:20:03,694 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1639-1 2025-10-27 20:20:03,780 - INFO - Using existing project ['default-domain', 'k8s-default'](31686038-f394-425d-8043-76fb190366bb) 2025-10-27 20:20:03,858 - INFO - Using existing project ['default-domain', 'k8s-default'](31686038-f394-425d-8043-76fb190366bb) 2025-10-27 20:20:03,974 - INFO - ================================================================================ 2025-10-27 20:20:03,974 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-27 20:20:03,974 - 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-10-27 20:20:04,236 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-27 20:20:04,243 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.0.0.22': '0'}} with 2025-10-27 20:20:04,243 - INFO - Initial checks done. Running the testcase now 2025-10-27 20:20:04,243 - INFO - 2025-10-27 20:20:04,254 - INFO - Namespace default already exists 2025-10-27 20:20:04,255 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-27 20:20:04,389 - DEBUG - Output : cluster_project={} 2025-10-27 20:20:04,484 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-27 20:20:04,484 - DEBUG - Project uuid in Contrail is 31686038-f394-425d-8043-76fb190366bb 2025-10-27 20:20:04,484 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-27 20:20:04,652 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-27 20:20:04,653 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=412243a4-671a-4037-ad93-83b111ce3b23 2025-10-27 20:20:04,656 - INFO - Namespace default with uuid 412243a4-671a-4037-ad93-83b111ce3b23 found in kube manager 2025-10-27 20:20:04,657 - INFO - Namespace default verification passed 2025-10-27 20:20:04,660 - DEBUG - Service ctest-nginx-svc-16478242 not present 2025-10-27 20:20:04,660 - INFO - Creating service ctest-nginx-svc-16478242 2025-10-27 20:20:04,677 - INFO - Created Service ctest-nginx-svc-16478242 2025-10-27 20:20:04,692 - DEBUG - Pod ctest-nginx-pod-59029532 not present 2025-10-27 20:20:04,701 - INFO - Creating Pod ctest-nginx-pod-59029532 2025-10-27 20:20:04,788 - DEBUG - Pod : ctest-nginx-pod-59029532 UUID is e3d1ca61-a415-46f0-9372-8cb0f06562f4 2025-10-27 20:20:04,790 - DEBUG - Pod ctest-nginx-pod-92800658 not present 2025-10-27 20:20:04,791 - INFO - Creating Pod ctest-nginx-pod-92800658 2025-10-27 20:20:04,830 - DEBUG - Pod : ctest-nginx-pod-92800658 UUID is 1358143b-28d4-4898-ad1d-1bf62f2d4cc4 2025-10-27 20:20:04,995 - INFO - Created VN __public__, UUID :a0d4709a-924b-4fd6-834a-af139daa0fa2 2025-10-27 20:20:05,388 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-10-27 20:20:05,393 - DEBUG - Requesting: http://10.0.0.22:8082/domain/dc45e971-cd32-45fc-a2e3-bb4823710def 2025-10-27 20:20:05,468 - DEBUG - Requesting: http://10.0.0.22:8082/project/31686038-f394-425d-8043-76fb190366bb 2025-10-27 20:20:05,606 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/a0d4709a-924b-4fd6-834a-af139daa0fa2 2025-10-27 20:20:05,630 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/a0d4709a-924b-4fd6-834a-af139daa0fa2 2025-10-27 20:20:05,651 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/9ff5c315-a678-4155-985d-3b858e3b4158 2025-10-27 20:20:05,667 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/9ff5c315-a678-4155-985d-3b858e3b4158 2025-10-27 20:20:05,682 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/04c25cce-a049-4334-bdd6-4bc50266e31c 2025-10-27 20:20:05,688 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-27 20:20:05,688 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/a0d4709a-924b-4fd6-834a-af139daa0fa2 2025-10-27 20:20:05,698 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/9ff5c315-a678-4155-985d-3b858e3b4158 2025-10-27 20:20:05,737 - INFO - Verified VN network id 13 for VN a0d4709a-924b-4fd6-834a-af139daa0fa2 2025-10-27 20:20:05,737 - INFO - Verifications in API Server for VN __public__ passed 2025-10-27 20:20:05,738 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/a0d4709a-924b-4fd6-834a-af139daa0fa2 2025-10-27 20:20:05,754 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/9ff5c315-a678-4155-985d-3b858e3b4158 2025-10-27 20:20:05,775 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/9ff5c315-a678-4155-985d-3b858e3b4158 2025-10-27 20:20:05,781 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/04c25cce-a049-4334-bdd6-4bc50266e31c 2025-10-27 20:20:05,789 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-27 20:20:05,797 - DEBUG - Control-node 10.0.0.22 : 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': '11589011550312812502', 'uuid-lslong': '9460566466029555618'}, 'enable': 'true', 'created': '2025-10-27T20:20:04', 'last-modified': '2025-10-27T20:20:05', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.596220'} 2025-10-27 20:20:05,797 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 20:20:05,816 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-27 20:20:05,816 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-27 20:20:05,816 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-27 20:20:05,817 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-10-27 20:20:05,826 - DEBUG - Requesting: http://10.0.0.22:8082/domain/dc45e971-cd32-45fc-a2e3-bb4823710def 2025-10-27 20:20:05,846 - DEBUG - Requesting: http://10.0.0.22:8082/project/31686038-f394-425d-8043-76fb190366bb 2025-10-27 20:20:05,928 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/a0d4709a-924b-4fd6-834a-af139daa0fa2 2025-10-27 20:20:05,940 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-27 20:20:05,940 - DEBUG - Verifying the vn in opserver 2025-10-27 20:20:05,940 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-10-27 20:20:05,940 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-10-27 20:20:05,945 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-27 20:20:05,945 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-27 20:20:05,945 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 20:20:05,962 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 20:20:05,968 - DEBUG - Do not have enough data to verify VN in agent 2025-10-27 20:20:05,968 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 20:20:05,973 - DEBUG - VRF ids for VN __public__: {} 2025-10-27 20:20:06,080 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-27 20:20:06,269 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-10-27 20:20:06,277 - DEBUG - Requesting: http://10.0.0.22:8082/domain/dc45e971-cd32-45fc-a2e3-bb4823710def 2025-10-27 20:20:06,284 - DEBUG - Requesting: http://10.0.0.22:8082/project/31686038-f394-425d-8043-76fb190366bb 2025-10-27 20:20:06,411 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/a0d4709a-924b-4fd6-834a-af139daa0fa2 2025-10-27 20:20:06,430 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/1b8f48bc-11b0-47c5-bd36-bc4da89217c2 2025-10-27 20:20:06,451 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-10-27 20:20:06,469 - DEBUG - Requesting: http://10.0.0.22:8082/domain/dc45e971-cd32-45fc-a2e3-bb4823710def 2025-10-27 20:20:06,480 - DEBUG - Requesting: http://10.0.0.22:8082/project/31686038-f394-425d-8043-76fb190366bb 2025-10-27 20:20:06,554 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/a0d4709a-924b-4fd6-834a-af139daa0fa2 2025-10-27 20:20:06,572 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-27 20:20:06,572 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-27 20:20:06,582 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-27 20:20:06,592 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-27 20:20:06,592 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-27 20:20:06,595 - DEBUG - Ingress ctest-nginx-ingress-27777749 not present 2025-10-27 20:20:06,596 - INFO - Creating Ingress ctest-nginx-ingress-27777749 2025-10-27 20:20:06,604 - INFO - Created Ingress ctest-nginx-ingress-27777749 2025-10-27 20:20:06,611 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-27777749 2025-10-27 20:20:09,615 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-27777749 2025-10-27 20:20:12,621 - DEBUG - For Ingress ctest-nginx-ingress-27777749, Cluster IP: 10.47.255.249, External IPs ['211.221.13.60'] 2025-10-27 20:20:12,621 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-27777749 2025-10-27 20:20:12,622 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=d1d81a71-a424-40b5-bd67-578e2f8cc026 2025-10-27 20:20:12,632 - INFO - Ingress ctest-nginx-ingress-27777749 with uuid d1d81a71-a424-40b5-bd67-578e2f8cc026 found in kube manager 2025-10-27 20:20:12,633 - INFO - Ingress ctest-nginx-ingress-27777749 verification passed 2025-10-27 20:20:12,637 - DEBUG - Pod ctest-busybox-pod-80880888 not present 2025-10-27 20:20:12,638 - INFO - Creating Pod ctest-busybox-pod-80880888 2025-10-27 20:20:12,681 - DEBUG - Pod : ctest-busybox-pod-80880888 UUID is 920dc597-795b-43bd-bfe4-670b1ca5989d 2025-10-27 20:20:12,693 - DEBUG - Pod ctest-nginx-pod-59029532 not in running state.Currently in Pending 2025-10-27 20:20:17,702 - INFO - Pod ctest-nginx-pod-59029532 is in running state.Got IP 10.47.255.251 2025-10-27 20:20:17,715 - DEBUG - Pod ctest-nginx-pod-59029532 has vmi 541d233a-b372-11f0-9c24-fa163e6cab5f 2025-10-27 20:20:17,715 - INFO - Verified pod ctest-nginx-pod-59029532 in contrail-api 2025-10-27 20:20:17,715 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 20:20:17,724 - DEBUG - VMI 541d233a-b372-11f0-9c24-fa163e6cab5f is active in agent 10.0.0.41 2025-10-27 20:20:17,724 - INFO - Verified Pod ctest-nginx-pod-59029532 in agent 10.0.0.41 2025-10-27 20:20:17,724 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=e3d1ca61-a415-46f0-9372-8cb0f06562f4 2025-10-27 20:20:17,728 - INFO - Pod ctest-nginx-pod-59029532 with uuid e3d1ca61-a415-46f0-9372-8cb0f06562f4 found in kube manager 2025-10-27 20:20:17,728 - INFO - Pod ctest-nginx-pod-59029532 verification passed 2025-10-27 20:20:17,810 - DEBUG - [Pod ctest-nginx-pod-59029532] Cmd: echo ctest-nginx-pod-59029532 > /usr/share/nginx/html/index.html, Output: 2025-10-27 20:20:17,817 - DEBUG - Pod ctest-nginx-pod-92800658 not in running state.Currently in Pending 2025-10-27 20:20:22,826 - INFO - Pod ctest-nginx-pod-92800658 is in running state.Got IP 10.47.255.250 2025-10-27 20:20:22,839 - DEBUG - Pod ctest-nginx-pod-92800658 has vmi 54b87b64-b372-11f0-9c24-fa163e6cab5f 2025-10-27 20:20:22,840 - INFO - Verified pod ctest-nginx-pod-92800658 in contrail-api 2025-10-27 20:20:22,840 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 20:20:22,849 - DEBUG - VMI 54b87b64-b372-11f0-9c24-fa163e6cab5f is active in agent 10.0.0.41 2025-10-27 20:20:22,850 - INFO - Verified Pod ctest-nginx-pod-92800658 in agent 10.0.0.41 2025-10-27 20:20:22,850 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=1358143b-28d4-4898-ad1d-1bf62f2d4cc4 2025-10-27 20:20:22,853 - INFO - Pod ctest-nginx-pod-92800658 with uuid 1358143b-28d4-4898-ad1d-1bf62f2d4cc4 found in kube manager 2025-10-27 20:20:22,854 - INFO - Pod ctest-nginx-pod-92800658 verification passed 2025-10-27 20:20:22,904 - DEBUG - [Pod ctest-nginx-pod-92800658] Cmd: echo ctest-nginx-pod-92800658 > /usr/share/nginx/html/index.html, Output: 2025-10-27 20:20:22,910 - INFO - Pod ctest-busybox-pod-80880888 is in running state.Got IP 10.47.255.248 2025-10-27 20:20:22,964 - DEBUG - Pod ctest-busybox-pod-80880888 has vmi 57caead0-b372-11f0-9c24-fa163e6cab5f 2025-10-27 20:20:22,964 - INFO - Verified pod ctest-busybox-pod-80880888 in contrail-api 2025-10-27 20:20:22,964 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 20:20:22,973 - DEBUG - VMI 57caead0-b372-11f0-9c24-fa163e6cab5f is active in agent 10.0.0.41 2025-10-27 20:20:22,974 - INFO - Verified Pod ctest-busybox-pod-80880888 in agent 10.0.0.41 2025-10-27 20:20:22,974 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=920dc597-795b-43bd-bfe4-670b1ca5989d 2025-10-27 20:20:22,978 - INFO - Pod ctest-busybox-pod-80880888 with uuid 920dc597-795b-43bd-bfe4-670b1ca5989d found in kube manager 2025-10-27 20:20:22,978 - INFO - Pod ctest-busybox-pod-80880888 verification passed 2025-10-27 20:20:23,034 - DEBUG - [Pod ctest-busybox-pod-80880888] 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-59029532 2025-10-27 20:20:23,034 - DEBUG - [Pod Pod ctest-busybox-pod-80880888] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-27 20:20:23,034 - DEBUG - [Pod Pod ctest-busybox-pod-80880888] 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-59029532 2025-10-27 20:20:23,084 - DEBUG - [Pod ctest-busybox-pod-80880888] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-92800658 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-10-27 20:20:23,084 - DEBUG - [Pod Pod ctest-busybox-pod-80880888] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-27 20:20:23,084 - DEBUG - [Pod Pod ctest-busybox-pod-80880888] Cmd output: ctest-nginx-pod-92800658 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-10-27 20:20:23,084 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-59029532': 1, 'ctest-nginx-pod-92800658': 1} 2025-10-27 20:20:23,084 - WARNING - Nothing to delete parallely 2025-10-27 20:20:23,085 - INFO - Deleting pod default:ctest-busybox-pod-80880888 2025-10-27 20:20:23,098 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=920dc597-795b-43bd-bfe4-670b1ca5989d 2025-10-27 20:20:23,106 - WARNING - Pod uuid 920dc597-795b-43bd-bfe4-670b1ca5989d is still seen in agent 10.0.0.41 VM list 2025-10-27 20:20:28,107 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=920dc597-795b-43bd-bfe4-670b1ca5989d 2025-10-27 20:20:28,114 - WARNING - Pod uuid 920dc597-795b-43bd-bfe4-670b1ca5989d is still seen in agent 10.0.0.41 VM list 2025-10-27 20:20:33,115 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=920dc597-795b-43bd-bfe4-670b1ca5989d 2025-10-27 20:20:33,124 - WARNING - Pod uuid 920dc597-795b-43bd-bfe4-670b1ca5989d is still seen in agent 10.0.0.41 VM list 2025-10-27 20:20:38,125 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=920dc597-795b-43bd-bfe4-670b1ca5989d 2025-10-27 20:20:38,131 - WARNING - Pod uuid 920dc597-795b-43bd-bfe4-670b1ca5989d is still seen in agent 10.0.0.41 VM list 2025-10-27 20:20:43,132 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=920dc597-795b-43bd-bfe4-670b1ca5989d 2025-10-27 20:20:43,141 - WARNING - Pod uuid 920dc597-795b-43bd-bfe4-670b1ca5989d is still seen in agent 10.0.0.41 VM list 2025-10-27 20:20:48,141 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=920dc597-795b-43bd-bfe4-670b1ca5989d 2025-10-27 20:20:48,148 - WARNING - Pod uuid 920dc597-795b-43bd-bfe4-670b1ca5989d is still seen in agent 10.0.0.41 VM list 2025-10-27 20:20:53,149 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=920dc597-795b-43bd-bfe4-670b1ca5989d 2025-10-27 20:20:53,154 - WARNING - Pod uuid 920dc597-795b-43bd-bfe4-670b1ca5989d is still seen in agent 10.0.0.41 VM list 2025-10-27 20:20:58,155 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=920dc597-795b-43bd-bfe4-670b1ca5989d 2025-10-27 20:20:58,162 - DEBUG - Pod 920dc597-795b-43bd-bfe4-670b1ca5989d is not in agent 10.0.0.41 VM list 2025-10-27 20:20:58,162 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:57caead0-b372-11f0-9c24-fa163e6cab5f 2025-10-27 20:20:58,168 - DEBUG - VMI 57caead0-b372-11f0-9c24-fa163e6cab5f is removed from agent 10.0.0.41 2025-10-27 20:20:58,168 - INFO - Verified that pod ctest-busybox-pod-80880888 is removed in agent 2025-10-27 20:20:58,168 - INFO - Deleting Ingress : ctest-nginx-ingress-27777749 2025-10-27 20:20:58,184 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=d1d81a71-a424-40b5-bd67-578e2f8cc026 2025-10-27 20:20:58,188 - ERROR - Ingress ctest-nginx-ingress-27777749 with uuid d1d81a71-a424-40b5-bd67-578e2f8cc026 still found in kube manager 2025-10-27 20:20:59,201 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=d1d81a71-a424-40b5-bd67-578e2f8cc026 2025-10-27 20:20:59,224 - INFO - Ingress ctest-nginx-ingress-27777749 with uuid d1d81a71-a424-40b5-bd67-578e2f8cc026 deleted successfully from kube manager 2025-10-27 20:20:59,224 - INFO - Verifications on Ingress %s cleanup passed 2025-10-27 20:20:59,225 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-27 20:20:59,379 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-27 20:20:59,387 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-27 20:20:59,387 - INFO - Deleting VN __public__ 2025-10-27 20:20:59,685 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/9ff5c315-a678-4155-985d-3b858e3b4158 2025-10-27 20:20:59,693 - DEBUG - Response Code: 404 2025-10-27 20:20:59,693 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-10-27 20:20:59,700 - DEBUG - Requesting: http://10.0.0.22:8082/domain/dc45e971-cd32-45fc-a2e3-bb4823710def 2025-10-27 20:20:59,738 - DEBUG - Requesting: http://10.0.0.22:8082/project/31686038-f394-425d-8043-76fb190366bb 2025-10-27 20:20:59,818 - INFO - Validated that VN __public__ is not found in API Server 2025-10-27 20:20:59,818 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-27 20:20:59,824 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 20:20:59,830 - DEBUG - VN __public__ is not present in Agent 10.0.0.41 2025-10-27 20:20:59,830 - INFO - Validated that VN __public__ is not in any agent 2025-10-27 20:20:59,830 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 20:20:59,843 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 20:20:59,856 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-27 20:20:59,876 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-27 20:20:59,877 - INFO - Deleting pod default:ctest-nginx-pod-92800658 2025-10-27 20:20:59,892 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1358143b-28d4-4898-ad1d-1bf62f2d4cc4 2025-10-27 20:20:59,901 - WARNING - Pod uuid 1358143b-28d4-4898-ad1d-1bf62f2d4cc4 is still seen in agent 10.0.0.41 VM list 2025-10-27 20:21:04,902 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1358143b-28d4-4898-ad1d-1bf62f2d4cc4 2025-10-27 20:21:04,908 - DEBUG - Pod 1358143b-28d4-4898-ad1d-1bf62f2d4cc4 is not in agent 10.0.0.41 VM list 2025-10-27 20:21:04,908 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:54b87b64-b372-11f0-9c24-fa163e6cab5f 2025-10-27 20:21:04,913 - DEBUG - VMI 54b87b64-b372-11f0-9c24-fa163e6cab5f is removed from agent 10.0.0.41 2025-10-27 20:21:04,913 - INFO - Verified that pod ctest-nginx-pod-92800658 is removed in agent 2025-10-27 20:21:04,913 - INFO - Deleting pod default:ctest-nginx-pod-59029532 2025-10-27 20:21:04,941 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e3d1ca61-a415-46f0-9372-8cb0f06562f4 2025-10-27 20:21:04,947 - WARNING - Pod uuid e3d1ca61-a415-46f0-9372-8cb0f06562f4 is still seen in agent 10.0.0.41 VM list 2025-10-27 20:21:09,948 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e3d1ca61-a415-46f0-9372-8cb0f06562f4 2025-10-27 20:21:09,955 - DEBUG - Pod e3d1ca61-a415-46f0-9372-8cb0f06562f4 is not in agent 10.0.0.41 VM list 2025-10-27 20:21:09,955 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:541d233a-b372-11f0-9c24-fa163e6cab5f 2025-10-27 20:21:09,961 - DEBUG - VMI 541d233a-b372-11f0-9c24-fa163e6cab5f is removed from agent 10.0.0.41 2025-10-27 20:21:09,961 - INFO - Verified that pod ctest-nginx-pod-59029532 is removed in agent 2025-10-27 20:21:09,961 - INFO - Deleting service : ctest-nginx-svc-16478242 2025-10-27 20:21:10,231 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-27 20:21:10,237 - DEBUG - No XMPP flaps were noticed during the test 2025-10-27 20:21:10,237 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:07] 2025-10-27 20:21:10,237 - INFO - -------------------------------------------------------------------------------- 2025-10-27 20:21:16,728 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-27 20:21:16,930 - DEBUG - Output : cluster_project={} 2025-10-27 20:21:16,980 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-27 20:21:17,157 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-27 20:21:17,168 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-27 20:21:17,369 - DEBUG - Output : cluster_project={} 2025-10-27 20:21:32,516 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 20:21:32,596 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 20:21:32,634 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 20:21:32,719 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 20:21:32,796 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 20:21:32,837 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 20:21:37,920 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 20:21:37,953 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 20:21:38,202 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-27 20:21:40,838 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_ApplicationPolicySetReq? 2025-10-27 20:21:40,848 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-10-27 20:21:40,880 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-10-27 20:21:42,904 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-10-27 20:24:42,913 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-27 20:24:42,957 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ae38e366-7113-4987-a1a0-ff0e3c164ca0 2025-10-27 20:24:43,012 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=0abbb087-92cc-4608-be0b-01a638e76a7d 2025-10-27 20:24:43,025 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=8f4c9a6b-8723-4f27-93af-d148e914e59d 2025-10-27 20:24:43,045 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=8f8bec7a-ba17-411b-b6cb-9eb88c7ff339 2025-10-27 20:24:43,066 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=192b1b92-9316-4f6b-89c7-017a17baa783 2025-10-27 20:24:43,083 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e531c691-ef6e-4e3e-b52d-107f329c42dc 2025-10-27 20:24:43,092 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=03a2d7c2-71db-4026-abc2-f8ae577eafd5 2025-10-27 20:24:43,100 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e1af8113-9ddd-4b7a-9436-7497e1e4f3ea 2025-10-27 20:24:47,966 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ae38e366-7113-4987-a1a0-ff0e3c164ca0 2025-10-27 20:24:47,972 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7eb4efa6-b372-11f0-9c24-fa163e6cab5f 2025-10-27 20:24:48,147 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=03a2d7c2-71db-4026-abc2-f8ae577eafd5 2025-10-27 20:24:48,149 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=8f4c9a6b-8723-4f27-93af-d148e914e59d 2025-10-27 20:24:48,150 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=8f8bec7a-ba17-411b-b6cb-9eb88c7ff339 2025-10-27 20:24:48,152 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e1af8113-9ddd-4b7a-9436-7497e1e4f3ea 2025-10-27 20:24:48,153 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e531c691-ef6e-4e3e-b52d-107f329c42dc 2025-10-27 20:24:48,154 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=192b1b92-9316-4f6b-89c7-017a17baa783 2025-10-27 20:24:48,165 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=0abbb087-92cc-4608-be0b-01a638e76a7d 2025-10-27 20:24:48,168 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7f2f6740-b372-11f0-9c24-fa163e6cab5f 2025-10-27 20:24:48,171 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7fd45476-b372-11f0-9c24-fa163e6cab5f 2025-10-27 20:24:48,178 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:80409fc8-b372-11f0-9c24-fa163e6cab5f 2025-10-27 20:24:53,166 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=8f4c9a6b-8723-4f27-93af-d148e914e59d 2025-10-27 20:24:53,178 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=192b1b92-9316-4f6b-89c7-017a17baa783 2025-10-27 20:24:53,180 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e531c691-ef6e-4e3e-b52d-107f329c42dc 2025-10-27 20:24:53,187 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=0abbb087-92cc-4608-be0b-01a638e76a7d 2025-10-27 20:24:58,172 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=8f4c9a6b-8723-4f27-93af-d148e914e59d 2025-10-27 20:24:58,186 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=192b1b92-9316-4f6b-89c7-017a17baa783 2025-10-27 20:24:58,188 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e531c691-ef6e-4e3e-b52d-107f329c42dc 2025-10-27 20:24:58,192 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=0abbb087-92cc-4608-be0b-01a638e76a7d 2025-10-27 20:25:03,180 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=8f4c9a6b-8723-4f27-93af-d148e914e59d 2025-10-27 20:25:03,198 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e531c691-ef6e-4e3e-b52d-107f329c42dc 2025-10-27 20:25:03,199 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=192b1b92-9316-4f6b-89c7-017a17baa783 2025-10-27 20:25:03,200 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=0abbb087-92cc-4608-be0b-01a638e76a7d 2025-10-27 20:25:08,187 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=8f4c9a6b-8723-4f27-93af-d148e914e59d 2025-10-27 20:25:08,211 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e531c691-ef6e-4e3e-b52d-107f329c42dc 2025-10-27 20:25:08,229 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=192b1b92-9316-4f6b-89c7-017a17baa783 2025-10-27 20:25:08,230 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=0abbb087-92cc-4608-be0b-01a638e76a7d 2025-10-27 20:25:13,197 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=8f4c9a6b-8723-4f27-93af-d148e914e59d 2025-10-27 20:25:13,249 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e531c691-ef6e-4e3e-b52d-107f329c42dc 2025-10-27 20:25:13,250 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=192b1b92-9316-4f6b-89c7-017a17baa783 2025-10-27 20:25:13,252 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=0abbb087-92cc-4608-be0b-01a638e76a7d 2025-10-27 20:25:18,227 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=8f4c9a6b-8723-4f27-93af-d148e914e59d 2025-10-27 20:25:18,233 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:81f6df26-b372-11f0-9c24-fa163e6cab5f 2025-10-27 20:25:18,262 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=192b1b92-9316-4f6b-89c7-017a17baa783 2025-10-27 20:25:18,263 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e531c691-ef6e-4e3e-b52d-107f329c42dc 2025-10-27 20:25:18,273 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=0abbb087-92cc-4608-be0b-01a638e76a7d 2025-10-27 20:25:18,283 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:812e7252-b372-11f0-9c24-fa163e6cab5f 2025-10-27 20:25:18,286 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:80bf25d2-b372-11f0-9c24-fa163e6cab5f 2025-10-27 20:25:18,287 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8196ab42-b372-11f0-9c24-fa163e6cab5f