2025-08-18 01:56:52,293 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-08-18 01:56:52,521 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1408-1 2025-08-18 01:56:52,521 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-08-18 01:56:52,554 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1408-1 2025-08-18 01:56:52,554 - DEBUG - [10.0.0.50]: 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-08-18 01:56:52,608 - DEBUG - Output : NAMES contrail_test_EM5MEAvs7 contrail-kubernetes-master-kubemanager-1 webui-web-1 webui-job-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 redis-redis-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-api-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-schema-1 2025-08-18 01:56:52,608 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-08-18 01:56:52,676 - DEBUG - Output : 127.0.0.1/8 10.0.0.50/24 252.50.0.1/8 10.147.146.1/24 172.17.0.1/16 2025-08-18 01:56:52,676 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-08-18 01:56:52,709 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1408-1 2025-08-18 01:56:52,798 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-08-18 01:56:52,990 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1408-1 2025-08-18 01:56:52,990 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-08-18 01:56:53,013 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1408-1 2025-08-18 01:56:53,014 - 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-08-18 01:56:53,057 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-08-18 01:56:53,057 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-08-18 01:56:53,116 - DEBUG - Output : 10.0.0.22/24 2025-08-18 01:56:53,116 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-08-18 01:56:53,139 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1408-1 2025-08-18 01:56:53,205 - INFO - Using existing project ['default-domain', 'k8s-default'](feea267f-ccd5-4e45-8b4a-dec968f52634) 2025-08-18 01:56:53,303 - INFO - Using existing project ['default-domain', 'k8s-default'](feea267f-ccd5-4e45-8b4a-dec968f52634) 2025-08-18 01:56:53,436 - INFO - ================================================================================ 2025-08-18 01:56:53,437 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-08-18 01:56:53,437 - 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-08-18 01:56:53,652 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-18 01:56:53,659 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.50': '0'}} with 2025-08-18 01:56:53,659 - INFO - Initial checks done. Running the testcase now 2025-08-18 01:56:53,659 - INFO - 2025-08-18 01:56:53,663 - INFO - Namespace default already exists 2025-08-18 01:56:53,663 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-08-18 01:56:53,778 - DEBUG - Output : cluster_project={} 2025-08-18 01:56:53,828 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-08-18 01:56:53,828 - DEBUG - Project uuid in Contrail is feea267f-ccd5-4e45-8b4a-dec968f52634 2025-08-18 01:56:53,828 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-08-18 01:56:53,954 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-08-18 01:56:53,954 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=f7b527ce-37f9-467f-bf66-e703729641c8 2025-08-18 01:56:53,959 - INFO - Namespace default with uuid f7b527ce-37f9-467f-bf66-e703729641c8 found in kube manager 2025-08-18 01:56:53,959 - INFO - Namespace default verification passed 2025-08-18 01:56:53,963 - DEBUG - Service ctest-nginx-svc-95664923 not present 2025-08-18 01:56:53,963 - INFO - Creating service ctest-nginx-svc-95664923 2025-08-18 01:56:53,979 - INFO - Created Service ctest-nginx-svc-95664923 2025-08-18 01:56:53,988 - DEBUG - Pod ctest-nginx-pod-18895242 not present 2025-08-18 01:56:53,988 - INFO - Creating Pod ctest-nginx-pod-18895242 2025-08-18 01:56:54,045 - DEBUG - Pod : ctest-nginx-pod-18895242 UUID is 87904d25-a757-452a-8399-a00710f4d8c5 2025-08-18 01:56:54,059 - DEBUG - Pod ctest-nginx-pod-99658649 not present 2025-08-18 01:56:54,059 - INFO - Creating Pod ctest-nginx-pod-99658649 2025-08-18 01:56:54,089 - DEBUG - Pod : ctest-nginx-pod-99658649 UUID is 6d158480-29b3-431b-befa-c0e35e96031f 2025-08-18 01:56:54,235 - INFO - Created VN __public__, UUID :d31a675b-0c44-4d87-8ccd-98b5bbf45e83 2025-08-18 01:56:54,440 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-08-18 01:56:54,446 - DEBUG - Requesting: http://10.0.0.50:8082/domain/b837a195-caea-4edb-b4f4-124f3573bcab 2025-08-18 01:56:54,473 - DEBUG - Requesting: http://10.0.0.50:8082/project/feea267f-ccd5-4e45-8b4a-dec968f52634 2025-08-18 01:56:54,521 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d31a675b-0c44-4d87-8ccd-98b5bbf45e83 2025-08-18 01:56:54,543 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d31a675b-0c44-4d87-8ccd-98b5bbf45e83 2025-08-18 01:56:54,567 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/265a6fb0-85ac-4eb5-a564-570dfe44696b 2025-08-18 01:56:54,577 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/265a6fb0-85ac-4eb5-a564-570dfe44696b 2025-08-18 01:56:54,588 - DEBUG - Route Targets: [] 2025-08-18 01:56:54,588 - DEBUG - RT names not yet present for VN __public__ 2025-08-18 01:56:59,588 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-08-18 01:56:59,594 - DEBUG - Requesting: http://10.0.0.50:8082/domain/b837a195-caea-4edb-b4f4-124f3573bcab 2025-08-18 01:56:59,600 - DEBUG - Requesting: http://10.0.0.50:8082/project/feea267f-ccd5-4e45-8b4a-dec968f52634 2025-08-18 01:56:59,634 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d31a675b-0c44-4d87-8ccd-98b5bbf45e83 2025-08-18 01:56:59,641 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d31a675b-0c44-4d87-8ccd-98b5bbf45e83 2025-08-18 01:56:59,648 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/265a6fb0-85ac-4eb5-a564-570dfe44696b 2025-08-18 01:56:59,655 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/265a6fb0-85ac-4eb5-a564-570dfe44696b 2025-08-18 01:56:59,660 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/bc4a3cec-0241-4937-9999-83d445df0499 2025-08-18 01:56:59,666 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-08-18 01:56:59,666 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d31a675b-0c44-4d87-8ccd-98b5bbf45e83 2025-08-18 01:56:59,673 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/265a6fb0-85ac-4eb5-a564-570dfe44696b 2025-08-18 01:56:59,684 - INFO - Verified VN network id 13 for VN d31a675b-0c44-4d87-8ccd-98b5bbf45e83 2025-08-18 01:56:59,684 - INFO - Verifications in API Server for VN __public__ passed 2025-08-18 01:56:59,684 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d31a675b-0c44-4d87-8ccd-98b5bbf45e83 2025-08-18 01:56:59,691 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/265a6fb0-85ac-4eb5-a564-570dfe44696b 2025-08-18 01:56:59,696 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/265a6fb0-85ac-4eb5-a564-570dfe44696b 2025-08-18 01:56:59,702 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/bc4a3cec-0241-4937-9999-83d445df0499 2025-08-18 01:56:59,709 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-08-18 01:56:59,715 - DEBUG - Control-node 10.0.0.50 : 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': '15211584332142759303', 'uuid-lslong': '10145933441845452419'}, 'enable': 'true', 'created': '2025-08-18T01:56:54', 'last-modified': '2025-08-18T01:56:54', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.371492'} 2025-08-18 01:56:59,715 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-18 01:56:59,721 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-08-18 01:56:59,721 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-08-18 01:56:59,721 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-08-18 01:56:59,721 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-08-18 01:56:59,726 - DEBUG - Requesting: http://10.0.0.50:8082/domain/b837a195-caea-4edb-b4f4-124f3573bcab 2025-08-18 01:56:59,732 - DEBUG - Requesting: http://10.0.0.50:8082/project/feea267f-ccd5-4e45-8b4a-dec968f52634 2025-08-18 01:56:59,769 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d31a675b-0c44-4d87-8ccd-98b5bbf45e83 2025-08-18 01:56:59,778 - DEBUG - =>VN __public__ has no policy to be verified 2025-08-18 01:56:59,778 - DEBUG - Verifying the vn in opserver 2025-08-18 01:56:59,778 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-08-18 01:56:59,778 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-08-18 01:56:59,782 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-08-18 01:56:59,782 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-08-18 01:56:59,783 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-18 01:56:59,789 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-18 01:56:59,794 - DEBUG - Do not have enough data to verify VN in agent 2025-08-18 01:56:59,794 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-18 01:56:59,799 - DEBUG - VRF ids for VN __public__: {} 2025-08-18 01:56:59,838 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-08-18 01:56:59,927 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-08-18 01:56:59,931 - DEBUG - Requesting: http://10.0.0.50:8082/domain/b837a195-caea-4edb-b4f4-124f3573bcab 2025-08-18 01:56:59,938 - DEBUG - Requesting: http://10.0.0.50:8082/project/feea267f-ccd5-4e45-8b4a-dec968f52634 2025-08-18 01:56:59,969 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d31a675b-0c44-4d87-8ccd-98b5bbf45e83 2025-08-18 01:56:59,978 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/348433dd-436f-4ae6-96fe-2bcb053ca4f3 2025-08-18 01:56:59,982 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-08-18 01:56:59,986 - DEBUG - Requesting: http://10.0.0.50:8082/domain/b837a195-caea-4edb-b4f4-124f3573bcab 2025-08-18 01:56:59,992 - DEBUG - Requesting: http://10.0.0.50:8082/project/feea267f-ccd5-4e45-8b4a-dec968f52634 2025-08-18 01:57:00,031 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/d31a675b-0c44-4d87-8ccd-98b5bbf45e83 2025-08-18 01:57:00,038 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-08-18 01:57:00,039 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-08-18 01:57:00,044 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-08-18 01:57:00,050 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-08-18 01:57:00,050 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-08-18 01:57:00,053 - DEBUG - Ingress ctest-nginx-ingress-47151385 not present 2025-08-18 01:57:00,053 - INFO - Creating Ingress ctest-nginx-ingress-47151385 2025-08-18 01:57:00,060 - INFO - Created Ingress ctest-nginx-ingress-47151385 2025-08-18 01:57:00,063 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47151385 2025-08-18 01:57:03,067 - DEBUG - For Ingress ctest-nginx-ingress-47151385, Cluster IP: 10.47.255.249, External IPs ['64.12.177.124'] 2025-08-18 01:57:03,068 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-47151385 2025-08-18 01:57:03,068 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=b993d998-6e0d-457b-b5e5-873498d53032 2025-08-18 01:57:03,074 - INFO - Ingress ctest-nginx-ingress-47151385 with uuid b993d998-6e0d-457b-b5e5-873498d53032 found in kube manager 2025-08-18 01:57:03,074 - INFO - Ingress ctest-nginx-ingress-47151385 verification passed 2025-08-18 01:57:03,080 - DEBUG - Pod ctest-busybox-pod-08894239 not present 2025-08-18 01:57:03,081 - INFO - Creating Pod ctest-busybox-pod-08894239 2025-08-18 01:57:03,112 - DEBUG - Pod : ctest-busybox-pod-08894239 UUID is b9c6d755-ff3f-4417-9a1b-295e1c98b71a 2025-08-18 01:57:03,133 - DEBUG - Pod ctest-nginx-pod-18895242 not in running state.Currently in Pending 2025-08-18 01:57:08,142 - DEBUG - Pod ctest-nginx-pod-18895242 not in running state.Currently in Pending 2025-08-18 01:57:13,149 - INFO - Pod ctest-nginx-pod-18895242 is in running state.Got IP 10.47.255.251 2025-08-18 01:57:13,215 - DEBUG - Pod ctest-nginx-pod-18895242 has vmi 9e2e0ddc-7bd6-11f0-bd34-fa163efc1cbc 2025-08-18 01:57:13,215 - INFO - Verified pod ctest-nginx-pod-18895242 in contrail-api 2025-08-18 01:57:13,216 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-18 01:57:13,227 - DEBUG - VMI 9e2e0ddc-7bd6-11f0-bd34-fa163efc1cbc is active in agent 10.0.0.22 2025-08-18 01:57:13,228 - INFO - Verified Pod ctest-nginx-pod-18895242 in agent 10.0.0.22 2025-08-18 01:57:13,228 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=87904d25-a757-452a-8399-a00710f4d8c5 2025-08-18 01:57:13,232 - INFO - Pod ctest-nginx-pod-18895242 with uuid 87904d25-a757-452a-8399-a00710f4d8c5 found in kube manager 2025-08-18 01:57:13,232 - INFO - Pod ctest-nginx-pod-18895242 verification passed 2025-08-18 01:57:13,288 - DEBUG - [Pod ctest-nginx-pod-18895242] Cmd: echo ctest-nginx-pod-18895242 > /usr/share/nginx/html/index.html, Output: 2025-08-18 01:57:13,294 - INFO - Pod ctest-nginx-pod-99658649 is in running state.Got IP 10.47.255.250 2025-08-18 01:57:13,307 - DEBUG - Pod ctest-nginx-pod-99658649 has vmi 9e99e4ee-7bd6-11f0-bd34-fa163efc1cbc 2025-08-18 01:57:13,307 - INFO - Verified pod ctest-nginx-pod-99658649 in contrail-api 2025-08-18 01:57:13,307 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-18 01:57:13,317 - DEBUG - VMI 9e99e4ee-7bd6-11f0-bd34-fa163efc1cbc is active in agent 10.0.0.22 2025-08-18 01:57:13,318 - INFO - Verified Pod ctest-nginx-pod-99658649 in agent 10.0.0.22 2025-08-18 01:57:13,318 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=6d158480-29b3-431b-befa-c0e35e96031f 2025-08-18 01:57:13,322 - INFO - Pod ctest-nginx-pod-99658649 with uuid 6d158480-29b3-431b-befa-c0e35e96031f found in kube manager 2025-08-18 01:57:13,322 - INFO - Pod ctest-nginx-pod-99658649 verification passed 2025-08-18 01:57:13,367 - DEBUG - [Pod ctest-nginx-pod-99658649] Cmd: echo ctest-nginx-pod-99658649 > /usr/share/nginx/html/index.html, Output: 2025-08-18 01:57:13,372 - DEBUG - Pod ctest-busybox-pod-08894239 not in running state.Currently in Pending 2025-08-18 01:57:18,379 - INFO - Pod ctest-busybox-pod-08894239 is in running state.Got IP 10.47.255.248 2025-08-18 01:57:18,390 - DEBUG - Pod ctest-busybox-pod-08894239 has vmi a2c43588-7bd6-11f0-bd34-fa163efc1cbc 2025-08-18 01:57:18,390 - INFO - Verified pod ctest-busybox-pod-08894239 in contrail-api 2025-08-18 01:57:18,390 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-18 01:57:18,399 - DEBUG - VMI a2c43588-7bd6-11f0-bd34-fa163efc1cbc is active in agent 10.0.0.22 2025-08-18 01:57:18,399 - INFO - Verified Pod ctest-busybox-pod-08894239 in agent 10.0.0.22 2025-08-18 01:57:18,399 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=b9c6d755-ff3f-4417-9a1b-295e1c98b71a 2025-08-18 01:57:18,403 - INFO - Pod ctest-busybox-pod-08894239 with uuid b9c6d755-ff3f-4417-9a1b-295e1c98b71a found in kube manager 2025-08-18 01:57:18,403 - INFO - Pod ctest-busybox-pod-08894239 verification passed 2025-08-18 01:57:18,461 - DEBUG - [Pod ctest-busybox-pod-08894239] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-99658649 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-08-18 01:57:18,461 - DEBUG - [Pod Pod ctest-busybox-pod-08894239] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-18 01:57:18,461 - DEBUG - [Pod Pod ctest-busybox-pod-08894239] Cmd output: ctest-nginx-pod-99658649 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-08-18 01:57:18,506 - DEBUG - [Pod ctest-busybox-pod-08894239] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-18895242 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-08-18 01:57:18,506 - DEBUG - [Pod Pod ctest-busybox-pod-08894239] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-18 01:57:18,506 - DEBUG - [Pod Pod ctest-busybox-pod-08894239] Cmd output: ctest-nginx-pod-18895242 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-08-18 01:57:18,506 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-18895242': 1, 'ctest-nginx-pod-99658649': 1} 2025-08-18 01:57:18,506 - WARNING - Nothing to delete parallely 2025-08-18 01:57:18,506 - INFO - Deleting pod default:ctest-busybox-pod-08894239 2025-08-18 01:57:18,514 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b9c6d755-ff3f-4417-9a1b-295e1c98b71a 2025-08-18 01:57:18,520 - WARNING - Pod uuid b9c6d755-ff3f-4417-9a1b-295e1c98b71a is still seen in agent 10.0.0.22 VM list 2025-08-18 01:57:23,521 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b9c6d755-ff3f-4417-9a1b-295e1c98b71a 2025-08-18 01:57:23,527 - WARNING - Pod uuid b9c6d755-ff3f-4417-9a1b-295e1c98b71a is still seen in agent 10.0.0.22 VM list 2025-08-18 01:57:28,528 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b9c6d755-ff3f-4417-9a1b-295e1c98b71a 2025-08-18 01:57:28,535 - WARNING - Pod uuid b9c6d755-ff3f-4417-9a1b-295e1c98b71a is still seen in agent 10.0.0.22 VM list 2025-08-18 01:57:33,536 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b9c6d755-ff3f-4417-9a1b-295e1c98b71a 2025-08-18 01:57:33,542 - WARNING - Pod uuid b9c6d755-ff3f-4417-9a1b-295e1c98b71a is still seen in agent 10.0.0.22 VM list 2025-08-18 01:57:38,542 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b9c6d755-ff3f-4417-9a1b-295e1c98b71a 2025-08-18 01:57:38,549 - WARNING - Pod uuid b9c6d755-ff3f-4417-9a1b-295e1c98b71a is still seen in agent 10.0.0.22 VM list 2025-08-18 01:57:43,550 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b9c6d755-ff3f-4417-9a1b-295e1c98b71a 2025-08-18 01:57:43,556 - WARNING - Pod uuid b9c6d755-ff3f-4417-9a1b-295e1c98b71a is still seen in agent 10.0.0.22 VM list 2025-08-18 01:57:48,556 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b9c6d755-ff3f-4417-9a1b-295e1c98b71a 2025-08-18 01:57:48,563 - WARNING - Pod uuid b9c6d755-ff3f-4417-9a1b-295e1c98b71a is still seen in agent 10.0.0.22 VM list 2025-08-18 01:57:53,565 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b9c6d755-ff3f-4417-9a1b-295e1c98b71a 2025-08-18 01:57:53,571 - WARNING - Pod uuid b9c6d755-ff3f-4417-9a1b-295e1c98b71a is still seen in agent 10.0.0.22 VM list 2025-08-18 01:57:58,572 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b9c6d755-ff3f-4417-9a1b-295e1c98b71a 2025-08-18 01:57:58,579 - WARNING - Pod uuid b9c6d755-ff3f-4417-9a1b-295e1c98b71a is still seen in agent 10.0.0.22 VM list 2025-08-18 01:58:03,579 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b9c6d755-ff3f-4417-9a1b-295e1c98b71a 2025-08-18 01:58:03,586 - WARNING - Pod uuid b9c6d755-ff3f-4417-9a1b-295e1c98b71a is still seen in agent 10.0.0.22 VM list 2025-08-18 01:58:08,587 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b9c6d755-ff3f-4417-9a1b-295e1c98b71a 2025-08-18 01:58:08,593 - DEBUG - Pod b9c6d755-ff3f-4417-9a1b-295e1c98b71a is not in agent 10.0.0.22 VM list 2025-08-18 01:58:08,593 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a2c43588-7bd6-11f0-bd34-fa163efc1cbc 2025-08-18 01:58:08,598 - DEBUG - VMI a2c43588-7bd6-11f0-bd34-fa163efc1cbc is removed from agent 10.0.0.22 2025-08-18 01:58:08,598 - INFO - Verified that pod ctest-busybox-pod-08894239 is removed in agent 2025-08-18 01:58:08,598 - INFO - Deleting Ingress : ctest-nginx-ingress-47151385 2025-08-18 01:58:08,607 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=b993d998-6e0d-457b-b5e5-873498d53032 2025-08-18 01:58:08,613 - ERROR - Ingress ctest-nginx-ingress-47151385 with uuid b993d998-6e0d-457b-b5e5-873498d53032 still found in kube manager 2025-08-18 01:58:09,613 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=b993d998-6e0d-457b-b5e5-873498d53032 2025-08-18 01:58:09,617 - INFO - Ingress ctest-nginx-ingress-47151385 with uuid b993d998-6e0d-457b-b5e5-873498d53032 deleted successfully from kube manager 2025-08-18 01:58:09,617 - INFO - Verifications on Ingress %s cleanup passed 2025-08-18 01:58:09,617 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-08-18 01:58:09,677 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-08-18 01:58:09,682 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-08-18 01:58:09,682 - INFO - Deleting VN __public__ 2025-08-18 01:58:09,821 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/265a6fb0-85ac-4eb5-a564-570dfe44696b 2025-08-18 01:58:09,825 - DEBUG - Response Code: 404 2025-08-18 01:58:09,825 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-08-18 01:58:09,844 - DEBUG - Requesting: http://10.0.0.50:8082/domain/b837a195-caea-4edb-b4f4-124f3573bcab 2025-08-18 01:58:09,851 - DEBUG - Requesting: http://10.0.0.50:8082/project/feea267f-ccd5-4e45-8b4a-dec968f52634 2025-08-18 01:58:09,901 - INFO - Validated that VN __public__ is not found in API Server 2025-08-18 01:58:09,901 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-08-18 01:58:09,907 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-18 01:58:09,914 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-08-18 01:58:09,914 - INFO - Validated that VN __public__ is not in any agent 2025-08-18 01:58:09,914 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-18 01:58:09,926 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-18 01:58:09,933 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-08-18 01:58:09,940 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-08-18 01:58:09,941 - INFO - Deleting pod default:ctest-nginx-pod-99658649 2025-08-18 01:58:09,960 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6d158480-29b3-431b-befa-c0e35e96031f 2025-08-18 01:58:09,968 - WARNING - Pod uuid 6d158480-29b3-431b-befa-c0e35e96031f is still seen in agent 10.0.0.22 VM list 2025-08-18 01:58:14,970 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6d158480-29b3-431b-befa-c0e35e96031f 2025-08-18 01:58:14,977 - DEBUG - Pod 6d158480-29b3-431b-befa-c0e35e96031f is not in agent 10.0.0.22 VM list 2025-08-18 01:58:14,977 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9e99e4ee-7bd6-11f0-bd34-fa163efc1cbc 2025-08-18 01:58:14,982 - DEBUG - VMI 9e99e4ee-7bd6-11f0-bd34-fa163efc1cbc is removed from agent 10.0.0.22 2025-08-18 01:58:14,982 - INFO - Verified that pod ctest-nginx-pod-99658649 is removed in agent 2025-08-18 01:58:14,983 - INFO - Deleting pod default:ctest-nginx-pod-18895242 2025-08-18 01:58:15,000 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=87904d25-a757-452a-8399-a00710f4d8c5 2025-08-18 01:58:15,008 - WARNING - Pod uuid 87904d25-a757-452a-8399-a00710f4d8c5 is still seen in agent 10.0.0.22 VM list 2025-08-18 01:58:20,009 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=87904d25-a757-452a-8399-a00710f4d8c5 2025-08-18 01:58:20,015 - DEBUG - Pod 87904d25-a757-452a-8399-a00710f4d8c5 is not in agent 10.0.0.22 VM list 2025-08-18 01:58:20,016 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9e2e0ddc-7bd6-11f0-bd34-fa163efc1cbc 2025-08-18 01:58:20,021 - DEBUG - VMI 9e2e0ddc-7bd6-11f0-bd34-fa163efc1cbc is removed from agent 10.0.0.22 2025-08-18 01:58:20,021 - INFO - Verified that pod ctest-nginx-pod-18895242 is removed in agent 2025-08-18 01:58:20,021 - INFO - Deleting service : ctest-nginx-svc-95664923 2025-08-18 01:58:20,221 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-18 01:58:20,228 - DEBUG - No XMPP flaps were noticed during the test