2025-04-22 16:41:47,257 - DEBUG - [10.0.0.141]: Running cmd : hostname 2025-04-22 16:41:47,499 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1168-1 2025-04-22 16:41:47,499 - DEBUG - [10.0.0.141]: Running cmd : hostname -f 2025-04-22 16:41:47,532 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1168-1 2025-04-22 16:41:47,532 - DEBUG - [10.0.0.141]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-04-22 16:41:47,633 - DEBUG - Output : NAMES contrail_test_GgINKKMuE contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-cassandra-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-nodemgr-1 analytics_alarm-kafka-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-schema-1 config_api-api-1 2025-04-22 16:41:47,633 - DEBUG - [10.0.0.141]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-22 16:41:47,666 - DEBUG - Output : 10.0.0.141/24 172.17.0.1/16 2025-04-22 16:41:47,666 - DEBUG - [10.0.0.141]: Running cmd : getent hosts 10.0.0.141 | head -n 1 | awk '{print $2}' 2025-04-22 16:41:47,709 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1168-1 2025-04-22 16:41:47,791 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-04-22 16:41:47,992 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1168-1 2025-04-22 16:41:47,992 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-04-22 16:41:48,015 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1168-1 2025-04-22 16:41:48,015 - DEBUG - [10.0.0.19]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-04-22 16:41:48,099 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-22 16:41:48,100 - DEBUG - [10.0.0.19]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-22 16:41:48,122 - DEBUG - Output : 10.0.0.19/24 2025-04-22 16:41:48,122 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-04-22 16:41:48,145 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1168-1 2025-04-22 16:41:48,232 - INFO - Using existing project ['default-domain', 'k8s-default'](5c7b8903-79e0-41be-bfc3-14a74cf75cc4) 2025-04-22 16:41:48,345 - INFO - Using existing project ['default-domain', 'k8s-default'](5c7b8903-79e0-41be-bfc3-14a74cf75cc4) 2025-04-22 16:41:48,477 - INFO - ================================================================================ 2025-04-22 16:41:48,477 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-22 16:41:48,478 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-04-22 16:41:48,715 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 16:41:48,722 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.141': '0'}} with 2025-04-22 16:41:48,722 - INFO - Initial checks done. Running the testcase now 2025-04-22 16:41:48,723 - INFO - 2025-04-22 16:41:48,726 - INFO - Namespace default already exists 2025-04-22 16:41:48,726 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 16:41:48,843 - DEBUG - Output : cluster_project={} 2025-04-22 16:41:48,891 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-22 16:41:48,891 - DEBUG - Project uuid in Contrail is 5c7b8903-79e0-41be-bfc3-14a74cf75cc4 2025-04-22 16:41:48,891 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-22 16:41:49,044 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-22 16:41:49,044 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_NamespaceDatabaseList?namespace_uuid=c053382e-b2a8-4485-a14a-b1ba7aba5c8a 2025-04-22 16:41:49,048 - INFO - Namespace default with uuid c053382e-b2a8-4485-a14a-b1ba7aba5c8a found in kube manager 2025-04-22 16:41:49,048 - INFO - Namespace default verification passed 2025-04-22 16:41:49,051 - DEBUG - Service ctest-nginx-svc-98629765 not present 2025-04-22 16:41:49,051 - INFO - Creating service ctest-nginx-svc-98629765 2025-04-22 16:41:49,065 - INFO - Created Service ctest-nginx-svc-98629765 2025-04-22 16:41:49,076 - DEBUG - Pod ctest-nginx-pod-70793394 not present 2025-04-22 16:41:49,082 - INFO - Creating Pod ctest-nginx-pod-70793394 2025-04-22 16:41:49,139 - DEBUG - Pod : ctest-nginx-pod-70793394 UUID is f769110b-6166-4ce1-952f-12cbf955e251 2025-04-22 16:41:49,144 - DEBUG - Pod ctest-nginx-pod-99439894 not present 2025-04-22 16:41:49,145 - INFO - Creating Pod ctest-nginx-pod-99439894 2025-04-22 16:41:49,171 - DEBUG - Pod : ctest-nginx-pod-99439894 UUID is 2d9a06b4-83b2-4b11-bc8b-7dcac7287497 2025-04-22 16:41:49,583 - INFO - Created VN __public__, UUID :c4d165a9-2c8c-4461-acb5-e9eca6739418 2025-04-22 16:41:49,971 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-04-22 16:41:49,993 - DEBUG - Requesting: http://10.0.0.141:8082/domain/2c40f3ef-d255-48dd-9523-de8e5939bb41 2025-04-22 16:41:50,090 - DEBUG - Requesting: http://10.0.0.141:8082/project/5c7b8903-79e0-41be-bfc3-14a74cf75cc4 2025-04-22 16:41:50,195 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/c4d165a9-2c8c-4461-acb5-e9eca6739418 2025-04-22 16:41:50,235 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/c4d165a9-2c8c-4461-acb5-e9eca6739418 2025-04-22 16:41:50,262 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/04685f10-3cb6-4f00-b8cd-519b1c607936 2025-04-22 16:41:50,274 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/04685f10-3cb6-4f00-b8cd-519b1c607936 2025-04-22 16:41:50,298 - DEBUG - Requesting: http://10.0.0.141:8082/route-target/63298da8-a408-4a14-aad8-f4b92f07bf45 2025-04-22 16:41:50,320 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-22 16:41:50,320 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/c4d165a9-2c8c-4461-acb5-e9eca6739418 2025-04-22 16:41:50,334 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/04685f10-3cb6-4f00-b8cd-519b1c607936 2025-04-22 16:41:50,383 - INFO - Verified VN network id 14 for VN c4d165a9-2c8c-4461-acb5-e9eca6739418 2025-04-22 16:41:50,383 - INFO - Verifications in API Server for VN __public__ passed 2025-04-22 16:41:50,383 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/c4d165a9-2c8c-4461-acb5-e9eca6739418 2025-04-22 16:41:50,400 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/04685f10-3cb6-4f00-b8cd-519b1c607936 2025-04-22 16:41:50,412 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/04685f10-3cb6-4f00-b8cd-519b1c607936 2025-04-22 16:41:50,429 - DEBUG - Requesting: http://10.0.0.141:8082/route-target/63298da8-a408-4a14-aad8-f4b92f07bf45 2025-04-22 16:41:50,443 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-22 16:41:50,456 - DEBUG - Control-node 10.0.0.141 : 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': '14182228478837671009', 'uuid-lslong': '12445110347922379800'}, 'enable': 'true', 'created': '2025-04-22T16:41:49', 'last-modified': '2025-04-22T16:41:49', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.634747'} 2025-04-22 16:41:50,456 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 16:41:50,469 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-22 16:41:50,469 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-22 16:41:50,470 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-22 16:41:50,470 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-04-22 16:41:50,494 - DEBUG - Requesting: http://10.0.0.141:8082/domain/2c40f3ef-d255-48dd-9523-de8e5939bb41 2025-04-22 16:41:50,508 - DEBUG - Requesting: http://10.0.0.141:8082/project/5c7b8903-79e0-41be-bfc3-14a74cf75cc4 2025-04-22 16:41:50,584 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/c4d165a9-2c8c-4461-acb5-e9eca6739418 2025-04-22 16:41:50,596 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-22 16:41:50,596 - DEBUG - Verifying the vn in opserver 2025-04-22 16:41:50,596 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.141 2025-04-22 16:41:50,596 - DEBUG - Requesting: http://10.0.0.141:8081/analytics/uves/virtual-networks 2025-04-22 16:41:50,602 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.141:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-22 16:41:50,602 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-22 16:41:50,603 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 16:41:50,611 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 16:41:50,616 - DEBUG - Do not have enough data to verify VN in agent 2025-04-22 16:41:50,617 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 16:41:50,622 - DEBUG - VRF ids for VN __public__: {} 2025-04-22 16:41:50,746 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-22 16:41:50,874 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-04-22 16:41:50,881 - DEBUG - Requesting: http://10.0.0.141:8082/domain/2c40f3ef-d255-48dd-9523-de8e5939bb41 2025-04-22 16:41:50,907 - DEBUG - Requesting: http://10.0.0.141:8082/project/5c7b8903-79e0-41be-bfc3-14a74cf75cc4 2025-04-22 16:41:50,961 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/c4d165a9-2c8c-4461-acb5-e9eca6739418 2025-04-22 16:41:50,983 - DEBUG - Requesting: http://10.0.0.141:8082/floating-ip-pool/4a65c2ec-bdd9-4cb8-bcd8-6d64c7255603 2025-04-22 16:41:51,023 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-04-22 16:41:51,027 - DEBUG - Requesting: http://10.0.0.141:8082/domain/2c40f3ef-d255-48dd-9523-de8e5939bb41 2025-04-22 16:41:51,034 - DEBUG - Requesting: http://10.0.0.141:8082/project/5c7b8903-79e0-41be-bfc3-14a74cf75cc4 2025-04-22 16:41:51,086 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/c4d165a9-2c8c-4461-acb5-e9eca6739418 2025-04-22 16:41:51,105 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-22 16:41:51,105 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-22 16:41:51,113 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-22 16:41:51,119 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-22 16:41:51,119 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-22 16:41:51,122 - DEBUG - Ingress ctest-nginx-ingress-34453480 not present 2025-04-22 16:41:51,122 - INFO - Creating Ingress ctest-nginx-ingress-34453480 2025-04-22 16:41:51,134 - INFO - Created Ingress ctest-nginx-ingress-34453480 2025-04-22 16:41:51,138 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-34453480 2025-04-22 16:41:54,145 - DEBUG - For Ingress ctest-nginx-ingress-34453480, Cluster IP: 10.47.255.249, External IPs ['9.78.16.252'] 2025-04-22 16:41:54,146 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-34453480 2025-04-22 16:41:54,146 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=f118b856-a30b-4b82-ac1d-f4f073c2d1f2 2025-04-22 16:41:54,150 - INFO - Ingress ctest-nginx-ingress-34453480 with uuid f118b856-a30b-4b82-ac1d-f4f073c2d1f2 found in kube manager 2025-04-22 16:41:54,151 - INFO - Ingress ctest-nginx-ingress-34453480 verification passed 2025-04-22 16:41:54,153 - DEBUG - Pod ctest-busybox-pod-47345277 not present 2025-04-22 16:41:54,153 - INFO - Creating Pod ctest-busybox-pod-47345277 2025-04-22 16:41:54,176 - DEBUG - Pod : ctest-busybox-pod-47345277 UUID is ad74e81f-fbd8-48af-b705-8179957fc15d 2025-04-22 16:41:54,185 - DEBUG - Pod ctest-nginx-pod-70793394 not in running state.Currently in Pending 2025-04-22 16:41:59,192 - DEBUG - Pod ctest-nginx-pod-70793394 not in running state.Currently in Pending 2025-04-22 16:42:04,198 - DEBUG - Pod ctest-nginx-pod-70793394 not in running state.Currently in Pending 2025-04-22 16:42:09,204 - DEBUG - Pod ctest-nginx-pod-70793394 not in running state.Currently in Pending 2025-04-22 16:42:14,209 - INFO - Pod ctest-nginx-pod-70793394 is in running state.Got IP 10.47.255.251 2025-04-22 16:42:14,266 - DEBUG - Pod ctest-nginx-pod-70793394 has vmi b0f97b58-1f98-11f0-87fb-fa163e623c31 2025-04-22 16:42:14,266 - INFO - Verified pod ctest-nginx-pod-70793394 in contrail-api 2025-04-22 16:42:14,266 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 16:42:14,277 - DEBUG - VMI b0f97b58-1f98-11f0-87fb-fa163e623c31 is active in agent 10.0.0.19 2025-04-22 16:42:14,277 - INFO - Verified Pod ctest-nginx-pod-70793394 in agent 10.0.0.19 2025-04-22 16:42:14,277 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=f769110b-6166-4ce1-952f-12cbf955e251 2025-04-22 16:42:14,281 - INFO - Pod ctest-nginx-pod-70793394 with uuid f769110b-6166-4ce1-952f-12cbf955e251 found in kube manager 2025-04-22 16:42:14,281 - INFO - Pod ctest-nginx-pod-70793394 verification passed 2025-04-22 16:42:14,345 - DEBUG - [Pod ctest-nginx-pod-70793394] Cmd: echo ctest-nginx-pod-70793394 > /usr/share/nginx/html/index.html, Output: 2025-04-22 16:42:14,350 - INFO - Pod ctest-nginx-pod-99439894 is in running state.Got IP 10.47.255.250 2025-04-22 16:42:14,363 - DEBUG - Pod ctest-nginx-pod-99439894 has vmi b1834a4a-1f98-11f0-87fb-fa163e623c31 2025-04-22 16:42:14,363 - INFO - Verified pod ctest-nginx-pod-99439894 in contrail-api 2025-04-22 16:42:14,363 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 16:42:14,373 - DEBUG - VMI b1834a4a-1f98-11f0-87fb-fa163e623c31 is active in agent 10.0.0.19 2025-04-22 16:42:14,373 - INFO - Verified Pod ctest-nginx-pod-99439894 in agent 10.0.0.19 2025-04-22 16:42:14,373 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=2d9a06b4-83b2-4b11-bc8b-7dcac7287497 2025-04-22 16:42:14,378 - INFO - Pod ctest-nginx-pod-99439894 with uuid 2d9a06b4-83b2-4b11-bc8b-7dcac7287497 found in kube manager 2025-04-22 16:42:14,378 - INFO - Pod ctest-nginx-pod-99439894 verification passed 2025-04-22 16:42:14,425 - DEBUG - [Pod ctest-nginx-pod-99439894] Cmd: echo ctest-nginx-pod-99439894 > /usr/share/nginx/html/index.html, Output: 2025-04-22 16:42:14,430 - INFO - Pod ctest-busybox-pod-47345277 is in running state.Got IP 10.47.255.248 2025-04-22 16:42:14,442 - DEBUG - Pod ctest-busybox-pod-47345277 has vmi b38e934e-1f98-11f0-87fb-fa163e623c31 2025-04-22 16:42:14,443 - INFO - Verified pod ctest-busybox-pod-47345277 in contrail-api 2025-04-22 16:42:14,443 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 16:42:14,452 - DEBUG - VMI b38e934e-1f98-11f0-87fb-fa163e623c31 is active in agent 10.0.0.19 2025-04-22 16:42:14,452 - INFO - Verified Pod ctest-busybox-pod-47345277 in agent 10.0.0.19 2025-04-22 16:42:14,452 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=ad74e81f-fbd8-48af-b705-8179957fc15d 2025-04-22 16:42:14,456 - INFO - Pod ctest-busybox-pod-47345277 with uuid ad74e81f-fbd8-48af-b705-8179957fc15d found in kube manager 2025-04-22 16:42:14,456 - INFO - Pod ctest-busybox-pod-47345277 verification passed 2025-04-22 16:42:14,508 - DEBUG - [Pod ctest-busybox-pod-47345277] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-99439894 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-22 16:42:14,508 - DEBUG - [Pod Pod ctest-busybox-pod-47345277] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 16:42:14,508 - DEBUG - [Pod Pod ctest-busybox-pod-47345277] Cmd output: ctest-nginx-pod-99439894 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-22 16:42:14,557 - DEBUG - [Pod ctest-busybox-pod-47345277] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-70793394 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-22 16:42:14,557 - DEBUG - [Pod Pod ctest-busybox-pod-47345277] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 16:42:14,557 - DEBUG - [Pod Pod ctest-busybox-pod-47345277] Cmd output: ctest-nginx-pod-70793394 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-22 16:42:14,557 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-70793394': 1, 'ctest-nginx-pod-99439894': 1} 2025-04-22 16:42:14,557 - WARNING - Nothing to delete parallely 2025-04-22 16:42:14,557 - INFO - Deleting pod default:ctest-busybox-pod-47345277 2025-04-22 16:42:14,574 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ad74e81f-fbd8-48af-b705-8179957fc15d 2025-04-22 16:42:14,580 - WARNING - Pod uuid ad74e81f-fbd8-48af-b705-8179957fc15d is still seen in agent 10.0.0.19 VM list 2025-04-22 16:42:19,581 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ad74e81f-fbd8-48af-b705-8179957fc15d 2025-04-22 16:42:19,587 - WARNING - Pod uuid ad74e81f-fbd8-48af-b705-8179957fc15d is still seen in agent 10.0.0.19 VM list 2025-04-22 16:42:24,588 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ad74e81f-fbd8-48af-b705-8179957fc15d 2025-04-22 16:42:24,594 - WARNING - Pod uuid ad74e81f-fbd8-48af-b705-8179957fc15d is still seen in agent 10.0.0.19 VM list 2025-04-22 16:42:29,595 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ad74e81f-fbd8-48af-b705-8179957fc15d 2025-04-22 16:42:29,601 - WARNING - Pod uuid ad74e81f-fbd8-48af-b705-8179957fc15d is still seen in agent 10.0.0.19 VM list 2025-04-22 16:42:34,603 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ad74e81f-fbd8-48af-b705-8179957fc15d 2025-04-22 16:42:34,617 - WARNING - Pod uuid ad74e81f-fbd8-48af-b705-8179957fc15d is still seen in agent 10.0.0.19 VM list 2025-04-22 16:42:39,618 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ad74e81f-fbd8-48af-b705-8179957fc15d 2025-04-22 16:42:39,624 - WARNING - Pod uuid ad74e81f-fbd8-48af-b705-8179957fc15d is still seen in agent 10.0.0.19 VM list 2025-04-22 16:42:44,625 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ad74e81f-fbd8-48af-b705-8179957fc15d 2025-04-22 16:42:44,631 - WARNING - Pod uuid ad74e81f-fbd8-48af-b705-8179957fc15d is still seen in agent 10.0.0.19 VM list 2025-04-22 16:42:49,632 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ad74e81f-fbd8-48af-b705-8179957fc15d 2025-04-22 16:42:49,639 - DEBUG - Pod ad74e81f-fbd8-48af-b705-8179957fc15d is not in agent 10.0.0.19 VM list 2025-04-22 16:42:49,639 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b38e934e-1f98-11f0-87fb-fa163e623c31 2025-04-22 16:42:49,645 - DEBUG - VMI b38e934e-1f98-11f0-87fb-fa163e623c31 is removed from agent 10.0.0.19 2025-04-22 16:42:49,645 - INFO - Verified that pod ctest-busybox-pod-47345277 is removed in agent 2025-04-22 16:42:49,645 - INFO - Deleting Ingress : ctest-nginx-ingress-34453480 2025-04-22 16:42:49,651 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=f118b856-a30b-4b82-ac1d-f4f073c2d1f2 2025-04-22 16:42:49,655 - ERROR - Ingress ctest-nginx-ingress-34453480 with uuid f118b856-a30b-4b82-ac1d-f4f073c2d1f2 still found in kube manager 2025-04-22 16:42:50,657 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=f118b856-a30b-4b82-ac1d-f4f073c2d1f2 2025-04-22 16:42:50,662 - INFO - Ingress ctest-nginx-ingress-34453480 with uuid f118b856-a30b-4b82-ac1d-f4f073c2d1f2 deleted successfully from kube manager 2025-04-22 16:42:50,663 - INFO - Verifications on Ingress %s cleanup passed 2025-04-22 16:42:50,663 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-22 16:42:50,792 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-22 16:42:50,798 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-22 16:42:50,798 - INFO - Deleting VN __public__ 2025-04-22 16:42:50,922 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/04685f10-3cb6-4f00-b8cd-519b1c607936 2025-04-22 16:42:50,928 - DEBUG - Response Code: 404 2025-04-22 16:42:50,928 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-04-22 16:42:50,934 - DEBUG - Requesting: http://10.0.0.141:8082/domain/2c40f3ef-d255-48dd-9523-de8e5939bb41 2025-04-22 16:42:50,941 - DEBUG - Requesting: http://10.0.0.141:8082/project/5c7b8903-79e0-41be-bfc3-14a74cf75cc4 2025-04-22 16:42:50,999 - INFO - Validated that VN __public__ is not found in API Server 2025-04-22 16:42:50,999 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-22 16:42:51,008 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 16:42:51,026 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2025-04-22 16:42:51,027 - INFO - Validated that VN __public__ is not in any agent 2025-04-22 16:42:51,027 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 16:42:51,036 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 16:42:51,041 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-22 16:42:51,049 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-22 16:42:51,049 - INFO - Deleting pod default:ctest-nginx-pod-99439894 2025-04-22 16:42:51,067 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=2d9a06b4-83b2-4b11-bc8b-7dcac7287497 2025-04-22 16:42:51,084 - WARNING - Pod uuid 2d9a06b4-83b2-4b11-bc8b-7dcac7287497 is still seen in agent 10.0.0.19 VM list 2025-04-22 16:42:56,085 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=2d9a06b4-83b2-4b11-bc8b-7dcac7287497 2025-04-22 16:42:56,091 - DEBUG - Pod 2d9a06b4-83b2-4b11-bc8b-7dcac7287497 is not in agent 10.0.0.19 VM list 2025-04-22 16:42:56,091 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b1834a4a-1f98-11f0-87fb-fa163e623c31 2025-04-22 16:42:56,096 - DEBUG - VMI b1834a4a-1f98-11f0-87fb-fa163e623c31 is removed from agent 10.0.0.19 2025-04-22 16:42:56,096 - INFO - Verified that pod ctest-nginx-pod-99439894 is removed in agent 2025-04-22 16:42:56,096 - INFO - Deleting pod default:ctest-nginx-pod-70793394 2025-04-22 16:42:56,115 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=f769110b-6166-4ce1-952f-12cbf955e251 2025-04-22 16:42:56,130 - WARNING - Pod uuid f769110b-6166-4ce1-952f-12cbf955e251 is still seen in agent 10.0.0.19 VM list 2025-04-22 16:43:01,132 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=f769110b-6166-4ce1-952f-12cbf955e251 2025-04-22 16:43:01,138 - DEBUG - Pod f769110b-6166-4ce1-952f-12cbf955e251 is not in agent 10.0.0.19 VM list 2025-04-22 16:43:01,138 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b0f97b58-1f98-11f0-87fb-fa163e623c31 2025-04-22 16:43:01,143 - DEBUG - VMI b0f97b58-1f98-11f0-87fb-fa163e623c31 is removed from agent 10.0.0.19 2025-04-22 16:43:01,143 - INFO - Verified that pod ctest-nginx-pod-70793394 is removed in agent 2025-04-22 16:43:01,144 - INFO - Deleting service : ctest-nginx-svc-98629765 2025-04-22 16:43:01,361 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 16:43:01,367 - DEBUG - No XMPP flaps were noticed during the test 2025-04-22 16:43:01,367 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2025-04-22 16:43:01,367 - INFO - -------------------------------------------------------------------------------- 2025-04-22 16:43:07,725 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 16:43:07,837 - DEBUG - Output : cluster_project={} 2025-04-22 16:43:07,886 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-22 16:43:08,045 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-22 16:43:08,052 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 16:43:08,181 - DEBUG - Output : cluster_project={} 2025-04-22 16:43:23,302 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 16:43:23,334 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 16:43:23,409 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 16:43:23,486 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 16:43:28,525 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 16:43:28,602 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 16:43:28,697 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 16:43:28,774 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 16:43:28,980 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 16:43:31,461 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_ApplicationPolicySetReq? 2025-04-22 16:43:31,467 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-22 16:43:31,503 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-22 16:43:33,532 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-22 16:46:41,582 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 16:46:41,630 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=cbd8b5e0-d381-46f5-8374-afa83bbcdee0 2025-04-22 16:46:41,643 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a151eb18-e38b-42e9-b8a6-11833c939ed4 2025-04-22 16:46:41,650 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4b3c42e2-b60f-4025-96bb-e350173da37c 2025-04-22 16:46:41,654 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=63008e29-8366-4b58-8ff1-9a943171c52b 2025-04-22 16:46:41,662 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=f5ac02be-8841-4e2d-819e-425423982c68 2025-04-22 16:46:41,665 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=86fb55ff-29df-4b08-b2e4-3c7e0d9198f1 2025-04-22 16:46:41,669 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bb080664-ef12-452f-a5ae-499101f96614 2025-04-22 16:46:41,677 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a3658992-09cf-4fd2-b36a-be2982925cf6 2025-04-22 16:46:46,744 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=cbd8b5e0-d381-46f5-8374-afa83bbcdee0 2025-04-22 16:46:46,745 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=86fb55ff-29df-4b08-b2e4-3c7e0d9198f1 2025-04-22 16:46:46,747 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=f5ac02be-8841-4e2d-819e-425423982c68 2025-04-22 16:46:46,748 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=63008e29-8366-4b58-8ff1-9a943171c52b 2025-04-22 16:46:46,749 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4b3c42e2-b60f-4025-96bb-e350173da37c 2025-04-22 16:46:46,750 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bb080664-ef12-452f-a5ae-499101f96614 2025-04-22 16:46:46,751 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a3658992-09cf-4fd2-b36a-be2982925cf6 2025-04-22 16:46:46,754 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a151eb18-e38b-42e9-b8a6-11833c939ed4 2025-04-22 16:46:46,775 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:df57bf46-1f98-11f0-87fb-fa163e623c31 2025-04-22 16:46:46,777 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e0cc931a-1f98-11f0-87fb-fa163e623c31 2025-04-22 16:46:46,778 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e060001a-1f98-11f0-87fb-fa163e623c31 2025-04-22 16:46:46,781 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dfc1f938-1f98-11f0-87fb-fa163e623c31 2025-04-22 16:46:51,776 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=86fb55ff-29df-4b08-b2e4-3c7e0d9198f1 2025-04-22 16:46:51,782 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bb080664-ef12-452f-a5ae-499101f96614 2025-04-22 16:46:51,785 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4b3c42e2-b60f-4025-96bb-e350173da37c 2025-04-22 16:46:51,786 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=63008e29-8366-4b58-8ff1-9a943171c52b 2025-04-22 16:46:56,785 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=86fb55ff-29df-4b08-b2e4-3c7e0d9198f1 2025-04-22 16:46:56,796 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bb080664-ef12-452f-a5ae-499101f96614 2025-04-22 16:46:56,797 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=63008e29-8366-4b58-8ff1-9a943171c52b 2025-04-22 16:46:56,798 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4b3c42e2-b60f-4025-96bb-e350173da37c 2025-04-22 16:47:01,792 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=86fb55ff-29df-4b08-b2e4-3c7e0d9198f1 2025-04-22 16:47:01,809 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bb080664-ef12-452f-a5ae-499101f96614 2025-04-22 16:47:01,811 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4b3c42e2-b60f-4025-96bb-e350173da37c 2025-04-22 16:47:01,812 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=63008e29-8366-4b58-8ff1-9a943171c52b 2025-04-22 16:47:06,800 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=86fb55ff-29df-4b08-b2e4-3c7e0d9198f1 2025-04-22 16:47:06,823 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=63008e29-8366-4b58-8ff1-9a943171c52b 2025-04-22 16:47:06,825 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bb080664-ef12-452f-a5ae-499101f96614 2025-04-22 16:47:06,826 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4b3c42e2-b60f-4025-96bb-e350173da37c 2025-04-22 16:47:11,807 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=86fb55ff-29df-4b08-b2e4-3c7e0d9198f1 2025-04-22 16:47:11,837 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=63008e29-8366-4b58-8ff1-9a943171c52b 2025-04-22 16:47:11,838 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4b3c42e2-b60f-4025-96bb-e350173da37c 2025-04-22 16:47:11,840 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bb080664-ef12-452f-a5ae-499101f96614 2025-04-22 16:47:16,834 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=86fb55ff-29df-4b08-b2e4-3c7e0d9198f1 2025-04-22 16:47:16,841 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e15b109a-1f98-11f0-87fb-fa163e623c31 2025-04-22 16:47:16,850 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=63008e29-8366-4b58-8ff1-9a943171c52b 2025-04-22 16:47:16,851 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4b3c42e2-b60f-4025-96bb-e350173da37c 2025-04-22 16:47:16,852 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=bb080664-ef12-452f-a5ae-499101f96614 2025-04-22 16:47:16,861 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e1ca0a18-1f98-11f0-87fb-fa163e623c31 2025-04-22 16:47:16,864 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e23099c2-1f98-11f0-87fb-fa163e623c31 2025-04-22 16:47:16,865 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e2a16e72-1f98-11f0-87fb-fa163e623c31