2025-07-03 02:02:33,645 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-07-03 02:02:33,876 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1311-1 2025-07-03 02:02:33,877 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-07-03 02:02:33,911 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1311-1 2025-07-03 02:02:33,911 - DEBUG - [10.0.0.22]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-07-03 02:02:34,001 - DEBUG - Output : NAMES contrail_test_RepuTQM74 contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-api-1 config_api-nodemgr-1 config_api-schema-1 config_api-svcmonitor-1 2025-07-03 02:02:34,002 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-03 02:02:34,036 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2025-07-03 02:02:34,036 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-07-03 02:02:34,105 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1311-1 2025-07-03 02:02:34,173 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-07-03 02:02:34,415 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1311-1 2025-07-03 02:02:34,416 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-07-03 02:02:34,450 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1311-1 2025-07-03 02:02:34,451 - 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-07-03 02:02:34,495 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-03 02:02:34,495 - DEBUG - [10.0.0.19]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-03 02:02:34,563 - DEBUG - Output : 10.0.0.19/24 2025-07-03 02:02:34,564 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-07-03 02:02:34,598 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1311-1 2025-07-03 02:02:34,691 - INFO - Using existing project ['default-domain', 'k8s-default'](07c8a629-ab77-4a64-be27-244c8da8cab8) 2025-07-03 02:02:34,809 - INFO - Using existing project ['default-domain', 'k8s-default'](07c8a629-ab77-4a64-be27-244c8da8cab8) 2025-07-03 02:02:34,948 - INFO - ================================================================================ 2025-07-03 02:02:34,948 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-03 02:02:34,949 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-07-03 02:02:35,142 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-03 02:02:35,149 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.22': '0'}} with 2025-07-03 02:02:35,149 - INFO - Initial checks done. Running the testcase now 2025-07-03 02:02:35,149 - INFO - 2025-07-03 02:02:35,153 - INFO - Namespace default already exists 2025-07-03 02:02:35,153 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-03 02:02:35,258 - DEBUG - Output : cluster_project={} 2025-07-03 02:02:35,303 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-03 02:02:35,303 - DEBUG - Project uuid in Contrail is 07c8a629-ab77-4a64-be27-244c8da8cab8 2025-07-03 02:02:35,304 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-03 02:02:35,412 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-03 02:02:35,412 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=27eb82e3-c451-4085-9c32-a982c56032ab 2025-07-03 02:02:35,417 - INFO - Namespace default with uuid 27eb82e3-c451-4085-9c32-a982c56032ab found in kube manager 2025-07-03 02:02:35,417 - INFO - Namespace default verification passed 2025-07-03 02:02:35,420 - DEBUG - Service ctest-nginx-svc-98342503 not present 2025-07-03 02:02:35,420 - INFO - Creating service ctest-nginx-svc-98342503 2025-07-03 02:02:35,445 - INFO - Created Service ctest-nginx-svc-98342503 2025-07-03 02:02:35,452 - DEBUG - Pod ctest-nginx-pod-03815006 not present 2025-07-03 02:02:35,452 - INFO - Creating Pod ctest-nginx-pod-03815006 2025-07-03 02:02:35,504 - DEBUG - Node for Pod ctest-nginx-pod-03815006 not yet populated 2025-07-03 02:02:38,513 - DEBUG - Pod : ctest-nginx-pod-03815006 UUID is 4cff50a5-8259-4199-843b-afcc79b99773 2025-07-03 02:02:38,517 - DEBUG - Pod ctest-nginx-pod-89840489 not present 2025-07-03 02:02:38,517 - INFO - Creating Pod ctest-nginx-pod-89840489 2025-07-03 02:02:38,539 - DEBUG - Pod : ctest-nginx-pod-89840489 UUID is eea4d06b-3f38-4b69-ac61-84ad9abd41a4 2025-07-03 02:02:38,755 - INFO - Created VN __public__, UUID :6d310201-5f63-495a-a2b8-3cf1e19d51c3 2025-07-03 02:02:39,015 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-03 02:02:39,021 - DEBUG - Requesting: http://10.0.0.22:8082/domain/ba23c486-aa09-4023-aeef-ae4f1d1eada5 2025-07-03 02:02:39,036 - DEBUG - Requesting: http://10.0.0.22:8082/project/07c8a629-ab77-4a64-be27-244c8da8cab8 2025-07-03 02:02:39,123 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6d310201-5f63-495a-a2b8-3cf1e19d51c3 2025-07-03 02:02:39,166 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6d310201-5f63-495a-a2b8-3cf1e19d51c3 2025-07-03 02:02:39,177 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/b9003345-78de-46af-a1e5-857127bc973c 2025-07-03 02:02:39,186 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/b9003345-78de-46af-a1e5-857127bc973c 2025-07-03 02:02:39,222 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/cb2856d5-e825-40ec-b759-ad0fc914db58 2025-07-03 02:02:39,229 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-03 02:02:39,229 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6d310201-5f63-495a-a2b8-3cf1e19d51c3 2025-07-03 02:02:39,237 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/b9003345-78de-46af-a1e5-857127bc973c 2025-07-03 02:02:39,252 - INFO - Verified VN network id 13 for VN 6d310201-5f63-495a-a2b8-3cf1e19d51c3 2025-07-03 02:02:39,252 - INFO - Verifications in API Server for VN __public__ passed 2025-07-03 02:02:39,252 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6d310201-5f63-495a-a2b8-3cf1e19d51c3 2025-07-03 02:02:39,261 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/b9003345-78de-46af-a1e5-857127bc973c 2025-07-03 02:02:39,268 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/b9003345-78de-46af-a1e5-857127bc973c 2025-07-03 02:02:39,277 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/cb2856d5-e825-40ec-b759-ad0fc914db58 2025-07-03 02:02:39,283 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-03 02:02:39,295 - DEBUG - Control-node 10.0.0.22 : VN object is : {'node_name': 'virtual-network:default-domain:k8s-default:__public__', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'cloud-admin', 'owner-access': '7', 'group': 'cloud-admin-group', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '7868072228911532378', 'uuid-lslong': '11725188639429054915'}, 'enable': 'true', 'created': '2025-07-03T02:02:38', 'last-modified': '2025-07-03T02:02:38', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.389841'} 2025-07-03 02:02:39,295 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-03 02:02:39,311 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-03 02:02:39,311 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-03 02:02:39,312 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-03 02:02:39,312 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-03 02:02:39,321 - DEBUG - Requesting: http://10.0.0.22:8082/domain/ba23c486-aa09-4023-aeef-ae4f1d1eada5 2025-07-03 02:02:39,332 - DEBUG - Requesting: http://10.0.0.22:8082/project/07c8a629-ab77-4a64-be27-244c8da8cab8 2025-07-03 02:02:39,391 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6d310201-5f63-495a-a2b8-3cf1e19d51c3 2025-07-03 02:02:39,402 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-03 02:02:39,402 - DEBUG - Verifying the vn in opserver 2025-07-03 02:02:39,402 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-07-03 02:02:39,402 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-07-03 02:02:39,407 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-03 02:02:39,407 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-03 02:02:39,408 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-03 02:02:39,415 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-03 02:02:39,421 - DEBUG - Do not have enough data to verify VN in agent 2025-07-03 02:02:39,421 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-03 02:02:39,430 - DEBUG - VRF ids for VN __public__: {} 2025-07-03 02:02:39,563 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-03 02:02:39,679 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-03 02:02:39,684 - DEBUG - Requesting: http://10.0.0.22:8082/domain/ba23c486-aa09-4023-aeef-ae4f1d1eada5 2025-07-03 02:02:39,693 - DEBUG - Requesting: http://10.0.0.22:8082/project/07c8a629-ab77-4a64-be27-244c8da8cab8 2025-07-03 02:02:39,737 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6d310201-5f63-495a-a2b8-3cf1e19d51c3 2025-07-03 02:02:39,748 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/5131c978-37f5-4274-bba9-3a2a35d98c91 2025-07-03 02:02:39,755 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-03 02:02:39,761 - DEBUG - Requesting: http://10.0.0.22:8082/domain/ba23c486-aa09-4023-aeef-ae4f1d1eada5 2025-07-03 02:02:39,769 - DEBUG - Requesting: http://10.0.0.22:8082/project/07c8a629-ab77-4a64-be27-244c8da8cab8 2025-07-03 02:02:39,819 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6d310201-5f63-495a-a2b8-3cf1e19d51c3 2025-07-03 02:02:39,830 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-03 02:02:39,830 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-03 02:02:39,838 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-03 02:02:39,844 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-03 02:02:39,844 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-03 02:02:39,847 - DEBUG - Ingress ctest-nginx-ingress-56945404 not present 2025-07-03 02:02:39,847 - INFO - Creating Ingress ctest-nginx-ingress-56945404 2025-07-03 02:02:39,858 - INFO - Created Ingress ctest-nginx-ingress-56945404 2025-07-03 02:02:39,862 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-56945404 2025-07-03 02:02:42,867 - DEBUG - For Ingress ctest-nginx-ingress-56945404, Cluster IP: 10.47.255.249, External IPs ['169.134.59.252'] 2025-07-03 02:02:42,867 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-56945404 2025-07-03 02:02:42,867 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=495d6e2c-0721-4309-901b-26ec8af78f4f 2025-07-03 02:02:42,881 - INFO - Ingress ctest-nginx-ingress-56945404 with uuid 495d6e2c-0721-4309-901b-26ec8af78f4f found in kube manager 2025-07-03 02:02:42,882 - INFO - Ingress ctest-nginx-ingress-56945404 verification passed 2025-07-03 02:02:42,885 - DEBUG - Pod ctest-busybox-pod-61773534 not present 2025-07-03 02:02:42,885 - INFO - Creating Pod ctest-busybox-pod-61773534 2025-07-03 02:02:42,950 - DEBUG - Pod : ctest-busybox-pod-61773534 UUID is 23c01295-a09a-45ab-aa24-15a99ff4e4de 2025-07-03 02:02:42,962 - DEBUG - Pod ctest-nginx-pod-03815006 not in running state.Currently in Pending 2025-07-03 02:02:47,970 - DEBUG - Pod ctest-nginx-pod-03815006 not in running state.Currently in Pending 2025-07-03 02:02:52,978 - INFO - Pod ctest-nginx-pod-03815006 is in running state.Got IP 10.47.255.251 2025-07-03 02:02:52,991 - DEBUG - Pod ctest-nginx-pod-03815006 has vmi caa38886-57b1-11f0-bb35-fa163e565c9e 2025-07-03 02:02:52,992 - INFO - Verified pod ctest-nginx-pod-03815006 in contrail-api 2025-07-03 02:02:52,992 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-03 02:02:53,007 - DEBUG - VMI caa38886-57b1-11f0-bb35-fa163e565c9e is active in agent 10.0.0.19 2025-07-03 02:02:53,007 - INFO - Verified Pod ctest-nginx-pod-03815006 in agent 10.0.0.19 2025-07-03 02:02:53,007 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=4cff50a5-8259-4199-843b-afcc79b99773 2025-07-03 02:02:53,012 - INFO - Pod ctest-nginx-pod-03815006 with uuid 4cff50a5-8259-4199-843b-afcc79b99773 found in kube manager 2025-07-03 02:02:53,012 - INFO - Pod ctest-nginx-pod-03815006 verification passed 2025-07-03 02:02:53,076 - DEBUG - [Pod ctest-nginx-pod-03815006] Cmd: echo ctest-nginx-pod-03815006 > /usr/share/nginx/html/index.html, Output: 2025-07-03 02:02:53,083 - INFO - Pod ctest-nginx-pod-89840489 is in running state.Got IP 10.47.255.250 2025-07-03 02:02:53,139 - DEBUG - Pod ctest-nginx-pod-89840489 has vmi cbb4bbc8-57b1-11f0-bb35-fa163e565c9e 2025-07-03 02:02:53,139 - INFO - Verified pod ctest-nginx-pod-89840489 in contrail-api 2025-07-03 02:02:53,139 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-03 02:02:53,151 - DEBUG - VMI cbb4bbc8-57b1-11f0-bb35-fa163e565c9e is active in agent 10.0.0.19 2025-07-03 02:02:53,151 - INFO - Verified Pod ctest-nginx-pod-89840489 in agent 10.0.0.19 2025-07-03 02:02:53,151 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=eea4d06b-3f38-4b69-ac61-84ad9abd41a4 2025-07-03 02:02:53,164 - INFO - Pod ctest-nginx-pod-89840489 with uuid eea4d06b-3f38-4b69-ac61-84ad9abd41a4 found in kube manager 2025-07-03 02:02:53,164 - INFO - Pod ctest-nginx-pod-89840489 verification passed 2025-07-03 02:02:53,231 - DEBUG - [Pod ctest-nginx-pod-89840489] Cmd: echo ctest-nginx-pod-89840489 > /usr/share/nginx/html/index.html, Output: 2025-07-03 02:02:53,239 - DEBUG - Pod ctest-busybox-pod-61773534 not in running state.Currently in Pending 2025-07-03 02:02:58,245 - INFO - Pod ctest-busybox-pod-61773534 is in running state.Got IP 10.47.255.248 2025-07-03 02:02:58,258 - DEBUG - Pod ctest-busybox-pod-61773534 has vmi ce5a4820-57b1-11f0-bb35-fa163e565c9e 2025-07-03 02:02:58,258 - INFO - Verified pod ctest-busybox-pod-61773534 in contrail-api 2025-07-03 02:02:58,259 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-03 02:02:58,269 - DEBUG - VMI ce5a4820-57b1-11f0-bb35-fa163e565c9e is active in agent 10.0.0.19 2025-07-03 02:02:58,270 - INFO - Verified Pod ctest-busybox-pod-61773534 in agent 10.0.0.19 2025-07-03 02:02:58,270 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=23c01295-a09a-45ab-aa24-15a99ff4e4de 2025-07-03 02:02:58,274 - INFO - Pod ctest-busybox-pod-61773534 with uuid 23c01295-a09a-45ab-aa24-15a99ff4e4de found in kube manager 2025-07-03 02:02:58,274 - INFO - Pod ctest-busybox-pod-61773534 verification passed 2025-07-03 02:02:58,326 - DEBUG - [Pod ctest-busybox-pod-61773534] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-03815006 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-03 02:02:58,327 - DEBUG - [Pod Pod ctest-busybox-pod-61773534] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-03 02:02:58,327 - DEBUG - [Pod Pod ctest-busybox-pod-61773534] Cmd output: ctest-nginx-pod-03815006 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-03 02:02:58,380 - DEBUG - [Pod ctest-busybox-pod-61773534] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-89840489 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-03 02:02:58,380 - DEBUG - [Pod Pod ctest-busybox-pod-61773534] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-03 02:02:58,380 - DEBUG - [Pod Pod ctest-busybox-pod-61773534] Cmd output: ctest-nginx-pod-89840489 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-03 02:02:58,380 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-03815006': 1, 'ctest-nginx-pod-89840489': 1} 2025-07-03 02:02:58,380 - WARNING - Nothing to delete parallely 2025-07-03 02:02:58,380 - INFO - Deleting pod default:ctest-busybox-pod-61773534 2025-07-03 02:02:58,396 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=23c01295-a09a-45ab-aa24-15a99ff4e4de 2025-07-03 02:02:58,403 - WARNING - Pod uuid 23c01295-a09a-45ab-aa24-15a99ff4e4de is still seen in agent 10.0.0.19 VM list 2025-07-03 02:03:03,404 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=23c01295-a09a-45ab-aa24-15a99ff4e4de 2025-07-03 02:03:03,412 - WARNING - Pod uuid 23c01295-a09a-45ab-aa24-15a99ff4e4de is still seen in agent 10.0.0.19 VM list 2025-07-03 02:03:08,413 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=23c01295-a09a-45ab-aa24-15a99ff4e4de 2025-07-03 02:03:08,421 - WARNING - Pod uuid 23c01295-a09a-45ab-aa24-15a99ff4e4de is still seen in agent 10.0.0.19 VM list 2025-07-03 02:03:13,422 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=23c01295-a09a-45ab-aa24-15a99ff4e4de 2025-07-03 02:03:13,429 - WARNING - Pod uuid 23c01295-a09a-45ab-aa24-15a99ff4e4de is still seen in agent 10.0.0.19 VM list 2025-07-03 02:03:18,430 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=23c01295-a09a-45ab-aa24-15a99ff4e4de 2025-07-03 02:03:18,437 - WARNING - Pod uuid 23c01295-a09a-45ab-aa24-15a99ff4e4de is still seen in agent 10.0.0.19 VM list 2025-07-03 02:03:23,438 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=23c01295-a09a-45ab-aa24-15a99ff4e4de 2025-07-03 02:03:23,450 - WARNING - Pod uuid 23c01295-a09a-45ab-aa24-15a99ff4e4de is still seen in agent 10.0.0.19 VM list 2025-07-03 02:03:28,451 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=23c01295-a09a-45ab-aa24-15a99ff4e4de 2025-07-03 02:03:28,458 - WARNING - Pod uuid 23c01295-a09a-45ab-aa24-15a99ff4e4de is still seen in agent 10.0.0.19 VM list 2025-07-03 02:03:33,459 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=23c01295-a09a-45ab-aa24-15a99ff4e4de 2025-07-03 02:03:33,466 - DEBUG - Pod 23c01295-a09a-45ab-aa24-15a99ff4e4de is not in agent 10.0.0.19 VM list 2025-07-03 02:03:33,466 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ce5a4820-57b1-11f0-bb35-fa163e565c9e 2025-07-03 02:03:33,471 - DEBUG - VMI ce5a4820-57b1-11f0-bb35-fa163e565c9e is removed from agent 10.0.0.19 2025-07-03 02:03:33,471 - INFO - Verified that pod ctest-busybox-pod-61773534 is removed in agent 2025-07-03 02:03:33,471 - INFO - Deleting Ingress : ctest-nginx-ingress-56945404 2025-07-03 02:03:33,480 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=495d6e2c-0721-4309-901b-26ec8af78f4f 2025-07-03 02:03:33,486 - ERROR - Ingress ctest-nginx-ingress-56945404 with uuid 495d6e2c-0721-4309-901b-26ec8af78f4f still found in kube manager 2025-07-03 02:03:34,487 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=495d6e2c-0721-4309-901b-26ec8af78f4f 2025-07-03 02:03:34,492 - INFO - Ingress ctest-nginx-ingress-56945404 with uuid 495d6e2c-0721-4309-901b-26ec8af78f4f deleted successfully from kube manager 2025-07-03 02:03:34,492 - INFO - Verifications on Ingress %s cleanup passed 2025-07-03 02:03:34,492 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-03 02:03:34,600 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-03 02:03:34,606 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-03 02:03:34,606 - INFO - Deleting VN __public__ 2025-07-03 02:03:34,782 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/b9003345-78de-46af-a1e5-857127bc973c 2025-07-03 02:03:34,788 - DEBUG - Response Code: 404 2025-07-03 02:03:34,789 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-03 02:03:34,805 - DEBUG - Requesting: http://10.0.0.22:8082/domain/ba23c486-aa09-4023-aeef-ae4f1d1eada5 2025-07-03 02:03:34,816 - DEBUG - Requesting: http://10.0.0.22:8082/project/07c8a629-ab77-4a64-be27-244c8da8cab8 2025-07-03 02:03:34,882 - INFO - Validated that VN __public__ is not found in API Server 2025-07-03 02:03:34,882 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-03 02:03:34,894 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-03 02:03:34,908 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2025-07-03 02:03:34,908 - INFO - Validated that VN __public__ is not in any agent 2025-07-03 02:03:34,908 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-03 02:03:34,917 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-03 02:03:34,925 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-03 02:03:34,937 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-03 02:03:34,937 - INFO - Deleting pod default:ctest-nginx-pod-89840489 2025-07-03 02:03:34,955 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=eea4d06b-3f38-4b69-ac61-84ad9abd41a4 2025-07-03 02:03:34,981 - WARNING - Pod uuid eea4d06b-3f38-4b69-ac61-84ad9abd41a4 is still seen in agent 10.0.0.19 VM list 2025-07-03 02:03:39,982 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=eea4d06b-3f38-4b69-ac61-84ad9abd41a4 2025-07-03 02:03:39,989 - DEBUG - Pod eea4d06b-3f38-4b69-ac61-84ad9abd41a4 is not in agent 10.0.0.19 VM list 2025-07-03 02:03:39,989 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cbb4bbc8-57b1-11f0-bb35-fa163e565c9e 2025-07-03 02:03:39,994 - DEBUG - VMI cbb4bbc8-57b1-11f0-bb35-fa163e565c9e is removed from agent 10.0.0.19 2025-07-03 02:03:39,994 - INFO - Verified that pod ctest-nginx-pod-89840489 is removed in agent 2025-07-03 02:03:39,995 - INFO - Deleting pod default:ctest-nginx-pod-03815006 2025-07-03 02:03:40,013 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4cff50a5-8259-4199-843b-afcc79b99773 2025-07-03 02:03:40,024 - WARNING - Pod uuid 4cff50a5-8259-4199-843b-afcc79b99773 is still seen in agent 10.0.0.19 VM list 2025-07-03 02:03:45,025 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4cff50a5-8259-4199-843b-afcc79b99773 2025-07-03 02:03:45,032 - DEBUG - Pod 4cff50a5-8259-4199-843b-afcc79b99773 is not in agent 10.0.0.19 VM list 2025-07-03 02:03:45,033 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:caa38886-57b1-11f0-bb35-fa163e565c9e 2025-07-03 02:03:45,038 - DEBUG - VMI caa38886-57b1-11f0-bb35-fa163e565c9e is removed from agent 10.0.0.19 2025-07-03 02:03:45,038 - INFO - Verified that pod ctest-nginx-pod-03815006 is removed in agent 2025-07-03 02:03:45,039 - INFO - Deleting service : ctest-nginx-svc-98342503 2025-07-03 02:03:45,285 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-03 02:03:45,292 - DEBUG - No XMPP flaps were noticed during the test