2024-11-10 17:40:33,145 - DEBUG - [10.0.0.22]: Running cmd : hostname 2024-11-10 17:40:33,430 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-778-1 2024-11-10 17:40:33,430 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2024-11-10 17:40:33,474 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-778-1 2024-11-10 17:40:33,474 - DEBUG - [10.0.0.22]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-11-10 17:40:33,565 - DEBUG - Output : NAMES contrail_test_QO40pRRcg contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_api_1 config_api_dnsmasq_1 config_api_svcmonitor_1 config_api_schema_1 2024-11-10 17:40:33,565 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-10 17:40:33,640 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2024-11-10 17:40:33,640 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2024-11-10 17:40:33,675 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-778-1 2024-11-10 17:40:33,764 - DEBUG - [10.0.0.24]: Running cmd : hostname 2024-11-10 17:40:33,984 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-778-1 2024-11-10 17:40:33,984 - DEBUG - [10.0.0.24]: Running cmd : hostname -f 2024-11-10 17:40:34,007 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-778-1 2024-11-10 17:40:34,007 - DEBUG - [10.0.0.24]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-11-10 17:40:34,051 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-10 17:40:34,051 - DEBUG - [10.0.0.24]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-10 17:40:34,127 - DEBUG - Output : 10.0.0.24/24 2024-11-10 17:40:34,127 - DEBUG - [10.0.0.24]: Running cmd : getent hosts 10.0.0.24 | head -n 1 | awk '{print $2}' 2024-11-10 17:40:34,160 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-778-1 2024-11-10 17:40:34,235 - INFO - Using existing project ['default-domain', 'k8s-default'](f0ad5227-1a60-48c8-9eb0-6dcf311f4023) 2024-11-10 17:40:34,340 - INFO - Using existing project ['default-domain', 'k8s-default'](f0ad5227-1a60-48c8-9eb0-6dcf311f4023) 2024-11-10 17:40:34,479 - INFO - ================================================================================ 2024-11-10 17:40:34,479 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-10 17:40:34,480 - 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 2024-11-10 17:40:34,699 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 17:40:34,707 - DEBUG - Nothing to compare xmpp stats {'10.0.0.24': {'10.0.0.22': '0'}} with 2024-11-10 17:40:34,707 - INFO - Initial checks done. Running the testcase now 2024-11-10 17:40:34,707 - INFO - 2024-11-10 17:40:34,711 - INFO - Namespace default already exists 2024-11-10 17:40:34,712 - 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' 2024-11-10 17:40:34,851 - DEBUG - Output : cluster_project={} 2024-11-10 17:40:34,906 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-10 17:40:34,906 - DEBUG - Project uuid in Contrail is f0ad5227-1a60-48c8-9eb0-6dcf311f4023 2024-11-10 17:40:34,906 - 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' 2024-11-10 17:40:35,041 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-10 17:40:35,042 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=3816b80e-d2ef-42ed-9aab-ac82edad832a 2024-11-10 17:40:35,046 - INFO - Namespace default with uuid 3816b80e-d2ef-42ed-9aab-ac82edad832a found in kube manager 2024-11-10 17:40:35,046 - INFO - Namespace default verification passed 2024-11-10 17:40:35,049 - DEBUG - Service ctest-nginx-svc-60946755 not present 2024-11-10 17:40:35,049 - INFO - Creating service ctest-nginx-svc-60946755 2024-11-10 17:40:35,071 - INFO - Created Service ctest-nginx-svc-60946755 2024-11-10 17:40:35,083 - DEBUG - Pod ctest-nginx-pod-54355744 not present 2024-11-10 17:40:35,083 - INFO - Creating Pod ctest-nginx-pod-54355744 2024-11-10 17:40:35,115 - DEBUG - Pod : ctest-nginx-pod-54355744 UUID is 520d9ff8-7637-4845-9616-50c267fca300 2024-11-10 17:40:35,132 - DEBUG - Pod ctest-nginx-pod-87949957 not present 2024-11-10 17:40:35,132 - INFO - Creating Pod ctest-nginx-pod-87949957 2024-11-10 17:40:35,154 - DEBUG - Pod : ctest-nginx-pod-87949957 UUID is 935a0648-a622-4f25-8f1e-96ac28e7ac1e 2024-11-10 17:40:35,380 - INFO - Created VN __public__, UUID :f9d1da89-de35-4f2e-bc32-4a2a4c226e3b 2024-11-10 17:40:35,560 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-11-10 17:40:35,588 - DEBUG - Requesting: http://10.0.0.22:8082/domain/9fe59bdf-c87d-4fc2-8951-4e8ce1b24f0f 2024-11-10 17:40:35,644 - DEBUG - Requesting: http://10.0.0.22:8082/project/f0ad5227-1a60-48c8-9eb0-6dcf311f4023 2024-11-10 17:40:35,714 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f9d1da89-de35-4f2e-bc32-4a2a4c226e3b 2024-11-10 17:40:35,730 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f9d1da89-de35-4f2e-bc32-4a2a4c226e3b 2024-11-10 17:40:35,744 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/16bda549-8994-4288-afec-125c3db57775 2024-11-10 17:40:35,770 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/16bda549-8994-4288-afec-125c3db57775 2024-11-10 17:40:35,791 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/415344dc-211d-4e2b-b495-f81e8fca120e 2024-11-10 17:40:35,801 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-10 17:40:35,801 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f9d1da89-de35-4f2e-bc32-4a2a4c226e3b 2024-11-10 17:40:35,815 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/16bda549-8994-4288-afec-125c3db57775 2024-11-10 17:40:35,900 - INFO - Verified VN network id 13 for VN f9d1da89-de35-4f2e-bc32-4a2a4c226e3b 2024-11-10 17:40:35,900 - INFO - Verifications in API Server for VN __public__ passed 2024-11-10 17:40:35,900 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f9d1da89-de35-4f2e-bc32-4a2a4c226e3b 2024-11-10 17:40:35,917 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/16bda549-8994-4288-afec-125c3db57775 2024-11-10 17:40:35,954 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/16bda549-8994-4288-afec-125c3db57775 2024-11-10 17:40:35,971 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/415344dc-211d-4e2b-b495-f81e8fca120e 2024-11-10 17:40:35,983 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-10 17:40:35,991 - 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': '18001409471249993518', 'uuid-lslong': '13560982973492391483'}, 'enable': 'true', 'created': '2024-11-10T17:40:35', 'last-modified': '2024-11-10T17:40:35', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.517929'} 2024-11-10 17:40:35,991 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:40:35,998 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-10 17:40:35,998 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-10 17:40:35,999 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-10 17:40:35,999 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-11-10 17:40:36,042 - DEBUG - Requesting: http://10.0.0.22:8082/domain/9fe59bdf-c87d-4fc2-8951-4e8ce1b24f0f 2024-11-10 17:40:36,074 - DEBUG - Requesting: http://10.0.0.22:8082/project/f0ad5227-1a60-48c8-9eb0-6dcf311f4023 2024-11-10 17:40:36,147 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f9d1da89-de35-4f2e-bc32-4a2a4c226e3b 2024-11-10 17:40:36,173 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-10 17:40:36,173 - DEBUG - Verifying the vn in opserver 2024-11-10 17:40:36,173 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2024-11-10 17:40:36,173 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2024-11-10 17:40:36,183 - 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'} 2024-11-10 17:40:36,183 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-10 17:40:36,183 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:40:36,194 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:40:36,203 - DEBUG - Do not have enough data to verify VN in agent 2024-11-10 17:40:36,203 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:40:36,213 - DEBUG - VRF ids for VN __public__: {} 2024-11-10 17:40:36,334 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-10 17:40:36,468 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-11-10 17:40:36,476 - DEBUG - Requesting: http://10.0.0.22:8082/domain/9fe59bdf-c87d-4fc2-8951-4e8ce1b24f0f 2024-11-10 17:40:36,484 - DEBUG - Requesting: http://10.0.0.22:8082/project/f0ad5227-1a60-48c8-9eb0-6dcf311f4023 2024-11-10 17:40:36,530 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f9d1da89-de35-4f2e-bc32-4a2a4c226e3b 2024-11-10 17:40:36,553 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/e5b21f59-54fd-456b-a8d9-19a4ad3175d2 2024-11-10 17:40:36,563 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-11-10 17:40:36,569 - DEBUG - Requesting: http://10.0.0.22:8082/domain/9fe59bdf-c87d-4fc2-8951-4e8ce1b24f0f 2024-11-10 17:40:36,595 - DEBUG - Requesting: http://10.0.0.22:8082/project/f0ad5227-1a60-48c8-9eb0-6dcf311f4023 2024-11-10 17:40:36,668 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/f9d1da89-de35-4f2e-bc32-4a2a4c226e3b 2024-11-10 17:40:36,707 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-10 17:40:36,707 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-10 17:40:36,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__ 2024-11-10 17:40:36,726 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-10 17:40:36,726 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-10 17:40:36,728 - DEBUG - Ingress ctest-nginx-ingress-87218047 not present 2024-11-10 17:40:36,729 - INFO - Creating Ingress ctest-nginx-ingress-87218047 2024-11-10 17:40:36,736 - INFO - Created Ingress ctest-nginx-ingress-87218047 2024-11-10 17:40:36,741 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-87218047 2024-11-10 17:40:39,747 - DEBUG - For Ingress ctest-nginx-ingress-87218047, Cluster IP: 10.47.255.249, External IPs ['142.66.127.188'] 2024-11-10 17:40:39,747 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-87218047 2024-11-10 17:40:39,747 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=dde11451-0563-4081-b092-55e66fccc198 2024-11-10 17:40:39,757 - INFO - Ingress ctest-nginx-ingress-87218047 with uuid dde11451-0563-4081-b092-55e66fccc198 found in kube manager 2024-11-10 17:40:39,757 - INFO - Ingress ctest-nginx-ingress-87218047 verification passed 2024-11-10 17:40:39,760 - DEBUG - Pod ctest-busybox-pod-42258916 not present 2024-11-10 17:40:39,760 - INFO - Creating Pod ctest-busybox-pod-42258916 2024-11-10 17:40:39,786 - DEBUG - Pod : ctest-busybox-pod-42258916 UUID is 90eef067-9db9-4428-8d34-ad93d5bbcfe5 2024-11-10 17:40:39,795 - DEBUG - Pod ctest-nginx-pod-54355744 not in running state.Currently in Pending 2024-11-10 17:40:44,802 - DEBUG - Pod ctest-nginx-pod-54355744 not in running state.Currently in Pending 2024-11-10 17:40:49,807 - DEBUG - Pod ctest-nginx-pod-54355744 not in running state.Currently in Pending 2024-11-10 17:40:54,817 - INFO - Pod ctest-nginx-pod-54355744 is in running state.Got IP 10.47.255.251 2024-11-10 17:40:54,888 - DEBUG - Pod ctest-nginx-pod-54355744 has vmi e528671a-9f8a-11ef-a349-fa163ee1004b 2024-11-10 17:40:54,888 - INFO - Verified pod ctest-nginx-pod-54355744 in contrail-api 2024-11-10 17:40:54,888 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:40:54,901 - DEBUG - VMI e528671a-9f8a-11ef-a349-fa163ee1004b is active in agent 10.0.0.24 2024-11-10 17:40:54,902 - INFO - Verified Pod ctest-nginx-pod-54355744 in agent 10.0.0.24 2024-11-10 17:40:54,902 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=520d9ff8-7637-4845-9616-50c267fca300 2024-11-10 17:40:54,906 - INFO - Pod ctest-nginx-pod-54355744 with uuid 520d9ff8-7637-4845-9616-50c267fca300 found in kube manager 2024-11-10 17:40:54,906 - INFO - Pod ctest-nginx-pod-54355744 verification passed 2024-11-10 17:40:54,969 - DEBUG - [Pod ctest-nginx-pod-54355744] Cmd: echo ctest-nginx-pod-54355744 > /usr/share/nginx/html/index.html, Output: 2024-11-10 17:40:54,982 - DEBUG - Pod ctest-nginx-pod-87949957 not in running state.Currently in Pending 2024-11-10 17:41:00,061 - INFO - Pod ctest-nginx-pod-87949957 is in running state.Got IP 10.47.255.250 2024-11-10 17:41:00,094 - DEBUG - Pod ctest-nginx-pod-87949957 has vmi e598c640-9f8a-11ef-a349-fa163ee1004b 2024-11-10 17:41:00,094 - INFO - Verified pod ctest-nginx-pod-87949957 in contrail-api 2024-11-10 17:41:00,094 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:41:00,106 - DEBUG - VMI e598c640-9f8a-11ef-a349-fa163ee1004b is active in agent 10.0.0.24 2024-11-10 17:41:00,106 - INFO - Verified Pod ctest-nginx-pod-87949957 in agent 10.0.0.24 2024-11-10 17:41:00,106 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=935a0648-a622-4f25-8f1e-96ac28e7ac1e 2024-11-10 17:41:00,111 - INFO - Pod ctest-nginx-pod-87949957 with uuid 935a0648-a622-4f25-8f1e-96ac28e7ac1e found in kube manager 2024-11-10 17:41:00,111 - INFO - Pod ctest-nginx-pod-87949957 verification passed 2024-11-10 17:41:00,175 - DEBUG - [Pod ctest-nginx-pod-87949957] Cmd: echo ctest-nginx-pod-87949957 > /usr/share/nginx/html/index.html, Output: 2024-11-10 17:41:00,180 - INFO - Pod ctest-busybox-pod-42258916 is in running state.Got IP 10.47.255.248 2024-11-10 17:41:00,205 - DEBUG - Pod ctest-busybox-pod-42258916 has vmi e7b7cad4-9f8a-11ef-a349-fa163ee1004b 2024-11-10 17:41:00,205 - INFO - Verified pod ctest-busybox-pod-42258916 in contrail-api 2024-11-10 17:41:00,205 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:41:00,216 - DEBUG - VMI e7b7cad4-9f8a-11ef-a349-fa163ee1004b is active in agent 10.0.0.24 2024-11-10 17:41:00,216 - INFO - Verified Pod ctest-busybox-pod-42258916 in agent 10.0.0.24 2024-11-10 17:41:00,216 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=90eef067-9db9-4428-8d34-ad93d5bbcfe5 2024-11-10 17:41:00,220 - INFO - Pod ctest-busybox-pod-42258916 with uuid 90eef067-9db9-4428-8d34-ad93d5bbcfe5 found in kube manager 2024-11-10 17:41:00,220 - INFO - Pod ctest-busybox-pod-42258916 verification passed 2024-11-10 17:41:00,279 - DEBUG - [Pod ctest-busybox-pod-42258916] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-87949957 2024-11-10 17:41:00,280 - DEBUG - [Pod Pod ctest-busybox-pod-42258916] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 17:41:00,280 - DEBUG - [Pod Pod ctest-busybox-pod-42258916] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-87949957 2024-11-10 17:41:00,338 - DEBUG - [Pod ctest-busybox-pod-42258916] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-87949957 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-10 17:41:00,338 - DEBUG - [Pod Pod ctest-busybox-pod-42258916] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 17:41:00,338 - DEBUG - [Pod Pod ctest-busybox-pod-42258916] Cmd output: ctest-nginx-pod-87949957 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-10 17:41:00,399 - DEBUG - [Pod ctest-busybox-pod-42258916] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-54355744 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-10 17:41:00,399 - DEBUG - [Pod Pod ctest-busybox-pod-42258916] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 17:41:00,399 - DEBUG - [Pod Pod ctest-busybox-pod-42258916] Cmd output: ctest-nginx-pod-54355744 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-10 17:41:00,399 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-54355744': 1, 'ctest-nginx-pod-87949957': 2} 2024-11-10 17:41:00,400 - WARNING - Nothing to delete parallely 2024-11-10 17:41:00,400 - INFO - Deleting pod default:ctest-busybox-pod-42258916 2024-11-10 17:41:00,410 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=90eef067-9db9-4428-8d34-ad93d5bbcfe5 2024-11-10 17:41:00,417 - WARNING - Pod uuid 90eef067-9db9-4428-8d34-ad93d5bbcfe5 is still seen in agent 10.0.0.24 VM list 2024-11-10 17:41:05,418 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=90eef067-9db9-4428-8d34-ad93d5bbcfe5 2024-11-10 17:41:05,426 - WARNING - Pod uuid 90eef067-9db9-4428-8d34-ad93d5bbcfe5 is still seen in agent 10.0.0.24 VM list 2024-11-10 17:41:10,427 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=90eef067-9db9-4428-8d34-ad93d5bbcfe5 2024-11-10 17:41:10,434 - WARNING - Pod uuid 90eef067-9db9-4428-8d34-ad93d5bbcfe5 is still seen in agent 10.0.0.24 VM list 2024-11-10 17:41:15,434 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=90eef067-9db9-4428-8d34-ad93d5bbcfe5 2024-11-10 17:41:15,442 - WARNING - Pod uuid 90eef067-9db9-4428-8d34-ad93d5bbcfe5 is still seen in agent 10.0.0.24 VM list 2024-11-10 17:41:20,443 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=90eef067-9db9-4428-8d34-ad93d5bbcfe5 2024-11-10 17:41:20,452 - WARNING - Pod uuid 90eef067-9db9-4428-8d34-ad93d5bbcfe5 is still seen in agent 10.0.0.24 VM list 2024-11-10 17:41:25,453 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=90eef067-9db9-4428-8d34-ad93d5bbcfe5 2024-11-10 17:41:25,461 - WARNING - Pod uuid 90eef067-9db9-4428-8d34-ad93d5bbcfe5 is still seen in agent 10.0.0.24 VM list 2024-11-10 17:41:30,462 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=90eef067-9db9-4428-8d34-ad93d5bbcfe5 2024-11-10 17:41:30,469 - WARNING - Pod uuid 90eef067-9db9-4428-8d34-ad93d5bbcfe5 is still seen in agent 10.0.0.24 VM list 2024-11-10 17:41:35,470 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=90eef067-9db9-4428-8d34-ad93d5bbcfe5 2024-11-10 17:41:35,477 - DEBUG - Pod 90eef067-9db9-4428-8d34-ad93d5bbcfe5 is not in agent 10.0.0.24 VM list 2024-11-10 17:41:35,477 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e7b7cad4-9f8a-11ef-a349-fa163ee1004b 2024-11-10 17:41:35,482 - DEBUG - VMI e7b7cad4-9f8a-11ef-a349-fa163ee1004b is removed from agent 10.0.0.24 2024-11-10 17:41:35,483 - INFO - Verified that pod ctest-busybox-pod-42258916 is removed in agent 2024-11-10 17:41:35,483 - INFO - Deleting Ingress : ctest-nginx-ingress-87218047 2024-11-10 17:41:35,496 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=dde11451-0563-4081-b092-55e66fccc198 2024-11-10 17:41:35,502 - ERROR - Ingress ctest-nginx-ingress-87218047 with uuid dde11451-0563-4081-b092-55e66fccc198 still found in kube manager 2024-11-10 17:41:36,503 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=dde11451-0563-4081-b092-55e66fccc198 2024-11-10 17:41:36,507 - INFO - Ingress ctest-nginx-ingress-87218047 with uuid dde11451-0563-4081-b092-55e66fccc198 deleted successfully from kube manager 2024-11-10 17:41:36,507 - INFO - Verifications on Ingress %s cleanup passed 2024-11-10 17:41:36,508 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-10 17:41:36,627 - 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__ 2024-11-10 17:41:36,634 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-10 17:41:36,634 - INFO - Deleting VN __public__ 2024-11-10 17:41:36,813 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/16bda549-8994-4288-afec-125c3db57775 2024-11-10 17:41:36,819 - DEBUG - Response Code: 404 2024-11-10 17:41:36,819 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-11-10 17:41:36,825 - DEBUG - Requesting: http://10.0.0.22:8082/domain/9fe59bdf-c87d-4fc2-8951-4e8ce1b24f0f 2024-11-10 17:41:36,849 - DEBUG - Requesting: http://10.0.0.22:8082/project/f0ad5227-1a60-48c8-9eb0-6dcf311f4023 2024-11-10 17:41:36,912 - INFO - Validated that VN __public__ is not found in API Server 2024-11-10 17:41:36,912 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-10 17:41:36,923 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:41:36,942 - DEBUG - VN __public__ is not present in Agent 10.0.0.24 2024-11-10 17:41:36,942 - INFO - Validated that VN __public__ is not in any agent 2024-11-10 17:41:36,942 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:41:36,951 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:41:36,959 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-10 17:41:36,965 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-10 17:41:36,966 - INFO - Deleting pod default:ctest-nginx-pod-87949957 2024-11-10 17:41:36,987 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=935a0648-a622-4f25-8f1e-96ac28e7ac1e 2024-11-10 17:41:36,997 - WARNING - Pod uuid 935a0648-a622-4f25-8f1e-96ac28e7ac1e is still seen in agent 10.0.0.24 VM list 2024-11-10 17:41:41,998 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=935a0648-a622-4f25-8f1e-96ac28e7ac1e 2024-11-10 17:41:42,483 - DEBUG - Pod 935a0648-a622-4f25-8f1e-96ac28e7ac1e is not in agent 10.0.0.24 VM list 2024-11-10 17:41:42,483 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e598c640-9f8a-11ef-a349-fa163ee1004b 2024-11-10 17:41:42,489 - DEBUG - VMI e598c640-9f8a-11ef-a349-fa163ee1004b is removed from agent 10.0.0.24 2024-11-10 17:41:42,489 - INFO - Verified that pod ctest-nginx-pod-87949957 is removed in agent 2024-11-10 17:41:42,489 - INFO - Deleting pod default:ctest-nginx-pod-54355744 2024-11-10 17:41:42,516 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=520d9ff8-7637-4845-9616-50c267fca300 2024-11-10 17:41:42,527 - WARNING - Pod uuid 520d9ff8-7637-4845-9616-50c267fca300 is still seen in agent 10.0.0.24 VM list 2024-11-10 17:41:47,529 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=520d9ff8-7637-4845-9616-50c267fca300 2024-11-10 17:41:47,535 - DEBUG - Pod 520d9ff8-7637-4845-9616-50c267fca300 is not in agent 10.0.0.24 VM list 2024-11-10 17:41:47,535 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e528671a-9f8a-11ef-a349-fa163ee1004b 2024-11-10 17:41:47,541 - DEBUG - VMI e528671a-9f8a-11ef-a349-fa163ee1004b is removed from agent 10.0.0.24 2024-11-10 17:41:47,541 - INFO - Verified that pod ctest-nginx-pod-54355744 is removed in agent 2024-11-10 17:41:47,542 - INFO - Deleting service : ctest-nginx-svc-60946755 2024-11-10 17:41:47,785 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 17:41:47,793 - DEBUG - No XMPP flaps were noticed during the test