2024-11-10 21:48:22,295 - DEBUG - [10.0.0.27]: Running cmd : hostname 2024-11-10 21:48:22,604 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-782-1 2024-11-10 21:48:22,604 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2024-11-10 21:48:22,657 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-782-1 2024-11-10 21:48:22,658 - DEBUG - [10.0.0.27]: 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 21:48:22,756 - DEBUG - Output : NAMES contrail_test_NHnIIQhLL contrail-kubernetes-master_kubemanager_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_api_1 config_api_dnsmasq_1 config_api_svcmonitor_1 config_api_schema_1 2024-11-10 21:48:22,756 - DEBUG - [10.0.0.27]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-10 21:48:22,841 - DEBUG - Output : 10.0.0.27/24 172.17.0.1/16 2024-11-10 21:48:22,841 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2024-11-10 21:48:22,886 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-782-1 2024-11-10 21:48:22,989 - DEBUG - [10.0.0.43]: Running cmd : hostname 2024-11-10 21:48:23,359 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-782-1 2024-11-10 21:48:23,360 - DEBUG - [10.0.0.43]: Running cmd : hostname -f 2024-11-10 21:48:23,554 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-782-1 2024-11-10 21:48:23,554 - DEBUG - [10.0.0.43]: 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 21:48:23,723 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-10 21:48:23,723 - DEBUG - [10.0.0.43]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-10 21:48:23,799 - DEBUG - Output : 10.0.0.43/24 2024-11-10 21:48:23,799 - DEBUG - [10.0.0.43]: Running cmd : getent hosts 10.0.0.43 | head -n 1 | awk '{print $2}' 2024-11-10 21:48:23,931 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-782-1 2024-11-10 21:48:24,052 - INFO - Using existing project ['default-domain', 'k8s-default'](aa8dc3e7-61a7-4f87-97a4-e4537a2644a4) 2024-11-10 21:48:24,196 - INFO - Using existing project ['default-domain', 'k8s-default'](aa8dc3e7-61a7-4f87-97a4-e4537a2644a4) 2024-11-10 21:48:24,345 - INFO - ================================================================================ 2024-11-10 21:48:24,346 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-10 21:48:24,346 - 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 21:48:24,695 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 21:48:24,714 - DEBUG - Nothing to compare xmpp stats {'10.0.0.43': {'10.0.0.27': '0'}} with 2024-11-10 21:48:24,714 - INFO - Initial checks done. Running the testcase now 2024-11-10 21:48:24,714 - INFO - 2024-11-10 21:48:24,719 - INFO - Namespace default already exists 2024-11-10 21:48:24,720 - DEBUG - [10.0.0.27]: 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 21:48:24,847 - DEBUG - Output : cluster_project={} 2024-11-10 21:48:24,911 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-10 21:48:24,911 - DEBUG - Project uuid in Contrail is aa8dc3e7-61a7-4f87-97a4-e4537a2644a4 2024-11-10 21:48:24,911 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-10 21:48:25,048 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-10 21:48:25,049 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_NamespaceDatabaseList?namespace_uuid=12398a5f-b637-4818-b979-da7be4cbeec1 2024-11-10 21:48:25,054 - INFO - Namespace default with uuid 12398a5f-b637-4818-b979-da7be4cbeec1 found in kube manager 2024-11-10 21:48:25,054 - INFO - Namespace default verification passed 2024-11-10 21:48:25,058 - DEBUG - Service ctest-nginx-svc-45120600 not present 2024-11-10 21:48:25,058 - INFO - Creating service ctest-nginx-svc-45120600 2024-11-10 21:48:25,075 - INFO - Created Service ctest-nginx-svc-45120600 2024-11-10 21:48:25,079 - DEBUG - Pod ctest-nginx-pod-68525228 not present 2024-11-10 21:48:25,080 - INFO - Creating Pod ctest-nginx-pod-68525228 2024-11-10 21:48:25,174 - DEBUG - Pod : ctest-nginx-pod-68525228 UUID is 10f6fb74-3467-464c-9087-0144df3b39ab 2024-11-10 21:48:25,183 - DEBUG - Pod ctest-nginx-pod-50559328 not present 2024-11-10 21:48:25,183 - INFO - Creating Pod ctest-nginx-pod-50559328 2024-11-10 21:48:25,230 - DEBUG - Pod : ctest-nginx-pod-50559328 UUID is 6bd2dedc-031f-4341-aece-85606b6f19dd 2024-11-10 21:48:25,542 - INFO - Created VN __public__, UUID :6da22214-5f48-4986-bd57-57d7d6eaf415 2024-11-10 21:48:25,855 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2024-11-10 21:48:25,864 - DEBUG - Requesting: http://10.0.0.27:8082/domain/d0b8c32b-4109-4226-9b9d-a94c3069bcb6 2024-11-10 21:48:25,929 - DEBUG - Requesting: http://10.0.0.27:8082/project/aa8dc3e7-61a7-4f87-97a4-e4537a2644a4 2024-11-10 21:48:26,028 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/6da22214-5f48-4986-bd57-57d7d6eaf415 2024-11-10 21:48:26,064 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/6da22214-5f48-4986-bd57-57d7d6eaf415 2024-11-10 21:48:26,097 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/e582c4c8-e85b-478f-9e4c-6607eb927703 2024-11-10 21:48:26,108 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/e582c4c8-e85b-478f-9e4c-6607eb927703 2024-11-10 21:48:26,127 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/de3053d8-f994-44bf-9fad-09d22ea4f7b5 2024-11-10 21:48:26,144 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-10 21:48:26,144 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/6da22214-5f48-4986-bd57-57d7d6eaf415 2024-11-10 21:48:26,198 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/e582c4c8-e85b-478f-9e4c-6607eb927703 2024-11-10 21:48:26,237 - INFO - Verified VN network id 13 for VN 6da22214-5f48-4986-bd57-57d7d6eaf415 2024-11-10 21:48:26,237 - INFO - Verifications in API Server for VN __public__ passed 2024-11-10 21:48:26,237 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/6da22214-5f48-4986-bd57-57d7d6eaf415 2024-11-10 21:48:26,257 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/e582c4c8-e85b-478f-9e4c-6607eb927703 2024-11-10 21:48:26,299 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/e582c4c8-e85b-478f-9e4c-6607eb927703 2024-11-10 21:48:26,324 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/de3053d8-f994-44bf-9fad-09d22ea4f7b5 2024-11-10 21:48:26,333 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-10 21:48:26,350 - DEBUG - Control-node 10.0.0.27 : 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': '7899914167254534534', 'uuid-lslong': '13643470180677514261'}, 'enable': 'true', 'created': '2024-11-10T21:48:25', 'last-modified': '2024-11-10T21:48:25', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.580681'} 2024-11-10 21:48:26,350 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 21:48:26,366 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-10 21:48:26,366 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-10 21:48:26,367 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-10 21:48:26,367 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2024-11-10 21:48:26,379 - DEBUG - Requesting: http://10.0.0.27:8082/domain/d0b8c32b-4109-4226-9b9d-a94c3069bcb6 2024-11-10 21:48:26,421 - DEBUG - Requesting: http://10.0.0.27:8082/project/aa8dc3e7-61a7-4f87-97a4-e4537a2644a4 2024-11-10 21:48:26,555 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/6da22214-5f48-4986-bd57-57d7d6eaf415 2024-11-10 21:48:26,576 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-10 21:48:26,576 - DEBUG - Verifying the vn in opserver 2024-11-10 21:48:26,577 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.27 2024-11-10 21:48:26,577 - DEBUG - Requesting: http://10.0.0.27:8081/analytics/uves/virtual-networks 2024-11-10 21:48:26,598 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.27:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-10 21:48:26,598 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-10 21:48:26,598 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 21:48:26,625 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 21:48:26,644 - DEBUG - Do not have enough data to verify VN in agent 2024-11-10 21:48:26,644 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 21:48:26,661 - DEBUG - VRF ids for VN __public__: {} 2024-11-10 21:48:26,822 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-10 21:48:27,060 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2024-11-10 21:48:27,070 - DEBUG - Requesting: http://10.0.0.27:8082/domain/d0b8c32b-4109-4226-9b9d-a94c3069bcb6 2024-11-10 21:48:27,094 - DEBUG - Requesting: http://10.0.0.27:8082/project/aa8dc3e7-61a7-4f87-97a4-e4537a2644a4 2024-11-10 21:48:27,207 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/6da22214-5f48-4986-bd57-57d7d6eaf415 2024-11-10 21:48:27,274 - DEBUG - Requesting: http://10.0.0.27:8082/floating-ip-pool/5b4b186d-9a23-4973-a8db-4c314146b981 2024-11-10 21:48:27,292 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2024-11-10 21:48:27,305 - DEBUG - Requesting: http://10.0.0.27:8082/domain/d0b8c32b-4109-4226-9b9d-a94c3069bcb6 2024-11-10 21:48:27,321 - DEBUG - Requesting: http://10.0.0.27:8082/project/aa8dc3e7-61a7-4f87-97a4-e4537a2644a4 2024-11-10 21:48:27,445 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/6da22214-5f48-4986-bd57-57d7d6eaf415 2024-11-10 21:48:27,479 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-10 21:48:27,479 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-10 21:48:27,511 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-10 21:48:27,529 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-10 21:48:27,529 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-10 21:48:27,537 - DEBUG - Ingress ctest-nginx-ingress-96386322 not present 2024-11-10 21:48:27,541 - INFO - Creating Ingress ctest-nginx-ingress-96386322 2024-11-10 21:48:27,553 - INFO - Created Ingress ctest-nginx-ingress-96386322 2024-11-10 21:48:27,557 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-96386322 2024-11-10 21:48:30,563 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-96386322 2024-11-10 21:48:33,569 - DEBUG - For Ingress ctest-nginx-ingress-96386322, Cluster IP: 10.47.255.249, External IPs ['193.178.177.124'] 2024-11-10 21:48:33,569 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-96386322 2024-11-10 21:48:33,569 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=23b2a54c-08a4-4503-a55b-1a6e218f290b 2024-11-10 21:48:33,576 - INFO - Ingress ctest-nginx-ingress-96386322 with uuid 23b2a54c-08a4-4503-a55b-1a6e218f290b found in kube manager 2024-11-10 21:48:33,576 - INFO - Ingress ctest-nginx-ingress-96386322 verification passed 2024-11-10 21:48:33,580 - DEBUG - Pod ctest-busybox-pod-82231876 not present 2024-11-10 21:48:33,580 - INFO - Creating Pod ctest-busybox-pod-82231876 2024-11-10 21:48:33,612 - DEBUG - Pod : ctest-busybox-pod-82231876 UUID is ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:48:33,620 - DEBUG - Pod ctest-nginx-pod-68525228 not in running state.Currently in Pending 2024-11-10 21:48:38,626 - DEBUG - Pod ctest-nginx-pod-68525228 not in running state.Currently in Pending 2024-11-10 21:48:43,635 - INFO - Pod ctest-nginx-pod-68525228 is in running state.Got IP 10.47.255.251 2024-11-10 21:48:43,660 - DEBUG - Pod ctest-nginx-pod-68525228 has vmi 84b55bb8-9fad-11ef-b47f-fa163e7a64e6 2024-11-10 21:48:43,660 - INFO - Verified pod ctest-nginx-pod-68525228 in contrail-api 2024-11-10 21:48:43,660 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 21:48:43,688 - DEBUG - VMI 84b55bb8-9fad-11ef-b47f-fa163e7a64e6 is active in agent 10.0.0.43 2024-11-10 21:48:43,689 - INFO - Verified Pod ctest-nginx-pod-68525228 in agent 10.0.0.43 2024-11-10 21:48:43,689 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=10f6fb74-3467-464c-9087-0144df3b39ab 2024-11-10 21:48:43,697 - INFO - Pod ctest-nginx-pod-68525228 with uuid 10f6fb74-3467-464c-9087-0144df3b39ab found in kube manager 2024-11-10 21:48:43,697 - INFO - Pod ctest-nginx-pod-68525228 verification passed 2024-11-10 21:48:43,812 - DEBUG - [Pod ctest-nginx-pod-68525228] Cmd: echo ctest-nginx-pod-68525228 > /usr/share/nginx/html/index.html, Output: 2024-11-10 21:48:43,820 - INFO - Pod ctest-nginx-pod-50559328 is in running state.Got IP 10.47.255.250 2024-11-10 21:48:43,844 - DEBUG - Pod ctest-nginx-pod-50559328 has vmi 85421c7e-9fad-11ef-b47f-fa163e7a64e6 2024-11-10 21:48:43,844 - INFO - Verified pod ctest-nginx-pod-50559328 in contrail-api 2024-11-10 21:48:43,844 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 21:48:43,867 - DEBUG - VMI 85421c7e-9fad-11ef-b47f-fa163e7a64e6 is active in agent 10.0.0.43 2024-11-10 21:48:43,867 - INFO - Verified Pod ctest-nginx-pod-50559328 in agent 10.0.0.43 2024-11-10 21:48:43,867 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=6bd2dedc-031f-4341-aece-85606b6f19dd 2024-11-10 21:48:43,874 - INFO - Pod ctest-nginx-pod-50559328 with uuid 6bd2dedc-031f-4341-aece-85606b6f19dd found in kube manager 2024-11-10 21:48:43,874 - INFO - Pod ctest-nginx-pod-50559328 verification passed 2024-11-10 21:48:43,961 - DEBUG - [Pod ctest-nginx-pod-50559328] Cmd: echo ctest-nginx-pod-50559328 > /usr/share/nginx/html/index.html, Output: 2024-11-10 21:48:43,970 - DEBUG - Pod ctest-busybox-pod-82231876 not in running state.Currently in Pending 2024-11-10 21:48:48,977 - INFO - Pod ctest-busybox-pod-82231876 is in running state.Got IP 10.47.255.248 2024-11-10 21:48:49,040 - DEBUG - Pod ctest-busybox-pod-82231876 has vmi 88693c66-9fad-11ef-b47f-fa163e7a64e6 2024-11-10 21:48:49,040 - INFO - Verified pod ctest-busybox-pod-82231876 in contrail-api 2024-11-10 21:48:49,040 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 21:48:49,065 - DEBUG - VMI 88693c66-9fad-11ef-b47f-fa163e7a64e6 is active in agent 10.0.0.43 2024-11-10 21:48:49,066 - INFO - Verified Pod ctest-busybox-pod-82231876 in agent 10.0.0.43 2024-11-10 21:48:49,066 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:48:49,071 - INFO - Pod ctest-busybox-pod-82231876 with uuid ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 found in kube manager 2024-11-10 21:48:49,071 - INFO - Pod ctest-busybox-pod-82231876 verification passed 2024-11-10 21:48:49,184 - DEBUG - [Pod ctest-busybox-pod-82231876] 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-50559328 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-10 21:48:49,184 - DEBUG - [Pod Pod ctest-busybox-pod-82231876] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 21:48:49,184 - DEBUG - [Pod Pod ctest-busybox-pod-82231876] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-50559328 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-10 21:48:49,285 - DEBUG - [Pod ctest-busybox-pod-82231876] 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-50559328 2024-11-10 21:48:49,285 - DEBUG - [Pod Pod ctest-busybox-pod-82231876] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 21:48:49,285 - DEBUG - [Pod Pod ctest-busybox-pod-82231876] 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-50559328 2024-11-10 21:48:49,350 - DEBUG - [Pod ctest-busybox-pod-82231876] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-50559328 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 21:48:49,350 - DEBUG - [Pod Pod ctest-busybox-pod-82231876] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 21:48:49,350 - DEBUG - [Pod Pod ctest-busybox-pod-82231876] Cmd output: ctest-nginx-pod-50559328 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 21:48:49,419 - DEBUG - [Pod ctest-busybox-pod-82231876] 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-68525228 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-10 21:48:49,419 - DEBUG - [Pod Pod ctest-busybox-pod-82231876] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 21:48:49,419 - DEBUG - [Pod Pod ctest-busybox-pod-82231876] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-68525228 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-10 21:48:49,419 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-68525228': 1, 'ctest-nginx-pod-50559328': 3} 2024-11-10 21:48:49,419 - WARNING - Nothing to delete parallely 2024-11-10 21:48:49,420 - INFO - Deleting pod default:ctest-busybox-pod-82231876 2024-11-10 21:48:49,436 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:48:49,446 - WARNING - Pod uuid ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 is still seen in agent 10.0.0.43 VM list 2024-11-10 21:48:54,447 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:48:54,461 - WARNING - Pod uuid ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 is still seen in agent 10.0.0.43 VM list 2024-11-10 21:48:59,463 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:48:59,476 - WARNING - Pod uuid ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 is still seen in agent 10.0.0.43 VM list 2024-11-10 21:49:04,477 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:49:04,488 - WARNING - Pod uuid ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 is still seen in agent 10.0.0.43 VM list 2024-11-10 21:49:09,489 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:49:09,513 - WARNING - Pod uuid ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 is still seen in agent 10.0.0.43 VM list 2024-11-10 21:49:14,513 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:49:14,524 - WARNING - Pod uuid ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 is still seen in agent 10.0.0.43 VM list 2024-11-10 21:49:19,526 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:49:19,536 - WARNING - Pod uuid ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 is still seen in agent 10.0.0.43 VM list 2024-11-10 21:49:24,548 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:49:24,570 - WARNING - Pod uuid ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 is still seen in agent 10.0.0.43 VM list 2024-11-10 21:49:29,571 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:49:29,581 - WARNING - Pod uuid ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 is still seen in agent 10.0.0.43 VM list 2024-11-10 21:49:34,583 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:49:34,604 - WARNING - Pod uuid ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 is still seen in agent 10.0.0.43 VM list 2024-11-10 21:49:39,607 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:49:39,698 - WARNING - Pod uuid ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 is still seen in agent 10.0.0.43 VM list 2024-11-10 21:49:44,699 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:49:44,715 - WARNING - Pod uuid ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 is still seen in agent 10.0.0.43 VM list 2024-11-10 21:49:49,716 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 2024-11-10 21:49:49,730 - DEBUG - Pod ab4bccac-39f0-4d8a-a8d2-e1e69ff137b8 is not in agent 10.0.0.43 VM list 2024-11-10 21:49:49,730 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:88693c66-9fad-11ef-b47f-fa163e7a64e6 2024-11-10 21:49:49,745 - DEBUG - VMI 88693c66-9fad-11ef-b47f-fa163e7a64e6 is removed from agent 10.0.0.43 2024-11-10 21:49:49,745 - INFO - Verified that pod ctest-busybox-pod-82231876 is removed in agent 2024-11-10 21:49:49,745 - INFO - Deleting Ingress : ctest-nginx-ingress-96386322 2024-11-10 21:49:49,754 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=23b2a54c-08a4-4503-a55b-1a6e218f290b 2024-11-10 21:49:49,762 - ERROR - Ingress ctest-nginx-ingress-96386322 with uuid 23b2a54c-08a4-4503-a55b-1a6e218f290b still found in kube manager 2024-11-10 21:49:50,764 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=23b2a54c-08a4-4503-a55b-1a6e218f290b 2024-11-10 21:49:50,772 - INFO - Ingress ctest-nginx-ingress-96386322 with uuid 23b2a54c-08a4-4503-a55b-1a6e218f290b deleted successfully from kube manager 2024-11-10 21:49:50,772 - INFO - Verifications on Ingress %s cleanup passed 2024-11-10 21:49:50,772 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-10 21:49:50,870 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-10 21:49:50,878 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-10 21:49:50,878 - INFO - Deleting VN __public__ 2024-11-10 21:49:51,079 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/e582c4c8-e85b-478f-9e4c-6607eb927703 2024-11-10 21:49:51,089 - DEBUG - Response Code: 404 2024-11-10 21:49:51,089 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2024-11-10 21:49:51,102 - DEBUG - Requesting: http://10.0.0.27:8082/domain/d0b8c32b-4109-4226-9b9d-a94c3069bcb6 2024-11-10 21:49:51,119 - DEBUG - Requesting: http://10.0.0.27:8082/project/aa8dc3e7-61a7-4f87-97a4-e4537a2644a4 2024-11-10 21:49:51,188 - INFO - Validated that VN __public__ is not found in API Server 2024-11-10 21:49:51,188 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-10 21:49:51,210 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 21:49:51,233 - DEBUG - VN __public__ is not present in Agent 10.0.0.43 2024-11-10 21:49:51,233 - INFO - Validated that VN __public__ is not in any agent 2024-11-10 21:49:51,233 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 21:49:51,247 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 21:49:51,254 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-10 21:49:51,260 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-10 21:49:51,261 - INFO - Deleting pod default:ctest-nginx-pod-50559328 2024-11-10 21:49:51,292 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=6bd2dedc-031f-4341-aece-85606b6f19dd 2024-11-10 21:49:51,314 - WARNING - Pod uuid 6bd2dedc-031f-4341-aece-85606b6f19dd is still seen in agent 10.0.0.43 VM list 2024-11-10 21:49:56,315 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=6bd2dedc-031f-4341-aece-85606b6f19dd 2024-11-10 21:49:56,330 - DEBUG - Pod 6bd2dedc-031f-4341-aece-85606b6f19dd is not in agent 10.0.0.43 VM list 2024-11-10 21:49:56,330 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:85421c7e-9fad-11ef-b47f-fa163e7a64e6 2024-11-10 21:49:56,342 - DEBUG - VMI 85421c7e-9fad-11ef-b47f-fa163e7a64e6 is removed from agent 10.0.0.43 2024-11-10 21:49:56,342 - INFO - Verified that pod ctest-nginx-pod-50559328 is removed in agent 2024-11-10 21:49:56,342 - INFO - Deleting pod default:ctest-nginx-pod-68525228 2024-11-10 21:49:56,357 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=10f6fb74-3467-464c-9087-0144df3b39ab 2024-11-10 21:49:56,389 - WARNING - Pod uuid 10f6fb74-3467-464c-9087-0144df3b39ab is still seen in agent 10.0.0.43 VM list 2024-11-10 21:50:01,389 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_VmListReq?uuid=10f6fb74-3467-464c-9087-0144df3b39ab 2024-11-10 21:50:01,397 - DEBUG - Pod 10f6fb74-3467-464c-9087-0144df3b39ab is not in agent 10.0.0.43 VM list 2024-11-10 21:50:01,397 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:84b55bb8-9fad-11ef-b47f-fa163e7a64e6 2024-11-10 21:50:01,404 - DEBUG - VMI 84b55bb8-9fad-11ef-b47f-fa163e7a64e6 is removed from agent 10.0.0.43 2024-11-10 21:50:01,405 - INFO - Verified that pod ctest-nginx-pod-68525228 is removed in agent 2024-11-10 21:50:01,405 - INFO - Deleting service : ctest-nginx-svc-45120600 2024-11-10 21:50:01,713 - DEBUG - Requesting: http://10.0.0.43:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 21:50:01,729 - DEBUG - No XMPP flaps were noticed during the test