2025-07-04 15:02:54,685 - DEBUG - [10.0.0.65]: Running cmd : hostname 2025-07-04 15:02:54,990 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1312-1 2025-07-04 15:02:54,991 - DEBUG - [10.0.0.65]: Running cmd : hostname -f 2025-07-04 15:02:55,025 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1312-1 2025-07-04 15:02:55,025 - DEBUG - [10.0.0.65]: 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-04 15:02:55,101 - DEBUG - Output : NAMES contrail_test_0P5hmsZck 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-kafka-1 analytics_alarm-alarm-gen-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-nodemgr-1 control-control-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-svcmonitor-1 config_api-api-1 config_api-dnsmasq-1 config_api-schema-1 2025-07-04 15:02:55,101 - DEBUG - [10.0.0.65]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-04 15:02:55,173 - DEBUG - Output : 10.0.0.65/24 172.17.0.1/16 2025-07-04 15:02:55,174 - DEBUG - [10.0.0.65]: Running cmd : getent hosts 10.0.0.65 | head -n 1 | awk '{print $2}' 2025-07-04 15:02:55,208 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1312-1 2025-07-04 15:02:55,312 - DEBUG - [10.0.0.56]: Running cmd : hostname 2025-07-04 15:02:55,516 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1312-1 2025-07-04 15:02:55,516 - DEBUG - [10.0.0.56]: Running cmd : hostname -f 2025-07-04 15:02:55,540 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1312-1 2025-07-04 15:02:55,541 - DEBUG - [10.0.0.56]: 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-04 15:02:55,629 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-04 15:02:55,629 - DEBUG - [10.0.0.56]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-04 15:02:55,664 - DEBUG - Output : 10.0.0.56/24 2025-07-04 15:02:55,684 - DEBUG - [10.0.0.56]: Running cmd : getent hosts 10.0.0.56 | head -n 1 | awk '{print $2}' 2025-07-04 15:02:55,729 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1312-1 2025-07-04 15:02:55,826 - INFO - Using existing project ['default-domain', 'k8s-default'](d5dad23a-f995-4af0-98c5-258c275c20a2) 2025-07-04 15:02:55,957 - INFO - Using existing project ['default-domain', 'k8s-default'](d5dad23a-f995-4af0-98c5-258c275c20a2) 2025-07-04 15:02:56,116 - INFO - ================================================================================ 2025-07-04 15:02:56,116 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-04 15:02:56,116 - 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-04 15:02:56,322 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-04 15:02:56,330 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.0.0.65': '0'}} with 2025-07-04 15:02:56,330 - INFO - Initial checks done. Running the testcase now 2025-07-04 15:02:56,330 - INFO - 2025-07-04 15:02:56,334 - INFO - Namespace default already exists 2025-07-04 15:02:56,334 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-04 15:02:56,464 - DEBUG - Output : cluster_project={} 2025-07-04 15:02:56,524 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-04 15:02:56,525 - DEBUG - Project uuid in Contrail is d5dad23a-f995-4af0-98c5-258c275c20a2 2025-07-04 15:02:56,525 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-04 15:02:56,682 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-04 15:02:56,682 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_NamespaceDatabaseList?namespace_uuid=f993978e-0f50-4e4f-9d5c-b9373fea964c 2025-07-04 15:02:56,688 - INFO - Namespace default with uuid f993978e-0f50-4e4f-9d5c-b9373fea964c found in kube manager 2025-07-04 15:02:56,688 - INFO - Namespace default verification passed 2025-07-04 15:02:56,692 - DEBUG - Service ctest-nginx-svc-58230243 not present 2025-07-04 15:02:56,692 - INFO - Creating service ctest-nginx-svc-58230243 2025-07-04 15:02:56,719 - INFO - Created Service ctest-nginx-svc-58230243 2025-07-04 15:02:56,730 - DEBUG - Pod ctest-nginx-pod-67769799 not present 2025-07-04 15:02:56,730 - INFO - Creating Pod ctest-nginx-pod-67769799 2025-07-04 15:02:56,823 - DEBUG - Pod : ctest-nginx-pod-67769799 UUID is 6402a72b-d318-4123-ab61-7d8d1feb200f 2025-07-04 15:02:56,826 - DEBUG - Pod ctest-nginx-pod-55908845 not present 2025-07-04 15:02:56,827 - INFO - Creating Pod ctest-nginx-pod-55908845 2025-07-04 15:02:56,868 - DEBUG - Pod : ctest-nginx-pod-55908845 UUID is 0c20dc12-5fb8-4d3e-acc7-9450451ab630 2025-07-04 15:02:57,109 - INFO - Created VN __public__, UUID :b925f592-f9f8-43d7-b8a9-9efdd79b9aef 2025-07-04 15:02:57,471 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-07-04 15:02:57,481 - DEBUG - Requesting: http://10.0.0.65:8082/domain/ebc7714c-bd8e-4037-b75f-9e78b5827046 2025-07-04 15:02:57,514 - DEBUG - Requesting: http://10.0.0.65:8082/project/d5dad23a-f995-4af0-98c5-258c275c20a2 2025-07-04 15:02:57,640 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/b925f592-f9f8-43d7-b8a9-9efdd79b9aef 2025-07-04 15:02:57,686 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/b925f592-f9f8-43d7-b8a9-9efdd79b9aef 2025-07-04 15:02:57,699 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ffcabfdf-a928-489d-a051-20a39cb739bf 2025-07-04 15:02:57,730 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ffcabfdf-a928-489d-a051-20a39cb739bf 2025-07-04 15:02:57,752 - DEBUG - Requesting: http://10.0.0.65:8082/route-target/7e72999c-064c-4324-94ec-9c0c737e0b06 2025-07-04 15:02:57,760 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-04 15:02:57,760 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/b925f592-f9f8-43d7-b8a9-9efdd79b9aef 2025-07-04 15:02:57,775 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ffcabfdf-a928-489d-a051-20a39cb739bf 2025-07-04 15:02:57,813 - INFO - Verified VN network id 14 for VN b925f592-f9f8-43d7-b8a9-9efdd79b9aef 2025-07-04 15:02:57,813 - INFO - Verifications in API Server for VN __public__ passed 2025-07-04 15:02:57,814 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/b925f592-f9f8-43d7-b8a9-9efdd79b9aef 2025-07-04 15:02:57,854 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ffcabfdf-a928-489d-a051-20a39cb739bf 2025-07-04 15:02:57,876 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ffcabfdf-a928-489d-a051-20a39cb739bf 2025-07-04 15:02:57,899 - DEBUG - Requesting: http://10.0.0.65:8082/route-target/7e72999c-064c-4324-94ec-9c0c737e0b06 2025-07-04 15:02:57,918 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-04 15:02:57,930 - DEBUG - Control-node 10.0.0.65 : 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': '13341339482762789847', 'uuid-lslong': '13306341387124054767'}, 'enable': 'true', 'created': '2025-07-04T15:02:57', 'last-modified': '2025-07-04T15:02:57', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.589856'} 2025-07-04 15:02:57,930 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 15:02:57,946 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-04 15:02:57,946 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-04 15:02:57,952 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-04 15:02:57,952 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-07-04 15:02:57,959 - DEBUG - Requesting: http://10.0.0.65:8082/domain/ebc7714c-bd8e-4037-b75f-9e78b5827046 2025-07-04 15:02:57,993 - DEBUG - Requesting: http://10.0.0.65:8082/project/d5dad23a-f995-4af0-98c5-258c275c20a2 2025-07-04 15:02:58,071 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/b925f592-f9f8-43d7-b8a9-9efdd79b9aef 2025-07-04 15:02:58,094 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-04 15:02:58,094 - DEBUG - Verifying the vn in opserver 2025-07-04 15:02:58,094 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.65 2025-07-04 15:02:58,094 - DEBUG - Requesting: http://10.0.0.65:8081/analytics/uves/virtual-networks 2025-07-04 15:02:58,105 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.65:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-04 15:02:58,105 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-04 15:02:58,105 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 15:02:58,114 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 15:02:58,122 - DEBUG - Do not have enough data to verify VN in agent 2025-07-04 15:02:58,122 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 15:02:58,129 - DEBUG - VRF ids for VN __public__: {} 2025-07-04 15:02:58,300 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-04 15:02:58,642 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-07-04 15:02:58,650 - DEBUG - Requesting: http://10.0.0.65:8082/domain/ebc7714c-bd8e-4037-b75f-9e78b5827046 2025-07-04 15:02:58,684 - DEBUG - Requesting: http://10.0.0.65:8082/project/d5dad23a-f995-4af0-98c5-258c275c20a2 2025-07-04 15:02:58,782 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/b925f592-f9f8-43d7-b8a9-9efdd79b9aef 2025-07-04 15:02:58,801 - DEBUG - Requesting: http://10.0.0.65:8082/floating-ip-pool/7a084374-76eb-4cbd-b87d-86433bb64692 2025-07-04 15:02:58,818 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-07-04 15:02:58,832 - DEBUG - Requesting: http://10.0.0.65:8082/domain/ebc7714c-bd8e-4037-b75f-9e78b5827046 2025-07-04 15:02:58,842 - DEBUG - Requesting: http://10.0.0.65:8082/project/d5dad23a-f995-4af0-98c5-258c275c20a2 2025-07-04 15:02:58,926 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/b925f592-f9f8-43d7-b8a9-9efdd79b9aef 2025-07-04 15:02:58,939 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-04 15:02:58,939 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-04 15:02:58,953 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-04 15:02:58,960 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-04 15:02:58,960 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-04 15:02:58,963 - DEBUG - Ingress ctest-nginx-ingress-79342771 not present 2025-07-04 15:02:58,964 - INFO - Creating Ingress ctest-nginx-ingress-79342771 2025-07-04 15:02:58,973 - INFO - Created Ingress ctest-nginx-ingress-79342771 2025-07-04 15:02:58,977 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-79342771 2025-07-04 15:03:01,985 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-79342771 2025-07-04 15:03:04,990 - DEBUG - For Ingress ctest-nginx-ingress-79342771, Cluster IP: 10.47.255.249, External IPs ['65.44.62.60'] 2025-07-04 15:03:04,990 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-79342771 2025-07-04 15:03:04,990 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=d4b96fb7-a131-4804-a80f-1cc87a7981f6 2025-07-04 15:03:05,005 - INFO - Ingress ctest-nginx-ingress-79342771 with uuid d4b96fb7-a131-4804-a80f-1cc87a7981f6 found in kube manager 2025-07-04 15:03:05,006 - INFO - Ingress ctest-nginx-ingress-79342771 verification passed 2025-07-04 15:03:05,008 - DEBUG - Pod ctest-busybox-pod-40487289 not present 2025-07-04 15:03:05,008 - INFO - Creating Pod ctest-busybox-pod-40487289 2025-07-04 15:03:05,031 - DEBUG - Pod : ctest-busybox-pod-40487289 UUID is 13975945-5c50-42fe-a95b-84fd02f5de4f 2025-07-04 15:03:05,037 - DEBUG - Pod ctest-nginx-pod-67769799 not in running state.Currently in Pending 2025-07-04 15:03:10,043 - DEBUG - Pod ctest-nginx-pod-67769799 not in running state.Currently in Pending 2025-07-04 15:03:15,049 - INFO - Pod ctest-nginx-pod-67769799 is in running state.Got IP 10.47.255.251 2025-07-04 15:03:15,066 - DEBUG - Pod ctest-nginx-pod-67769799 has vmi f942a820-58e7-11f0-bcfc-fa163ef6f2be 2025-07-04 15:03:15,066 - INFO - Verified pod ctest-nginx-pod-67769799 in contrail-api 2025-07-04 15:03:15,066 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 15:03:15,081 - DEBUG - VMI f942a820-58e7-11f0-bcfc-fa163ef6f2be is active in agent 10.0.0.56 2025-07-04 15:03:15,081 - INFO - Verified Pod ctest-nginx-pod-67769799 in agent 10.0.0.56 2025-07-04 15:03:15,081 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=6402a72b-d318-4123-ab61-7d8d1feb200f 2025-07-04 15:03:15,087 - INFO - Pod ctest-nginx-pod-67769799 with uuid 6402a72b-d318-4123-ab61-7d8d1feb200f found in kube manager 2025-07-04 15:03:15,087 - INFO - Pod ctest-nginx-pod-67769799 verification passed 2025-07-04 15:03:15,149 - DEBUG - [Pod ctest-nginx-pod-67769799] Cmd: echo ctest-nginx-pod-67769799 > /usr/share/nginx/html/index.html, Output: 2025-07-04 15:03:15,155 - INFO - Pod ctest-nginx-pod-55908845 is in running state.Got IP 10.47.255.250 2025-07-04 15:03:15,212 - DEBUG - Pod ctest-nginx-pod-55908845 has vmi f9c3c702-58e7-11f0-bcfc-fa163ef6f2be 2025-07-04 15:03:15,213 - INFO - Verified pod ctest-nginx-pod-55908845 in contrail-api 2025-07-04 15:03:15,213 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 15:03:15,224 - DEBUG - VMI f9c3c702-58e7-11f0-bcfc-fa163ef6f2be is active in agent 10.0.0.56 2025-07-04 15:03:15,225 - INFO - Verified Pod ctest-nginx-pod-55908845 in agent 10.0.0.56 2025-07-04 15:03:15,225 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=0c20dc12-5fb8-4d3e-acc7-9450451ab630 2025-07-04 15:03:15,230 - INFO - Pod ctest-nginx-pod-55908845 with uuid 0c20dc12-5fb8-4d3e-acc7-9450451ab630 found in kube manager 2025-07-04 15:03:15,230 - INFO - Pod ctest-nginx-pod-55908845 verification passed 2025-07-04 15:03:15,287 - DEBUG - [Pod ctest-nginx-pod-55908845] Cmd: echo ctest-nginx-pod-55908845 > /usr/share/nginx/html/index.html, Output: 2025-07-04 15:03:15,293 - DEBUG - Pod ctest-busybox-pod-40487289 not in running state.Currently in Pending 2025-07-04 15:03:20,308 - INFO - Pod ctest-busybox-pod-40487289 is in running state.Got IP 10.47.255.248 2025-07-04 15:03:20,323 - DEBUG - Pod ctest-busybox-pod-40487289 has vmi fced4b38-58e7-11f0-bcfc-fa163ef6f2be 2025-07-04 15:03:20,323 - INFO - Verified pod ctest-busybox-pod-40487289 in contrail-api 2025-07-04 15:03:20,324 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 15:03:20,337 - DEBUG - VMI fced4b38-58e7-11f0-bcfc-fa163ef6f2be is active in agent 10.0.0.56 2025-07-04 15:03:20,337 - INFO - Verified Pod ctest-busybox-pod-40487289 in agent 10.0.0.56 2025-07-04 15:03:20,337 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=13975945-5c50-42fe-a95b-84fd02f5de4f 2025-07-04 15:03:20,342 - INFO - Pod ctest-busybox-pod-40487289 with uuid 13975945-5c50-42fe-a95b-84fd02f5de4f found in kube manager 2025-07-04 15:03:20,342 - INFO - Pod ctest-busybox-pod-40487289 verification passed 2025-07-04 15:03:20,406 - DEBUG - [Pod ctest-busybox-pod-40487289] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-67769799 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-04 15:03:20,406 - DEBUG - [Pod Pod ctest-busybox-pod-40487289] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-04 15:03:20,407 - DEBUG - [Pod Pod ctest-busybox-pod-40487289] Cmd output: ctest-nginx-pod-67769799 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-04 15:03:20,456 - DEBUG - [Pod ctest-busybox-pod-40487289] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-55908845 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-04 15:03:20,456 - DEBUG - [Pod Pod ctest-busybox-pod-40487289] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-04 15:03:20,456 - DEBUG - [Pod Pod ctest-busybox-pod-40487289] Cmd output: ctest-nginx-pod-55908845 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-04 15:03:20,456 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-67769799': 1, 'ctest-nginx-pod-55908845': 1} 2025-07-04 15:03:20,456 - WARNING - Nothing to delete parallely 2025-07-04 15:03:20,457 - INFO - Deleting pod default:ctest-busybox-pod-40487289 2025-07-04 15:03:20,466 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=13975945-5c50-42fe-a95b-84fd02f5de4f 2025-07-04 15:03:20,473 - WARNING - Pod uuid 13975945-5c50-42fe-a95b-84fd02f5de4f is still seen in agent 10.0.0.56 VM list 2025-07-04 15:03:25,474 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=13975945-5c50-42fe-a95b-84fd02f5de4f 2025-07-04 15:03:25,483 - WARNING - Pod uuid 13975945-5c50-42fe-a95b-84fd02f5de4f is still seen in agent 10.0.0.56 VM list 2025-07-04 15:03:30,483 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=13975945-5c50-42fe-a95b-84fd02f5de4f 2025-07-04 15:03:30,490 - WARNING - Pod uuid 13975945-5c50-42fe-a95b-84fd02f5de4f is still seen in agent 10.0.0.56 VM list 2025-07-04 15:03:35,492 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=13975945-5c50-42fe-a95b-84fd02f5de4f 2025-07-04 15:03:35,501 - WARNING - Pod uuid 13975945-5c50-42fe-a95b-84fd02f5de4f is still seen in agent 10.0.0.56 VM list 2025-07-04 15:03:40,502 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=13975945-5c50-42fe-a95b-84fd02f5de4f 2025-07-04 15:03:40,510 - WARNING - Pod uuid 13975945-5c50-42fe-a95b-84fd02f5de4f is still seen in agent 10.0.0.56 VM list 2025-07-04 15:03:45,511 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=13975945-5c50-42fe-a95b-84fd02f5de4f 2025-07-04 15:03:45,519 - WARNING - Pod uuid 13975945-5c50-42fe-a95b-84fd02f5de4f is still seen in agent 10.0.0.56 VM list 2025-07-04 15:03:50,520 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=13975945-5c50-42fe-a95b-84fd02f5de4f 2025-07-04 15:03:50,528 - WARNING - Pod uuid 13975945-5c50-42fe-a95b-84fd02f5de4f is still seen in agent 10.0.0.56 VM list 2025-07-04 15:03:55,529 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=13975945-5c50-42fe-a95b-84fd02f5de4f 2025-07-04 15:03:55,535 - DEBUG - Pod 13975945-5c50-42fe-a95b-84fd02f5de4f is not in agent 10.0.0.56 VM list 2025-07-04 15:03:55,536 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fced4b38-58e7-11f0-bcfc-fa163ef6f2be 2025-07-04 15:03:55,542 - DEBUG - VMI fced4b38-58e7-11f0-bcfc-fa163ef6f2be is removed from agent 10.0.0.56 2025-07-04 15:03:55,542 - INFO - Verified that pod ctest-busybox-pod-40487289 is removed in agent 2025-07-04 15:03:55,542 - INFO - Deleting Ingress : ctest-nginx-ingress-79342771 2025-07-04 15:03:55,548 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=d4b96fb7-a131-4804-a80f-1cc87a7981f6 2025-07-04 15:03:55,553 - ERROR - Ingress ctest-nginx-ingress-79342771 with uuid d4b96fb7-a131-4804-a80f-1cc87a7981f6 still found in kube manager 2025-07-04 15:03:56,554 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=d4b96fb7-a131-4804-a80f-1cc87a7981f6 2025-07-04 15:03:56,559 - INFO - Ingress ctest-nginx-ingress-79342771 with uuid d4b96fb7-a131-4804-a80f-1cc87a7981f6 deleted successfully from kube manager 2025-07-04 15:03:56,560 - INFO - Verifications on Ingress %s cleanup passed 2025-07-04 15:03:56,560 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-04 15:03:56,778 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-04 15:03:56,786 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-04 15:03:56,786 - INFO - Deleting VN __public__ 2025-07-04 15:03:57,003 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ffcabfdf-a928-489d-a051-20a39cb739bf 2025-07-04 15:03:57,018 - DEBUG - Response Code: 404 2025-07-04 15:03:57,018 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-07-04 15:03:57,033 - DEBUG - Requesting: http://10.0.0.65:8082/domain/ebc7714c-bd8e-4037-b75f-9e78b5827046 2025-07-04 15:03:57,054 - DEBUG - Requesting: http://10.0.0.65:8082/project/d5dad23a-f995-4af0-98c5-258c275c20a2 2025-07-04 15:03:57,093 - INFO - Validated that VN __public__ is not found in API Server 2025-07-04 15:03:57,093 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-04 15:03:57,105 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 15:03:57,115 - DEBUG - VN __public__ is not present in Agent 10.0.0.56 2025-07-04 15:03:57,116 - INFO - Validated that VN __public__ is not in any agent 2025-07-04 15:03:57,116 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 15:03:57,127 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-04 15:03:57,138 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-04 15:03:57,146 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-04 15:03:57,146 - INFO - Deleting pod default:ctest-nginx-pod-55908845 2025-07-04 15:03:57,164 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0c20dc12-5fb8-4d3e-acc7-9450451ab630 2025-07-04 15:03:57,191 - WARNING - Pod uuid 0c20dc12-5fb8-4d3e-acc7-9450451ab630 is still seen in agent 10.0.0.56 VM list 2025-07-04 15:04:02,192 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0c20dc12-5fb8-4d3e-acc7-9450451ab630 2025-07-04 15:04:02,200 - DEBUG - Pod 0c20dc12-5fb8-4d3e-acc7-9450451ab630 is not in agent 10.0.0.56 VM list 2025-07-04 15:04:02,200 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f9c3c702-58e7-11f0-bcfc-fa163ef6f2be 2025-07-04 15:04:02,207 - DEBUG - VMI f9c3c702-58e7-11f0-bcfc-fa163ef6f2be is removed from agent 10.0.0.56 2025-07-04 15:04:02,207 - INFO - Verified that pod ctest-nginx-pod-55908845 is removed in agent 2025-07-04 15:04:02,207 - INFO - Deleting pod default:ctest-nginx-pod-67769799 2025-07-04 15:04:02,220 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6402a72b-d318-4123-ab61-7d8d1feb200f 2025-07-04 15:04:02,232 - WARNING - Pod uuid 6402a72b-d318-4123-ab61-7d8d1feb200f is still seen in agent 10.0.0.56 VM list 2025-07-04 15:04:07,233 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6402a72b-d318-4123-ab61-7d8d1feb200f 2025-07-04 15:04:07,240 - DEBUG - Pod 6402a72b-d318-4123-ab61-7d8d1feb200f is not in agent 10.0.0.56 VM list 2025-07-04 15:04:07,240 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f942a820-58e7-11f0-bcfc-fa163ef6f2be 2025-07-04 15:04:07,246 - DEBUG - VMI f942a820-58e7-11f0-bcfc-fa163ef6f2be is removed from agent 10.0.0.56 2025-07-04 15:04:07,246 - INFO - Verified that pod ctest-nginx-pod-67769799 is removed in agent 2025-07-04 15:04:07,247 - INFO - Deleting service : ctest-nginx-svc-58230243 2025-07-04 15:04:07,436 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-04 15:04:07,445 - DEBUG - No XMPP flaps were noticed during the test 2025-07-04 15:04:07,445 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:11] 2025-07-04 15:04:07,446 - INFO - -------------------------------------------------------------------------------- 2025-07-04 15:04:13,895 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-04 15:04:14,012 - DEBUG - Output : cluster_project={} 2025-07-04 15:04:14,069 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-04 15:04:14,281 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-04 15:04:14,290 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-04 15:04:14,412 - DEBUG - Output : cluster_project={} 2025-07-04 15:04:29,561 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 15:04:29,645 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 15:04:29,691 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 15:04:29,785 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 15:04:34,832 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 15:04:34,929 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 15:04:35,043 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 15:04:35,126 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-04 15:04:35,390 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-04 15:04:38,028 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_ApplicationPolicySetReq? 2025-07-04 15:04:38,036 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-07-04 15:04:38,079 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-07-04 15:04:40,137 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-07-04 15:07:50,352 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-04 15:07:50,415 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=a037f8f6-01c0-4603-8f71-64897af89cc4 2025-07-04 15:07:50,437 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7cb78340-b877-4787-8937-ac7a841f8dfb 2025-07-04 15:07:50,468 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=dae180b4-95f6-46cf-b6c3-e869e0af3a29 2025-07-04 15:07:50,477 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ce05237b-f2a8-4c9e-82b3-397e84622902 2025-07-04 15:07:50,481 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=67f44527-e4c0-4031-b3a3-a0b1b11b3e39 2025-07-04 15:07:50,490 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=198a96f1-61ea-44ad-bf92-4b899fcaf0fa 2025-07-04 15:07:50,499 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7844c6b2-caeb-49e7-a869-ce7238a2de94 2025-07-04 15:07:50,504 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6e4f4490-d3e1-49be-b7b5-56d8172b1956 2025-07-04 15:07:55,515 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=a037f8f6-01c0-4603-8f71-64897af89cc4 2025-07-04 15:07:55,523 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:26c5b472-58e8-11f0-bcfc-fa163ef6f2be 2025-07-04 15:07:55,567 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ce05237b-f2a8-4c9e-82b3-397e84622902 2025-07-04 15:07:55,569 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7cb78340-b877-4787-8937-ac7a841f8dfb 2025-07-04 15:07:55,571 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7844c6b2-caeb-49e7-a869-ce7238a2de94 2025-07-04 15:07:55,572 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6e4f4490-d3e1-49be-b7b5-56d8172b1956 2025-07-04 15:07:55,574 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=dae180b4-95f6-46cf-b6c3-e869e0af3a29 2025-07-04 15:07:55,579 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=67f44527-e4c0-4031-b3a3-a0b1b11b3e39 2025-07-04 15:07:55,581 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=198a96f1-61ea-44ad-bf92-4b899fcaf0fa 2025-07-04 15:07:55,607 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2753fe80-58e8-11f0-bcfc-fa163ef6f2be 2025-07-04 15:07:55,612 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:280307d6-58e8-11f0-bcfc-fa163ef6f2be 2025-07-04 15:07:55,614 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2891be7c-58e8-11f0-bcfc-fa163ef6f2be 2025-07-04 15:08:00,608 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=dae180b4-95f6-46cf-b6c3-e869e0af3a29 2025-07-04 15:08:00,610 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7844c6b2-caeb-49e7-a869-ce7238a2de94 2025-07-04 15:08:00,612 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7cb78340-b877-4787-8937-ac7a841f8dfb 2025-07-04 15:08:00,613 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ce05237b-f2a8-4c9e-82b3-397e84622902 2025-07-04 15:08:05,640 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=dae180b4-95f6-46cf-b6c3-e869e0af3a29 2025-07-04 15:08:05,642 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ce05237b-f2a8-4c9e-82b3-397e84622902 2025-07-04 15:08:05,644 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7844c6b2-caeb-49e7-a869-ce7238a2de94 2025-07-04 15:08:05,646 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7cb78340-b877-4787-8937-ac7a841f8dfb 2025-07-04 15:08:10,660 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7844c6b2-caeb-49e7-a869-ce7238a2de94 2025-07-04 15:08:10,662 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=dae180b4-95f6-46cf-b6c3-e869e0af3a29 2025-07-04 15:08:10,664 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7cb78340-b877-4787-8937-ac7a841f8dfb 2025-07-04 15:08:10,665 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ce05237b-f2a8-4c9e-82b3-397e84622902 2025-07-04 15:08:15,699 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7844c6b2-caeb-49e7-a869-ce7238a2de94 2025-07-04 15:08:15,702 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=dae180b4-95f6-46cf-b6c3-e869e0af3a29 2025-07-04 15:08:15,706 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7cb78340-b877-4787-8937-ac7a841f8dfb 2025-07-04 15:08:15,709 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ce05237b-f2a8-4c9e-82b3-397e84622902 2025-07-04 15:08:20,714 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=dae180b4-95f6-46cf-b6c3-e869e0af3a29 2025-07-04 15:08:20,716 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7844c6b2-caeb-49e7-a869-ce7238a2de94 2025-07-04 15:08:20,721 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7cb78340-b877-4787-8937-ac7a841f8dfb 2025-07-04 15:08:20,723 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ce05237b-f2a8-4c9e-82b3-397e84622902 2025-07-04 15:08:25,727 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7844c6b2-caeb-49e7-a869-ce7238a2de94 2025-07-04 15:08:25,729 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=dae180b4-95f6-46cf-b6c3-e869e0af3a29 2025-07-04 15:08:25,736 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7cb78340-b877-4787-8937-ac7a841f8dfb 2025-07-04 15:08:25,737 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ce05237b-f2a8-4c9e-82b3-397e84622902 2025-07-04 15:08:25,741 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2a1feb92-58e8-11f0-bcfc-fa163ef6f2be 2025-07-04 15:08:25,742 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:292bebb4-58e8-11f0-bcfc-fa163ef6f2be 2025-07-04 15:08:25,756 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:29a857da-58e8-11f0-bcfc-fa163ef6f2be 2025-07-04 15:08:25,758 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2a9c7022-58e8-11f0-bcfc-fa163ef6f2be