2024-11-10 13:14:46,008 - DEBUG - [10.0.0.30]: Running cmd : hostname 2024-11-10 13:14:46,240 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-775-1 2024-11-10 13:14:46,240 - DEBUG - [10.0.0.30]: Running cmd : hostname -f 2024-11-10 13:14:46,274 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-775-1 2024-11-10 13:14:46,274 - DEBUG - [10.0.0.30]: 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 13:14:46,349 - DEBUG - Output : NAMES contrail_test_ETWwrgADK contrail-kubernetes-master_kubemanager_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_api_1 config_api_dnsmasq_1 config_api_schema_1 config_api_nodemgr_1 config_api_svcmonitor_1 2024-11-10 13:14:46,350 - DEBUG - [10.0.0.30]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-10 13:14:46,416 - DEBUG - Output : 10.0.0.30/24 172.17.0.1/16 2024-11-10 13:14:46,417 - DEBUG - [10.0.0.30]: Running cmd : getent hosts 10.0.0.30 | head -n 1 | awk '{print $2}' 2024-11-10 13:14:46,451 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-775-1 2024-11-10 13:14:46,536 - DEBUG - [10.0.0.37]: Running cmd : hostname 2024-11-10 13:14:46,730 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-775-1 2024-11-10 13:14:46,730 - DEBUG - [10.0.0.37]: Running cmd : hostname -f 2024-11-10 13:14:46,754 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-775-1 2024-11-10 13:14:46,754 - 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-10 13:14:46,840 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-10 13:14:46,841 - DEBUG - [10.0.0.37]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-10 13:14:46,866 - DEBUG - Output : 10.0.0.37/24 2024-11-10 13:14:46,866 - DEBUG - [10.0.0.37]: Running cmd : getent hosts 10.0.0.37 | head -n 1 | awk '{print $2}' 2024-11-10 13:14:46,941 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-775-1 2024-11-10 13:14:47,018 - INFO - Using existing project ['default-domain', 'k8s-default'](ace87a45-0293-4b26-94ea-84be77f9b157) 2024-11-10 13:14:47,133 - INFO - Using existing project ['default-domain', 'k8s-default'](ace87a45-0293-4b26-94ea-84be77f9b157) 2024-11-10 13:14:47,267 - INFO - ================================================================================ 2024-11-10 13:14:47,267 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-10 13:14:47,268 - 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 13:14:47,500 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 13:14:47,507 - DEBUG - Nothing to compare xmpp stats {'10.0.0.37': {'10.0.0.30': '0'}} with 2024-11-10 13:14:47,507 - INFO - Initial checks done. Running the testcase now 2024-11-10 13:14:47,507 - INFO - 2024-11-10 13:14:47,515 - INFO - Namespace default already exists 2024-11-10 13:14:47,515 - DEBUG - [10.0.0.30]: 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 13:14:47,633 - DEBUG - Output : cluster_project={} 2024-11-10 13:14:47,689 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-10 13:14:47,689 - DEBUG - Project uuid in Contrail is ace87a45-0293-4b26-94ea-84be77f9b157 2024-11-10 13:14:47,689 - DEBUG - [10.0.0.30]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-10 13:14:47,836 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-10 13:14:47,837 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_NamespaceDatabaseList?namespace_uuid=431ee189-71fa-40b6-931e-c69b80d2f6b2 2024-11-10 13:14:47,843 - INFO - Namespace default with uuid 431ee189-71fa-40b6-931e-c69b80d2f6b2 found in kube manager 2024-11-10 13:14:47,843 - INFO - Namespace default verification passed 2024-11-10 13:14:47,846 - DEBUG - Service ctest-nginx-svc-35269485 not present 2024-11-10 13:14:47,846 - INFO - Creating service ctest-nginx-svc-35269485 2024-11-10 13:14:47,870 - INFO - Created Service ctest-nginx-svc-35269485 2024-11-10 13:14:47,891 - DEBUG - Pod ctest-nginx-pod-12244741 not present 2024-11-10 13:14:47,892 - INFO - Creating Pod ctest-nginx-pod-12244741 2024-11-10 13:14:47,967 - DEBUG - Pod : ctest-nginx-pod-12244741 UUID is e982dd71-81c0-44f2-b233-8225b6956d1f 2024-11-10 13:14:47,970 - DEBUG - Pod ctest-nginx-pod-17733265 not present 2024-11-10 13:14:47,970 - INFO - Creating Pod ctest-nginx-pod-17733265 2024-11-10 13:14:48,005 - DEBUG - Pod : ctest-nginx-pod-17733265 UUID is e9c956a4-9b85-4efb-b398-75440edfd141 2024-11-10 13:14:48,212 - INFO - Created VN __public__, UUID :cac730c7-82b0-4def-ab84-dd48805708f9 2024-11-10 13:14:48,551 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2024-11-10 13:14:48,556 - DEBUG - Requesting: http://10.0.0.30:8082/domain/3ed5c440-1eec-4183-a57b-5e56f9c3a5fe 2024-11-10 13:14:48,577 - DEBUG - Requesting: http://10.0.0.30:8082/project/ace87a45-0293-4b26-94ea-84be77f9b157 2024-11-10 13:14:48,640 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/cac730c7-82b0-4def-ab84-dd48805708f9 2024-11-10 13:14:48,686 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/cac730c7-82b0-4def-ab84-dd48805708f9 2024-11-10 13:14:48,703 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/f5edd1bc-2a21-46c2-bd80-1eb6fd5e21c1 2024-11-10 13:14:48,719 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/f5edd1bc-2a21-46c2-bd80-1eb6fd5e21c1 2024-11-10 13:14:48,727 - DEBUG - Requesting: http://10.0.0.30:8082/route-target/fd5bb133-6692-4620-83f4-cbc3eb4eea95 2024-11-10 13:14:48,775 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-10 13:14:48,776 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/cac730c7-82b0-4def-ab84-dd48805708f9 2024-11-10 13:14:48,802 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/f5edd1bc-2a21-46c2-bd80-1eb6fd5e21c1 2024-11-10 13:14:48,828 - INFO - Verified VN network id 13 for VN cac730c7-82b0-4def-ab84-dd48805708f9 2024-11-10 13:14:48,828 - INFO - Verifications in API Server for VN __public__ passed 2024-11-10 13:14:48,828 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/cac730c7-82b0-4def-ab84-dd48805708f9 2024-11-10 13:14:48,875 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/f5edd1bc-2a21-46c2-bd80-1eb6fd5e21c1 2024-11-10 13:14:48,913 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/f5edd1bc-2a21-46c2-bd80-1eb6fd5e21c1 2024-11-10 13:14:48,925 - DEBUG - Requesting: http://10.0.0.30:8082/route-target/fd5bb133-6692-4620-83f4-cbc3eb4eea95 2024-11-10 13:14:48,944 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-10 13:14:48,951 - DEBUG - Control-node 10.0.0.30 : 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': '14611701149476081135', 'uuid-lslong': '12359246580872055033'}, 'enable': 'true', 'created': '2024-11-10T13:14:48', 'last-modified': '2024-11-10T13:14:48', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.556064'} 2024-11-10 13:14:48,951 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 13:14:48,977 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-10 13:14:48,978 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-10 13:14:48,978 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-10 13:14:48,978 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2024-11-10 13:14:48,997 - DEBUG - Requesting: http://10.0.0.30:8082/domain/3ed5c440-1eec-4183-a57b-5e56f9c3a5fe 2024-11-10 13:14:49,020 - DEBUG - Requesting: http://10.0.0.30:8082/project/ace87a45-0293-4b26-94ea-84be77f9b157 2024-11-10 13:14:49,092 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/cac730c7-82b0-4def-ab84-dd48805708f9 2024-11-10 13:14:49,108 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-10 13:14:49,109 - DEBUG - Verifying the vn in opserver 2024-11-10 13:14:49,109 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.30 2024-11-10 13:14:49,109 - DEBUG - Requesting: http://10.0.0.30:8081/analytics/uves/virtual-networks 2024-11-10 13:14:49,114 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.30:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-10 13:14:49,115 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-10 13:14:49,115 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 13:14:49,124 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 13:14:49,151 - DEBUG - Do not have enough data to verify VN in agent 2024-11-10 13:14:49,152 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 13:14:49,160 - DEBUG - VRF ids for VN __public__: {} 2024-11-10 13:14:49,253 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-10 13:14:49,456 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2024-11-10 13:14:49,462 - DEBUG - Requesting: http://10.0.0.30:8082/domain/3ed5c440-1eec-4183-a57b-5e56f9c3a5fe 2024-11-10 13:14:49,471 - DEBUG - Requesting: http://10.0.0.30:8082/project/ace87a45-0293-4b26-94ea-84be77f9b157 2024-11-10 13:14:49,533 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/cac730c7-82b0-4def-ab84-dd48805708f9 2024-11-10 13:14:49,549 - DEBUG - Requesting: http://10.0.0.30:8082/floating-ip-pool/1e0b0c62-5a82-4d05-85d9-3ab26409b292 2024-11-10 13:14:49,571 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2024-11-10 13:14:49,577 - DEBUG - Requesting: http://10.0.0.30:8082/domain/3ed5c440-1eec-4183-a57b-5e56f9c3a5fe 2024-11-10 13:14:49,587 - DEBUG - Requesting: http://10.0.0.30:8082/project/ace87a45-0293-4b26-94ea-84be77f9b157 2024-11-10 13:14:49,666 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/cac730c7-82b0-4def-ab84-dd48805708f9 2024-11-10 13:14:49,709 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-10 13:14:49,709 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-10 13:14:49,720 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-10 13:14:49,726 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-10 13:14:49,726 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-10 13:14:49,729 - DEBUG - Ingress ctest-nginx-ingress-76458590 not present 2024-11-10 13:14:49,729 - INFO - Creating Ingress ctest-nginx-ingress-76458590 2024-11-10 13:14:49,737 - INFO - Created Ingress ctest-nginx-ingress-76458590 2024-11-10 13:14:49,739 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-76458590 2024-11-10 13:14:52,763 - DEBUG - For Ingress ctest-nginx-ingress-76458590, Cluster IP: 10.47.255.249, External IPs ['96.102.153.124'] 2024-11-10 13:14:52,763 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-76458590 2024-11-10 13:14:52,763 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_LoadbalancerDatabaseList?x=d5e67ba3-7d08-4867-be51-b8cac9a88047 2024-11-10 13:14:52,767 - INFO - Ingress ctest-nginx-ingress-76458590 with uuid d5e67ba3-7d08-4867-be51-b8cac9a88047 found in kube manager 2024-11-10 13:14:52,767 - INFO - Ingress ctest-nginx-ingress-76458590 verification passed 2024-11-10 13:14:52,772 - DEBUG - Pod ctest-busybox-pod-34543686 not present 2024-11-10 13:14:52,772 - INFO - Creating Pod ctest-busybox-pod-34543686 2024-11-10 13:14:52,799 - DEBUG - Pod : ctest-busybox-pod-34543686 UUID is 3bfb9c8a-b25f-4a58-8c13-30b774783511 2024-11-10 13:14:52,806 - DEBUG - Pod ctest-nginx-pod-12244741 not in running state.Currently in Pending 2024-11-10 13:14:57,811 - DEBUG - Pod ctest-nginx-pod-12244741 not in running state.Currently in Pending 2024-11-10 13:15:02,817 - DEBUG - Pod ctest-nginx-pod-12244741 not in running state.Currently in Pending 2024-11-10 13:15:07,859 - DEBUG - Pod ctest-nginx-pod-12244741 not in running state.Currently in Pending 2024-11-10 13:15:12,864 - INFO - Pod ctest-nginx-pod-12244741 is in running state.Got IP 10.47.255.251 2024-11-10 13:15:12,890 - DEBUG - Pod ctest-nginx-pod-12244741 has vmi c401aaa8-9f65-11ef-b735-fa163eb0552f 2024-11-10 13:15:12,890 - INFO - Verified pod ctest-nginx-pod-12244741 in contrail-api 2024-11-10 13:15:12,891 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 13:15:12,906 - DEBUG - VMI c401aaa8-9f65-11ef-b735-fa163eb0552f is active in agent 10.0.0.37 2024-11-10 13:15:12,907 - INFO - Verified Pod ctest-nginx-pod-12244741 in agent 10.0.0.37 2024-11-10 13:15:12,907 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_VirtualMachineDatabaseList?x=e982dd71-81c0-44f2-b233-8225b6956d1f 2024-11-10 13:15:12,914 - INFO - Pod ctest-nginx-pod-12244741 with uuid e982dd71-81c0-44f2-b233-8225b6956d1f found in kube manager 2024-11-10 13:15:12,915 - INFO - Pod ctest-nginx-pod-12244741 verification passed 2024-11-10 13:15:12,986 - DEBUG - [Pod ctest-nginx-pod-12244741] Cmd: echo ctest-nginx-pod-12244741 > /usr/share/nginx/html/index.html, Output: 2024-11-10 13:15:12,995 - INFO - Pod ctest-nginx-pod-17733265 is in running state.Got IP 10.47.255.250 2024-11-10 13:15:13,020 - DEBUG - Pod ctest-nginx-pod-17733265 has vmi c474ccae-9f65-11ef-b735-fa163eb0552f 2024-11-10 13:15:13,020 - INFO - Verified pod ctest-nginx-pod-17733265 in contrail-api 2024-11-10 13:15:13,020 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 13:15:13,032 - DEBUG - VMI c474ccae-9f65-11ef-b735-fa163eb0552f is active in agent 10.0.0.37 2024-11-10 13:15:13,032 - INFO - Verified Pod ctest-nginx-pod-17733265 in agent 10.0.0.37 2024-11-10 13:15:13,033 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_VirtualMachineDatabaseList?x=e9c956a4-9b85-4efb-b398-75440edfd141 2024-11-10 13:15:13,037 - INFO - Pod ctest-nginx-pod-17733265 with uuid e9c956a4-9b85-4efb-b398-75440edfd141 found in kube manager 2024-11-10 13:15:13,037 - INFO - Pod ctest-nginx-pod-17733265 verification passed 2024-11-10 13:15:13,096 - DEBUG - [Pod ctest-nginx-pod-17733265] Cmd: echo ctest-nginx-pod-17733265 > /usr/share/nginx/html/index.html, Output: 2024-11-10 13:15:13,101 - INFO - Pod ctest-busybox-pod-34543686 is in running state.Got IP 10.47.255.248 2024-11-10 13:15:13,167 - DEBUG - Pod ctest-busybox-pod-34543686 has vmi c6c7cd26-9f65-11ef-b735-fa163eb0552f 2024-11-10 13:15:13,167 - INFO - Verified pod ctest-busybox-pod-34543686 in contrail-api 2024-11-10 13:15:13,167 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 13:15:13,179 - DEBUG - VMI c6c7cd26-9f65-11ef-b735-fa163eb0552f is active in agent 10.0.0.37 2024-11-10 13:15:13,179 - INFO - Verified Pod ctest-busybox-pod-34543686 in agent 10.0.0.37 2024-11-10 13:15:13,179 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_VirtualMachineDatabaseList?x=3bfb9c8a-b25f-4a58-8c13-30b774783511 2024-11-10 13:15:13,185 - INFO - Pod ctest-busybox-pod-34543686 with uuid 3bfb9c8a-b25f-4a58-8c13-30b774783511 found in kube manager 2024-11-10 13:15:13,185 - INFO - Pod ctest-busybox-pod-34543686 verification passed 2024-11-10 13:15:13,238 - DEBUG - [Pod ctest-busybox-pod-34543686] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-12244741 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 13:15:13,238 - DEBUG - [Pod Pod ctest-busybox-pod-34543686] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 13:15:13,238 - DEBUG - [Pod Pod ctest-busybox-pod-34543686] Cmd output: ctest-nginx-pod-12244741 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 13:15:13,303 - DEBUG - [Pod ctest-busybox-pod-34543686] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-17733265 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 13:15:13,304 - DEBUG - [Pod Pod ctest-busybox-pod-34543686] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 13:15:13,304 - DEBUG - [Pod Pod ctest-busybox-pod-34543686] Cmd output: ctest-nginx-pod-17733265 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 13:15:13,304 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-12244741': 1, 'ctest-nginx-pod-17733265': 1} 2024-11-10 13:15:13,304 - WARNING - Nothing to delete parallely 2024-11-10 13:15:13,304 - INFO - Deleting pod default:ctest-busybox-pod-34543686 2024-11-10 13:15:13,321 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=3bfb9c8a-b25f-4a58-8c13-30b774783511 2024-11-10 13:15:13,329 - WARNING - Pod uuid 3bfb9c8a-b25f-4a58-8c13-30b774783511 is still seen in agent 10.0.0.37 VM list 2024-11-10 13:15:18,330 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=3bfb9c8a-b25f-4a58-8c13-30b774783511 2024-11-10 13:15:18,338 - WARNING - Pod uuid 3bfb9c8a-b25f-4a58-8c13-30b774783511 is still seen in agent 10.0.0.37 VM list 2024-11-10 13:15:23,338 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=3bfb9c8a-b25f-4a58-8c13-30b774783511 2024-11-10 13:15:23,346 - WARNING - Pod uuid 3bfb9c8a-b25f-4a58-8c13-30b774783511 is still seen in agent 10.0.0.37 VM list 2024-11-10 13:15:28,347 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=3bfb9c8a-b25f-4a58-8c13-30b774783511 2024-11-10 13:15:28,359 - WARNING - Pod uuid 3bfb9c8a-b25f-4a58-8c13-30b774783511 is still seen in agent 10.0.0.37 VM list 2024-11-10 13:15:33,363 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=3bfb9c8a-b25f-4a58-8c13-30b774783511 2024-11-10 13:15:33,379 - WARNING - Pod uuid 3bfb9c8a-b25f-4a58-8c13-30b774783511 is still seen in agent 10.0.0.37 VM list 2024-11-10 13:15:38,380 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=3bfb9c8a-b25f-4a58-8c13-30b774783511 2024-11-10 13:15:38,387 - WARNING - Pod uuid 3bfb9c8a-b25f-4a58-8c13-30b774783511 is still seen in agent 10.0.0.37 VM list 2024-11-10 13:15:43,387 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=3bfb9c8a-b25f-4a58-8c13-30b774783511 2024-11-10 13:15:43,398 - WARNING - Pod uuid 3bfb9c8a-b25f-4a58-8c13-30b774783511 is still seen in agent 10.0.0.37 VM list 2024-11-10 13:15:48,398 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=3bfb9c8a-b25f-4a58-8c13-30b774783511 2024-11-10 13:15:48,405 - DEBUG - Pod 3bfb9c8a-b25f-4a58-8c13-30b774783511 is not in agent 10.0.0.37 VM list 2024-11-10 13:15:48,405 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c6c7cd26-9f65-11ef-b735-fa163eb0552f 2024-11-10 13:15:48,411 - DEBUG - VMI c6c7cd26-9f65-11ef-b735-fa163eb0552f is removed from agent 10.0.0.37 2024-11-10 13:15:48,411 - INFO - Verified that pod ctest-busybox-pod-34543686 is removed in agent 2024-11-10 13:15:48,412 - INFO - Deleting Ingress : ctest-nginx-ingress-76458590 2024-11-10 13:15:48,426 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_LoadbalancerDatabaseList?x=d5e67ba3-7d08-4867-be51-b8cac9a88047 2024-11-10 13:15:48,433 - ERROR - Ingress ctest-nginx-ingress-76458590 with uuid d5e67ba3-7d08-4867-be51-b8cac9a88047 still found in kube manager 2024-11-10 13:15:49,436 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_LoadbalancerDatabaseList?x=d5e67ba3-7d08-4867-be51-b8cac9a88047 2024-11-10 13:15:49,441 - INFO - Ingress ctest-nginx-ingress-76458590 with uuid d5e67ba3-7d08-4867-be51-b8cac9a88047 deleted successfully from kube manager 2024-11-10 13:15:49,442 - INFO - Verifications on Ingress %s cleanup passed 2024-11-10 13:15:49,443 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-10 13:15:49,553 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-10 13:15:49,569 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-10 13:15:49,569 - INFO - Deleting VN __public__ 2024-11-10 13:15:49,754 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/f5edd1bc-2a21-46c2-bd80-1eb6fd5e21c1 2024-11-10 13:15:49,761 - DEBUG - Response Code: 404 2024-11-10 13:15:49,761 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2024-11-10 13:15:49,772 - DEBUG - Requesting: http://10.0.0.30:8082/domain/3ed5c440-1eec-4183-a57b-5e56f9c3a5fe 2024-11-10 13:15:49,784 - DEBUG - Requesting: http://10.0.0.30:8082/project/ace87a45-0293-4b26-94ea-84be77f9b157 2024-11-10 13:15:49,835 - INFO - Validated that VN __public__ is not found in API Server 2024-11-10 13:15:49,835 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-10 13:15:49,844 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 13:15:49,875 - DEBUG - VN __public__ is not present in Agent 10.0.0.37 2024-11-10 13:15:49,875 - INFO - Validated that VN __public__ is not in any agent 2024-11-10 13:15:49,876 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 13:15:49,887 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 13:15:49,897 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-10 13:15:49,903 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-10 13:15:49,903 - INFO - Deleting pod default:ctest-nginx-pod-17733265 2024-11-10 13:15:49,919 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=e9c956a4-9b85-4efb-b398-75440edfd141 2024-11-10 13:15:49,932 - WARNING - Pod uuid e9c956a4-9b85-4efb-b398-75440edfd141 is still seen in agent 10.0.0.37 VM list 2024-11-10 13:15:54,933 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=e9c956a4-9b85-4efb-b398-75440edfd141 2024-11-10 13:15:54,939 - DEBUG - Pod e9c956a4-9b85-4efb-b398-75440edfd141 is not in agent 10.0.0.37 VM list 2024-11-10 13:15:54,939 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c474ccae-9f65-11ef-b735-fa163eb0552f 2024-11-10 13:15:54,945 - DEBUG - VMI c474ccae-9f65-11ef-b735-fa163eb0552f is removed from agent 10.0.0.37 2024-11-10 13:15:54,945 - INFO - Verified that pod ctest-nginx-pod-17733265 is removed in agent 2024-11-10 13:15:54,946 - INFO - Deleting pod default:ctest-nginx-pod-12244741 2024-11-10 13:15:54,958 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=e982dd71-81c0-44f2-b233-8225b6956d1f 2024-11-10 13:15:54,973 - WARNING - Pod uuid e982dd71-81c0-44f2-b233-8225b6956d1f is still seen in agent 10.0.0.37 VM list 2024-11-10 13:15:59,974 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=e982dd71-81c0-44f2-b233-8225b6956d1f 2024-11-10 13:15:59,981 - DEBUG - Pod e982dd71-81c0-44f2-b233-8225b6956d1f is not in agent 10.0.0.37 VM list 2024-11-10 13:15:59,981 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c401aaa8-9f65-11ef-b735-fa163eb0552f 2024-11-10 13:15:59,986 - DEBUG - VMI c401aaa8-9f65-11ef-b735-fa163eb0552f is removed from agent 10.0.0.37 2024-11-10 13:15:59,986 - INFO - Verified that pod ctest-nginx-pod-12244741 is removed in agent 2024-11-10 13:15:59,987 - INFO - Deleting service : ctest-nginx-svc-35269485 2024-11-10 13:16:00,243 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 13:16:00,250 - DEBUG - No XMPP flaps were noticed during the test