2025-10-09 20:46:48,354 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-10-09 20:46:48,611 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1562-1 2025-10-09 20:46:48,611 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-10-09 20:46:48,644 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1562-1 2025-10-09 20:46:48,644 - DEBUG - [10.0.0.27]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-10-09 20:46:48,735 - DEBUG - Output : NAMES contrail_test_bfeLXqTiU contrail-kubernetes-master-kubemanager-1 webui-web-1 webui-job-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-cassandra-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-api-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-schema-1 redis-redis-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 2025-10-09 20:46:48,736 - DEBUG - [10.0.0.27]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-09 20:46:48,772 - DEBUG - Output : 127.0.0.1/8 10.0.0.27/24 252.27.0.1/8 10.237.121.1/24 172.17.0.1/16 2025-10-09 20:46:48,772 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-10-09 20:46:48,805 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1562-1 2025-10-09 20:46:48,891 - DEBUG - [10.0.0.65]: Running cmd : hostname 2025-10-09 20:46:49,138 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1562-1 2025-10-09 20:46:49,138 - DEBUG - [10.0.0.65]: Running cmd : hostname -f 2025-10-09 20:46:49,162 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1562-1 2025-10-09 20:46:49,162 - 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-10-09 20:46:49,244 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-09 20:46:49,244 - DEBUG - [10.0.0.65]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-09 20:46:49,278 - DEBUG - Output : 10.0.0.65/24 2025-10-09 20:46:49,279 - DEBUG - [10.0.0.65]: Running cmd : getent hosts 10.0.0.65 | head -n 1 | awk '{print $2}' 2025-10-09 20:46:49,303 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1562-1 2025-10-09 20:46:49,372 - INFO - Using existing project ['default-domain', 'k8s-default'](d92349aa-7f52-4503-96c9-462c741ba013) 2025-10-09 20:46:49,473 - INFO - Using existing project ['default-domain', 'k8s-default'](d92349aa-7f52-4503-96c9-462c741ba013) 2025-10-09 20:46:49,602 - INFO - ================================================================================ 2025-10-09 20:46:49,603 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-09 20:46:49,603 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-10-09 20:46:49,796 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-09 20:46:49,802 - DEBUG - Nothing to compare xmpp stats {'10.0.0.65': {'10.0.0.27': '0'}} with 2025-10-09 20:46:49,802 - INFO - Initial checks done. Running the testcase now 2025-10-09 20:46:49,802 - INFO - 2025-10-09 20:46:49,806 - INFO - Namespace default already exists 2025-10-09 20:46:49,806 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-09 20:46:49,912 - DEBUG - Output : cluster_project={} 2025-10-09 20:46:49,953 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-09 20:46:49,953 - DEBUG - Project uuid in Contrail is d92349aa-7f52-4503-96c9-462c741ba013 2025-10-09 20:46:49,953 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-09 20:46:50,081 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-09 20:46:50,081 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_NamespaceDatabaseList?namespace_uuid=fafbe017-f1f9-4f68-b4f1-8482f88203ed 2025-10-09 20:46:50,085 - INFO - Namespace default with uuid fafbe017-f1f9-4f68-b4f1-8482f88203ed found in kube manager 2025-10-09 20:46:50,085 - INFO - Namespace default verification passed 2025-10-09 20:46:50,088 - DEBUG - Service ctest-nginx-svc-97795394 not present 2025-10-09 20:46:50,088 - INFO - Creating service ctest-nginx-svc-97795394 2025-10-09 20:46:50,116 - INFO - Created Service ctest-nginx-svc-97795394 2025-10-09 20:46:50,131 - DEBUG - Pod ctest-nginx-pod-85451345 not present 2025-10-09 20:46:50,131 - INFO - Creating Pod ctest-nginx-pod-85451345 2025-10-09 20:46:50,217 - DEBUG - Node for Pod ctest-nginx-pod-85451345 not yet populated 2025-10-09 20:46:53,224 - DEBUG - Pod : ctest-nginx-pod-85451345 UUID is 8d85d315-ea7b-45ce-a169-c1eb8f195d83 2025-10-09 20:46:53,227 - DEBUG - Pod ctest-nginx-pod-80784200 not present 2025-10-09 20:46:53,227 - INFO - Creating Pod ctest-nginx-pod-80784200 2025-10-09 20:46:53,257 - DEBUG - Pod : ctest-nginx-pod-80784200 UUID is 3d2a157f-51de-414b-8023-12dd76b1122e 2025-10-09 20:46:53,509 - INFO - Created VN __public__, UUID :96ea850f-b9e8-4dae-81ed-1306a812c561 2025-10-09 20:46:53,709 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-10-09 20:46:53,714 - DEBUG - Requesting: http://10.0.0.27:8082/domain/418e2a7a-1be5-4ffc-9495-123dc1d7f62c 2025-10-09 20:46:53,726 - DEBUG - Requesting: http://10.0.0.27:8082/project/d92349aa-7f52-4503-96c9-462c741ba013 2025-10-09 20:46:53,795 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/96ea850f-b9e8-4dae-81ed-1306a812c561 2025-10-09 20:46:53,804 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/96ea850f-b9e8-4dae-81ed-1306a812c561 2025-10-09 20:46:53,811 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/c4e57908-8aef-4480-9f98-4a7740383666 2025-10-09 20:46:53,816 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/c4e57908-8aef-4480-9f98-4a7740383666 2025-10-09 20:46:53,820 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/1e9a290e-5886-4dff-927b-9ac42949522d 2025-10-09 20:46:53,825 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-09 20:46:53,825 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/96ea850f-b9e8-4dae-81ed-1306a812c561 2025-10-09 20:46:53,832 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/c4e57908-8aef-4480-9f98-4a7740383666 2025-10-09 20:46:53,846 - INFO - Verified VN network id 13 for VN 96ea850f-b9e8-4dae-81ed-1306a812c561 2025-10-09 20:46:53,846 - INFO - Verifications in API Server for VN __public__ passed 2025-10-09 20:46:53,846 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/96ea850f-b9e8-4dae-81ed-1306a812c561 2025-10-09 20:46:53,861 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/c4e57908-8aef-4480-9f98-4a7740383666 2025-10-09 20:46:53,875 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/c4e57908-8aef-4480-9f98-4a7740383666 2025-10-09 20:46:53,887 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/1e9a290e-5886-4dff-927b-9ac42949522d 2025-10-09 20:46:53,892 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-09 20:46:53,898 - DEBUG - Control-node 10.0.0.27 : 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': '10874650552829496750', 'uuid-lslong': '9362160119683663201'}, 'enable': 'true', 'created': '2025-10-09T20:46:53', 'last-modified': '2025-10-09T20:46:53', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.230443'} 2025-10-09 20:46:53,898 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 20:46:53,904 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-09 20:46:53,905 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-09 20:46:53,905 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-09 20:46:53,905 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-10-09 20:46:53,909 - DEBUG - Requesting: http://10.0.0.27:8082/domain/418e2a7a-1be5-4ffc-9495-123dc1d7f62c 2025-10-09 20:46:53,914 - DEBUG - Requesting: http://10.0.0.27:8082/project/d92349aa-7f52-4503-96c9-462c741ba013 2025-10-09 20:46:53,947 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/96ea850f-b9e8-4dae-81ed-1306a812c561 2025-10-09 20:46:53,958 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-09 20:46:53,958 - DEBUG - Verifying the vn in opserver 2025-10-09 20:46:53,958 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.27 2025-10-09 20:46:53,958 - DEBUG - Requesting: http://10.0.0.27:8081/analytics/uves/virtual-networks 2025-10-09 20:46:53,962 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.27:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-09 20:46:53,962 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-09 20:46:53,962 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 20:46:53,971 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 20:46:53,978 - DEBUG - Do not have enough data to verify VN in agent 2025-10-09 20:46:53,979 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 20:46:53,983 - DEBUG - VRF ids for VN __public__: {} 2025-10-09 20:46:54,065 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-09 20:46:54,208 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-10-09 20:46:54,213 - DEBUG - Requesting: http://10.0.0.27:8082/domain/418e2a7a-1be5-4ffc-9495-123dc1d7f62c 2025-10-09 20:46:54,219 - DEBUG - Requesting: http://10.0.0.27:8082/project/d92349aa-7f52-4503-96c9-462c741ba013 2025-10-09 20:46:54,262 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/96ea850f-b9e8-4dae-81ed-1306a812c561 2025-10-09 20:46:54,270 - DEBUG - Requesting: http://10.0.0.27:8082/floating-ip-pool/d97cd551-f2cf-4299-a60b-cb8a2724196e 2025-10-09 20:46:54,274 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-10-09 20:46:54,277 - DEBUG - Requesting: http://10.0.0.27:8082/domain/418e2a7a-1be5-4ffc-9495-123dc1d7f62c 2025-10-09 20:46:54,282 - DEBUG - Requesting: http://10.0.0.27:8082/project/d92349aa-7f52-4503-96c9-462c741ba013 2025-10-09 20:46:54,325 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/96ea850f-b9e8-4dae-81ed-1306a812c561 2025-10-09 20:46:54,332 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-09 20:46:54,332 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-09 20:46:54,338 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-09 20:46:54,342 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-09 20:46:54,342 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-09 20:46:54,346 - DEBUG - Ingress ctest-nginx-ingress-21052876 not present 2025-10-09 20:46:54,346 - INFO - Creating Ingress ctest-nginx-ingress-21052876 2025-10-09 20:46:54,355 - INFO - Created Ingress ctest-nginx-ingress-21052876 2025-10-09 20:46:54,358 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-21052876 2025-10-09 20:46:57,363 - DEBUG - For Ingress ctest-nginx-ingress-21052876, Cluster IP: 10.47.255.249, External IPs ['54.188.157.60'] 2025-10-09 20:46:57,363 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-21052876 2025-10-09 20:46:57,364 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=32fed1cb-d68b-42cb-afc5-04d288fc81c4 2025-10-09 20:46:57,369 - INFO - Ingress ctest-nginx-ingress-21052876 with uuid 32fed1cb-d68b-42cb-afc5-04d288fc81c4 found in kube manager 2025-10-09 20:46:57,369 - INFO - Ingress ctest-nginx-ingress-21052876 verification passed 2025-10-09 20:46:57,372 - DEBUG - Pod ctest-busybox-pod-91210451 not present 2025-10-09 20:46:57,372 - INFO - Creating Pod ctest-busybox-pod-91210451 2025-10-09 20:46:57,408 - DEBUG - Pod : ctest-busybox-pod-91210451 UUID is b8e3aad1-225d-4f07-bdda-709ad5069dcd 2025-10-09 20:46:57,414 - DEBUG - Pod ctest-nginx-pod-85451345 not in running state.Currently in Pending 2025-10-09 20:47:02,421 - INFO - Pod ctest-nginx-pod-85451345 is in running state.Got IP 10.47.255.251 2025-10-09 20:47:02,432 - DEBUG - Pod ctest-nginx-pod-85451345 has vmi 153014f4-a551-11f0-9434-fa163e7cf75f 2025-10-09 20:47:02,432 - INFO - Verified pod ctest-nginx-pod-85451345 in contrail-api 2025-10-09 20:47:02,432 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 20:47:02,444 - DEBUG - VMI 153014f4-a551-11f0-9434-fa163e7cf75f is active in agent 10.0.0.65 2025-10-09 20:47:02,445 - INFO - Verified Pod ctest-nginx-pod-85451345 in agent 10.0.0.65 2025-10-09 20:47:02,445 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=8d85d315-ea7b-45ce-a169-c1eb8f195d83 2025-10-09 20:47:02,448 - INFO - Pod ctest-nginx-pod-85451345 with uuid 8d85d315-ea7b-45ce-a169-c1eb8f195d83 found in kube manager 2025-10-09 20:47:02,448 - INFO - Pod ctest-nginx-pod-85451345 verification passed 2025-10-09 20:47:02,534 - DEBUG - [Pod ctest-nginx-pod-85451345] Cmd: echo ctest-nginx-pod-85451345 > /usr/share/nginx/html/index.html, Output: 2025-10-09 20:47:02,540 - DEBUG - Pod ctest-nginx-pod-80784200 not in running state.Currently in Pending 2025-10-09 20:47:07,551 - INFO - Pod ctest-nginx-pod-80784200 is in running state.Got IP 10.47.255.250 2025-10-09 20:47:07,567 - DEBUG - Pod ctest-nginx-pod-80784200 has vmi 1654ed0a-a551-11f0-9434-fa163e7cf75f 2025-10-09 20:47:07,567 - INFO - Verified pod ctest-nginx-pod-80784200 in contrail-api 2025-10-09 20:47:07,568 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 20:47:07,581 - DEBUG - VMI 1654ed0a-a551-11f0-9434-fa163e7cf75f is active in agent 10.0.0.65 2025-10-09 20:47:07,581 - INFO - Verified Pod ctest-nginx-pod-80784200 in agent 10.0.0.65 2025-10-09 20:47:07,581 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=3d2a157f-51de-414b-8023-12dd76b1122e 2025-10-09 20:47:07,586 - INFO - Pod ctest-nginx-pod-80784200 with uuid 3d2a157f-51de-414b-8023-12dd76b1122e found in kube manager 2025-10-09 20:47:07,587 - INFO - Pod ctest-nginx-pod-80784200 verification passed 2025-10-09 20:47:07,643 - DEBUG - [Pod ctest-nginx-pod-80784200] Cmd: echo ctest-nginx-pod-80784200 > /usr/share/nginx/html/index.html, Output: 2025-10-09 20:47:07,650 - INFO - Pod ctest-busybox-pod-91210451 is in running state.Got IP 10.47.255.248 2025-10-09 20:47:07,704 - DEBUG - Pod ctest-busybox-pod-91210451 has vmi 18d502ea-a551-11f0-9434-fa163e7cf75f 2025-10-09 20:47:07,704 - INFO - Verified pod ctest-busybox-pod-91210451 in contrail-api 2025-10-09 20:47:07,705 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 20:47:07,713 - DEBUG - VMI 18d502ea-a551-11f0-9434-fa163e7cf75f is active in agent 10.0.0.65 2025-10-09 20:47:07,713 - INFO - Verified Pod ctest-busybox-pod-91210451 in agent 10.0.0.65 2025-10-09 20:47:07,713 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=b8e3aad1-225d-4f07-bdda-709ad5069dcd 2025-10-09 20:47:07,716 - INFO - Pod ctest-busybox-pod-91210451 with uuid b8e3aad1-225d-4f07-bdda-709ad5069dcd found in kube manager 2025-10-09 20:47:07,716 - INFO - Pod ctest-busybox-pod-91210451 verification passed 2025-10-09 20:47:07,773 - DEBUG - [Pod ctest-busybox-pod-91210451] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-80784200 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-09 20:47:07,773 - DEBUG - [Pod Pod ctest-busybox-pod-91210451] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-09 20:47:07,773 - DEBUG - [Pod Pod ctest-busybox-pod-91210451] Cmd output: ctest-nginx-pod-80784200 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-09 20:47:07,826 - DEBUG - [Pod ctest-busybox-pod-91210451] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-85451345 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-09 20:47:07,826 - DEBUG - [Pod Pod ctest-busybox-pod-91210451] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-09 20:47:07,826 - DEBUG - [Pod Pod ctest-busybox-pod-91210451] Cmd output: ctest-nginx-pod-85451345 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-09 20:47:07,826 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-85451345': 1, 'ctest-nginx-pod-80784200': 1} 2025-10-09 20:47:07,826 - WARNING - Nothing to delete parallely 2025-10-09 20:47:07,826 - INFO - Deleting pod default:ctest-busybox-pod-91210451 2025-10-09 20:47:07,840 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b8e3aad1-225d-4f07-bdda-709ad5069dcd 2025-10-09 20:47:07,847 - WARNING - Pod uuid b8e3aad1-225d-4f07-bdda-709ad5069dcd is still seen in agent 10.0.0.65 VM list 2025-10-09 20:47:12,848 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b8e3aad1-225d-4f07-bdda-709ad5069dcd 2025-10-09 20:47:12,854 - WARNING - Pod uuid b8e3aad1-225d-4f07-bdda-709ad5069dcd is still seen in agent 10.0.0.65 VM list 2025-10-09 20:47:17,855 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b8e3aad1-225d-4f07-bdda-709ad5069dcd 2025-10-09 20:47:17,862 - WARNING - Pod uuid b8e3aad1-225d-4f07-bdda-709ad5069dcd is still seen in agent 10.0.0.65 VM list 2025-10-09 20:47:22,862 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b8e3aad1-225d-4f07-bdda-709ad5069dcd 2025-10-09 20:47:22,869 - WARNING - Pod uuid b8e3aad1-225d-4f07-bdda-709ad5069dcd is still seen in agent 10.0.0.65 VM list 2025-10-09 20:47:27,870 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b8e3aad1-225d-4f07-bdda-709ad5069dcd 2025-10-09 20:47:27,876 - WARNING - Pod uuid b8e3aad1-225d-4f07-bdda-709ad5069dcd is still seen in agent 10.0.0.65 VM list 2025-10-09 20:47:32,877 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b8e3aad1-225d-4f07-bdda-709ad5069dcd 2025-10-09 20:47:32,883 - WARNING - Pod uuid b8e3aad1-225d-4f07-bdda-709ad5069dcd is still seen in agent 10.0.0.65 VM list 2025-10-09 20:47:37,884 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b8e3aad1-225d-4f07-bdda-709ad5069dcd 2025-10-09 20:47:37,890 - WARNING - Pod uuid b8e3aad1-225d-4f07-bdda-709ad5069dcd is still seen in agent 10.0.0.65 VM list 2025-10-09 20:47:42,891 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b8e3aad1-225d-4f07-bdda-709ad5069dcd 2025-10-09 20:47:42,897 - DEBUG - Pod b8e3aad1-225d-4f07-bdda-709ad5069dcd is not in agent 10.0.0.65 VM list 2025-10-09 20:47:42,897 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:18d502ea-a551-11f0-9434-fa163e7cf75f 2025-10-09 20:47:42,902 - DEBUG - VMI 18d502ea-a551-11f0-9434-fa163e7cf75f is removed from agent 10.0.0.65 2025-10-09 20:47:42,903 - INFO - Verified that pod ctest-busybox-pod-91210451 is removed in agent 2025-10-09 20:47:42,904 - INFO - Deleting Ingress : ctest-nginx-ingress-21052876 2025-10-09 20:47:42,922 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=32fed1cb-d68b-42cb-afc5-04d288fc81c4 2025-10-09 20:47:42,926 - ERROR - Ingress ctest-nginx-ingress-21052876 with uuid 32fed1cb-d68b-42cb-afc5-04d288fc81c4 still found in kube manager 2025-10-09 20:47:43,927 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=32fed1cb-d68b-42cb-afc5-04d288fc81c4 2025-10-09 20:47:43,931 - INFO - Ingress ctest-nginx-ingress-21052876 with uuid 32fed1cb-d68b-42cb-afc5-04d288fc81c4 deleted successfully from kube manager 2025-10-09 20:47:43,931 - INFO - Verifications on Ingress %s cleanup passed 2025-10-09 20:47:43,931 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-09 20:47:44,056 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-09 20:47:44,063 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-09 20:47:44,063 - INFO - Deleting VN __public__ 2025-10-09 20:47:44,156 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/c4e57908-8aef-4480-9f98-4a7740383666 2025-10-09 20:47:44,162 - DEBUG - Response Code: 404 2025-10-09 20:47:44,162 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-10-09 20:47:44,168 - DEBUG - Requesting: http://10.0.0.27:8082/domain/418e2a7a-1be5-4ffc-9495-123dc1d7f62c 2025-10-09 20:47:44,186 - DEBUG - Requesting: http://10.0.0.27:8082/project/d92349aa-7f52-4503-96c9-462c741ba013 2025-10-09 20:47:44,256 - INFO - Validated that VN __public__ is not found in API Server 2025-10-09 20:47:44,256 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-09 20:47:44,261 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 20:47:44,266 - DEBUG - VN __public__ is not present in Agent 10.0.0.65 2025-10-09 20:47:44,266 - INFO - Validated that VN __public__ is not in any agent 2025-10-09 20:47:44,267 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 20:47:44,273 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-09 20:47:44,298 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-09 20:47:44,312 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-09 20:47:44,312 - INFO - Deleting pod default:ctest-nginx-pod-80784200 2025-10-09 20:47:44,342 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3d2a157f-51de-414b-8023-12dd76b1122e 2025-10-09 20:47:44,354 - WARNING - Pod uuid 3d2a157f-51de-414b-8023-12dd76b1122e is still seen in agent 10.0.0.65 VM list 2025-10-09 20:47:49,355 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3d2a157f-51de-414b-8023-12dd76b1122e 2025-10-09 20:47:49,361 - DEBUG - Pod 3d2a157f-51de-414b-8023-12dd76b1122e is not in agent 10.0.0.65 VM list 2025-10-09 20:47:49,361 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1654ed0a-a551-11f0-9434-fa163e7cf75f 2025-10-09 20:47:49,365 - DEBUG - VMI 1654ed0a-a551-11f0-9434-fa163e7cf75f is removed from agent 10.0.0.65 2025-10-09 20:47:49,366 - INFO - Verified that pod ctest-nginx-pod-80784200 is removed in agent 2025-10-09 20:47:49,366 - INFO - Deleting pod default:ctest-nginx-pod-85451345 2025-10-09 20:47:49,390 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8d85d315-ea7b-45ce-a169-c1eb8f195d83 2025-10-09 20:47:49,396 - WARNING - Pod uuid 8d85d315-ea7b-45ce-a169-c1eb8f195d83 is still seen in agent 10.0.0.65 VM list 2025-10-09 20:47:54,397 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8d85d315-ea7b-45ce-a169-c1eb8f195d83 2025-10-09 20:47:54,402 - DEBUG - Pod 8d85d315-ea7b-45ce-a169-c1eb8f195d83 is not in agent 10.0.0.65 VM list 2025-10-09 20:47:54,403 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:153014f4-a551-11f0-9434-fa163e7cf75f 2025-10-09 20:47:54,408 - DEBUG - VMI 153014f4-a551-11f0-9434-fa163e7cf75f is removed from agent 10.0.0.65 2025-10-09 20:47:54,408 - INFO - Verified that pod ctest-nginx-pod-85451345 is removed in agent 2025-10-09 20:47:54,408 - INFO - Deleting service : ctest-nginx-svc-97795394 2025-10-09 20:47:54,635 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-09 20:47:54,640 - DEBUG - No XMPP flaps were noticed during the test 2025-10-09 20:47:54,640 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:05] 2025-10-09 20:47:54,640 - INFO - -------------------------------------------------------------------------------- 2025-10-09 20:48:01,021 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-09 20:48:01,118 - DEBUG - Output : cluster_project={} 2025-10-09 20:48:01,168 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-09 20:48:01,318 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-09 20:48:01,324 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-09 20:48:01,441 - DEBUG - Output : cluster_project={} 2025-10-09 20:48:11,527 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 20:48:11,606 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 20:48:16,644 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 20:48:16,719 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 20:48:21,773 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 20:48:21,848 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 20:48:21,933 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 20:48:21,966 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-09 20:48:22,235 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-09 20:48:24,016 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_ApplicationPolicySetReq? 2025-10-09 20:48:24,023 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AclReq? 2025-10-09 20:48:24,048 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AclReq? 2025-10-09 20:48:26,072 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AclReq? 2025-10-09 20:51:36,026 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-09 20:51:36,076 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=d12a39fc-bb02-4d1d-84e2-63cf048b8b04 2025-10-09 20:51:36,081 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3984bc7b-31c2-4fc9-b7a9-ab89cc3274e3 2025-10-09 20:51:36,091 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=23f8689c-42cf-4224-8068-44d5db53f4da 2025-10-09 20:51:36,106 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1f81e5a9-a0d1-40a7-89a3-96dca73c8335 2025-10-09 20:51:36,146 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=34313ead-e9e8-4989-b313-a1d2eb1aa2fb 2025-10-09 20:51:36,153 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e4bd0669-2f3d-43c2-8a5b-e8ed67540bff 2025-10-09 20:51:36,157 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b48b0e80-6f03-4794-8415-9d0f69786ba6 2025-10-09 20:51:36,163 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1799730d-4ec8-440a-b1d3-a1bd1b16da57 2025-10-09 20:51:41,126 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=d12a39fc-bb02-4d1d-84e2-63cf048b8b04 2025-10-09 20:51:41,129 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1f81e5a9-a0d1-40a7-89a3-96dca73c8335 2025-10-09 20:51:41,130 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3984bc7b-31c2-4fc9-b7a9-ab89cc3274e3 2025-10-09 20:51:41,130 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=23f8689c-42cf-4224-8068-44d5db53f4da 2025-10-09 20:51:41,133 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f740680-a551-11f0-9434-fa163e7cf75f 2025-10-09 20:51:41,143 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4090ca26-a551-11f0-9434-fa163e7cf75f 2025-10-09 20:51:41,145 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3ff1e3a2-a551-11f0-9434-fa163e7cf75f 2025-10-09 20:51:41,194 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e4bd0669-2f3d-43c2-8a5b-e8ed67540bff 2025-10-09 20:51:41,195 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=34313ead-e9e8-4989-b313-a1d2eb1aa2fb 2025-10-09 20:51:41,197 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b48b0e80-6f03-4794-8415-9d0f69786ba6 2025-10-09 20:51:41,198 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1799730d-4ec8-440a-b1d3-a1bd1b16da57 2025-10-09 20:51:41,212 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4102781a-a551-11f0-9434-fa163e7cf75f 2025-10-09 20:51:46,147 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1f81e5a9-a0d1-40a7-89a3-96dca73c8335 2025-10-09 20:51:46,210 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=34313ead-e9e8-4989-b313-a1d2eb1aa2fb 2025-10-09 20:51:46,211 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e4bd0669-2f3d-43c2-8a5b-e8ed67540bff 2025-10-09 20:51:46,212 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b48b0e80-6f03-4794-8415-9d0f69786ba6 2025-10-09 20:51:51,154 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1f81e5a9-a0d1-40a7-89a3-96dca73c8335 2025-10-09 20:51:51,229 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=34313ead-e9e8-4989-b313-a1d2eb1aa2fb 2025-10-09 20:51:51,230 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b48b0e80-6f03-4794-8415-9d0f69786ba6 2025-10-09 20:51:51,231 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e4bd0669-2f3d-43c2-8a5b-e8ed67540bff 2025-10-09 20:51:56,160 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1f81e5a9-a0d1-40a7-89a3-96dca73c8335 2025-10-09 20:51:56,240 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=34313ead-e9e8-4989-b313-a1d2eb1aa2fb 2025-10-09 20:51:56,243 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e4bd0669-2f3d-43c2-8a5b-e8ed67540bff 2025-10-09 20:51:56,247 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b48b0e80-6f03-4794-8415-9d0f69786ba6 2025-10-09 20:52:01,168 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1f81e5a9-a0d1-40a7-89a3-96dca73c8335 2025-10-09 20:52:01,271 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=34313ead-e9e8-4989-b313-a1d2eb1aa2fb 2025-10-09 20:52:01,273 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e4bd0669-2f3d-43c2-8a5b-e8ed67540bff 2025-10-09 20:52:01,274 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b48b0e80-6f03-4794-8415-9d0f69786ba6 2025-10-09 20:52:06,174 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1f81e5a9-a0d1-40a7-89a3-96dca73c8335 2025-10-09 20:52:06,285 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b48b0e80-6f03-4794-8415-9d0f69786ba6 2025-10-09 20:52:06,286 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=34313ead-e9e8-4989-b313-a1d2eb1aa2fb 2025-10-09 20:52:06,287 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e4bd0669-2f3d-43c2-8a5b-e8ed67540bff 2025-10-09 20:52:11,181 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1f81e5a9-a0d1-40a7-89a3-96dca73c8335 2025-10-09 20:52:11,186 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4253d376-a551-11f0-9434-fa163e7cf75f 2025-10-09 20:52:11,299 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=b48b0e80-6f03-4794-8415-9d0f69786ba6 2025-10-09 20:52:11,301 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e4bd0669-2f3d-43c2-8a5b-e8ed67540bff 2025-10-09 20:52:11,302 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=34313ead-e9e8-4989-b313-a1d2eb1aa2fb 2025-10-09 20:52:11,310 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:42c78b9a-a551-11f0-9434-fa163e7cf75f 2025-10-09 20:52:11,312 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4184a5d8-a551-11f0-9434-fa163e7cf75f 2025-10-09 20:52:11,313 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:41f1c9f6-a551-11f0-9434-fa163e7cf75f