2025-01-15 03:02:50,630 - DEBUG - [10.0.0.29]: Running cmd : hostname 2025-01-15 03:02:50,904 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-927-1 2025-01-15 03:02:50,904 - DEBUG - [10.0.0.29]: Running cmd : hostname -f 2025-01-15 03:02:50,941 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-927-1 2025-01-15 03:02:50,941 - DEBUG - [10.0.0.29]: 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-01-15 03:02:51,020 - DEBUG - Output : NAMES contrail_test_Nd0tYhn0c contrail-kubernetes-master_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_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_dns_1 control_nodemgr_1 control_control_1 config_database_zookeeper_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_dnsmasq_1 config_api_svcmonitor_1 config_api_api_1 config_api_schema_1 2025-01-15 03:02:51,021 - DEBUG - [10.0.0.29]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-15 03:02:51,086 - DEBUG - Output : 10.0.0.29/24 172.17.0.1/16 2025-01-15 03:02:51,086 - DEBUG - [10.0.0.29]: Running cmd : getent hosts 10.0.0.29 | head -n 1 | awk '{print $2}' 2025-01-15 03:02:51,120 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-927-1 2025-01-15 03:02:51,205 - DEBUG - [10.0.0.35]: Running cmd : hostname 2025-01-15 03:02:51,440 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-927-1 2025-01-15 03:02:51,440 - DEBUG - [10.0.0.35]: Running cmd : hostname -f 2025-01-15 03:02:51,475 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-927-1 2025-01-15 03:02:51,476 - DEBUG - [10.0.0.35]: 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-01-15 03:02:51,553 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-15 03:02:51,554 - DEBUG - [10.0.0.35]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-15 03:02:51,588 - DEBUG - Output : 10.0.0.35/24 2025-01-15 03:02:51,589 - DEBUG - [10.0.0.35]: Running cmd : getent hosts 10.0.0.35 | head -n 1 | awk '{print $2}' 2025-01-15 03:02:51,624 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-927-1 2025-01-15 03:02:51,695 - INFO - Using existing project ['default-domain', 'k8s-default'](5606871a-d254-4d7e-aa55-087e7fdd2a78) 2025-01-15 03:02:51,798 - INFO - Using existing project ['default-domain', 'k8s-default'](5606871a-d254-4d7e-aa55-087e7fdd2a78) 2025-01-15 03:02:51,927 - INFO - ================================================================================ 2025-01-15 03:02:51,927 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-15 03:02:51,927 - 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-01-15 03:02:52,168 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 03:02:52,176 - DEBUG - Nothing to compare xmpp stats {'10.0.0.35': {'10.0.0.29': '0'}} with 2025-01-15 03:02:52,176 - INFO - Initial checks done. Running the testcase now 2025-01-15 03:02:52,176 - INFO - 2025-01-15 03:02:52,180 - INFO - Namespace default already exists 2025-01-15 03:02:52,180 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-15 03:02:52,287 - DEBUG - Output : cluster_project={} 2025-01-15 03:02:52,332 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-15 03:02:52,332 - DEBUG - Project uuid in Contrail is 5606871a-d254-4d7e-aa55-087e7fdd2a78 2025-01-15 03:02:52,332 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-15 03:02:52,452 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-15 03:02:52,452 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_NamespaceDatabaseList?namespace_uuid=903fd411-230a-440e-b9b7-befdb84942f8 2025-01-15 03:02:52,456 - INFO - Namespace default with uuid 903fd411-230a-440e-b9b7-befdb84942f8 found in kube manager 2025-01-15 03:02:52,456 - INFO - Namespace default verification passed 2025-01-15 03:02:52,459 - DEBUG - Service ctest-nginx-svc-08973069 not present 2025-01-15 03:02:52,459 - INFO - Creating service ctest-nginx-svc-08973069 2025-01-15 03:02:52,475 - INFO - Created Service ctest-nginx-svc-08973069 2025-01-15 03:02:52,478 - DEBUG - Pod ctest-nginx-pod-00785490 not present 2025-01-15 03:02:52,478 - INFO - Creating Pod ctest-nginx-pod-00785490 2025-01-15 03:02:52,539 - DEBUG - Pod : ctest-nginx-pod-00785490 UUID is 0d4d1add-b580-4971-a319-1a458c5ff6e6 2025-01-15 03:02:52,550 - DEBUG - Pod ctest-nginx-pod-89982387 not present 2025-01-15 03:02:52,551 - INFO - Creating Pod ctest-nginx-pod-89982387 2025-01-15 03:02:52,583 - DEBUG - Pod : ctest-nginx-pod-89982387 UUID is 57cf5d76-d889-4173-9f7d-4b829a629496 2025-01-15 03:02:52,774 - INFO - Created VN __public__, UUID :4b17e002-ee7a-4350-92a8-d79a9edb3993 2025-01-15 03:02:53,073 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-15 03:02:53,082 - DEBUG - Requesting: http://10.0.0.29:8082/domain/8a3c33b1-12aa-47af-8e01-88753af3adb6 2025-01-15 03:02:53,108 - DEBUG - Requesting: http://10.0.0.29:8082/project/5606871a-d254-4d7e-aa55-087e7fdd2a78 2025-01-15 03:02:53,238 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4b17e002-ee7a-4350-92a8-d79a9edb3993 2025-01-15 03:02:53,273 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4b17e002-ee7a-4350-92a8-d79a9edb3993 2025-01-15 03:02:53,287 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/0e6d464a-1a12-40b1-ae40-720f73725c78 2025-01-15 03:02:53,296 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/0e6d464a-1a12-40b1-ae40-720f73725c78 2025-01-15 03:02:53,333 - DEBUG - Route Targets: [] 2025-01-15 03:02:53,333 - DEBUG - RT names not yet present for VN __public__ 2025-01-15 03:02:58,333 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-15 03:02:58,340 - DEBUG - Requesting: http://10.0.0.29:8082/domain/8a3c33b1-12aa-47af-8e01-88753af3adb6 2025-01-15 03:02:58,348 - DEBUG - Requesting: http://10.0.0.29:8082/project/5606871a-d254-4d7e-aa55-087e7fdd2a78 2025-01-15 03:02:58,392 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4b17e002-ee7a-4350-92a8-d79a9edb3993 2025-01-15 03:02:58,402 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4b17e002-ee7a-4350-92a8-d79a9edb3993 2025-01-15 03:02:58,412 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/0e6d464a-1a12-40b1-ae40-720f73725c78 2025-01-15 03:02:58,421 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/0e6d464a-1a12-40b1-ae40-720f73725c78 2025-01-15 03:02:58,428 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/e4667cd7-14a4-48ee-9202-98684128bb46 2025-01-15 03:02:58,434 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-15 03:02:58,434 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4b17e002-ee7a-4350-92a8-d79a9edb3993 2025-01-15 03:02:58,444 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/0e6d464a-1a12-40b1-ae40-720f73725c78 2025-01-15 03:02:58,457 - INFO - Verified VN network id 13 for VN 4b17e002-ee7a-4350-92a8-d79a9edb3993 2025-01-15 03:02:58,457 - INFO - Verifications in API Server for VN __public__ passed 2025-01-15 03:02:58,458 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4b17e002-ee7a-4350-92a8-d79a9edb3993 2025-01-15 03:02:58,467 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/0e6d464a-1a12-40b1-ae40-720f73725c78 2025-01-15 03:02:58,476 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/0e6d464a-1a12-40b1-ae40-720f73725c78 2025-01-15 03:02:58,483 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/e4667cd7-14a4-48ee-9202-98684128bb46 2025-01-15 03:02:58,491 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-15 03:02:58,498 - DEBUG - Control-node 10.0.0.29 : 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': '5411039780504486736', 'uuid-lslong': '10567933584714971539'}, 'enable': 'true', 'created': '2025-01-15T03:02:52', 'last-modified': '2025-01-15T03:02:52', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.527104'} 2025-01-15 03:02:58,498 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 03:02:58,506 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-15 03:02:58,507 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-15 03:02:58,507 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-15 03:02:58,507 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-15 03:02:58,513 - DEBUG - Requesting: http://10.0.0.29:8082/domain/8a3c33b1-12aa-47af-8e01-88753af3adb6 2025-01-15 03:02:58,521 - DEBUG - Requesting: http://10.0.0.29:8082/project/5606871a-d254-4d7e-aa55-087e7fdd2a78 2025-01-15 03:02:58,568 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4b17e002-ee7a-4350-92a8-d79a9edb3993 2025-01-15 03:02:58,579 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-15 03:02:58,579 - DEBUG - Verifying the vn in opserver 2025-01-15 03:02:58,579 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.29 2025-01-15 03:02:58,579 - DEBUG - Requesting: http://10.0.0.29:8081/analytics/uves/virtual-networks 2025-01-15 03:02:58,584 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.29:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-01-15 03:02:58,584 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-15 03:02:58,584 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 03:02:58,593 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 03:02:58,600 - DEBUG - Do not have enough data to verify VN in agent 2025-01-15 03:02:58,600 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 03:02:58,607 - DEBUG - VRF ids for VN __public__: {} 2025-01-15 03:02:58,667 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-15 03:02:58,833 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-15 03:02:58,840 - DEBUG - Requesting: http://10.0.0.29:8082/domain/8a3c33b1-12aa-47af-8e01-88753af3adb6 2025-01-15 03:02:58,848 - DEBUG - Requesting: http://10.0.0.29:8082/project/5606871a-d254-4d7e-aa55-087e7fdd2a78 2025-01-15 03:02:58,899 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4b17e002-ee7a-4350-92a8-d79a9edb3993 2025-01-15 03:02:58,911 - DEBUG - Requesting: http://10.0.0.29:8082/floating-ip-pool/a6f83ef9-f759-469a-a0bd-c10f7a1d18ec 2025-01-15 03:02:58,917 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-15 03:02:58,923 - DEBUG - Requesting: http://10.0.0.29:8082/domain/8a3c33b1-12aa-47af-8e01-88753af3adb6 2025-01-15 03:02:58,937 - DEBUG - Requesting: http://10.0.0.29:8082/project/5606871a-d254-4d7e-aa55-087e7fdd2a78 2025-01-15 03:02:58,979 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/4b17e002-ee7a-4350-92a8-d79a9edb3993 2025-01-15 03:02:58,989 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-15 03:02:58,989 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-15 03:02:58,997 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-15 03:02:59,006 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-15 03:02:59,006 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-15 03:02:59,009 - DEBUG - Ingress ctest-nginx-ingress-39902275 not present 2025-01-15 03:02:59,010 - INFO - Creating Ingress ctest-nginx-ingress-39902275 2025-01-15 03:02:59,022 - INFO - Created Ingress ctest-nginx-ingress-39902275 2025-01-15 03:02:59,025 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-39902275 2025-01-15 03:03:02,030 - DEBUG - For Ingress ctest-nginx-ingress-39902275, Cluster IP: 10.47.255.249, External IPs ['112.157.128.124'] 2025-01-15 03:03:02,030 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-39902275 2025-01-15 03:03:02,030 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=3c535e60-09e0-4ac9-adb0-127989ffe9e9 2025-01-15 03:03:02,043 - INFO - Ingress ctest-nginx-ingress-39902275 with uuid 3c535e60-09e0-4ac9-adb0-127989ffe9e9 found in kube manager 2025-01-15 03:03:02,043 - INFO - Ingress ctest-nginx-ingress-39902275 verification passed 2025-01-15 03:03:02,046 - DEBUG - Pod ctest-busybox-pod-46515968 not present 2025-01-15 03:03:02,046 - INFO - Creating Pod ctest-busybox-pod-46515968 2025-01-15 03:03:02,060 - DEBUG - Node for Pod ctest-busybox-pod-46515968 not yet populated 2025-01-15 03:03:05,066 - DEBUG - Pod : ctest-busybox-pod-46515968 UUID is 0832041c-3a16-495d-8319-43dd26f0c562 2025-01-15 03:03:05,071 - DEBUG - Pod ctest-nginx-pod-00785490 not in running state.Currently in Pending 2025-01-15 03:03:10,077 - INFO - Pod ctest-nginx-pod-00785490 is in running state.Got IP 10.47.255.251 2025-01-15 03:03:10,091 - DEBUG - Pod ctest-nginx-pod-00785490 has vmi 36eacc10-d2ed-11ef-915e-fa163eb6883f 2025-01-15 03:03:10,092 - INFO - Verified pod ctest-nginx-pod-00785490 in contrail-api 2025-01-15 03:03:10,092 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 03:03:10,105 - DEBUG - VMI 36eacc10-d2ed-11ef-915e-fa163eb6883f is active in agent 10.0.0.35 2025-01-15 03:03:10,105 - INFO - Verified Pod ctest-nginx-pod-00785490 in agent 10.0.0.35 2025-01-15 03:03:10,105 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=0d4d1add-b580-4971-a319-1a458c5ff6e6 2025-01-15 03:03:10,110 - INFO - Pod ctest-nginx-pod-00785490 with uuid 0d4d1add-b580-4971-a319-1a458c5ff6e6 found in kube manager 2025-01-15 03:03:10,110 - INFO - Pod ctest-nginx-pod-00785490 verification passed 2025-01-15 03:03:10,199 - DEBUG - [Pod ctest-nginx-pod-00785490] Cmd: echo ctest-nginx-pod-00785490 > /usr/share/nginx/html/index.html, Output: 2025-01-15 03:03:10,205 - INFO - Pod ctest-nginx-pod-89982387 is in running state.Got IP 10.47.255.250 2025-01-15 03:03:10,219 - DEBUG - Pod ctest-nginx-pod-89982387 has vmi 37689b22-d2ed-11ef-915e-fa163eb6883f 2025-01-15 03:03:10,219 - INFO - Verified pod ctest-nginx-pod-89982387 in contrail-api 2025-01-15 03:03:10,219 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 03:03:10,231 - DEBUG - VMI 37689b22-d2ed-11ef-915e-fa163eb6883f is active in agent 10.0.0.35 2025-01-15 03:03:10,232 - INFO - Verified Pod ctest-nginx-pod-89982387 in agent 10.0.0.35 2025-01-15 03:03:10,232 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=57cf5d76-d889-4173-9f7d-4b829a629496 2025-01-15 03:03:10,237 - INFO - Pod ctest-nginx-pod-89982387 with uuid 57cf5d76-d889-4173-9f7d-4b829a629496 found in kube manager 2025-01-15 03:03:10,237 - INFO - Pod ctest-nginx-pod-89982387 verification passed 2025-01-15 03:03:10,296 - DEBUG - [Pod ctest-nginx-pod-89982387] Cmd: echo ctest-nginx-pod-89982387 > /usr/share/nginx/html/index.html, Output: 2025-01-15 03:03:10,302 - DEBUG - Pod ctest-busybox-pod-46515968 not in running state.Currently in Pending 2025-01-15 03:03:15,316 - DEBUG - Pod ctest-busybox-pod-46515968 not in running state.Currently in Pending 2025-01-15 03:03:20,322 - INFO - Pod ctest-busybox-pod-46515968 is in running state.Got IP 10.47.255.248 2025-01-15 03:03:20,381 - DEBUG - Pod ctest-busybox-pod-46515968 has vmi 3bc987b2-d2ed-11ef-915e-fa163eb6883f 2025-01-15 03:03:20,381 - INFO - Verified pod ctest-busybox-pod-46515968 in contrail-api 2025-01-15 03:03:20,381 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 03:03:20,394 - DEBUG - VMI 3bc987b2-d2ed-11ef-915e-fa163eb6883f is active in agent 10.0.0.35 2025-01-15 03:03:20,394 - INFO - Verified Pod ctest-busybox-pod-46515968 in agent 10.0.0.35 2025-01-15 03:03:20,394 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=0832041c-3a16-495d-8319-43dd26f0c562 2025-01-15 03:03:20,402 - INFO - Pod ctest-busybox-pod-46515968 with uuid 0832041c-3a16-495d-8319-43dd26f0c562 found in kube manager 2025-01-15 03:03:20,402 - INFO - Pod ctest-busybox-pod-46515968 verification passed 2025-01-15 03:03:20,473 - DEBUG - [Pod ctest-busybox-pod-46515968] 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-89982387 2025-01-15 03:03:20,473 - DEBUG - [Pod Pod ctest-busybox-pod-46515968] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 03:03:20,473 - DEBUG - [Pod Pod ctest-busybox-pod-46515968] 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-89982387 2025-01-15 03:03:20,538 - DEBUG - [Pod ctest-busybox-pod-46515968] 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-00785490 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-15 03:03:20,539 - DEBUG - [Pod Pod ctest-busybox-pod-46515968] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 03:03:20,539 - DEBUG - [Pod Pod ctest-busybox-pod-46515968] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-00785490 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-15 03:03:20,539 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-00785490': 1, 'ctest-nginx-pod-89982387': 1} 2025-01-15 03:03:20,539 - WARNING - Nothing to delete parallely 2025-01-15 03:03:20,540 - INFO - Deleting pod default:ctest-busybox-pod-46515968 2025-01-15 03:03:20,562 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0832041c-3a16-495d-8319-43dd26f0c562 2025-01-15 03:03:20,572 - WARNING - Pod uuid 0832041c-3a16-495d-8319-43dd26f0c562 is still seen in agent 10.0.0.35 VM list 2025-01-15 03:03:25,573 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0832041c-3a16-495d-8319-43dd26f0c562 2025-01-15 03:03:25,581 - WARNING - Pod uuid 0832041c-3a16-495d-8319-43dd26f0c562 is still seen in agent 10.0.0.35 VM list 2025-01-15 03:03:30,582 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0832041c-3a16-495d-8319-43dd26f0c562 2025-01-15 03:03:30,590 - WARNING - Pod uuid 0832041c-3a16-495d-8319-43dd26f0c562 is still seen in agent 10.0.0.35 VM list 2025-01-15 03:03:35,590 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0832041c-3a16-495d-8319-43dd26f0c562 2025-01-15 03:03:35,600 - WARNING - Pod uuid 0832041c-3a16-495d-8319-43dd26f0c562 is still seen in agent 10.0.0.35 VM list 2025-01-15 03:03:40,601 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0832041c-3a16-495d-8319-43dd26f0c562 2025-01-15 03:03:40,609 - WARNING - Pod uuid 0832041c-3a16-495d-8319-43dd26f0c562 is still seen in agent 10.0.0.35 VM list 2025-01-15 03:03:45,610 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0832041c-3a16-495d-8319-43dd26f0c562 2025-01-15 03:03:45,618 - WARNING - Pod uuid 0832041c-3a16-495d-8319-43dd26f0c562 is still seen in agent 10.0.0.35 VM list 2025-01-15 03:03:50,618 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0832041c-3a16-495d-8319-43dd26f0c562 2025-01-15 03:03:50,627 - WARNING - Pod uuid 0832041c-3a16-495d-8319-43dd26f0c562 is still seen in agent 10.0.0.35 VM list 2025-01-15 03:03:55,628 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0832041c-3a16-495d-8319-43dd26f0c562 2025-01-15 03:03:55,636 - DEBUG - Pod 0832041c-3a16-495d-8319-43dd26f0c562 is not in agent 10.0.0.35 VM list 2025-01-15 03:03:55,636 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3bc987b2-d2ed-11ef-915e-fa163eb6883f 2025-01-15 03:03:55,643 - DEBUG - VMI 3bc987b2-d2ed-11ef-915e-fa163eb6883f is removed from agent 10.0.0.35 2025-01-15 03:03:55,643 - INFO - Verified that pod ctest-busybox-pod-46515968 is removed in agent 2025-01-15 03:03:55,643 - INFO - Deleting Ingress : ctest-nginx-ingress-39902275 2025-01-15 03:03:55,650 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=3c535e60-09e0-4ac9-adb0-127989ffe9e9 2025-01-15 03:03:55,659 - ERROR - Ingress ctest-nginx-ingress-39902275 with uuid 3c535e60-09e0-4ac9-adb0-127989ffe9e9 still found in kube manager 2025-01-15 03:03:56,659 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=3c535e60-09e0-4ac9-adb0-127989ffe9e9 2025-01-15 03:03:56,664 - INFO - Ingress ctest-nginx-ingress-39902275 with uuid 3c535e60-09e0-4ac9-adb0-127989ffe9e9 deleted successfully from kube manager 2025-01-15 03:03:56,664 - INFO - Verifications on Ingress %s cleanup passed 2025-01-15 03:03:56,664 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-15 03:03:56,779 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-15 03:03:56,790 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-15 03:03:56,790 - INFO - Deleting VN __public__ 2025-01-15 03:03:56,955 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/0e6d464a-1a12-40b1-ae40-720f73725c78 2025-01-15 03:03:56,966 - DEBUG - Response Code: 404 2025-01-15 03:03:56,966 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-15 03:03:56,972 - DEBUG - Requesting: http://10.0.0.29:8082/domain/8a3c33b1-12aa-47af-8e01-88753af3adb6 2025-01-15 03:03:56,996 - DEBUG - Requesting: http://10.0.0.29:8082/project/5606871a-d254-4d7e-aa55-087e7fdd2a78 2025-01-15 03:03:57,080 - INFO - Validated that VN __public__ is not found in API Server 2025-01-15 03:03:57,080 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-15 03:03:57,091 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 03:03:57,103 - DEBUG - VN __public__ is not present in Agent 10.0.0.35 2025-01-15 03:03:57,103 - INFO - Validated that VN __public__ is not in any agent 2025-01-15 03:03:57,104 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 03:03:57,118 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 03:03:57,130 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-15 03:03:57,135 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-15 03:03:57,135 - INFO - Deleting pod default:ctest-nginx-pod-89982387 2025-01-15 03:03:57,147 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=57cf5d76-d889-4173-9f7d-4b829a629496 2025-01-15 03:03:57,172 - WARNING - Pod uuid 57cf5d76-d889-4173-9f7d-4b829a629496 is still seen in agent 10.0.0.35 VM list 2025-01-15 03:04:02,173 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=57cf5d76-d889-4173-9f7d-4b829a629496 2025-01-15 03:04:02,181 - DEBUG - Pod 57cf5d76-d889-4173-9f7d-4b829a629496 is not in agent 10.0.0.35 VM list 2025-01-15 03:04:02,181 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:37689b22-d2ed-11ef-915e-fa163eb6883f 2025-01-15 03:04:02,188 - DEBUG - VMI 37689b22-d2ed-11ef-915e-fa163eb6883f is removed from agent 10.0.0.35 2025-01-15 03:04:02,188 - INFO - Verified that pod ctest-nginx-pod-89982387 is removed in agent 2025-01-15 03:04:02,189 - INFO - Deleting pod default:ctest-nginx-pod-00785490 2025-01-15 03:04:02,201 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0d4d1add-b580-4971-a319-1a458c5ff6e6 2025-01-15 03:04:02,213 - WARNING - Pod uuid 0d4d1add-b580-4971-a319-1a458c5ff6e6 is still seen in agent 10.0.0.35 VM list 2025-01-15 03:04:07,214 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=0d4d1add-b580-4971-a319-1a458c5ff6e6 2025-01-15 03:04:07,223 - DEBUG - Pod 0d4d1add-b580-4971-a319-1a458c5ff6e6 is not in agent 10.0.0.35 VM list 2025-01-15 03:04:07,223 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:36eacc10-d2ed-11ef-915e-fa163eb6883f 2025-01-15 03:04:07,230 - DEBUG - VMI 36eacc10-d2ed-11ef-915e-fa163eb6883f is removed from agent 10.0.0.35 2025-01-15 03:04:07,230 - INFO - Verified that pod ctest-nginx-pod-00785490 is removed in agent 2025-01-15 03:04:07,231 - INFO - Deleting service : ctest-nginx-svc-08973069 2025-01-15 03:04:07,461 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 03:04:07,470 - DEBUG - No XMPP flaps were noticed during the test