2025-02-20 02:07:46,675 - DEBUG - [10.0.0.45]: Running cmd : hostname 2025-02-20 02:07:47,058 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-984-1 2025-02-20 02:07:47,059 - DEBUG - [10.0.0.45]: Running cmd : hostname -f 2025-02-20 02:07:47,092 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-984-1 2025-02-20 02:07:47,093 - DEBUG - [10.0.0.45]: 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}' 2025-02-20 02:07:47,189 - DEBUG - Output : NAMES contrail_test_Nl0s8232i contrail-kubernetes-master_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_dnsmasq_1 config_api_api_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_schema_1 2025-02-20 02:07:47,189 - DEBUG - [10.0.0.45]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-20 02:07:47,233 - DEBUG - Output : 10.0.0.45/24 172.17.0.1/16 2025-02-20 02:07:47,233 - DEBUG - [10.0.0.45]: Running cmd : getent hosts 10.0.0.45 | head -n 1 | awk '{print $2}' 2025-02-20 02:07:47,301 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-984-1 2025-02-20 02:07:47,391 - DEBUG - [10.0.0.54]: Running cmd : hostname 2025-02-20 02:07:47,634 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-984-1 2025-02-20 02:07:47,635 - DEBUG - [10.0.0.54]: Running cmd : hostname -f 2025-02-20 02:07:47,671 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-984-1 2025-02-20 02:07:47,671 - DEBUG - [10.0.0.54]: 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}' 2025-02-20 02:07:47,759 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-02-20 02:07:47,760 - DEBUG - [10.0.0.54]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-20 02:07:47,796 - DEBUG - Output : 10.0.0.54/24 2025-02-20 02:07:47,796 - DEBUG - [10.0.0.54]: Running cmd : getent hosts 10.0.0.54 | head -n 1 | awk '{print $2}' 2025-02-20 02:07:47,831 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-984-1 2025-02-20 02:07:47,916 - INFO - Using existing project ['default-domain', 'k8s-default'](c222aa00-1894-4ba7-a010-6b48109859fe) 2025-02-20 02:07:47,997 - INFO - Using existing project ['default-domain', 'k8s-default'](c222aa00-1894-4ba7-a010-6b48109859fe) 2025-02-20 02:07:48,149 - INFO - ================================================================================ 2025-02-20 02:07:48,149 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-02-20 02:07:48,150 - 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-02-20 02:07:48,336 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-20 02:07:48,357 - DEBUG - Nothing to compare xmpp stats {'10.0.0.54': {'10.0.0.45': '0'}} with 2025-02-20 02:07:48,357 - INFO - Initial checks done. Running the testcase now 2025-02-20 02:07:48,357 - INFO - 2025-02-20 02:07:48,373 - INFO - Namespace default already exists 2025-02-20 02:07:48,374 - DEBUG - [10.0.0.45]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-20 02:07:48,502 - DEBUG - Output : cluster_project={} 2025-02-20 02:07:48,600 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-02-20 02:07:48,600 - DEBUG - Project uuid in Contrail is c222aa00-1894-4ba7-a010-6b48109859fe 2025-02-20 02:07:48,600 - DEBUG - [10.0.0.45]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-20 02:07:48,726 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-20 02:07:48,726 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_NamespaceDatabaseList?namespace_uuid=36b899ad-5497-479a-97e9-7eb45bb00a0d 2025-02-20 02:07:48,731 - INFO - Namespace default with uuid 36b899ad-5497-479a-97e9-7eb45bb00a0d found in kube manager 2025-02-20 02:07:48,731 - INFO - Namespace default verification passed 2025-02-20 02:07:48,734 - DEBUG - Service ctest-nginx-svc-65374527 not present 2025-02-20 02:07:48,734 - INFO - Creating service ctest-nginx-svc-65374527 2025-02-20 02:07:48,758 - INFO - Created Service ctest-nginx-svc-65374527 2025-02-20 02:07:48,761 - DEBUG - Pod ctest-nginx-pod-78154018 not present 2025-02-20 02:07:48,761 - INFO - Creating Pod ctest-nginx-pod-78154018 2025-02-20 02:07:48,842 - DEBUG - Pod : ctest-nginx-pod-78154018 UUID is 7c540edc-88a2-464a-8416-7e49a98d0401 2025-02-20 02:07:48,852 - DEBUG - Pod ctest-nginx-pod-86482763 not present 2025-02-20 02:07:48,852 - INFO - Creating Pod ctest-nginx-pod-86482763 2025-02-20 02:07:48,880 - DEBUG - Pod : ctest-nginx-pod-86482763 UUID is 83d976cd-39b4-488b-bb15-57a16bd507d9 2025-02-20 02:07:49,139 - INFO - Created VN __public__, UUID :e11fa3a0-358c-4191-8205-1c61c71fcdfb 2025-02-20 02:07:49,341 - DEBUG - Requesting: http://10.0.0.45:8082/domains 2025-02-20 02:07:49,347 - DEBUG - Requesting: http://10.0.0.45:8082/domain/b250733e-5919-49a1-a9ef-4bf5adc366fb 2025-02-20 02:07:49,385 - DEBUG - Requesting: http://10.0.0.45:8082/project/c222aa00-1894-4ba7-a010-6b48109859fe 2025-02-20 02:07:49,448 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/e11fa3a0-358c-4191-8205-1c61c71fcdfb 2025-02-20 02:07:49,461 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/e11fa3a0-358c-4191-8205-1c61c71fcdfb 2025-02-20 02:07:49,531 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/cc5c1e27-2286-4f29-b975-a237866795a8 2025-02-20 02:07:49,550 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/cc5c1e27-2286-4f29-b975-a237866795a8 2025-02-20 02:07:49,559 - DEBUG - Route Targets: [] 2025-02-20 02:07:49,559 - DEBUG - RT names not yet present for VN __public__ 2025-02-20 02:07:54,560 - DEBUG - Requesting: http://10.0.0.45:8082/domains 2025-02-20 02:07:54,568 - DEBUG - Requesting: http://10.0.0.45:8082/domain/b250733e-5919-49a1-a9ef-4bf5adc366fb 2025-02-20 02:07:54,578 - DEBUG - Requesting: http://10.0.0.45:8082/project/c222aa00-1894-4ba7-a010-6b48109859fe 2025-02-20 02:07:54,622 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/e11fa3a0-358c-4191-8205-1c61c71fcdfb 2025-02-20 02:07:54,637 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/e11fa3a0-358c-4191-8205-1c61c71fcdfb 2025-02-20 02:07:54,650 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/cc5c1e27-2286-4f29-b975-a237866795a8 2025-02-20 02:07:54,659 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/cc5c1e27-2286-4f29-b975-a237866795a8 2025-02-20 02:07:54,667 - DEBUG - Requesting: http://10.0.0.45:8082/route-target/11a4c5bd-0b05-4de8-9199-5cc6c9c5ee03 2025-02-20 02:07:54,674 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-20 02:07:54,674 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/e11fa3a0-358c-4191-8205-1c61c71fcdfb 2025-02-20 02:07:54,689 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/cc5c1e27-2286-4f29-b975-a237866795a8 2025-02-20 02:07:54,712 - INFO - Verified VN network id 13 for VN e11fa3a0-358c-4191-8205-1c61c71fcdfb 2025-02-20 02:07:54,712 - INFO - Verifications in API Server for VN __public__ passed 2025-02-20 02:07:54,712 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/e11fa3a0-358c-4191-8205-1c61c71fcdfb 2025-02-20 02:07:54,728 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/cc5c1e27-2286-4f29-b975-a237866795a8 2025-02-20 02:07:54,736 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/cc5c1e27-2286-4f29-b975-a237866795a8 2025-02-20 02:07:54,745 - DEBUG - Requesting: http://10.0.0.45:8082/route-target/11a4c5bd-0b05-4de8-9199-5cc6c9c5ee03 2025-02-20 02:07:54,752 - DEBUG - Requesting: http://10.0.0.45:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-20 02:07:54,758 - DEBUG - Control-node 10.0.0.45 : 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': '16221864291300295057', 'uuid-lslong': '9368925806092340731'}, 'enable': 'true', 'created': '2025-02-20T02:07:49', 'last-modified': '2025-02-20T02:07:49', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.532233'} 2025-02-20 02:07:54,758 - DEBUG - Requesting: http://10.0.0.45:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-20 02:07:54,767 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-20 02:07:54,767 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-02-20 02:07:54,767 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-02-20 02:07:54,768 - DEBUG - Requesting: http://10.0.0.45:8082/domains 2025-02-20 02:07:54,776 - DEBUG - Requesting: http://10.0.0.45:8082/domain/b250733e-5919-49a1-a9ef-4bf5adc366fb 2025-02-20 02:07:54,785 - DEBUG - Requesting: http://10.0.0.45:8082/project/c222aa00-1894-4ba7-a010-6b48109859fe 2025-02-20 02:07:54,831 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/e11fa3a0-358c-4191-8205-1c61c71fcdfb 2025-02-20 02:07:54,854 - DEBUG - =>VN __public__ has no policy to be verified 2025-02-20 02:07:54,854 - DEBUG - Verifying the vn in opserver 2025-02-20 02:07:54,854 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.45 2025-02-20 02:07:54,854 - DEBUG - Requesting: http://10.0.0.45:8081/analytics/uves/virtual-networks 2025-02-20 02:07:54,859 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.45:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-02-20 02:07:54,859 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-02-20 02:07:54,859 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-20 02:07:54,871 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-20 02:07:54,879 - DEBUG - Do not have enough data to verify VN in agent 2025-02-20 02:07:54,879 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-20 02:07:54,886 - DEBUG - VRF ids for VN __public__: {} 2025-02-20 02:07:55,000 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-02-20 02:07:55,140 - DEBUG - Requesting: http://10.0.0.45:8082/domains 2025-02-20 02:07:55,145 - DEBUG - Requesting: http://10.0.0.45:8082/domain/b250733e-5919-49a1-a9ef-4bf5adc366fb 2025-02-20 02:07:55,156 - DEBUG - Requesting: http://10.0.0.45:8082/project/c222aa00-1894-4ba7-a010-6b48109859fe 2025-02-20 02:07:55,204 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/e11fa3a0-358c-4191-8205-1c61c71fcdfb 2025-02-20 02:07:55,218 - DEBUG - Requesting: http://10.0.0.45:8082/floating-ip-pool/1675ef09-b04f-4645-a6ea-6ec5bf7eb414 2025-02-20 02:07:55,225 - DEBUG - Requesting: http://10.0.0.45:8082/domains 2025-02-20 02:07:55,231 - DEBUG - Requesting: http://10.0.0.45:8082/domain/b250733e-5919-49a1-a9ef-4bf5adc366fb 2025-02-20 02:07:55,244 - DEBUG - Requesting: http://10.0.0.45:8082/project/c222aa00-1894-4ba7-a010-6b48109859fe 2025-02-20 02:07:55,319 - DEBUG - Requesting: http://10.0.0.45:8082/virtual-network/e11fa3a0-358c-4191-8205-1c61c71fcdfb 2025-02-20 02:07:55,330 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-02-20 02:07:55,330 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-02-20 02:07:55,345 - DEBUG - Requesting: http://10.0.0.45:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-20 02:07:55,353 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-02-20 02:07:55,353 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-02-20 02:07:55,357 - DEBUG - Ingress ctest-nginx-ingress-83465310 not present 2025-02-20 02:07:55,358 - INFO - Creating Ingress ctest-nginx-ingress-83465310 2025-02-20 02:07:55,371 - INFO - Created Ingress ctest-nginx-ingress-83465310 2025-02-20 02:07:55,375 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-83465310 2025-02-20 02:07:58,380 - DEBUG - For Ingress ctest-nginx-ingress-83465310, Cluster IP: 10.47.255.249, External IPs ['103.130.200.188'] 2025-02-20 02:07:58,380 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-83465310 2025-02-20 02:07:58,380 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_LoadbalancerDatabaseList?x=36938941-8949-4cfd-8d4e-acd789ba7a9c 2025-02-20 02:07:58,387 - INFO - Ingress ctest-nginx-ingress-83465310 with uuid 36938941-8949-4cfd-8d4e-acd789ba7a9c found in kube manager 2025-02-20 02:07:58,387 - INFO - Ingress ctest-nginx-ingress-83465310 verification passed 2025-02-20 02:07:58,391 - DEBUG - Pod ctest-busybox-pod-01121092 not present 2025-02-20 02:07:58,396 - INFO - Creating Pod ctest-busybox-pod-01121092 2025-02-20 02:07:58,431 - DEBUG - Pod : ctest-busybox-pod-01121092 UUID is 2326b9da-7901-499e-acb2-7ba4ad0088f8 2025-02-20 02:07:58,442 - DEBUG - Pod ctest-nginx-pod-78154018 not in running state.Currently in Pending 2025-02-20 02:08:03,451 - DEBUG - Pod ctest-nginx-pod-78154018 not in running state.Currently in Pending 2025-02-20 02:08:08,466 - INFO - Pod ctest-nginx-pod-78154018 is in running state.Got IP 10.47.255.251 2025-02-20 02:08:08,483 - DEBUG - Pod ctest-nginx-pod-78154018 has vmi 7c9da1ca-ef2f-11ef-847d-fa163e4a996b 2025-02-20 02:08:08,483 - INFO - Verified pod ctest-nginx-pod-78154018 in contrail-api 2025-02-20 02:08:08,483 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-20 02:08:08,497 - DEBUG - VMI 7c9da1ca-ef2f-11ef-847d-fa163e4a996b is active in agent 10.0.0.54 2025-02-20 02:08:08,497 - INFO - Verified Pod ctest-nginx-pod-78154018 in agent 10.0.0.54 2025-02-20 02:08:08,497 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_VirtualMachineDatabaseList?x=7c540edc-88a2-464a-8416-7e49a98d0401 2025-02-20 02:08:08,502 - INFO - Pod ctest-nginx-pod-78154018 with uuid 7c540edc-88a2-464a-8416-7e49a98d0401 found in kube manager 2025-02-20 02:08:08,502 - INFO - Pod ctest-nginx-pod-78154018 verification passed 2025-02-20 02:08:08,586 - DEBUG - [Pod ctest-nginx-pod-78154018] Cmd: echo ctest-nginx-pod-78154018 > /usr/share/nginx/html/index.html, Output: 2025-02-20 02:08:08,591 - INFO - Pod ctest-nginx-pod-86482763 is in running state.Got IP 10.47.255.250 2025-02-20 02:08:08,648 - DEBUG - Pod ctest-nginx-pod-86482763 has vmi 7d20e6de-ef2f-11ef-847d-fa163e4a996b 2025-02-20 02:08:08,648 - INFO - Verified pod ctest-nginx-pod-86482763 in contrail-api 2025-02-20 02:08:08,648 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-20 02:08:08,661 - DEBUG - VMI 7d20e6de-ef2f-11ef-847d-fa163e4a996b is active in agent 10.0.0.54 2025-02-20 02:08:08,661 - INFO - Verified Pod ctest-nginx-pod-86482763 in agent 10.0.0.54 2025-02-20 02:08:08,662 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_VirtualMachineDatabaseList?x=83d976cd-39b4-488b-bb15-57a16bd507d9 2025-02-20 02:08:08,666 - INFO - Pod ctest-nginx-pod-86482763 with uuid 83d976cd-39b4-488b-bb15-57a16bd507d9 found in kube manager 2025-02-20 02:08:08,667 - INFO - Pod ctest-nginx-pod-86482763 verification passed 2025-02-20 02:08:08,734 - DEBUG - [Pod ctest-nginx-pod-86482763] Cmd: echo ctest-nginx-pod-86482763 > /usr/share/nginx/html/index.html, Output: 2025-02-20 02:08:08,740 - INFO - Pod ctest-busybox-pod-01121092 is in running state.Got IP 10.47.255.248 2025-02-20 02:08:08,754 - DEBUG - Pod ctest-busybox-pod-01121092 has vmi 8186d260-ef2f-11ef-847d-fa163e4a996b 2025-02-20 02:08:08,755 - INFO - Verified pod ctest-busybox-pod-01121092 in contrail-api 2025-02-20 02:08:08,755 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-20 02:08:08,768 - DEBUG - VMI 8186d260-ef2f-11ef-847d-fa163e4a996b is active in agent 10.0.0.54 2025-02-20 02:08:08,768 - INFO - Verified Pod ctest-busybox-pod-01121092 in agent 10.0.0.54 2025-02-20 02:08:08,768 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_VirtualMachineDatabaseList?x=2326b9da-7901-499e-acb2-7ba4ad0088f8 2025-02-20 02:08:08,773 - INFO - Pod ctest-busybox-pod-01121092 with uuid 2326b9da-7901-499e-acb2-7ba4ad0088f8 found in kube manager 2025-02-20 02:08:08,773 - INFO - Pod ctest-busybox-pod-01121092 verification passed 2025-02-20 02:08:08,849 - DEBUG - [Pod ctest-busybox-pod-01121092] 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-86482763 2025-02-20 02:08:08,849 - DEBUG - [Pod Pod ctest-busybox-pod-01121092] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-20 02:08:08,849 - DEBUG - [Pod Pod ctest-busybox-pod-01121092] 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-86482763 2025-02-20 02:08:08,937 - DEBUG - [Pod ctest-busybox-pod-01121092] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-78154018 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-20 02:08:08,937 - DEBUG - [Pod Pod ctest-busybox-pod-01121092] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-20 02:08:08,937 - DEBUG - [Pod Pod ctest-busybox-pod-01121092] Cmd output: ctest-nginx-pod-78154018 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-20 02:08:08,937 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-78154018': 1, 'ctest-nginx-pod-86482763': 1} 2025-02-20 02:08:08,937 - WARNING - Nothing to delete parallely 2025-02-20 02:08:08,937 - INFO - Deleting pod default:ctest-busybox-pod-01121092 2025-02-20 02:08:08,949 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VmListReq?uuid=2326b9da-7901-499e-acb2-7ba4ad0088f8 2025-02-20 02:08:08,961 - WARNING - Pod uuid 2326b9da-7901-499e-acb2-7ba4ad0088f8 is still seen in agent 10.0.0.54 VM list 2025-02-20 02:08:13,962 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VmListReq?uuid=2326b9da-7901-499e-acb2-7ba4ad0088f8 2025-02-20 02:08:13,971 - WARNING - Pod uuid 2326b9da-7901-499e-acb2-7ba4ad0088f8 is still seen in agent 10.0.0.54 VM list 2025-02-20 02:08:18,972 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VmListReq?uuid=2326b9da-7901-499e-acb2-7ba4ad0088f8 2025-02-20 02:08:18,980 - WARNING - Pod uuid 2326b9da-7901-499e-acb2-7ba4ad0088f8 is still seen in agent 10.0.0.54 VM list 2025-02-20 02:08:23,981 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VmListReq?uuid=2326b9da-7901-499e-acb2-7ba4ad0088f8 2025-02-20 02:08:23,991 - WARNING - Pod uuid 2326b9da-7901-499e-acb2-7ba4ad0088f8 is still seen in agent 10.0.0.54 VM list 2025-02-20 02:08:28,991 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VmListReq?uuid=2326b9da-7901-499e-acb2-7ba4ad0088f8 2025-02-20 02:08:29,003 - WARNING - Pod uuid 2326b9da-7901-499e-acb2-7ba4ad0088f8 is still seen in agent 10.0.0.54 VM list 2025-02-20 02:08:34,003 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VmListReq?uuid=2326b9da-7901-499e-acb2-7ba4ad0088f8 2025-02-20 02:08:34,017 - WARNING - Pod uuid 2326b9da-7901-499e-acb2-7ba4ad0088f8 is still seen in agent 10.0.0.54 VM list 2025-02-20 02:08:39,018 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VmListReq?uuid=2326b9da-7901-499e-acb2-7ba4ad0088f8 2025-02-20 02:08:39,027 - WARNING - Pod uuid 2326b9da-7901-499e-acb2-7ba4ad0088f8 is still seen in agent 10.0.0.54 VM list 2025-02-20 02:08:44,028 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VmListReq?uuid=2326b9da-7901-499e-acb2-7ba4ad0088f8 2025-02-20 02:08:44,038 - DEBUG - Pod 2326b9da-7901-499e-acb2-7ba4ad0088f8 is not in agent 10.0.0.54 VM list 2025-02-20 02:08:44,039 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8186d260-ef2f-11ef-847d-fa163e4a996b 2025-02-20 02:08:44,051 - DEBUG - VMI 8186d260-ef2f-11ef-847d-fa163e4a996b is removed from agent 10.0.0.54 2025-02-20 02:08:44,051 - INFO - Verified that pod ctest-busybox-pod-01121092 is removed in agent 2025-02-20 02:08:44,051 - INFO - Deleting Ingress : ctest-nginx-ingress-83465310 2025-02-20 02:08:44,059 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_LoadbalancerDatabaseList?x=36938941-8949-4cfd-8d4e-acd789ba7a9c 2025-02-20 02:08:44,066 - ERROR - Ingress ctest-nginx-ingress-83465310 with uuid 36938941-8949-4cfd-8d4e-acd789ba7a9c still found in kube manager 2025-02-20 02:08:45,067 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_LoadbalancerDatabaseList?x=36938941-8949-4cfd-8d4e-acd789ba7a9c 2025-02-20 02:08:45,078 - ERROR - Ingress ctest-nginx-ingress-83465310 with uuid 36938941-8949-4cfd-8d4e-acd789ba7a9c still found in kube manager 2025-02-20 02:08:46,079 - DEBUG - Requesting: http://10.0.0.45:8108/Snh_LoadbalancerDatabaseList?x=36938941-8949-4cfd-8d4e-acd789ba7a9c 2025-02-20 02:08:46,084 - INFO - Ingress ctest-nginx-ingress-83465310 with uuid 36938941-8949-4cfd-8d4e-acd789ba7a9c deleted successfully from kube manager 2025-02-20 02:08:46,084 - INFO - Verifications on Ingress %s cleanup passed 2025-02-20 02:08:46,084 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-02-20 02:08:46,276 - DEBUG - Requesting: http://10.0.0.45:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-20 02:08:46,284 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-02-20 02:08:46,284 - INFO - Deleting VN __public__ 2025-02-20 02:08:46,436 - DEBUG - Requesting: http://10.0.0.45:8082/routing-instance/cc5c1e27-2286-4f29-b975-a237866795a8 2025-02-20 02:08:46,441 - DEBUG - Response Code: 404 2025-02-20 02:08:46,442 - DEBUG - Requesting: http://10.0.0.45:8082/domains 2025-02-20 02:08:46,447 - DEBUG - Requesting: http://10.0.0.45:8082/domain/b250733e-5919-49a1-a9ef-4bf5adc366fb 2025-02-20 02:08:46,471 - DEBUG - Requesting: http://10.0.0.45:8082/project/c222aa00-1894-4ba7-a010-6b48109859fe 2025-02-20 02:08:46,514 - INFO - Validated that VN __public__ is not found in API Server 2025-02-20 02:08:46,514 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-02-20 02:08:46,525 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-20 02:08:46,533 - DEBUG - VN __public__ is not present in Agent 10.0.0.54 2025-02-20 02:08:46,533 - INFO - Validated that VN __public__ is not in any agent 2025-02-20 02:08:46,534 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-20 02:08:46,544 - DEBUG - Requesting: http://10.0.0.45:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-20 02:08:46,551 - DEBUG - Requesting: http://10.0.0.45:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-20 02:08:46,560 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-02-20 02:08:46,561 - INFO - Deleting pod default:ctest-nginx-pod-86482763 2025-02-20 02:08:46,585 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VmListReq?uuid=83d976cd-39b4-488b-bb15-57a16bd507d9 2025-02-20 02:08:46,598 - WARNING - Pod uuid 83d976cd-39b4-488b-bb15-57a16bd507d9 is still seen in agent 10.0.0.54 VM list 2025-02-20 02:08:51,599 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VmListReq?uuid=83d976cd-39b4-488b-bb15-57a16bd507d9 2025-02-20 02:08:51,607 - DEBUG - Pod 83d976cd-39b4-488b-bb15-57a16bd507d9 is not in agent 10.0.0.54 VM list 2025-02-20 02:08:51,607 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7d20e6de-ef2f-11ef-847d-fa163e4a996b 2025-02-20 02:08:51,615 - DEBUG - VMI 7d20e6de-ef2f-11ef-847d-fa163e4a996b is removed from agent 10.0.0.54 2025-02-20 02:08:51,615 - INFO - Verified that pod ctest-nginx-pod-86482763 is removed in agent 2025-02-20 02:08:51,615 - INFO - Deleting pod default:ctest-nginx-pod-78154018 2025-02-20 02:08:51,632 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VmListReq?uuid=7c540edc-88a2-464a-8416-7e49a98d0401 2025-02-20 02:08:51,644 - WARNING - Pod uuid 7c540edc-88a2-464a-8416-7e49a98d0401 is still seen in agent 10.0.0.54 VM list 2025-02-20 02:08:56,644 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_VmListReq?uuid=7c540edc-88a2-464a-8416-7e49a98d0401 2025-02-20 02:08:56,653 - DEBUG - Pod 7c540edc-88a2-464a-8416-7e49a98d0401 is not in agent 10.0.0.54 VM list 2025-02-20 02:08:56,653 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7c9da1ca-ef2f-11ef-847d-fa163e4a996b 2025-02-20 02:08:56,661 - DEBUG - VMI 7c9da1ca-ef2f-11ef-847d-fa163e4a996b is removed from agent 10.0.0.54 2025-02-20 02:08:56,661 - INFO - Verified that pod ctest-nginx-pod-78154018 is removed in agent 2025-02-20 02:08:56,661 - INFO - Deleting service : ctest-nginx-svc-65374527 2025-02-20 02:08:56,912 - DEBUG - Requesting: http://10.0.0.54:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-20 02:08:56,920 - DEBUG - No XMPP flaps were noticed during the test