2025-04-09 15:34:00,887 - DEBUG - [10.0.0.44]: Running cmd : hostname 2025-04-09 15:34:01,138 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1098-1 2025-04-09 15:34:01,138 - DEBUG - [10.0.0.44]: Running cmd : hostname -f 2025-04-09 15:34:01,173 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1098-1 2025-04-09 15:34:01,173 - DEBUG - [10.0.0.44]: 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-09 15:34:01,272 - DEBUG - Output : NAMES contrail_test_9GdpB52I4 contrail-kubernetes-master_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_database_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_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_api_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_schema_1 config_api_dnsmasq_1 2025-04-09 15:34:01,272 - DEBUG - [10.0.0.44]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-09 15:34:01,306 - DEBUG - Output : 10.0.0.44/24 172.17.0.1/16 2025-04-09 15:34:01,306 - DEBUG - [10.0.0.44]: Running cmd : getent hosts 10.0.0.44 | head -n 1 | awk '{print $2}' 2025-04-09 15:34:01,350 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1098-1 2025-04-09 15:34:01,456 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-04-09 15:34:01,743 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1098-1 2025-04-09 15:34:01,743 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-04-09 15:34:01,788 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1098-1 2025-04-09 15:34:01,788 - DEBUG - [10.0.0.33]: 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-09 15:34:01,912 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-04-09 15:34:01,912 - DEBUG - [10.0.0.33]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-09 15:34:01,958 - DEBUG - Output : 10.0.0.33/24 2025-04-09 15:34:01,958 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-04-09 15:34:02,003 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1098-1 2025-04-09 15:34:02,107 - INFO - Using existing project ['default-domain', 'k8s-default'](5675ebcc-225b-444a-98f7-44ca3eb8c1b4) 2025-04-09 15:34:02,228 - INFO - Using existing project ['default-domain', 'k8s-default'](5675ebcc-225b-444a-98f7-44ca3eb8c1b4) 2025-04-09 15:34:02,371 - INFO - ================================================================================ 2025-04-09 15:34:02,371 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-09 15:34:02,372 - 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-09 15:34:02,674 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 15:34:02,689 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.0.0.44': '0'}} with 2025-04-09 15:34:02,690 - INFO - Initial checks done. Running the testcase now 2025-04-09 15:34:02,690 - INFO - 2025-04-09 15:34:02,695 - INFO - Namespace default already exists 2025-04-09 15:34:02,696 - DEBUG - [10.0.0.44]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-09 15:34:02,820 - DEBUG - Output : cluster_project={} 2025-04-09 15:34:02,873 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-09 15:34:02,873 - DEBUG - Project uuid in Contrail is 5675ebcc-225b-444a-98f7-44ca3eb8c1b4 2025-04-09 15:34:02,873 - DEBUG - [10.0.0.44]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-09 15:34:02,995 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-09 15:34:02,995 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_NamespaceDatabaseList?namespace_uuid=7501f0b4-c0ec-4dae-aca9-b1fa7376480b 2025-04-09 15:34:03,004 - INFO - Namespace default with uuid 7501f0b4-c0ec-4dae-aca9-b1fa7376480b found in kube manager 2025-04-09 15:34:03,004 - INFO - Namespace default verification passed 2025-04-09 15:34:03,008 - DEBUG - Service ctest-nginx-svc-03474251 not present 2025-04-09 15:34:03,008 - INFO - Creating service ctest-nginx-svc-03474251 2025-04-09 15:34:03,038 - INFO - Created Service ctest-nginx-svc-03474251 2025-04-09 15:34:03,041 - DEBUG - Pod ctest-nginx-pod-92046747 not present 2025-04-09 15:34:03,042 - INFO - Creating Pod ctest-nginx-pod-92046747 2025-04-09 15:34:03,112 - DEBUG - Node for Pod ctest-nginx-pod-92046747 not yet populated 2025-04-09 15:34:06,118 - DEBUG - Pod : ctest-nginx-pod-92046747 UUID is 39e31eee-ce90-4d00-b642-b7622b1d2e3b 2025-04-09 15:34:06,121 - DEBUG - Pod ctest-nginx-pod-66911647 not present 2025-04-09 15:34:06,121 - INFO - Creating Pod ctest-nginx-pod-66911647 2025-04-09 15:34:06,146 - DEBUG - Pod : ctest-nginx-pod-66911647 UUID is 9e606eff-5552-4688-be3b-451d35e88cde 2025-04-09 15:34:06,470 - INFO - Created VN __public__, UUID :d46a4d3e-cf9d-4843-b7c1-1b1de6267d1e 2025-04-09 15:34:06,936 - DEBUG - Requesting: http://10.0.0.44:8082/domains 2025-04-09 15:34:06,979 - DEBUG - Requesting: http://10.0.0.44:8082/domain/3fa246f1-9f6e-4a00-8517-582ee84f227d 2025-04-09 15:34:07,025 - DEBUG - Requesting: http://10.0.0.44:8082/project/5675ebcc-225b-444a-98f7-44ca3eb8c1b4 2025-04-09 15:34:07,123 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/d46a4d3e-cf9d-4843-b7c1-1b1de6267d1e 2025-04-09 15:34:07,150 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/d46a4d3e-cf9d-4843-b7c1-1b1de6267d1e 2025-04-09 15:34:07,182 - DEBUG - Requesting: http://10.0.0.44:8082/routing-instance/63fdefa1-945d-4776-91bf-1d1e3059299c 2025-04-09 15:34:07,194 - DEBUG - Requesting: http://10.0.0.44:8082/routing-instance/63fdefa1-945d-4776-91bf-1d1e3059299c 2025-04-09 15:34:07,204 - DEBUG - Requesting: http://10.0.0.44:8082/route-target/a02f37f5-abb2-4781-a3a3-09f15bc91a60 2025-04-09 15:34:07,213 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-04-09 15:34:07,213 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/d46a4d3e-cf9d-4843-b7c1-1b1de6267d1e 2025-04-09 15:34:07,226 - DEBUG - Requesting: http://10.0.0.44:8082/routing-instance/63fdefa1-945d-4776-91bf-1d1e3059299c 2025-04-09 15:34:07,245 - INFO - Verified VN network id 13 for VN d46a4d3e-cf9d-4843-b7c1-1b1de6267d1e 2025-04-09 15:34:07,246 - INFO - Verifications in API Server for VN __public__ passed 2025-04-09 15:34:07,246 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/d46a4d3e-cf9d-4843-b7c1-1b1de6267d1e 2025-04-09 15:34:07,259 - DEBUG - Requesting: http://10.0.0.44:8082/routing-instance/63fdefa1-945d-4776-91bf-1d1e3059299c 2025-04-09 15:34:07,282 - DEBUG - Requesting: http://10.0.0.44:8082/routing-instance/63fdefa1-945d-4776-91bf-1d1e3059299c 2025-04-09 15:34:07,313 - DEBUG - Requesting: http://10.0.0.44:8082/route-target/a02f37f5-abb2-4781-a3a3-09f15bc91a60 2025-04-09 15:34:07,324 - DEBUG - Requesting: http://10.0.0.44:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-09 15:34:07,334 - DEBUG - Control-node 10.0.0.44 : 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': '15306131215738554435', 'uuid-lslong': '13240894194675252510'}, 'enable': 'true', 'created': '2025-04-09T15:34:06', 'last-modified': '2025-04-09T15:34:06', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.590093'} 2025-04-09 15:34:07,334 - DEBUG - Requesting: http://10.0.0.44:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 15:34:07,343 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-04-09 15:34:07,343 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-09 15:34:07,343 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-09 15:34:07,343 - DEBUG - Requesting: http://10.0.0.44:8082/domains 2025-04-09 15:34:07,351 - DEBUG - Requesting: http://10.0.0.44:8082/domain/3fa246f1-9f6e-4a00-8517-582ee84f227d 2025-04-09 15:34:07,361 - DEBUG - Requesting: http://10.0.0.44:8082/project/5675ebcc-225b-444a-98f7-44ca3eb8c1b4 2025-04-09 15:34:07,462 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/d46a4d3e-cf9d-4843-b7c1-1b1de6267d1e 2025-04-09 15:34:07,478 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-09 15:34:07,478 - DEBUG - Verifying the vn in opserver 2025-04-09 15:34:07,478 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.44 2025-04-09 15:34:07,478 - DEBUG - Requesting: http://10.0.0.44:8081/analytics/uves/virtual-networks 2025-04-09 15:34:07,486 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.44:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-09 15:34:07,486 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-09 15:34:07,486 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 15:34:07,501 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 15:34:07,515 - DEBUG - Do not have enough data to verify VN in agent 2025-04-09 15:34:07,516 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 15:34:07,531 - DEBUG - VRF ids for VN __public__: {} 2025-04-09 15:34:07,678 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-09 15:34:07,852 - DEBUG - Requesting: http://10.0.0.44:8082/domains 2025-04-09 15:34:07,859 - DEBUG - Requesting: http://10.0.0.44:8082/domain/3fa246f1-9f6e-4a00-8517-582ee84f227d 2025-04-09 15:34:07,869 - DEBUG - Requesting: http://10.0.0.44:8082/project/5675ebcc-225b-444a-98f7-44ca3eb8c1b4 2025-04-09 15:34:07,918 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/d46a4d3e-cf9d-4843-b7c1-1b1de6267d1e 2025-04-09 15:34:07,931 - DEBUG - Requesting: http://10.0.0.44:8082/floating-ip-pool/5c5836b3-48bc-41a9-8194-77e12a51b453 2025-04-09 15:34:07,939 - DEBUG - Requesting: http://10.0.0.44:8082/domains 2025-04-09 15:34:07,949 - DEBUG - Requesting: http://10.0.0.44:8082/domain/3fa246f1-9f6e-4a00-8517-582ee84f227d 2025-04-09 15:34:07,961 - DEBUG - Requesting: http://10.0.0.44:8082/project/5675ebcc-225b-444a-98f7-44ca3eb8c1b4 2025-04-09 15:34:08,015 - DEBUG - Requesting: http://10.0.0.44:8082/virtual-network/d46a4d3e-cf9d-4843-b7c1-1b1de6267d1e 2025-04-09 15:34:08,025 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-09 15:34:08,025 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-09 15:34:08,037 - DEBUG - Requesting: http://10.0.0.44:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-09 15:34:08,043 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-09 15:34:08,043 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-09 15:34:08,046 - DEBUG - Ingress ctest-nginx-ingress-82035183 not present 2025-04-09 15:34:08,047 - INFO - Creating Ingress ctest-nginx-ingress-82035183 2025-04-09 15:34:08,055 - INFO - Created Ingress ctest-nginx-ingress-82035183 2025-04-09 15:34:08,058 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-82035183 2025-04-09 15:34:11,062 - DEBUG - For Ingress ctest-nginx-ingress-82035183, Cluster IP: 10.47.255.249, External IPs ['110.153.147.124'] 2025-04-09 15:34:11,063 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-82035183 2025-04-09 15:34:11,063 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_LoadbalancerDatabaseList?x=64ac9092-c1d7-4a6c-87e2-5ac11303543f 2025-04-09 15:34:11,074 - INFO - Ingress ctest-nginx-ingress-82035183 with uuid 64ac9092-c1d7-4a6c-87e2-5ac11303543f found in kube manager 2025-04-09 15:34:11,075 - INFO - Ingress ctest-nginx-ingress-82035183 verification passed 2025-04-09 15:34:11,092 - DEBUG - Pod ctest-busybox-pod-10667118 not present 2025-04-09 15:34:11,093 - INFO - Creating Pod ctest-busybox-pod-10667118 2025-04-09 15:34:11,178 - DEBUG - Pod : ctest-busybox-pod-10667118 UUID is 41c21bed-9b5d-425d-9253-5e7ed51e897e 2025-04-09 15:34:11,201 - DEBUG - Pod ctest-nginx-pod-92046747 not in running state.Currently in Pending 2025-04-09 15:34:16,208 - DEBUG - Pod ctest-nginx-pod-92046747 not in running state.Currently in Pending 2025-04-09 15:34:21,215 - INFO - Pod ctest-nginx-pod-92046747 is in running state.Got IP 10.47.255.251 2025-04-09 15:34:21,242 - DEBUG - Pod ctest-nginx-pod-92046747 has vmi 11b680da-1558-11f0-88e2-fa163ea8e9f1 2025-04-09 15:34:21,242 - INFO - Verified pod ctest-nginx-pod-92046747 in contrail-api 2025-04-09 15:34:21,242 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 15:34:21,260 - DEBUG - VMI 11b680da-1558-11f0-88e2-fa163ea8e9f1 is active in agent 10.0.0.33 2025-04-09 15:34:21,260 - INFO - Verified Pod ctest-nginx-pod-92046747 in agent 10.0.0.33 2025-04-09 15:34:21,260 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_VirtualMachineDatabaseList?x=39e31eee-ce90-4d00-b642-b7622b1d2e3b 2025-04-09 15:34:21,265 - INFO - Pod ctest-nginx-pod-92046747 with uuid 39e31eee-ce90-4d00-b642-b7622b1d2e3b found in kube manager 2025-04-09 15:34:21,266 - INFO - Pod ctest-nginx-pod-92046747 verification passed 2025-04-09 15:34:21,365 - DEBUG - [Pod ctest-nginx-pod-92046747] Cmd: echo ctest-nginx-pod-92046747 > /usr/share/nginx/html/index.html, Output: 2025-04-09 15:34:21,370 - INFO - Pod ctest-nginx-pod-66911647 is in running state.Got IP 10.47.255.250 2025-04-09 15:34:21,388 - DEBUG - Pod ctest-nginx-pod-66911647 has vmi 12bd64e4-1558-11f0-88e2-fa163ea8e9f1 2025-04-09 15:34:21,388 - INFO - Verified pod ctest-nginx-pod-66911647 in contrail-api 2025-04-09 15:34:21,388 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 15:34:21,403 - DEBUG - VMI 12bd64e4-1558-11f0-88e2-fa163ea8e9f1 is active in agent 10.0.0.33 2025-04-09 15:34:21,403 - INFO - Verified Pod ctest-nginx-pod-66911647 in agent 10.0.0.33 2025-04-09 15:34:21,403 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_VirtualMachineDatabaseList?x=9e606eff-5552-4688-be3b-451d35e88cde 2025-04-09 15:34:21,408 - INFO - Pod ctest-nginx-pod-66911647 with uuid 9e606eff-5552-4688-be3b-451d35e88cde found in kube manager 2025-04-09 15:34:21,408 - INFO - Pod ctest-nginx-pod-66911647 verification passed 2025-04-09 15:34:21,460 - DEBUG - [Pod ctest-nginx-pod-66911647] Cmd: echo ctest-nginx-pod-66911647 > /usr/share/nginx/html/index.html, Output: 2025-04-09 15:34:21,466 - INFO - Pod ctest-busybox-pod-10667118 is in running state.Got IP 10.47.255.248 2025-04-09 15:34:21,532 - DEBUG - Pod ctest-busybox-pod-10667118 has vmi 16241358-1558-11f0-88e2-fa163ea8e9f1 2025-04-09 15:34:21,532 - INFO - Verified pod ctest-busybox-pod-10667118 in contrail-api 2025-04-09 15:34:21,533 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 15:34:21,549 - DEBUG - VMI 16241358-1558-11f0-88e2-fa163ea8e9f1 is active in agent 10.0.0.33 2025-04-09 15:34:21,549 - INFO - Verified Pod ctest-busybox-pod-10667118 in agent 10.0.0.33 2025-04-09 15:34:21,550 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_VirtualMachineDatabaseList?x=41c21bed-9b5d-425d-9253-5e7ed51e897e 2025-04-09 15:34:21,554 - INFO - Pod ctest-busybox-pod-10667118 with uuid 41c21bed-9b5d-425d-9253-5e7ed51e897e found in kube manager 2025-04-09 15:34:21,554 - INFO - Pod ctest-busybox-pod-10667118 verification passed 2025-04-09 15:34:21,645 - DEBUG - [Pod ctest-busybox-pod-10667118] 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-66911647 2025-04-09 15:34:21,646 - DEBUG - [Pod Pod ctest-busybox-pod-10667118] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 15:34:21,646 - DEBUG - [Pod Pod ctest-busybox-pod-10667118] 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-66911647 2025-04-09 15:34:21,714 - DEBUG - [Pod ctest-busybox-pod-10667118] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-92046747 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-09 15:34:21,715 - DEBUG - [Pod Pod ctest-busybox-pod-10667118] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 15:34:21,715 - DEBUG - [Pod Pod ctest-busybox-pod-10667118] Cmd output: ctest-nginx-pod-92046747 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-09 15:34:21,715 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-92046747': 1, 'ctest-nginx-pod-66911647': 1} 2025-04-09 15:34:21,715 - WARNING - Nothing to delete parallely 2025-04-09 15:34:21,715 - INFO - Deleting pod default:ctest-busybox-pod-10667118 2025-04-09 15:34:21,726 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=41c21bed-9b5d-425d-9253-5e7ed51e897e 2025-04-09 15:34:21,735 - WARNING - Pod uuid 41c21bed-9b5d-425d-9253-5e7ed51e897e is still seen in agent 10.0.0.33 VM list 2025-04-09 15:34:26,735 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=41c21bed-9b5d-425d-9253-5e7ed51e897e 2025-04-09 15:34:26,750 - WARNING - Pod uuid 41c21bed-9b5d-425d-9253-5e7ed51e897e is still seen in agent 10.0.0.33 VM list 2025-04-09 15:34:31,751 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=41c21bed-9b5d-425d-9253-5e7ed51e897e 2025-04-09 15:34:31,767 - WARNING - Pod uuid 41c21bed-9b5d-425d-9253-5e7ed51e897e is still seen in agent 10.0.0.33 VM list 2025-04-09 15:34:36,768 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=41c21bed-9b5d-425d-9253-5e7ed51e897e 2025-04-09 15:34:36,784 - WARNING - Pod uuid 41c21bed-9b5d-425d-9253-5e7ed51e897e is still seen in agent 10.0.0.33 VM list 2025-04-09 15:34:41,784 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=41c21bed-9b5d-425d-9253-5e7ed51e897e 2025-04-09 15:34:41,796 - WARNING - Pod uuid 41c21bed-9b5d-425d-9253-5e7ed51e897e is still seen in agent 10.0.0.33 VM list 2025-04-09 15:34:46,796 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=41c21bed-9b5d-425d-9253-5e7ed51e897e 2025-04-09 15:34:46,809 - WARNING - Pod uuid 41c21bed-9b5d-425d-9253-5e7ed51e897e is still seen in agent 10.0.0.33 VM list 2025-04-09 15:34:51,810 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=41c21bed-9b5d-425d-9253-5e7ed51e897e 2025-04-09 15:34:51,824 - WARNING - Pod uuid 41c21bed-9b5d-425d-9253-5e7ed51e897e is still seen in agent 10.0.0.33 VM list 2025-04-09 15:34:56,824 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=41c21bed-9b5d-425d-9253-5e7ed51e897e 2025-04-09 15:34:56,841 - DEBUG - Pod 41c21bed-9b5d-425d-9253-5e7ed51e897e is not in agent 10.0.0.33 VM list 2025-04-09 15:34:56,841 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:16241358-1558-11f0-88e2-fa163ea8e9f1 2025-04-09 15:34:56,849 - DEBUG - VMI 16241358-1558-11f0-88e2-fa163ea8e9f1 is removed from agent 10.0.0.33 2025-04-09 15:34:56,849 - INFO - Verified that pod ctest-busybox-pod-10667118 is removed in agent 2025-04-09 15:34:56,849 - INFO - Deleting Ingress : ctest-nginx-ingress-82035183 2025-04-09 15:34:56,855 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_LoadbalancerDatabaseList?x=64ac9092-c1d7-4a6c-87e2-5ac11303543f 2025-04-09 15:34:56,861 - ERROR - Ingress ctest-nginx-ingress-82035183 with uuid 64ac9092-c1d7-4a6c-87e2-5ac11303543f still found in kube manager 2025-04-09 15:34:57,862 - DEBUG - Requesting: http://10.0.0.44:8108/Snh_LoadbalancerDatabaseList?x=64ac9092-c1d7-4a6c-87e2-5ac11303543f 2025-04-09 15:34:57,875 - INFO - Ingress ctest-nginx-ingress-82035183 with uuid 64ac9092-c1d7-4a6c-87e2-5ac11303543f deleted successfully from kube manager 2025-04-09 15:34:57,875 - INFO - Verifications on Ingress %s cleanup passed 2025-04-09 15:34:57,875 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-09 15:34:57,975 - DEBUG - Requesting: http://10.0.0.44:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-09 15:34:57,993 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-09 15:34:57,993 - INFO - Deleting VN __public__ 2025-04-09 15:34:58,185 - DEBUG - Requesting: http://10.0.0.44:8082/routing-instance/63fdefa1-945d-4776-91bf-1d1e3059299c 2025-04-09 15:34:58,214 - DEBUG - Response Code: 404 2025-04-09 15:34:58,214 - DEBUG - Requesting: http://10.0.0.44:8082/domains 2025-04-09 15:34:58,227 - DEBUG - Requesting: http://10.0.0.44:8082/domain/3fa246f1-9f6e-4a00-8517-582ee84f227d 2025-04-09 15:34:58,246 - DEBUG - Requesting: http://10.0.0.44:8082/project/5675ebcc-225b-444a-98f7-44ca3eb8c1b4 2025-04-09 15:34:58,297 - INFO - Validated that VN __public__ is not found in API Server 2025-04-09 15:34:58,304 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-09 15:34:58,312 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 15:34:58,331 - DEBUG - VN __public__ is not present in Agent 10.0.0.33 2025-04-09 15:34:58,331 - INFO - Validated that VN __public__ is not in any agent 2025-04-09 15:34:58,331 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 15:34:58,346 - DEBUG - Requesting: http://10.0.0.44:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 15:34:58,352 - DEBUG - Requesting: http://10.0.0.44:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-09 15:34:58,359 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-09 15:34:58,361 - INFO - Deleting pod default:ctest-nginx-pod-66911647 2025-04-09 15:34:58,378 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=9e606eff-5552-4688-be3b-451d35e88cde 2025-04-09 15:34:58,396 - WARNING - Pod uuid 9e606eff-5552-4688-be3b-451d35e88cde is still seen in agent 10.0.0.33 VM list 2025-04-09 15:35:03,398 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=9e606eff-5552-4688-be3b-451d35e88cde 2025-04-09 15:35:03,407 - DEBUG - Pod 9e606eff-5552-4688-be3b-451d35e88cde is not in agent 10.0.0.33 VM list 2025-04-09 15:35:03,407 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:12bd64e4-1558-11f0-88e2-fa163ea8e9f1 2025-04-09 15:35:03,421 - DEBUG - VMI 12bd64e4-1558-11f0-88e2-fa163ea8e9f1 is removed from agent 10.0.0.33 2025-04-09 15:35:03,422 - INFO - Verified that pod ctest-nginx-pod-66911647 is removed in agent 2025-04-09 15:35:03,422 - INFO - Deleting pod default:ctest-nginx-pod-92046747 2025-04-09 15:35:03,456 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39e31eee-ce90-4d00-b642-b7622b1d2e3b 2025-04-09 15:35:03,491 - WARNING - Pod uuid 39e31eee-ce90-4d00-b642-b7622b1d2e3b is still seen in agent 10.0.0.33 VM list 2025-04-09 15:35:08,492 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39e31eee-ce90-4d00-b642-b7622b1d2e3b 2025-04-09 15:35:08,507 - DEBUG - Pod 39e31eee-ce90-4d00-b642-b7622b1d2e3b is not in agent 10.0.0.33 VM list 2025-04-09 15:35:08,507 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:11b680da-1558-11f0-88e2-fa163ea8e9f1 2025-04-09 15:35:08,515 - DEBUG - VMI 11b680da-1558-11f0-88e2-fa163ea8e9f1 is removed from agent 10.0.0.33 2025-04-09 15:35:08,515 - INFO - Verified that pod ctest-nginx-pod-92046747 is removed in agent 2025-04-09 15:35:08,515 - INFO - Deleting service : ctest-nginx-svc-03474251 2025-04-09 15:35:08,806 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 15:35:08,823 - DEBUG - No XMPP flaps were noticed during the test
2025-04-09 15:35:08,823 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:06]
2025-04-09 15:35:08,823 - INFO - -------------------------------------------------------------------------------- 2025-04-09 15:35:21,195 - DEBUG - [10.0.0.44]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-09 15:35:21,322 - DEBUG - Output : cluster_project={} 2025-04-09 15:35:21,383 - DEBUG - [10.0.0.44]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-09 15:35:21,525 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-09 15:35:21,532 - DEBUG - [10.0.0.44]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-09 15:35:21,694 - DEBUG - Output : cluster_project={} 2025-04-09 15:35:26,827 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 15:35:31,910 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 15:35:32,009 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 15:35:32,067 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 15:35:37,137 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 15:35:37,253 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 15:35:37,385 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 15:35:37,449 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 15:35:37,804 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 15:35:40,804 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_ApplicationPolicySetReq? 2025-04-09 15:35:40,811 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2025-04-09 15:35:40,843 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2025-04-09 15:35:42,880 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2025-04-09 15:38:45,664 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 15:38:45,723 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8579c53b-0107-45a2-8195-4a14d72b20e1 2025-04-09 15:38:45,730 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8f4a632d-baff-4156-ada0-74b0ed914b2a 2025-04-09 15:38:45,733 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=16a964c9-9cca-456b-bf0f-4ce9e58e0013 2025-04-09 15:38:45,744 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=5e55c18b-c917-46c5-b773-692f9b5469ed 2025-04-09 15:38:45,752 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=31cbb7bf-8287-408a-b095-5b7986cfeaa8 2025-04-09 15:38:45,756 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=9731a80a-0dd6-4cc5-b55d-97119c347789 2025-04-09 15:38:45,759 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=47851acf-1a42-4bfe-93ba-ab7d4be7c6e7 2025-04-09 15:38:45,764 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6ca892b9-a68a-4b73-a4dc-925eea6b60f4 2025-04-09 15:38:50,839 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=5e55c18b-c917-46c5-b773-692f9b5469ed 2025-04-09 15:38:50,841 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8579c53b-0107-45a2-8195-4a14d72b20e1 2025-04-09 15:38:50,842 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=16a964c9-9cca-456b-bf0f-4ce9e58e0013 2025-04-09 15:38:50,844 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=9731a80a-0dd6-4cc5-b55d-97119c347789 2025-04-09 15:38:50,846 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=47851acf-1a42-4bfe-93ba-ab7d4be7c6e7 2025-04-09 15:38:50,847 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=31cbb7bf-8287-408a-b095-5b7986cfeaa8 2025-04-09 15:38:50,848 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8f4a632d-baff-4156-ada0-74b0ed914b2a 2025-04-09 15:38:50,849 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6ca892b9-a68a-4b73-a4dc-925eea6b60f4 2025-04-09 15:38:50,887 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3c9b36c4-1558-11f0-88e2-fa163ea8e9f1 2025-04-09 15:38:50,889 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3d84cf5a-1558-11f0-88e2-fa163ea8e9f1 2025-04-09 15:38:50,894 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f92a16e-1558-11f0-88e2-fa163ea8e9f1 2025-04-09 15:38:50,895 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:402a95a0-1558-11f0-88e2-fa163ea8e9f1 2025-04-09 15:38:55,888 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=47851acf-1a42-4bfe-93ba-ab7d4be7c6e7 2025-04-09 15:38:55,891 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8579c53b-0107-45a2-8195-4a14d72b20e1 2025-04-09 15:38:55,893 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6ca892b9-a68a-4b73-a4dc-925eea6b60f4 2025-04-09 15:38:55,896 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=9731a80a-0dd6-4cc5-b55d-97119c347789 2025-04-09 15:39:00,932 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8579c53b-0107-45a2-8195-4a14d72b20e1 2025-04-09 15:39:00,934 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=47851acf-1a42-4bfe-93ba-ab7d4be7c6e7 2025-04-09 15:39:00,935 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=9731a80a-0dd6-4cc5-b55d-97119c347789 2025-04-09 15:39:00,938 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6ca892b9-a68a-4b73-a4dc-925eea6b60f4 2025-04-09 15:39:05,956 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6ca892b9-a68a-4b73-a4dc-925eea6b60f4 2025-04-09 15:39:05,958 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=47851acf-1a42-4bfe-93ba-ab7d4be7c6e7 2025-04-09 15:39:05,960 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=9731a80a-0dd6-4cc5-b55d-97119c347789 2025-04-09 15:39:05,961 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8579c53b-0107-45a2-8195-4a14d72b20e1 2025-04-09 15:39:10,976 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=9731a80a-0dd6-4cc5-b55d-97119c347789 2025-04-09 15:39:10,978 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6ca892b9-a68a-4b73-a4dc-925eea6b60f4 2025-04-09 15:39:10,979 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=47851acf-1a42-4bfe-93ba-ab7d4be7c6e7 2025-04-09 15:39:10,981 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8579c53b-0107-45a2-8195-4a14d72b20e1 2025-04-09 15:39:16,017 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6ca892b9-a68a-4b73-a4dc-925eea6b60f4 2025-04-09 15:39:16,019 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=9731a80a-0dd6-4cc5-b55d-97119c347789 2025-04-09 15:39:16,022 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8579c53b-0107-45a2-8195-4a14d72b20e1 2025-04-09 15:39:16,024 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=47851acf-1a42-4bfe-93ba-ab7d4be7c6e7 2025-04-09 15:39:21,051 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=47851acf-1a42-4bfe-93ba-ab7d4be7c6e7 2025-04-09 15:39:21,053 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6ca892b9-a68a-4b73-a4dc-925eea6b60f4 2025-04-09 15:39:21,055 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8579c53b-0107-45a2-8195-4a14d72b20e1 2025-04-09 15:39:21,056 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=9731a80a-0dd6-4cc5-b55d-97119c347789 2025-04-09 15:39:21,091 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:42722d28-1558-11f0-88e2-fa163ea8e9f1 2025-04-09 15:39:21,092 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:41ee1cea-1558-11f0-88e2-fa163ea8e9f1 2025-04-09 15:39:21,096 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:40c34818-1558-11f0-88e2-fa163ea8e9f1 2025-04-09 15:39:21,098 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4159c55e-1558-11f0-88e2-fa163ea8e9f1