2025-05-07 07:33:08,066 - DEBUG - [10.0.0.22]: Running cmd : hostname
2025-05-07 07:33:08,275 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-360-1
2025-05-07 07:33:08,275 - DEBUG - [10.0.0.22]: Running cmd : hostname -f
2025-05-07 07:33:08,337 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-360-1.
2025-05-07 07:33:08,338 - 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-05-07 07:33:08,433 - DEBUG - Output : NAMES
contrail_test_PA8xdktvC
vrouter_vrouter-agent_1
vrouter_nodemgr_1
rsyslogd_rsyslogd_1
kubemanager_k8s_kubemanager_1
analytics_snmp_topology_1
analytics_snmp_snmp-collector_1
analytics_snmp_nodemgr_1
analytics_alarm_nodemgr_1
analytics_alarm_alarm-gen_1
analytics_alarm_kafka_1
analytics_collector_1
analytics_nodemgr_1
analytics_api_1
analytics_database_nodemgr_1
analytics_database_query-engine_1
analytics_database_cassandra_1
control_named_1
control_dns_1
control_control_1
control_nodemgr_1
webui_web_1
webui_job_1
config_devicemgr_1
config_nodemgr_1
config_dnsmasq_1
config_api_1
config_svcmonitor_1
config_schema_1
config_database_nodemgr_1
config_database_rabbitmq_1
config_database_cassandra_1
config_database_zookeeper_1
redis_redis_1
2025-05-07 07:33:08,433 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}'
2025-05-07 07:33:08,504 - DEBUG - Output : 172.17.0.1/16
10.0.0.22/24
2025-05-07 07:33:08,504 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}'
2025-05-07 07:33:08,558 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-360-1.
2025-05-07 07:33:08,558 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}'
2025-05-07 07:33:08,633 - DEBUG - Output : 10.0.0.22/24
2025-05-07 07:33:08,845 - INFO - Using existing project ['default-domain', 'k8s-default'](1564f2af-d4e8-46b8-b9b5-b4354d5fccf2)
2025-05-07 07:33:08,943 - INFO - Using existing project ['default-domain', 'k8s-default'](1564f2af-d4e8-46b8-b9b5-b4354d5fccf2)
2025-05-07 07:33:09,109 - INFO - ================================================================================
2025-05-07 07:33:09,109 - INFO - STARTING TEST : test_ingress_ip_assignment
2025-05-07 07:33:09,110 - 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-05-07 07:33:09,232 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq?
2025-05-07 07:33:09,239 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.22': '0'}} with
2025-05-07 07:33:09,239 - INFO - Initial checks done. Running the testcase now
2025-05-07 07:33:09,239 - INFO -
2025-05-07 07:33:09,244 - INFO - Namespace default already exists
2025-05-07 07:33:09,244 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf'
2025-05-07 07:33:09,367 - DEBUG - Output : cluster_project={}
2025-05-07 07:33:09,421 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api
2025-05-07 07:33:09,422 - DEBUG - Project uuid in Contrail is 1564f2af-d4e8-46b8-b9b5-b4354d5fccf2
2025-05-07 07:33:09,422 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN'
2025-05-07 07:33:09,529 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3
2025-05-07 07:33:09,529 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=8c7871f6-788c-4fa0-9287-fae587089ea2
2025-05-07 07:33:09,534 - INFO - Namespace default with uuid 8c7871f6-788c-4fa0-9287-fae587089ea2 found in kube manager
2025-05-07 07:33:09,534 - INFO - Namespace default verification passed
2025-05-07 07:33:09,538 - DEBUG - Service ctest-nginx-svc-80035816 not present
2025-05-07 07:33:09,538 - INFO - Creating service ctest-nginx-svc-80035816
2025-05-07 07:33:09,561 - INFO - Created Service ctest-nginx-svc-80035816
2025-05-07 07:33:09,571 - DEBUG - Pod ctest-nginx-pod-11670582 not present
2025-05-07 07:33:09,571 - INFO - Creating Pod ctest-nginx-pod-11670582
2025-05-07 07:33:09,603 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:12,609 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:15,617 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:18,623 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:21,631 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:24,640 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:27,648 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:30,657 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:33,669 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:36,678 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:39,685 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:42,695 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:45,702 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:48,710 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:51,718 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:54,726 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:33:57,733 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:34:00,739 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:34:03,745 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:34:06,752 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:34:09,759 - DEBUG - Node for Pod ctest-nginx-pod-11670582 not yet populated
2025-05-07 07:34:09,759 - DEBUG - Pod : ctest-nginx-pod-11670582 UUID is 4d69dd6e-01c0-4103-9338-92e826f5ff70
2025-05-07 07:34:09,762 - DEBUG - Pod ctest-nginx-pod-54152933 not present
2025-05-07 07:34:09,763 - INFO - Creating Pod ctest-nginx-pod-54152933
2025-05-07 07:34:09,786 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:12,792 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:15,800 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:18,807 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:21,816 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:24,823 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:27,833 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:30,839 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:33,846 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:36,853 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:39,864 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:42,871 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:45,878 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:48,884 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:51,893 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:54,900 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:34:57,908 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:35:00,914 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:35:03,921 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:35:06,928 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:35:09,935 - DEBUG - Node for Pod ctest-nginx-pod-54152933 not yet populated
2025-05-07 07:35:09,935 - DEBUG - Pod : ctest-nginx-pod-54152933 UUID is 28fca614-aea3-4ad2-9acb-51748162ed6b
2025-05-07 07:35:10,089 - INFO - Created VN __public__, UUID :d1769dae-a048-4fa1-90a5-89f28df8f196
2025-05-07 07:35:10,262 - DEBUG - Requesting: http://10.0.0.22:8082/domains
2025-05-07 07:35:10,268 - DEBUG - Requesting: http://10.0.0.22:8082/domain/7fdabc5e-8f40-4e5b-a988-16b66d27e367
2025-05-07 07:35:10,280 - DEBUG - Requesting: http://10.0.0.22:8082/project/1564f2af-d4e8-46b8-b9b5-b4354d5fccf2
2025-05-07 07:35:10,335 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/d1769dae-a048-4fa1-90a5-89f28df8f196
2025-05-07 07:35:10,347 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/d1769dae-a048-4fa1-90a5-89f28df8f196
2025-05-07 07:35:10,358 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/faf70b02-a22a-4807-9132-dc998a29acca
2025-05-07 07:35:10,367 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/faf70b02-a22a-4807-9132-dc998a29acca
2025-05-07 07:35:10,375 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/86b3bad4-217f-4bb1-ac99-e0bae496a481
2025-05-07 07:35:10,384 - DEBUG - Route Targets: ['target:64512:8000007']
2025-05-07 07:35:10,384 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/d1769dae-a048-4fa1-90a5-89f28df8f196
2025-05-07 07:35:10,396 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/faf70b02-a22a-4807-9132-dc998a29acca
2025-05-07 07:35:10,414 - INFO - Verified VN network id 15 for VN d1769dae-a048-4fa1-90a5-89f28df8f196
2025-05-07 07:35:10,414 - INFO - Verifications in API Server for VN __public__ passed
2025-05-07 07:35:10,414 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/d1769dae-a048-4fa1-90a5-89f28df8f196
2025-05-07 07:35:10,427 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/faf70b02-a22a-4807-9132-dc998a29acca
2025-05-07 07:35:10,435 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/faf70b02-a22a-4807-9132-dc998a29acca
2025-05-07 07:35:10,443 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/86b3bad4-217f-4bb1-ac99-e0bae496a481
2025-05-07 07:35:10,449 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__
2025-05-07 07:35:10,456 - 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': '15093424574517759905', 'uuid-lslong': '10422888587475874198'}, 'enable': 'true', 'created': '2025-05-07T07:35:10', 'last-modified': '2025-05-07T07:35:10', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.273758'}
2025-05-07 07:35:10,457 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__
2025-05-07 07:35:10,465 - DEBUG - Route Targets: ['target:64512:8000007']
2025-05-07 07:35:10,465 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed
2025-05-07 07:35:10,466 - DEBUG - ====Verifying policy data for __public__ in API_Server ======
2025-05-07 07:35:10,466 - DEBUG - Requesting: http://10.0.0.22:8082/domains
2025-05-07 07:35:10,472 - DEBUG - Requesting: http://10.0.0.22:8082/domain/7fdabc5e-8f40-4e5b-a988-16b66d27e367
2025-05-07 07:35:10,484 - DEBUG - Requesting: http://10.0.0.22:8082/project/1564f2af-d4e8-46b8-b9b5-b4354d5fccf2
2025-05-07 07:35:10,552 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/d1769dae-a048-4fa1-90a5-89f28df8f196
2025-05-07 07:35:10,562 - DEBUG - =>VN __public__ has no policy to be verified
2025-05-07 07:35:10,563 - DEBUG - Verifying the vn in opserver
2025-05-07 07:35:10,563 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22
2025-05-07 07:35:10,563 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks
2025-05-07 07:35:10,570 - 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-05-07 07:35:10,570 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver
2025-05-07 07:35:10,570 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__
2025-05-07 07:35:10,577 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__
2025-05-07 07:35:10,584 - DEBUG - Do not have enough data to verify VN in agent
2025-05-07 07:35:10,584 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__
2025-05-07 07:35:10,592 - DEBUG - VRF ids for VN __public__: {}
2025-05-07 07:35:10,661 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server
2025-05-07 07:35:10,760 - DEBUG - Requesting: http://10.0.0.22:8082/domains
2025-05-07 07:35:10,769 - DEBUG - Requesting: http://10.0.0.22:8082/domain/7fdabc5e-8f40-4e5b-a988-16b66d27e367
2025-05-07 07:35:10,780 - DEBUG - Requesting: http://10.0.0.22:8082/project/1564f2af-d4e8-46b8-b9b5-b4354d5fccf2
2025-05-07 07:35:10,833 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/d1769dae-a048-4fa1-90a5-89f28df8f196
2025-05-07 07:35:10,846 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/6564420b-9bc8-4eb1-9350-7916c5f392ac
2025-05-07 07:35:10,855 - DEBUG - Requesting: http://10.0.0.22:8082/domains
2025-05-07 07:35:10,861 - DEBUG - Requesting: http://10.0.0.22:8082/domain/7fdabc5e-8f40-4e5b-a988-16b66d27e367
2025-05-07 07:35:10,870 - DEBUG - Requesting: http://10.0.0.22:8082/project/1564f2af-d4e8-46b8-b9b5-b4354d5fccf2
2025-05-07 07:35:10,930 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/d1769dae-a048-4fa1-90a5-89f28df8f196
2025-05-07 07:35:10,944 - DEBUG - FIP Pool __fip_pool_public__ found in API Server
2025-05-07 07:35:10,944 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed
2025-05-07 07:35:10,955 - 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-05-07 07:35:10,963 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information
2025-05-07 07:35:10,963 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed
2025-05-07 07:35:10,967 - DEBUG - Ingress ctest-nginx-ingress-69490481 not present
2025-05-07 07:35:10,967 - INFO - Creating Ingress ctest-nginx-ingress-69490481
2025-05-07 07:35:10,976 - INFO - Created Ingress ctest-nginx-ingress-69490481
2025-05-07 07:35:10,980 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-69490481
2025-05-07 07:35:13,986 - DEBUG - For Ingress ctest-nginx-ingress-69490481, Cluster IP: 10.47.255.250, External IPs ['51.115.105.252']
2025-05-07 07:35:13,987 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-69490481
2025-05-07 07:35:13,990 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=1ed28876-46c7-4317-88e2-229fb80dc6d4
2025-05-07 07:35:13,997 - INFO - Ingress ctest-nginx-ingress-69490481 with uuid 1ed28876-46c7-4317-88e2-229fb80dc6d4 found in kube manager
2025-05-07 07:35:13,997 - INFO - Ingress ctest-nginx-ingress-69490481 verification passed
2025-05-07 07:35:14,003 - DEBUG - Pod ctest-busybox-pod-39458480 not present
2025-05-07 07:35:14,003 - INFO - Creating Pod ctest-busybox-pod-39458480
2025-05-07 07:35:14,043 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:17,056 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:20,064 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:23,072 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:26,079 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:29,085 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:32,095 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:35,102 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:38,110 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:41,120 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:44,127 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:47,135 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:50,142 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:53,148 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:56,155 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:35:59,163 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:36:02,170 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:36:05,176 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:36:08,183 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:36:11,189 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:36:14,196 - DEBUG - Node for Pod ctest-busybox-pod-39458480 not yet populated
2025-05-07 07:36:14,196 - DEBUG - Pod : ctest-busybox-pod-39458480 UUID is cb2bb7ff-7a6f-46e1-9a9c-c4afdf1258f6
2025-05-07 07:36:14,201 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:36:19,207 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:36:24,215 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:36:29,221 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:36:34,227 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:36:39,236 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:36:44,251 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:36:49,258 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:36:54,266 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:36:59,273 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:37:04,281 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:37:09,288 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:37:14,295 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:37:19,302 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:37:24,310 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:37:29,316 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:37:34,323 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:37:39,333 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:37:44,341 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:37:49,349 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:37:54,356 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:37:59,363 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:38:04,371 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:38:09,377 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:38:14,384 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:38:19,392 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:38:24,399 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:38:29,407 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:38:34,414 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:38:39,422 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:38:44,433 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:38:49,443 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:38:54,450 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:38:59,456 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:39:04,466 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:39:09,474 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:39:14,480 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:39:19,487 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:39:24,494 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:39:29,502 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:39:34,509 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:39:39,519 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:39:44,525 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:39:49,532 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:39:54,546 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:39:59,553 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:40:04,561 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:40:09,567 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:40:14,575 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:40:19,583 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:40:24,594 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:40:29,601 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:40:34,607 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:40:39,616 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:40:44,623 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:40:49,630 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:40:54,636 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:40:59,642 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:41:04,650 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:41:09,662 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:41:14,670 - DEBUG - Pod ctest-nginx-pod-11670582 not in running state.Currently in Pending
2025-05-07 07:41:14,670 - ERROR - Pod ctest-nginx-pod-11670582 is not in running state
2025-05-07 07:41:14,675 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:41:19,682 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:41:24,693 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:41:29,700 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:41:34,706 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:41:39,719 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:41:44,728 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:41:49,734 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:41:54,741 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:41:59,750 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:42:04,758 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:42:09,765 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:42:14,772 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:42:19,779 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:42:24,787 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:42:29,793 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:42:34,800 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:42:39,810 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:42:44,817 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:42:49,825 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:42:54,831 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:42:59,838 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:43:04,852 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:43:09,860 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:43:14,866 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:43:19,873 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:43:24,879 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:43:29,885 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:43:34,891 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:43:39,898 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:43:44,906 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:43:49,913 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:43:54,921 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:43:59,928 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:44:04,936 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:44:09,944 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:44:14,952 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:44:19,961 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:44:24,970 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:44:29,976 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:44:34,986 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:44:39,997 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:44:45,004 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:44:50,011 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:44:55,018 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:45:00,025 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:45:05,034 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:45:10,039 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:45:15,046 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:45:20,053 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:45:25,060 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:45:30,066 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:45:35,072 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:45:40,078 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:45:45,085 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:45:50,091 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:45:55,097 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:46:00,104 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:46:05,110 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:46:10,117 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:46:15,123 - DEBUG - Pod ctest-nginx-pod-54152933 not in running state.Currently in Pending
2025-05-07 07:46:15,124 - ERROR - Pod ctest-nginx-pod-54152933 is not in running state
2025-05-07 07:46:15,128 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:46:20,135 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:46:25,144 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:46:30,151 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:46:35,158 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:46:40,168 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:46:45,175 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:46:50,184 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:46:55,190 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:47:00,198 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:47:05,204 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:47:10,211 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:47:15,217 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:47:20,224 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:47:25,231 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:47:30,237 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:47:35,244 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:47:40,252 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:47:45,258 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:47:50,265 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:47:55,271 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:48:00,277 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:48:05,284 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:48:10,290 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:48:15,296 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:48:20,303 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:48:25,309 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:48:30,315 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:48:35,322 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:48:40,330 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:48:45,337 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:48:50,344 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:48:55,350 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:49:00,357 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:49:05,363 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:49:10,370 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:49:15,376 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:49:20,383 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:49:25,391 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:49:30,397 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:49:35,406 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:49:40,414 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:49:45,421 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:49:50,429 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:49:55,435 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:50:00,444 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:50:05,451 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:50:10,458 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:50:15,472 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:50:20,479 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:50:25,485 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:50:30,492 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:50:35,499 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:50:40,505 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:50:45,512 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:50:50,520 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:50:55,526 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:51:00,533 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:51:05,540 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:51:10,550 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:51:15,557 - DEBUG - Pod ctest-busybox-pod-39458480 not in running state.Currently in Pending
2025-05-07 07:51:15,557 - ERROR - Pod ctest-busybox-pod-39458480 is not in running state
2025-05-07 07:51:15,565 - WARNING - Nothing to delete parallely
2025-05-07 07:51:15,565 - INFO - Deleting pod default:ctest-busybox-pod-39458480
2025-05-07 07:51:15,585 - DEBUG - Pod ctest-busybox-pod-39458480 may not have launched at all..no need to check further in agent
2025-05-07 07:51:15,585 - INFO - Deleting Ingress : ctest-nginx-ingress-69490481
2025-05-07 07:51:15,591 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=1ed28876-46c7-4317-88e2-229fb80dc6d4
2025-05-07 07:51:15,597 - ERROR - Ingress ctest-nginx-ingress-69490481 with uuid 1ed28876-46c7-4317-88e2-229fb80dc6d4 still found in kube manager
2025-05-07 07:51:16,598 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=1ed28876-46c7-4317-88e2-229fb80dc6d4
2025-05-07 07:51:16,611 - ERROR - Ingress ctest-nginx-ingress-69490481 with uuid 1ed28876-46c7-4317-88e2-229fb80dc6d4 still found in kube manager
2025-05-07 07:51:17,613 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=1ed28876-46c7-4317-88e2-229fb80dc6d4
2025-05-07 07:51:17,617 - INFO - Ingress ctest-nginx-ingress-69490481 with uuid 1ed28876-46c7-4317-88e2-229fb80dc6d4 deleted successfully from kube manager
2025-05-07 07:51:17,618 - INFO - Verifications on Ingress %s cleanup passed
2025-05-07 07:51:17,618 - INFO - Deleting the FIP pool __fip_pool_public__
2025-05-07 07:51:17,720 - 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-05-07 07:51:17,730 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information
2025-05-07 07:51:17,730 - INFO - Deleting VN __public__
2025-05-07 07:51:17,870 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/faf70b02-a22a-4807-9132-dc998a29acca
2025-05-07 07:51:17,879 - DEBUG - Response Code: 404
2025-05-07 07:51:17,880 - DEBUG - Requesting: http://10.0.0.22:8082/domains
2025-05-07 07:51:17,888 - DEBUG - Requesting: http://10.0.0.22:8082/domain/7fdabc5e-8f40-4e5b-a988-16b66d27e367
2025-05-07 07:51:17,909 - DEBUG - Requesting: http://10.0.0.22:8082/project/1564f2af-d4e8-46b8-b9b5-b4354d5fccf2
2025-05-07 07:51:17,971 - INFO - Validated that VN __public__ is not found in API Server
2025-05-07 07:51:17,971 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__
2025-05-07 07:51:17,978 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__
2025-05-07 07:51:17,985 - DEBUG - VN __public__ is not present in Agent 10.0.0.22
2025-05-07 07:51:17,985 - INFO - Validated that VN __public__ is not in any agent
2025-05-07 07:51:17,985 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__
2025-05-07 07:51:17,991 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__
2025-05-07 07:51:17,997 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__
2025-05-07 07:51:18,002 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info
2025-05-07 07:51:18,003 - INFO - Deleting pod default:ctest-nginx-pod-54152933
2025-05-07 07:51:18,016 - DEBUG - Pod ctest-nginx-pod-54152933 may not have launched at all..no need to check further in agent
2025-05-07 07:51:18,016 - INFO - Deleting pod default:ctest-nginx-pod-11670582
2025-05-07 07:51:18,037 - DEBUG - Pod ctest-nginx-pod-11670582 may not have launched at all..no need to check further in agent
2025-05-07 07:51:18,037 - INFO - Deleting service : ctest-nginx-svc-80035816
2025-05-07 07:51:18,179 - ERROR - AssertionError
Python 3.6.8: /usr/bin/python3
Wed May 7 07:51:15 2025
A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/contrail-test/tcutils/wrappers.py in wrapper(self=