2024-11-13 12:38:38,566 - DEBUG - [10.0.0.17]: Running cmd : hostname 2024-11-13 12:38:38,838 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-788-1 2024-11-13 12:38:38,838 - DEBUG - [10.0.0.17]: Running cmd : hostname -f 2024-11-13 12:38:38,872 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-788-1 2024-11-13 12:38:38,873 - DEBUG - [10.0.0.17]: 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-13 12:38:38,954 - DEBUG - Output : NAMES contrail_test_0ri0yAUyX contrail-kubernetes-master_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_cassandra_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_schema_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_api_1 config_api_dnsmasq_1 2024-11-13 12:38:38,954 - DEBUG - [10.0.0.17]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-13 12:38:39,026 - DEBUG - Output : 10.0.0.17/24 172.17.0.1/16 2024-11-13 12:38:39,027 - DEBUG - [10.0.0.17]: Running cmd : getent hosts 10.0.0.17 | head -n 1 | awk '{print $2}' 2024-11-13 12:38:39,061 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-788-1 2024-11-13 12:38:39,132 - DEBUG - [10.0.0.34]: Running cmd : hostname 2024-11-13 12:38:39,352 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-788-1 2024-11-13 12:38:39,353 - DEBUG - [10.0.0.34]: Running cmd : hostname -f 2024-11-13 12:38:39,376 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-788-1 2024-11-13 12:38:39,376 - DEBUG - [10.0.0.34]: 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-13 12:38:39,421 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-13 12:38:39,422 - DEBUG - [10.0.0.34]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-13 12:38:39,464 - DEBUG - Output : 10.0.0.34/24 2024-11-13 12:38:39,465 - DEBUG - [10.0.0.34]: Running cmd : getent hosts 10.0.0.34 | head -n 1 | awk '{print $2}' 2024-11-13 12:38:39,684 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-788-1 2024-11-13 12:38:39,807 - INFO - Using existing project ['default-domain', 'k8s-default'](ecb96806-85f2-4f72-a0a8-0f3de76d2386) 2024-11-13 12:38:39,921 - INFO - Using existing project ['default-domain', 'k8s-default'](ecb96806-85f2-4f72-a0a8-0f3de76d2386) 2024-11-13 12:38:40,068 - INFO - ================================================================================ 2024-11-13 12:38:40,068 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-13 12:38:40,069 - 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-13 12:38:40,320 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-13 12:38:40,328 - DEBUG - Nothing to compare xmpp stats {'10.0.0.34': {'10.0.0.17': '0'}} with 2024-11-13 12:38:40,329 - INFO - Initial checks done. Running the testcase now 2024-11-13 12:38:40,329 - INFO - 2024-11-13 12:38:40,332 - INFO - Namespace default already exists 2024-11-13 12:38:40,333 - DEBUG - [10.0.0.17]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-13 12:38:40,449 - DEBUG - Output : cluster_project={} 2024-11-13 12:38:40,509 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-13 12:38:40,510 - DEBUG - Project uuid in Contrail is ecb96806-85f2-4f72-a0a8-0f3de76d2386 2024-11-13 12:38:40,510 - DEBUG - [10.0.0.17]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-13 12:38:40,664 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-13 12:38:40,664 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_NamespaceDatabaseList?namespace_uuid=cf7b97e9-e0cf-4994-9aad-d9b7ec009e79 2024-11-13 12:38:40,669 - INFO - Namespace default with uuid cf7b97e9-e0cf-4994-9aad-d9b7ec009e79 found in kube manager 2024-11-13 12:38:40,669 - INFO - Namespace default verification passed 2024-11-13 12:38:40,674 - DEBUG - Service ctest-nginx-svc-60657118 not present 2024-11-13 12:38:40,675 - INFO - Creating service ctest-nginx-svc-60657118 2024-11-13 12:38:40,703 - INFO - Created Service ctest-nginx-svc-60657118 2024-11-13 12:38:40,717 - DEBUG - Pod ctest-nginx-pod-88696196 not present 2024-11-13 12:38:40,717 - INFO - Creating Pod ctest-nginx-pod-88696196 2024-11-13 12:38:40,780 - DEBUG - Pod : ctest-nginx-pod-88696196 UUID is a354afc2-ef9c-4d84-a46b-9b9b5a8e07f7 2024-11-13 12:38:40,787 - DEBUG - Pod ctest-nginx-pod-82025114 not present 2024-11-13 12:38:40,787 - INFO - Creating Pod ctest-nginx-pod-82025114 2024-11-13 12:38:40,846 - DEBUG - Pod : ctest-nginx-pod-82025114 UUID is ef232dd8-81ac-4d9c-829f-e76a9573f4cf 2024-11-13 12:38:41,105 - INFO - Created VN __public__, UUID :04f20f14-cc72-40c9-9bb2-87d17e9c3de3 2024-11-13 12:38:41,344 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2024-11-13 12:38:41,366 - DEBUG - Requesting: http://10.0.0.17:8082/domain/af6662ee-eb8c-4e3e-81ce-e1826f663b03 2024-11-13 12:38:41,388 - DEBUG - Requesting: http://10.0.0.17:8082/project/ecb96806-85f2-4f72-a0a8-0f3de76d2386 2024-11-13 12:38:41,459 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/04f20f14-cc72-40c9-9bb2-87d17e9c3de3 2024-11-13 12:38:41,489 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/04f20f14-cc72-40c9-9bb2-87d17e9c3de3 2024-11-13 12:38:41,504 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/1bc5acf8-ff18-48a5-9d02-4908bb09b70d 2024-11-13 12:38:41,513 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/1bc5acf8-ff18-48a5-9d02-4908bb09b70d 2024-11-13 12:38:41,522 - DEBUG - Requesting: http://10.0.0.17:8082/route-target/d03fdebe-0cd0-467c-9ebf-f8b2544f05a0 2024-11-13 12:38:41,557 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-13 12:38:41,557 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/04f20f14-cc72-40c9-9bb2-87d17e9c3de3 2024-11-13 12:38:41,572 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/1bc5acf8-ff18-48a5-9d02-4908bb09b70d 2024-11-13 12:38:41,598 - INFO - Verified VN network id 13 for VN 04f20f14-cc72-40c9-9bb2-87d17e9c3de3 2024-11-13 12:38:41,598 - INFO - Verifications in API Server for VN __public__ passed 2024-11-13 12:38:41,599 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/04f20f14-cc72-40c9-9bb2-87d17e9c3de3 2024-11-13 12:38:41,614 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/1bc5acf8-ff18-48a5-9d02-4908bb09b70d 2024-11-13 12:38:41,688 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/1bc5acf8-ff18-48a5-9d02-4908bb09b70d 2024-11-13 12:38:41,705 - DEBUG - Requesting: http://10.0.0.17:8082/route-target/d03fdebe-0cd0-467c-9ebf-f8b2544f05a0 2024-11-13 12:38:41,734 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-13 12:38:41,741 - DEBUG - Control-node 10.0.0.17 : 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': '356363902519492809', 'uuid-lslong': '11219178955575410147'}, 'enable': 'true', 'created': '2024-11-13T12:38:41', 'last-modified': '2024-11-13T12:38:41', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.478480'} 2024-11-13 12:38:41,742 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-13 12:38:41,758 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-13 12:38:41,758 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-13 12:38:41,760 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-13 12:38:41,760 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2024-11-13 12:38:41,781 - DEBUG - Requesting: http://10.0.0.17:8082/domain/af6662ee-eb8c-4e3e-81ce-e1826f663b03 2024-11-13 12:38:41,828 - DEBUG - Requesting: http://10.0.0.17:8082/project/ecb96806-85f2-4f72-a0a8-0f3de76d2386 2024-11-13 12:38:41,932 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/04f20f14-cc72-40c9-9bb2-87d17e9c3de3 2024-11-13 12:38:41,945 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-13 12:38:41,945 - DEBUG - Verifying the vn in opserver 2024-11-13 12:38:41,945 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.17 2024-11-13 12:38:41,946 - DEBUG - Requesting: http://10.0.0.17:8081/analytics/uves/virtual-networks 2024-11-13 12:38:41,958 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.17:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-13 12:38:41,958 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-13 12:38:41,958 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-13 12:38:41,969 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-13 12:38:41,993 - DEBUG - Do not have enough data to verify VN in agent 2024-11-13 12:38:41,993 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-13 12:38:42,004 - DEBUG - VRF ids for VN __public__: {} 2024-11-13 12:38:42,120 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-13 12:38:42,281 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2024-11-13 12:38:42,293 - DEBUG - Requesting: http://10.0.0.17:8082/domain/af6662ee-eb8c-4e3e-81ce-e1826f663b03 2024-11-13 12:38:42,303 - DEBUG - Requesting: http://10.0.0.17:8082/project/ecb96806-85f2-4f72-a0a8-0f3de76d2386 2024-11-13 12:38:42,374 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/04f20f14-cc72-40c9-9bb2-87d17e9c3de3 2024-11-13 12:38:42,389 - DEBUG - Requesting: http://10.0.0.17:8082/floating-ip-pool/b34fe6ae-c279-4b32-8241-ec5e62a4d361 2024-11-13 12:38:42,408 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2024-11-13 12:38:42,414 - DEBUG - Requesting: http://10.0.0.17:8082/domain/af6662ee-eb8c-4e3e-81ce-e1826f663b03 2024-11-13 12:38:42,425 - DEBUG - Requesting: http://10.0.0.17:8082/project/ecb96806-85f2-4f72-a0a8-0f3de76d2386 2024-11-13 12:38:42,523 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/04f20f14-cc72-40c9-9bb2-87d17e9c3de3 2024-11-13 12:38:42,537 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-13 12:38:42,537 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-13 12:38:42,550 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-13 12:38:42,556 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-13 12:38:42,557 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-13 12:38:42,560 - DEBUG - Ingress ctest-nginx-ingress-64292573 not present 2024-11-13 12:38:42,560 - INFO - Creating Ingress ctest-nginx-ingress-64292573 2024-11-13 12:38:42,569 - INFO - Created Ingress ctest-nginx-ingress-64292573 2024-11-13 12:38:42,572 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-64292573 2024-11-13 12:38:45,578 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-64292573 2024-11-13 12:38:48,584 - DEBUG - For Ingress ctest-nginx-ingress-64292573, Cluster IP: 10.47.255.249, External IPs ['142.76.187.124'] 2024-11-13 12:38:48,584 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-64292573 2024-11-13 12:38:48,584 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=3b256339-8599-4ecc-975f-9dd7411154fc 2024-11-13 12:38:48,590 - INFO - Ingress ctest-nginx-ingress-64292573 with uuid 3b256339-8599-4ecc-975f-9dd7411154fc found in kube manager 2024-11-13 12:38:48,591 - INFO - Ingress ctest-nginx-ingress-64292573 verification passed 2024-11-13 12:38:48,594 - DEBUG - Pod ctest-busybox-pod-29552251 not present 2024-11-13 12:38:48,594 - INFO - Creating Pod ctest-busybox-pod-29552251 2024-11-13 12:38:48,646 - DEBUG - Pod : ctest-busybox-pod-29552251 UUID is 66f78975-758c-41db-84a6-0679a02d43ed 2024-11-13 12:38:48,663 - DEBUG - Pod ctest-nginx-pod-88696196 not in running state.Currently in Pending 2024-11-13 12:38:53,671 - INFO - Pod ctest-nginx-pod-88696196 is in running state.Got IP 10.47.255.251 2024-11-13 12:38:53,781 - DEBUG - Pod ctest-nginx-pod-88696196 has vmi 377f5860-a1bc-11ef-bc9e-fa163e5b8c8d 2024-11-13 12:38:53,781 - INFO - Verified pod ctest-nginx-pod-88696196 in contrail-api 2024-11-13 12:38:53,782 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-13 12:38:53,801 - DEBUG - VMI 377f5860-a1bc-11ef-bc9e-fa163e5b8c8d is active in agent 10.0.0.34 2024-11-13 12:38:53,801 - INFO - Verified Pod ctest-nginx-pod-88696196 in agent 10.0.0.34 2024-11-13 12:38:53,801 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_VirtualMachineDatabaseList?x=a354afc2-ef9c-4d84-a46b-9b9b5a8e07f7 2024-11-13 12:38:53,810 - INFO - Pod ctest-nginx-pod-88696196 with uuid a354afc2-ef9c-4d84-a46b-9b9b5a8e07f7 found in kube manager 2024-11-13 12:38:53,810 - INFO - Pod ctest-nginx-pod-88696196 verification passed 2024-11-13 12:38:53,929 - DEBUG - [Pod ctest-nginx-pod-88696196] Cmd: echo ctest-nginx-pod-88696196 > /usr/share/nginx/html/index.html, Output: 2024-11-13 12:38:53,935 - DEBUG - Pod ctest-nginx-pod-82025114 not in running state.Currently in Pending 2024-11-13 12:38:58,942 - INFO - Pod ctest-nginx-pod-82025114 is in running state.Got IP 10.47.255.250 2024-11-13 12:38:58,962 - DEBUG - Pod ctest-nginx-pod-82025114 has vmi 37f4003e-a1bc-11ef-bc9e-fa163e5b8c8d 2024-11-13 12:38:58,963 - INFO - Verified pod ctest-nginx-pod-82025114 in contrail-api 2024-11-13 12:38:58,963 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-13 12:38:58,975 - DEBUG - VMI 37f4003e-a1bc-11ef-bc9e-fa163e5b8c8d is active in agent 10.0.0.34 2024-11-13 12:38:58,975 - INFO - Verified Pod ctest-nginx-pod-82025114 in agent 10.0.0.34 2024-11-13 12:38:58,975 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_VirtualMachineDatabaseList?x=ef232dd8-81ac-4d9c-829f-e76a9573f4cf 2024-11-13 12:38:58,986 - INFO - Pod ctest-nginx-pod-82025114 with uuid ef232dd8-81ac-4d9c-829f-e76a9573f4cf found in kube manager 2024-11-13 12:38:58,986 - INFO - Pod ctest-nginx-pod-82025114 verification passed 2024-11-13 12:38:59,050 - DEBUG - [Pod ctest-nginx-pod-82025114] Cmd: echo ctest-nginx-pod-82025114 > /usr/share/nginx/html/index.html, Output: 2024-11-13 12:38:59,057 - DEBUG - Pod ctest-busybox-pod-29552251 not in running state.Currently in Pending 2024-11-13 12:39:04,063 - INFO - Pod ctest-busybox-pod-29552251 is in running state.Got IP 10.47.255.248 2024-11-13 12:39:04,081 - DEBUG - Pod ctest-busybox-pod-29552251 has vmi 3b133604-a1bc-11ef-bc9e-fa163e5b8c8d 2024-11-13 12:39:04,081 - INFO - Verified pod ctest-busybox-pod-29552251 in contrail-api 2024-11-13 12:39:04,082 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-13 12:39:04,095 - DEBUG - VMI 3b133604-a1bc-11ef-bc9e-fa163e5b8c8d is active in agent 10.0.0.34 2024-11-13 12:39:04,095 - INFO - Verified Pod ctest-busybox-pod-29552251 in agent 10.0.0.34 2024-11-13 12:39:04,096 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_VirtualMachineDatabaseList?x=66f78975-758c-41db-84a6-0679a02d43ed 2024-11-13 12:39:04,100 - INFO - Pod ctest-busybox-pod-29552251 with uuid 66f78975-758c-41db-84a6-0679a02d43ed found in kube manager 2024-11-13 12:39:04,100 - INFO - Pod ctest-busybox-pod-29552251 verification passed 2024-11-13 12:39:04,163 - DEBUG - [Pod ctest-busybox-pod-29552251] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-88696196 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-13 12:39:04,164 - DEBUG - [Pod Pod ctest-busybox-pod-29552251] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-13 12:39:04,164 - DEBUG - [Pod Pod ctest-busybox-pod-29552251] Cmd output: ctest-nginx-pod-88696196 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-13 12:39:04,215 - DEBUG - [Pod ctest-busybox-pod-29552251] 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-88696196 2024-11-13 12:39:04,215 - DEBUG - [Pod Pod ctest-busybox-pod-29552251] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-13 12:39:04,215 - DEBUG - [Pod Pod ctest-busybox-pod-29552251] 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-88696196 2024-11-13 12:39:04,285 - DEBUG - [Pod ctest-busybox-pod-29552251] 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) ctest-nginx-pod-82025114 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-13 12:39:04,285 - DEBUG - [Pod Pod ctest-busybox-pod-29552251] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-13 12:39:04,285 - DEBUG - [Pod Pod ctest-busybox-pod-29552251] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-82025114 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-13 12:39:04,285 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-88696196': 2, 'ctest-nginx-pod-82025114': 1} 2024-11-13 12:39:04,286 - WARNING - Nothing to delete parallely 2024-11-13 12:39:04,286 - INFO - Deleting pod default:ctest-busybox-pod-29552251 2024-11-13 12:39:04,300 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=66f78975-758c-41db-84a6-0679a02d43ed 2024-11-13 12:39:04,309 - WARNING - Pod uuid 66f78975-758c-41db-84a6-0679a02d43ed is still seen in agent 10.0.0.34 VM list 2024-11-13 12:39:09,311 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=66f78975-758c-41db-84a6-0679a02d43ed 2024-11-13 12:39:09,320 - WARNING - Pod uuid 66f78975-758c-41db-84a6-0679a02d43ed is still seen in agent 10.0.0.34 VM list 2024-11-13 12:39:14,321 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=66f78975-758c-41db-84a6-0679a02d43ed 2024-11-13 12:39:14,329 - WARNING - Pod uuid 66f78975-758c-41db-84a6-0679a02d43ed is still seen in agent 10.0.0.34 VM list 2024-11-13 12:39:19,330 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=66f78975-758c-41db-84a6-0679a02d43ed 2024-11-13 12:39:19,339 - WARNING - Pod uuid 66f78975-758c-41db-84a6-0679a02d43ed is still seen in agent 10.0.0.34 VM list 2024-11-13 12:39:24,340 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=66f78975-758c-41db-84a6-0679a02d43ed 2024-11-13 12:39:24,349 - WARNING - Pod uuid 66f78975-758c-41db-84a6-0679a02d43ed is still seen in agent 10.0.0.34 VM list 2024-11-13 12:39:29,351 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=66f78975-758c-41db-84a6-0679a02d43ed 2024-11-13 12:39:29,363 - WARNING - Pod uuid 66f78975-758c-41db-84a6-0679a02d43ed is still seen in agent 10.0.0.34 VM list 2024-11-13 12:39:34,364 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=66f78975-758c-41db-84a6-0679a02d43ed 2024-11-13 12:39:34,371 - WARNING - Pod uuid 66f78975-758c-41db-84a6-0679a02d43ed is still seen in agent 10.0.0.34 VM list 2024-11-13 12:39:39,372 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=66f78975-758c-41db-84a6-0679a02d43ed 2024-11-13 12:39:39,381 - DEBUG - Pod 66f78975-758c-41db-84a6-0679a02d43ed is not in agent 10.0.0.34 VM list 2024-11-13 12:39:39,381 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3b133604-a1bc-11ef-bc9e-fa163e5b8c8d 2024-11-13 12:39:39,390 - DEBUG - VMI 3b133604-a1bc-11ef-bc9e-fa163e5b8c8d is removed from agent 10.0.0.34 2024-11-13 12:39:39,390 - INFO - Verified that pod ctest-busybox-pod-29552251 is removed in agent 2024-11-13 12:39:39,390 - INFO - Deleting Ingress : ctest-nginx-ingress-64292573 2024-11-13 12:39:39,397 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=3b256339-8599-4ecc-975f-9dd7411154fc 2024-11-13 12:39:39,405 - ERROR - Ingress ctest-nginx-ingress-64292573 with uuid 3b256339-8599-4ecc-975f-9dd7411154fc still found in kube manager 2024-11-13 12:39:40,406 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=3b256339-8599-4ecc-975f-9dd7411154fc 2024-11-13 12:39:40,410 - ERROR - Ingress ctest-nginx-ingress-64292573 with uuid 3b256339-8599-4ecc-975f-9dd7411154fc still found in kube manager 2024-11-13 12:39:41,412 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=3b256339-8599-4ecc-975f-9dd7411154fc 2024-11-13 12:39:41,416 - INFO - Ingress ctest-nginx-ingress-64292573 with uuid 3b256339-8599-4ecc-975f-9dd7411154fc deleted successfully from kube manager 2024-11-13 12:39:41,416 - INFO - Verifications on Ingress %s cleanup passed 2024-11-13 12:39:41,416 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-13 12:39:41,537 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-13 12:39:41,545 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-13 12:39:41,545 - INFO - Deleting VN __public__ 2024-11-13 12:39:41,745 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/1bc5acf8-ff18-48a5-9d02-4908bb09b70d 2024-11-13 12:39:41,758 - DEBUG - Response Code: 404 2024-11-13 12:39:41,758 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2024-11-13 12:39:41,769 - DEBUG - Requesting: http://10.0.0.17:8082/domain/af6662ee-eb8c-4e3e-81ce-e1826f663b03 2024-11-13 12:39:41,779 - DEBUG - Requesting: http://10.0.0.17:8082/project/ecb96806-85f2-4f72-a0a8-0f3de76d2386 2024-11-13 12:39:41,829 - INFO - Validated that VN __public__ is not found in API Server 2024-11-13 12:39:41,829 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-13 12:39:41,844 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-13 12:39:41,860 - DEBUG - VN __public__ is not present in Agent 10.0.0.34 2024-11-13 12:39:41,860 - INFO - Validated that VN __public__ is not in any agent 2024-11-13 12:39:41,860 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-13 12:39:41,871 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-13 12:39:41,877 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-13 12:39:41,883 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-13 12:39:41,883 - INFO - Deleting pod default:ctest-nginx-pod-82025114 2024-11-13 12:39:41,906 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=ef232dd8-81ac-4d9c-829f-e76a9573f4cf 2024-11-13 12:39:41,927 - WARNING - Pod uuid ef232dd8-81ac-4d9c-829f-e76a9573f4cf is still seen in agent 10.0.0.34 VM list 2024-11-13 12:39:46,928 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=ef232dd8-81ac-4d9c-829f-e76a9573f4cf 2024-11-13 12:39:46,936 - DEBUG - Pod ef232dd8-81ac-4d9c-829f-e76a9573f4cf is not in agent 10.0.0.34 VM list 2024-11-13 12:39:46,936 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:37f4003e-a1bc-11ef-bc9e-fa163e5b8c8d 2024-11-13 12:39:46,943 - DEBUG - VMI 37f4003e-a1bc-11ef-bc9e-fa163e5b8c8d is removed from agent 10.0.0.34 2024-11-13 12:39:46,943 - INFO - Verified that pod ctest-nginx-pod-82025114 is removed in agent 2024-11-13 12:39:46,943 - INFO - Deleting pod default:ctest-nginx-pod-88696196 2024-11-13 12:39:46,965 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=a354afc2-ef9c-4d84-a46b-9b9b5a8e07f7 2024-11-13 12:39:46,977 - WARNING - Pod uuid a354afc2-ef9c-4d84-a46b-9b9b5a8e07f7 is still seen in agent 10.0.0.34 VM list 2024-11-13 12:39:51,978 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=a354afc2-ef9c-4d84-a46b-9b9b5a8e07f7 2024-11-13 12:39:51,986 - DEBUG - Pod a354afc2-ef9c-4d84-a46b-9b9b5a8e07f7 is not in agent 10.0.0.34 VM list 2024-11-13 12:39:51,986 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:377f5860-a1bc-11ef-bc9e-fa163e5b8c8d 2024-11-13 12:39:51,993 - DEBUG - VMI 377f5860-a1bc-11ef-bc9e-fa163e5b8c8d is removed from agent 10.0.0.34 2024-11-13 12:39:51,993 - INFO - Verified that pod ctest-nginx-pod-88696196 is removed in agent 2024-11-13 12:39:51,993 - INFO - Deleting service : ctest-nginx-svc-60657118 2024-11-13 12:39:52,250 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-13 12:39:52,257 - DEBUG - No XMPP flaps were noticed during the test