2024-11-06 18:42:00,784 - DEBUG - [10.0.0.36]: Running cmd : hostname 2024-11-06 18:42:01,071 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-761-1 2024-11-06 18:42:01,071 - DEBUG - [10.0.0.36]: Running cmd : hostname -f 2024-11-06 18:42:01,105 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-761-1 2024-11-06 18:42:01,105 - DEBUG - [10.0.0.36]: 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-06 18:42:01,175 - DEBUG - Output : NAMES contrail_test_cXBVtK7ao contrail-kubernetes-master_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_dnsmasq_1 config_api_nodemgr_1 config_api_api_1 config_api_schema_1 config_api_svcmonitor_1 2024-11-06 18:42:01,178 - DEBUG - [10.0.0.36]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-06 18:42:01,260 - DEBUG - Output : 10.0.0.36/24 172.17.0.1/16 2024-11-06 18:42:01,260 - DEBUG - [10.0.0.36]: Running cmd : getent hosts 10.0.0.36 | head -n 1 | awk '{print $2}' 2024-11-06 18:42:01,304 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-761-1 2024-11-06 18:42:01,393 - DEBUG - [10.0.0.37]: Running cmd : hostname 2024-11-06 18:42:01,596 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-761-1 2024-11-06 18:42:01,596 - DEBUG - [10.0.0.37]: Running cmd : hostname -f 2024-11-06 18:42:01,620 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-761-1 2024-11-06 18:42:01,620 - DEBUG - [10.0.0.37]: 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-06 18:42:01,663 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-06 18:42:01,663 - DEBUG - [10.0.0.37]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-06 18:42:01,735 - DEBUG - Output : 10.0.0.37/24 2024-11-06 18:42:01,736 - DEBUG - [10.0.0.37]: Running cmd : getent hosts 10.0.0.37 | head -n 1 | awk '{print $2}' 2024-11-06 18:42:01,769 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-761-1 2024-11-06 18:42:01,848 - INFO - Using existing project ['default-domain', 'k8s-default'](59576c44-a686-4605-a04e-8e03e4e7e26f) 2024-11-06 18:42:01,919 - INFO - Using existing project ['default-domain', 'k8s-default'](59576c44-a686-4605-a04e-8e03e4e7e26f) 2024-11-06 18:42:02,053 - INFO - ================================================================================ 2024-11-06 18:42:02,053 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-06 18:42:02,054 - 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-06 18:42:02,291 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-06 18:42:02,298 - DEBUG - Nothing to compare xmpp stats {'10.0.0.37': {'10.0.0.36': '0'}} with 2024-11-06 18:42:02,298 - INFO - Initial checks done. Running the testcase now 2024-11-06 18:42:02,298 - INFO - 2024-11-06 18:42:02,310 - INFO - Namespace default already exists 2024-11-06 18:42:02,311 - DEBUG - [10.0.0.36]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-06 18:42:02,415 - DEBUG - Output : cluster_project={} 2024-11-06 18:42:02,462 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-06 18:42:02,463 - DEBUG - Project uuid in Contrail is 59576c44-a686-4605-a04e-8e03e4e7e26f 2024-11-06 18:42:02,463 - DEBUG - [10.0.0.36]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-06 18:42:02,582 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-06 18:42:02,582 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_NamespaceDatabaseList?namespace_uuid=16b2d160-058e-48fb-86d9-35befb0ccf7b 2024-11-06 18:42:02,587 - INFO - Namespace default with uuid 16b2d160-058e-48fb-86d9-35befb0ccf7b found in kube manager 2024-11-06 18:42:02,587 - INFO - Namespace default verification passed 2024-11-06 18:42:02,590 - DEBUG - Service ctest-nginx-svc-39159517 not present 2024-11-06 18:42:02,590 - INFO - Creating service ctest-nginx-svc-39159517 2024-11-06 18:42:02,608 - INFO - Created Service ctest-nginx-svc-39159517 2024-11-06 18:42:02,619 - DEBUG - Pod ctest-nginx-pod-41365518 not present 2024-11-06 18:42:02,620 - INFO - Creating Pod ctest-nginx-pod-41365518 2024-11-06 18:42:02,688 - DEBUG - Pod : ctest-nginx-pod-41365518 UUID is 3b880d24-291e-4dca-9506-d75bbb763f1a 2024-11-06 18:42:02,691 - DEBUG - Pod ctest-nginx-pod-76314888 not present 2024-11-06 18:42:02,691 - INFO - Creating Pod ctest-nginx-pod-76314888 2024-11-06 18:42:02,714 - DEBUG - Pod : ctest-nginx-pod-76314888 UUID is 5ba22961-6a4b-4a96-9d2f-d83dd0981150 2024-11-06 18:42:02,906 - INFO - Created VN __public__, UUID :3f4352c1-f9fb-4579-9a7e-6787a1581c8b 2024-11-06 18:42:03,133 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-11-06 18:42:03,153 - DEBUG - Requesting: http://10.0.0.36:8082/domain/afedf80f-b345-4321-b7ba-6af3649aa4f0 2024-11-06 18:42:03,178 - DEBUG - Requesting: http://10.0.0.36:8082/project/59576c44-a686-4605-a04e-8e03e4e7e26f 2024-11-06 18:42:03,227 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/3f4352c1-f9fb-4579-9a7e-6787a1581c8b 2024-11-06 18:42:03,241 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/3f4352c1-f9fb-4579-9a7e-6787a1581c8b 2024-11-06 18:42:03,256 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/b4894d76-a142-4daa-9b57-100f8e1cc96f 2024-11-06 18:42:03,270 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/b4894d76-a142-4daa-9b57-100f8e1cc96f 2024-11-06 18:42:03,291 - DEBUG - Requesting: http://10.0.0.36:8082/route-target/f990e1c9-3433-4b19-a443-a626aae3d240 2024-11-06 18:42:03,304 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-06 18:42:03,304 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/3f4352c1-f9fb-4579-9a7e-6787a1581c8b 2024-11-06 18:42:03,317 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/b4894d76-a142-4daa-9b57-100f8e1cc96f 2024-11-06 18:42:03,337 - INFO - Verified VN network id 14 for VN 3f4352c1-f9fb-4579-9a7e-6787a1581c8b 2024-11-06 18:42:03,337 - INFO - Verifications in API Server for VN __public__ passed 2024-11-06 18:42:03,337 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/3f4352c1-f9fb-4579-9a7e-6787a1581c8b 2024-11-06 18:42:03,406 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/b4894d76-a142-4daa-9b57-100f8e1cc96f 2024-11-06 18:42:03,435 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/b4894d76-a142-4daa-9b57-100f8e1cc96f 2024-11-06 18:42:03,443 - DEBUG - Requesting: http://10.0.0.36:8082/route-target/f990e1c9-3433-4b19-a443-a626aae3d240 2024-11-06 18:42:03,451 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-06 18:42:03,470 - DEBUG - Control-node 10.0.0.36 : 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': '4558578240905233785', 'uuid-lslong': '11132449161131596939'}, 'enable': 'true', 'created': '2024-11-06T18:42:02', 'last-modified': '2024-11-06T18:42:03', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.439219'} 2024-11-06 18:42:03,470 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-06 18:42:03,478 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-06 18:42:03,479 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-06 18:42:03,480 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-06 18:42:03,480 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-11-06 18:42:03,515 - DEBUG - Requesting: http://10.0.0.36:8082/domain/afedf80f-b345-4321-b7ba-6af3649aa4f0 2024-11-06 18:42:03,527 - DEBUG - Requesting: http://10.0.0.36:8082/project/59576c44-a686-4605-a04e-8e03e4e7e26f 2024-11-06 18:42:03,599 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/3f4352c1-f9fb-4579-9a7e-6787a1581c8b 2024-11-06 18:42:03,622 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-06 18:42:03,622 - DEBUG - Verifying the vn in opserver 2024-11-06 18:42:03,622 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.36 2024-11-06 18:42:03,622 - DEBUG - Requesting: http://10.0.0.36:8081/analytics/uves/virtual-networks 2024-11-06 18:42:03,631 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.36:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-06 18:42:03,631 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-06 18:42:03,631 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-06 18:42:03,640 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-06 18:42:03,645 - DEBUG - Do not have enough data to verify VN in agent 2024-11-06 18:42:03,646 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-06 18:42:03,652 - DEBUG - VRF ids for VN __public__: {} 2024-11-06 18:42:03,781 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-06 18:42:03,886 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-11-06 18:42:03,901 - DEBUG - Requesting: http://10.0.0.36:8082/domain/afedf80f-b345-4321-b7ba-6af3649aa4f0 2024-11-06 18:42:03,909 - DEBUG - Requesting: http://10.0.0.36:8082/project/59576c44-a686-4605-a04e-8e03e4e7e26f 2024-11-06 18:42:03,958 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/3f4352c1-f9fb-4579-9a7e-6787a1581c8b 2024-11-06 18:42:03,979 - DEBUG - Requesting: http://10.0.0.36:8082/floating-ip-pool/7f98446d-de0c-4557-9cf0-b7caae6455e5 2024-11-06 18:42:03,987 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-11-06 18:42:03,993 - DEBUG - Requesting: http://10.0.0.36:8082/domain/afedf80f-b345-4321-b7ba-6af3649aa4f0 2024-11-06 18:42:04,009 - DEBUG - Requesting: http://10.0.0.36:8082/project/59576c44-a686-4605-a04e-8e03e4e7e26f 2024-11-06 18:42:04,048 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/3f4352c1-f9fb-4579-9a7e-6787a1581c8b 2024-11-06 18:42:04,074 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-06 18:42:04,074 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-06 18:42:04,085 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-06 18:42:04,092 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-06 18:42:04,092 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-06 18:42:04,094 - DEBUG - Ingress ctest-nginx-ingress-34698378 not present 2024-11-06 18:42:04,095 - INFO - Creating Ingress ctest-nginx-ingress-34698378 2024-11-06 18:42:04,101 - INFO - Created Ingress ctest-nginx-ingress-34698378 2024-11-06 18:42:04,103 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-34698378 2024-11-06 18:42:07,108 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-34698378 2024-11-06 18:42:10,113 - DEBUG - For Ingress ctest-nginx-ingress-34698378, Cluster IP: 10.47.255.249, External IPs ['202.212.32.60'] 2024-11-06 18:42:10,113 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-34698378 2024-11-06 18:42:10,114 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_LoadbalancerDatabaseList?x=88e3a22d-d9ec-4195-b5ff-90ba448b320c 2024-11-06 18:42:10,120 - INFO - Ingress ctest-nginx-ingress-34698378 with uuid 88e3a22d-d9ec-4195-b5ff-90ba448b320c found in kube manager 2024-11-06 18:42:10,120 - INFO - Ingress ctest-nginx-ingress-34698378 verification passed 2024-11-06 18:42:10,123 - DEBUG - Pod ctest-busybox-pod-81366512 not present 2024-11-06 18:42:10,124 - INFO - Creating Pod ctest-busybox-pod-81366512 2024-11-06 18:42:10,150 - DEBUG - Pod : ctest-busybox-pod-81366512 UUID is bec326c9-997f-4636-a2b6-57b63c053f12 2024-11-06 18:42:10,158 - DEBUG - Pod ctest-nginx-pod-41365518 not in running state.Currently in Pending 2024-11-06 18:42:15,164 - DEBUG - Pod ctest-nginx-pod-41365518 not in running state.Currently in Pending 2024-11-06 18:42:20,171 - INFO - Pod ctest-nginx-pod-41365518 is in running state.Got IP 10.47.255.251 2024-11-06 18:42:20,190 - DEBUG - Pod ctest-nginx-pod-41365518 has vmi d1652458-9c6e-11ef-abfe-fa163e60f13f 2024-11-06 18:42:20,190 - INFO - Verified pod ctest-nginx-pod-41365518 in contrail-api 2024-11-06 18:42:20,190 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-06 18:42:20,203 - DEBUG - VMI d1652458-9c6e-11ef-abfe-fa163e60f13f is active in agent 10.0.0.37 2024-11-06 18:42:20,203 - INFO - Verified Pod ctest-nginx-pod-41365518 in agent 10.0.0.37 2024-11-06 18:42:20,203 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_VirtualMachineDatabaseList?x=3b880d24-291e-4dca-9506-d75bbb763f1a 2024-11-06 18:42:20,207 - INFO - Pod ctest-nginx-pod-41365518 with uuid 3b880d24-291e-4dca-9506-d75bbb763f1a found in kube manager 2024-11-06 18:42:20,208 - INFO - Pod ctest-nginx-pod-41365518 verification passed 2024-11-06 18:42:20,286 - DEBUG - [Pod ctest-nginx-pod-41365518] Cmd: echo ctest-nginx-pod-41365518 > /usr/share/nginx/html/index.html, Output: 2024-11-06 18:42:20,291 - INFO - Pod ctest-nginx-pod-76314888 is in running state.Got IP 10.47.255.250 2024-11-06 18:42:20,353 - DEBUG - Pod ctest-nginx-pod-76314888 has vmi d1c968dc-9c6e-11ef-abfe-fa163e60f13f 2024-11-06 18:42:20,353 - INFO - Verified pod ctest-nginx-pod-76314888 in contrail-api 2024-11-06 18:42:20,353 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-06 18:42:20,364 - DEBUG - VMI d1c968dc-9c6e-11ef-abfe-fa163e60f13f is active in agent 10.0.0.37 2024-11-06 18:42:20,364 - INFO - Verified Pod ctest-nginx-pod-76314888 in agent 10.0.0.37 2024-11-06 18:42:20,364 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_VirtualMachineDatabaseList?x=5ba22961-6a4b-4a96-9d2f-d83dd0981150 2024-11-06 18:42:20,368 - INFO - Pod ctest-nginx-pod-76314888 with uuid 5ba22961-6a4b-4a96-9d2f-d83dd0981150 found in kube manager 2024-11-06 18:42:20,369 - INFO - Pod ctest-nginx-pod-76314888 verification passed 2024-11-06 18:42:20,419 - DEBUG - [Pod ctest-nginx-pod-76314888] Cmd: echo ctest-nginx-pod-76314888 > /usr/share/nginx/html/index.html, Output: 2024-11-06 18:42:20,424 - INFO - Pod ctest-busybox-pod-81366512 is in running state.Got IP 10.47.255.248 2024-11-06 18:42:20,446 - DEBUG - Pod ctest-busybox-pod-81366512 has vmi d4e0114c-9c6e-11ef-abfe-fa163e60f13f 2024-11-06 18:42:20,446 - INFO - Verified pod ctest-busybox-pod-81366512 in contrail-api 2024-11-06 18:42:20,446 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-06 18:42:20,457 - DEBUG - VMI d4e0114c-9c6e-11ef-abfe-fa163e60f13f is active in agent 10.0.0.37 2024-11-06 18:42:20,457 - INFO - Verified Pod ctest-busybox-pod-81366512 in agent 10.0.0.37 2024-11-06 18:42:20,457 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_VirtualMachineDatabaseList?x=bec326c9-997f-4636-a2b6-57b63c053f12 2024-11-06 18:42:20,461 - INFO - Pod ctest-busybox-pod-81366512 with uuid bec326c9-997f-4636-a2b6-57b63c053f12 found in kube manager 2024-11-06 18:42:20,461 - INFO - Pod ctest-busybox-pod-81366512 verification passed 2024-11-06 18:42:20,520 - DEBUG - [Pod ctest-busybox-pod-81366512] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-76314888 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-06 18:42:20,520 - DEBUG - [Pod Pod ctest-busybox-pod-81366512] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-06 18:42:20,520 - DEBUG - [Pod Pod ctest-busybox-pod-81366512] Cmd output: ctest-nginx-pod-76314888 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-06 18:42:20,583 - DEBUG - [Pod ctest-busybox-pod-81366512] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-41365518 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-06 18:42:20,583 - DEBUG - [Pod Pod ctest-busybox-pod-81366512] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-06 18:42:20,583 - DEBUG - [Pod Pod ctest-busybox-pod-81366512] Cmd output: ctest-nginx-pod-41365518 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-06 18:42:20,583 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-41365518': 1, 'ctest-nginx-pod-76314888': 1} 2024-11-06 18:42:20,583 - WARNING - Nothing to delete parallely 2024-11-06 18:42:20,584 - INFO - Deleting pod default:ctest-busybox-pod-81366512 2024-11-06 18:42:20,595 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=bec326c9-997f-4636-a2b6-57b63c053f12 2024-11-06 18:42:20,602 - WARNING - Pod uuid bec326c9-997f-4636-a2b6-57b63c053f12 is still seen in agent 10.0.0.37 VM list 2024-11-06 18:42:25,603 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=bec326c9-997f-4636-a2b6-57b63c053f12 2024-11-06 18:42:25,610 - WARNING - Pod uuid bec326c9-997f-4636-a2b6-57b63c053f12 is still seen in agent 10.0.0.37 VM list 2024-11-06 18:42:30,611 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=bec326c9-997f-4636-a2b6-57b63c053f12 2024-11-06 18:42:30,617 - WARNING - Pod uuid bec326c9-997f-4636-a2b6-57b63c053f12 is still seen in agent 10.0.0.37 VM list 2024-11-06 18:42:35,617 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=bec326c9-997f-4636-a2b6-57b63c053f12 2024-11-06 18:42:35,627 - WARNING - Pod uuid bec326c9-997f-4636-a2b6-57b63c053f12 is still seen in agent 10.0.0.37 VM list 2024-11-06 18:42:40,628 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=bec326c9-997f-4636-a2b6-57b63c053f12 2024-11-06 18:42:40,636 - WARNING - Pod uuid bec326c9-997f-4636-a2b6-57b63c053f12 is still seen in agent 10.0.0.37 VM list 2024-11-06 18:42:45,636 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=bec326c9-997f-4636-a2b6-57b63c053f12 2024-11-06 18:42:45,651 - WARNING - Pod uuid bec326c9-997f-4636-a2b6-57b63c053f12 is still seen in agent 10.0.0.37 VM list 2024-11-06 18:42:50,652 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=bec326c9-997f-4636-a2b6-57b63c053f12 2024-11-06 18:42:50,662 - WARNING - Pod uuid bec326c9-997f-4636-a2b6-57b63c053f12 is still seen in agent 10.0.0.37 VM list 2024-11-06 18:42:55,664 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=bec326c9-997f-4636-a2b6-57b63c053f12 2024-11-06 18:42:55,670 - DEBUG - Pod bec326c9-997f-4636-a2b6-57b63c053f12 is not in agent 10.0.0.37 VM list 2024-11-06 18:42:55,670 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d4e0114c-9c6e-11ef-abfe-fa163e60f13f 2024-11-06 18:42:55,675 - DEBUG - VMI d4e0114c-9c6e-11ef-abfe-fa163e60f13f is removed from agent 10.0.0.37 2024-11-06 18:42:55,676 - INFO - Verified that pod ctest-busybox-pod-81366512 is removed in agent 2024-11-06 18:42:55,676 - INFO - Deleting Ingress : ctest-nginx-ingress-34698378 2024-11-06 18:42:55,684 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_LoadbalancerDatabaseList?x=88e3a22d-d9ec-4195-b5ff-90ba448b320c 2024-11-06 18:42:55,692 - ERROR - Ingress ctest-nginx-ingress-34698378 with uuid 88e3a22d-d9ec-4195-b5ff-90ba448b320c still found in kube manager 2024-11-06 18:42:56,692 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_LoadbalancerDatabaseList?x=88e3a22d-d9ec-4195-b5ff-90ba448b320c 2024-11-06 18:42:56,697 - INFO - Ingress ctest-nginx-ingress-34698378 with uuid 88e3a22d-d9ec-4195-b5ff-90ba448b320c deleted successfully from kube manager 2024-11-06 18:42:56,697 - INFO - Verifications on Ingress %s cleanup passed 2024-11-06 18:42:56,697 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-06 18:42:56,782 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-06 18:42:56,790 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-06 18:42:56,790 - INFO - Deleting VN __public__ 2024-11-06 18:42:56,929 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/b4894d76-a142-4daa-9b57-100f8e1cc96f 2024-11-06 18:42:56,939 - DEBUG - Response Code: 404 2024-11-06 18:42:56,940 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-11-06 18:42:56,954 - DEBUG - Requesting: http://10.0.0.36:8082/domain/afedf80f-b345-4321-b7ba-6af3649aa4f0 2024-11-06 18:42:56,973 - DEBUG - Requesting: http://10.0.0.36:8082/project/59576c44-a686-4605-a04e-8e03e4e7e26f 2024-11-06 18:42:57,024 - INFO - Validated that VN __public__ is not found in API Server 2024-11-06 18:42:57,024 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-06 18:42:57,041 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-06 18:42:57,052 - DEBUG - VN __public__ is not present in Agent 10.0.0.37 2024-11-06 18:42:57,052 - INFO - Validated that VN __public__ is not in any agent 2024-11-06 18:42:57,052 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-06 18:42:57,064 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-06 18:42:57,070 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-06 18:42:57,075 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-06 18:42:57,076 - INFO - Deleting pod default:ctest-nginx-pod-76314888 2024-11-06 18:42:57,086 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=5ba22961-6a4b-4a96-9d2f-d83dd0981150 2024-11-06 18:42:57,101 - WARNING - Pod uuid 5ba22961-6a4b-4a96-9d2f-d83dd0981150 is still seen in agent 10.0.0.37 VM list 2024-11-06 18:43:02,103 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=5ba22961-6a4b-4a96-9d2f-d83dd0981150 2024-11-06 18:43:02,110 - DEBUG - Pod 5ba22961-6a4b-4a96-9d2f-d83dd0981150 is not in agent 10.0.0.37 VM list 2024-11-06 18:43:02,110 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d1c968dc-9c6e-11ef-abfe-fa163e60f13f 2024-11-06 18:43:02,115 - DEBUG - VMI d1c968dc-9c6e-11ef-abfe-fa163e60f13f is removed from agent 10.0.0.37 2024-11-06 18:43:02,115 - INFO - Verified that pod ctest-nginx-pod-76314888 is removed in agent 2024-11-06 18:43:02,116 - INFO - Deleting pod default:ctest-nginx-pod-41365518 2024-11-06 18:43:02,128 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=3b880d24-291e-4dca-9506-d75bbb763f1a 2024-11-06 18:43:02,137 - WARNING - Pod uuid 3b880d24-291e-4dca-9506-d75bbb763f1a is still seen in agent 10.0.0.37 VM list 2024-11-06 18:43:07,139 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=3b880d24-291e-4dca-9506-d75bbb763f1a 2024-11-06 18:43:07,146 - DEBUG - Pod 3b880d24-291e-4dca-9506-d75bbb763f1a is not in agent 10.0.0.37 VM list 2024-11-06 18:43:07,146 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d1652458-9c6e-11ef-abfe-fa163e60f13f 2024-11-06 18:43:07,152 - DEBUG - VMI d1652458-9c6e-11ef-abfe-fa163e60f13f is removed from agent 10.0.0.37 2024-11-06 18:43:07,152 - INFO - Verified that pod ctest-nginx-pod-41365518 is removed in agent 2024-11-06 18:43:07,152 - INFO - Deleting service : ctest-nginx-svc-39159517 2024-11-06 18:43:07,326 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-06 18:43:07,333 - DEBUG - No XMPP flaps were noticed during the test