2025-01-07 11:35:00,147 - DEBUG - [10.0.0.29]: Running cmd : hostname 2025-01-07 11:35:00,410 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-901-1 2025-01-07 11:35:00,411 - DEBUG - [10.0.0.29]: Running cmd : hostname -f 2025-01-07 11:35:00,445 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-901-1 2025-01-07 11:35:00,445 - 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-07 11:35:00,559 - DEBUG - Output : NAMES contrail_test_Z5o87e0d1 contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_api_1 config_api_nodemgr_1 config_api_schema_1 config_api_dnsmasq_1 2025-01-07 11:35:00,559 - DEBUG - [10.0.0.29]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-07 11:35:00,603 - DEBUG - Output : 10.0.0.29/24 172.17.0.1/16 2025-01-07 11:35:00,603 - DEBUG - [10.0.0.29]: Running cmd : getent hosts 10.0.0.29 | head -n 1 | awk '{print $2}' 2025-01-07 11:35:00,647 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-901-1 2025-01-07 11:35:00,754 - DEBUG - [10.0.0.52]: Running cmd : hostname 2025-01-07 11:35:00,985 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-901-1 2025-01-07 11:35:00,985 - DEBUG - [10.0.0.52]: Running cmd : hostname -f 2025-01-07 11:35:01,010 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-901-1 2025-01-07 11:35:01,010 - DEBUG - [10.0.0.52]: 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-07 11:35:01,064 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-07 11:35:01,065 - DEBUG - [10.0.0.52]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-07 11:35:01,132 - DEBUG - Output : 10.0.0.52/24 2025-01-07 11:35:01,133 - DEBUG - [10.0.0.52]: Running cmd : getent hosts 10.0.0.52 | head -n 1 | awk '{print $2}' 2025-01-07 11:35:01,167 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-901-1 2025-01-07 11:35:01,241 - INFO - Using existing project ['default-domain', 'k8s-default'](ad93aac0-20a2-4c33-83ad-de1ad9031c8e) 2025-01-07 11:35:01,355 - INFO - Using existing project ['default-domain', 'k8s-default'](ad93aac0-20a2-4c33-83ad-de1ad9031c8e) 2025-01-07 11:35:01,492 - INFO - ================================================================================ 2025-01-07 11:35:01,493 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-07 11:35:01,493 - 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-07 11:35:01,692 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-07 11:35:01,700 - DEBUG - Nothing to compare xmpp stats {'10.0.0.52': {'10.0.0.29': '0'}} with 2025-01-07 11:35:01,701 - INFO - Initial checks done. Running the testcase now 2025-01-07 11:35:01,701 - INFO - 2025-01-07 11:35:01,704 - INFO - Namespace default already exists 2025-01-07 11:35:01,705 - 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-07 11:35:01,810 - DEBUG - Output : cluster_project={} 2025-01-07 11:35:01,851 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-07 11:35:01,851 - DEBUG - Project uuid in Contrail is ad93aac0-20a2-4c33-83ad-de1ad9031c8e 2025-01-07 11:35:01,852 - 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-07 11:35:01,969 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-07 11:35:01,969 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_NamespaceDatabaseList?namespace_uuid=4e794a64-90c4-40f3-bbf0-5c3af56605e3 2025-01-07 11:35:01,974 - INFO - Namespace default with uuid 4e794a64-90c4-40f3-bbf0-5c3af56605e3 found in kube manager 2025-01-07 11:35:01,974 - INFO - Namespace default verification passed 2025-01-07 11:35:01,976 - DEBUG - Service ctest-nginx-svc-17771353 not present 2025-01-07 11:35:01,976 - INFO - Creating service ctest-nginx-svc-17771353 2025-01-07 11:35:02,006 - INFO - Created Service ctest-nginx-svc-17771353 2025-01-07 11:35:02,027 - DEBUG - Pod ctest-nginx-pod-30536084 not present 2025-01-07 11:35:02,028 - INFO - Creating Pod ctest-nginx-pod-30536084 2025-01-07 11:35:02,091 - DEBUG - Pod : ctest-nginx-pod-30536084 UUID is 7bb46d66-87b1-45a5-9cd7-da5be8b106d5 2025-01-07 11:35:02,096 - DEBUG - Pod ctest-nginx-pod-75939978 not present 2025-01-07 11:35:02,097 - INFO - Creating Pod ctest-nginx-pod-75939978 2025-01-07 11:35:02,121 - DEBUG - Pod : ctest-nginx-pod-75939978 UUID is 5296ec3e-50df-41c1-ac6b-ac89cc15f4dd 2025-01-07 11:35:02,330 - INFO - Created VN __public__, UUID :d08917ac-2b68-4ae4-885b-40b5185f3f4b 2025-01-07 11:35:02,631 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-07 11:35:02,642 - DEBUG - Requesting: http://10.0.0.29:8082/domain/b1801f03-4de1-4687-9fa8-56006a7cf314 2025-01-07 11:35:02,673 - DEBUG - Requesting: http://10.0.0.29:8082/project/ad93aac0-20a2-4c33-83ad-de1ad9031c8e 2025-01-07 11:35:02,757 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/d08917ac-2b68-4ae4-885b-40b5185f3f4b 2025-01-07 11:35:02,787 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/d08917ac-2b68-4ae4-885b-40b5185f3f4b 2025-01-07 11:35:02,807 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/58a09a05-0014-4d35-ae57-b09819afe75f 2025-01-07 11:35:02,827 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/58a09a05-0014-4d35-ae57-b09819afe75f 2025-01-07 11:35:02,850 - DEBUG - Route Targets: [] 2025-01-07 11:35:02,850 - DEBUG - RT names not yet present for VN __public__ 2025-01-07 11:35:07,851 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-07 11:35:07,858 - DEBUG - Requesting: http://10.0.0.29:8082/domain/b1801f03-4de1-4687-9fa8-56006a7cf314 2025-01-07 11:35:07,867 - DEBUG - Requesting: http://10.0.0.29:8082/project/ad93aac0-20a2-4c33-83ad-de1ad9031c8e 2025-01-07 11:35:07,923 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/d08917ac-2b68-4ae4-885b-40b5185f3f4b 2025-01-07 11:35:07,932 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/d08917ac-2b68-4ae4-885b-40b5185f3f4b 2025-01-07 11:35:07,940 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/58a09a05-0014-4d35-ae57-b09819afe75f 2025-01-07 11:35:07,947 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/58a09a05-0014-4d35-ae57-b09819afe75f 2025-01-07 11:35:07,953 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/f45f5738-7c20-442a-99d2-0c417184ceda 2025-01-07 11:35:07,959 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-07 11:35:07,959 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/d08917ac-2b68-4ae4-885b-40b5185f3f4b 2025-01-07 11:35:07,967 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/58a09a05-0014-4d35-ae57-b09819afe75f 2025-01-07 11:35:07,980 - INFO - Verified VN network id 13 for VN d08917ac-2b68-4ae4-885b-40b5185f3f4b 2025-01-07 11:35:07,980 - INFO - Verifications in API Server for VN __public__ passed 2025-01-07 11:35:07,980 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/d08917ac-2b68-4ae4-885b-40b5185f3f4b 2025-01-07 11:35:07,989 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/58a09a05-0014-4d35-ae57-b09819afe75f 2025-01-07 11:35:07,997 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/58a09a05-0014-4d35-ae57-b09819afe75f 2025-01-07 11:35:08,007 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/f45f5738-7c20-442a-99d2-0c417184ceda 2025-01-07 11:35:08,013 - 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-07 11:35:08,019 - 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': '15026567659928439524', 'uuid-lslong': '9825518158581022539'}, 'enable': 'true', 'created': '2025-01-07T11:35:02', 'last-modified': '2025-01-07T11:35:02', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.502723'} 2025-01-07 11:35:08,019 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-07 11:35:08,025 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-07 11:35:08,025 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-07 11:35:08,026 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-07 11:35:08,026 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-07 11:35:08,031 - DEBUG - Requesting: http://10.0.0.29:8082/domain/b1801f03-4de1-4687-9fa8-56006a7cf314 2025-01-07 11:35:08,038 - DEBUG - Requesting: http://10.0.0.29:8082/project/ad93aac0-20a2-4c33-83ad-de1ad9031c8e 2025-01-07 11:35:08,080 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/d08917ac-2b68-4ae4-885b-40b5185f3f4b 2025-01-07 11:35:08,089 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-07 11:35:08,089 - DEBUG - Verifying the vn in opserver 2025-01-07 11:35:08,089 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.29 2025-01-07 11:35:08,089 - DEBUG - Requesting: http://10.0.0.29:8081/analytics/uves/virtual-networks 2025-01-07 11:35:08,094 - 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-07 11:35:08,094 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-07 11:35:08,094 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-07 11:35:08,103 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-07 11:35:08,110 - DEBUG - Do not have enough data to verify VN in agent 2025-01-07 11:35:08,110 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-07 11:35:08,120 - DEBUG - VRF ids for VN __public__: {} 2025-01-07 11:35:08,212 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-07 11:35:08,318 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-07 11:35:08,323 - DEBUG - Requesting: http://10.0.0.29:8082/domain/b1801f03-4de1-4687-9fa8-56006a7cf314 2025-01-07 11:35:08,330 - DEBUG - Requesting: http://10.0.0.29:8082/project/ad93aac0-20a2-4c33-83ad-de1ad9031c8e 2025-01-07 11:35:08,377 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/d08917ac-2b68-4ae4-885b-40b5185f3f4b 2025-01-07 11:35:08,390 - DEBUG - Requesting: http://10.0.0.29:8082/floating-ip-pool/1cac6aa7-cb85-45f5-a7f0-d33ff8065b6c 2025-01-07 11:35:08,396 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-07 11:35:08,402 - DEBUG - Requesting: http://10.0.0.29:8082/domain/b1801f03-4de1-4687-9fa8-56006a7cf314 2025-01-07 11:35:08,411 - DEBUG - Requesting: http://10.0.0.29:8082/project/ad93aac0-20a2-4c33-83ad-de1ad9031c8e 2025-01-07 11:35:08,479 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/d08917ac-2b68-4ae4-885b-40b5185f3f4b 2025-01-07 11:35:08,494 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-07 11:35:08,494 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-07 11:35:08,503 - 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-07 11:35:08,510 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-07 11:35:08,510 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-07 11:35:08,513 - DEBUG - Ingress ctest-nginx-ingress-67957007 not present 2025-01-07 11:35:08,513 - INFO - Creating Ingress ctest-nginx-ingress-67957007 2025-01-07 11:35:08,519 - INFO - Created Ingress ctest-nginx-ingress-67957007 2025-01-07 11:35:08,522 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-67957007 2025-01-07 11:35:11,528 - DEBUG - For Ingress ctest-nginx-ingress-67957007, Cluster IP: 10.47.255.249, External IPs ['4.39.122.60'] 2025-01-07 11:35:11,528 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-67957007 2025-01-07 11:35:11,528 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=399632e4-bb38-49dc-a067-22af449fabcb 2025-01-07 11:35:11,532 - INFO - Ingress ctest-nginx-ingress-67957007 with uuid 399632e4-bb38-49dc-a067-22af449fabcb found in kube manager 2025-01-07 11:35:11,532 - INFO - Ingress ctest-nginx-ingress-67957007 verification passed 2025-01-07 11:35:11,535 - DEBUG - Pod ctest-busybox-pod-35425792 not present 2025-01-07 11:35:11,535 - INFO - Creating Pod ctest-busybox-pod-35425792 2025-01-07 11:35:11,571 - DEBUG - Pod : ctest-busybox-pod-35425792 UUID is 27800f24-0720-45a4-8d16-277a43506677 2025-01-07 11:35:11,575 - DEBUG - Pod ctest-nginx-pod-30536084 not in running state.Currently in Pending 2025-01-07 11:35:16,583 - DEBUG - Pod ctest-nginx-pod-30536084 not in running state.Currently in Pending 2025-01-07 11:35:21,590 - INFO - Pod ctest-nginx-pod-30536084 is in running state.Got IP 10.47.255.251 2025-01-07 11:35:21,603 - DEBUG - Pod ctest-nginx-pod-30536084 has vmi 6fd65f2e-cceb-11ef-8788-fa163eaa6089 2025-01-07 11:35:21,603 - INFO - Verified pod ctest-nginx-pod-30536084 in contrail-api 2025-01-07 11:35:21,603 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-07 11:35:21,617 - DEBUG - VMI 6fd65f2e-cceb-11ef-8788-fa163eaa6089 is active in agent 10.0.0.52 2025-01-07 11:35:21,617 - INFO - Verified Pod ctest-nginx-pod-30536084 in agent 10.0.0.52 2025-01-07 11:35:21,617 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=7bb46d66-87b1-45a5-9cd7-da5be8b106d5 2025-01-07 11:35:21,621 - INFO - Pod ctest-nginx-pod-30536084 with uuid 7bb46d66-87b1-45a5-9cd7-da5be8b106d5 found in kube manager 2025-01-07 11:35:21,621 - INFO - Pod ctest-nginx-pod-30536084 verification passed 2025-01-07 11:35:21,693 - DEBUG - [Pod ctest-nginx-pod-30536084] Cmd: echo ctest-nginx-pod-30536084 > /usr/share/nginx/html/index.html, Output: 2025-01-07 11:35:21,699 - INFO - Pod ctest-nginx-pod-75939978 is in running state.Got IP 10.47.255.250 2025-01-07 11:35:21,759 - DEBUG - Pod ctest-nginx-pod-75939978 has vmi 704d6290-cceb-11ef-8788-fa163eaa6089 2025-01-07 11:35:21,759 - INFO - Verified pod ctest-nginx-pod-75939978 in contrail-api 2025-01-07 11:35:21,759 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-07 11:35:21,770 - DEBUG - VMI 704d6290-cceb-11ef-8788-fa163eaa6089 is active in agent 10.0.0.52 2025-01-07 11:35:21,770 - INFO - Verified Pod ctest-nginx-pod-75939978 in agent 10.0.0.52 2025-01-07 11:35:21,770 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=5296ec3e-50df-41c1-ac6b-ac89cc15f4dd 2025-01-07 11:35:21,774 - INFO - Pod ctest-nginx-pod-75939978 with uuid 5296ec3e-50df-41c1-ac6b-ac89cc15f4dd found in kube manager 2025-01-07 11:35:21,774 - INFO - Pod ctest-nginx-pod-75939978 verification passed 2025-01-07 11:35:21,844 - DEBUG - [Pod ctest-nginx-pod-75939978] Cmd: echo ctest-nginx-pod-75939978 > /usr/share/nginx/html/index.html, Output: 2025-01-07 11:35:21,849 - DEBUG - Pod ctest-busybox-pod-35425792 not in running state.Currently in Pending 2025-01-07 11:35:26,856 - INFO - Pod ctest-busybox-pod-35425792 is in running state.Got IP 10.47.255.248 2025-01-07 11:35:26,870 - DEBUG - Pod ctest-busybox-pod-35425792 has vmi 749fc036-cceb-11ef-8788-fa163eaa6089 2025-01-07 11:35:26,870 - INFO - Verified pod ctest-busybox-pod-35425792 in contrail-api 2025-01-07 11:35:26,870 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-07 11:35:26,882 - DEBUG - VMI 749fc036-cceb-11ef-8788-fa163eaa6089 is active in agent 10.0.0.52 2025-01-07 11:35:26,882 - INFO - Verified Pod ctest-busybox-pod-35425792 in agent 10.0.0.52 2025-01-07 11:35:26,882 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=27800f24-0720-45a4-8d16-277a43506677 2025-01-07 11:35:26,888 - INFO - Pod ctest-busybox-pod-35425792 with uuid 27800f24-0720-45a4-8d16-277a43506677 found in kube manager 2025-01-07 11:35:26,888 - INFO - Pod ctest-busybox-pod-35425792 verification passed 2025-01-07 11:35:26,961 - DEBUG - [Pod ctest-busybox-pod-35425792] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-30536084 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-07 11:35:26,962 - DEBUG - [Pod Pod ctest-busybox-pod-35425792] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-07 11:35:26,962 - DEBUG - [Pod Pod ctest-busybox-pod-35425792] Cmd output: ctest-nginx-pod-30536084 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-07 11:35:27,041 - DEBUG - [Pod ctest-busybox-pod-35425792] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-30536084 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-07 11:35:27,041 - DEBUG - [Pod Pod ctest-busybox-pod-35425792] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-07 11:35:27,041 - DEBUG - [Pod Pod ctest-busybox-pod-35425792] Cmd output: ctest-nginx-pod-30536084 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-07 11:35:27,097 - DEBUG - [Pod ctest-busybox-pod-35425792] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-75939978 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-07 11:35:27,097 - DEBUG - [Pod Pod ctest-busybox-pod-35425792] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-07 11:35:27,097 - DEBUG - [Pod Pod ctest-busybox-pod-35425792] Cmd output: ctest-nginx-pod-75939978 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-07 11:35:27,097 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-30536084': 2, 'ctest-nginx-pod-75939978': 1} 2025-01-07 11:35:27,098 - WARNING - Nothing to delete parallely 2025-01-07 11:35:27,098 - INFO - Deleting pod default:ctest-busybox-pod-35425792 2025-01-07 11:35:27,111 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=27800f24-0720-45a4-8d16-277a43506677 2025-01-07 11:35:27,127 - WARNING - Pod uuid 27800f24-0720-45a4-8d16-277a43506677 is still seen in agent 10.0.0.52 VM list 2025-01-07 11:35:32,128 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=27800f24-0720-45a4-8d16-277a43506677 2025-01-07 11:35:32,135 - WARNING - Pod uuid 27800f24-0720-45a4-8d16-277a43506677 is still seen in agent 10.0.0.52 VM list 2025-01-07 11:35:37,136 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=27800f24-0720-45a4-8d16-277a43506677 2025-01-07 11:35:37,145 - WARNING - Pod uuid 27800f24-0720-45a4-8d16-277a43506677 is still seen in agent 10.0.0.52 VM list 2025-01-07 11:35:42,146 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=27800f24-0720-45a4-8d16-277a43506677 2025-01-07 11:35:42,153 - WARNING - Pod uuid 27800f24-0720-45a4-8d16-277a43506677 is still seen in agent 10.0.0.52 VM list 2025-01-07 11:35:47,154 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=27800f24-0720-45a4-8d16-277a43506677 2025-01-07 11:35:47,166 - WARNING - Pod uuid 27800f24-0720-45a4-8d16-277a43506677 is still seen in agent 10.0.0.52 VM list 2025-01-07 11:35:52,167 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=27800f24-0720-45a4-8d16-277a43506677 2025-01-07 11:35:52,178 - WARNING - Pod uuid 27800f24-0720-45a4-8d16-277a43506677 is still seen in agent 10.0.0.52 VM list 2025-01-07 11:35:57,180 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=27800f24-0720-45a4-8d16-277a43506677 2025-01-07 11:35:57,186 - WARNING - Pod uuid 27800f24-0720-45a4-8d16-277a43506677 is still seen in agent 10.0.0.52 VM list 2025-01-07 11:36:02,187 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=27800f24-0720-45a4-8d16-277a43506677 2025-01-07 11:36:02,194 - DEBUG - Pod 27800f24-0720-45a4-8d16-277a43506677 is not in agent 10.0.0.52 VM list 2025-01-07 11:36:02,194 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:749fc036-cceb-11ef-8788-fa163eaa6089 2025-01-07 11:36:02,200 - DEBUG - VMI 749fc036-cceb-11ef-8788-fa163eaa6089 is removed from agent 10.0.0.52 2025-01-07 11:36:02,200 - INFO - Verified that pod ctest-busybox-pod-35425792 is removed in agent 2025-01-07 11:36:02,200 - INFO - Deleting Ingress : ctest-nginx-ingress-67957007 2025-01-07 11:36:02,206 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=399632e4-bb38-49dc-a067-22af449fabcb 2025-01-07 11:36:02,211 - ERROR - Ingress ctest-nginx-ingress-67957007 with uuid 399632e4-bb38-49dc-a067-22af449fabcb still found in kube manager 2025-01-07 11:36:03,212 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=399632e4-bb38-49dc-a067-22af449fabcb 2025-01-07 11:36:03,216 - INFO - Ingress ctest-nginx-ingress-67957007 with uuid 399632e4-bb38-49dc-a067-22af449fabcb deleted successfully from kube manager 2025-01-07 11:36:03,216 - INFO - Verifications on Ingress %s cleanup passed 2025-01-07 11:36:03,217 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-07 11:36:03,350 - 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-07 11:36:03,358 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-07 11:36:03,358 - INFO - Deleting VN __public__ 2025-01-07 11:36:03,553 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/58a09a05-0014-4d35-ae57-b09819afe75f 2025-01-07 11:36:03,575 - DEBUG - Response Code: 404 2025-01-07 11:36:03,575 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2025-01-07 11:36:03,580 - DEBUG - Requesting: http://10.0.0.29:8082/domain/b1801f03-4de1-4687-9fa8-56006a7cf314 2025-01-07 11:36:03,590 - DEBUG - Requesting: http://10.0.0.29:8082/project/ad93aac0-20a2-4c33-83ad-de1ad9031c8e 2025-01-07 11:36:03,660 - INFO - Validated that VN __public__ is not found in API Server 2025-01-07 11:36:03,660 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-07 11:36:03,670 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-07 11:36:03,678 - DEBUG - VN __public__ is not present in Agent 10.0.0.52 2025-01-07 11:36:03,679 - INFO - Validated that VN __public__ is not in any agent 2025-01-07 11:36:03,679 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-07 11:36:03,688 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-07 11:36:03,693 - 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-07 11:36:03,700 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-07 11:36:03,700 - INFO - Deleting pod default:ctest-nginx-pod-75939978 2025-01-07 11:36:03,724 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=5296ec3e-50df-41c1-ac6b-ac89cc15f4dd 2025-01-07 11:36:03,742 - WARNING - Pod uuid 5296ec3e-50df-41c1-ac6b-ac89cc15f4dd is still seen in agent 10.0.0.52 VM list 2025-01-07 11:36:08,743 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=5296ec3e-50df-41c1-ac6b-ac89cc15f4dd 2025-01-07 11:36:08,751 - DEBUG - Pod 5296ec3e-50df-41c1-ac6b-ac89cc15f4dd is not in agent 10.0.0.52 VM list 2025-01-07 11:36:08,752 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:704d6290-cceb-11ef-8788-fa163eaa6089 2025-01-07 11:36:08,759 - DEBUG - VMI 704d6290-cceb-11ef-8788-fa163eaa6089 is removed from agent 10.0.0.52 2025-01-07 11:36:08,759 - INFO - Verified that pod ctest-nginx-pod-75939978 is removed in agent 2025-01-07 11:36:08,759 - INFO - Deleting pod default:ctest-nginx-pod-30536084 2025-01-07 11:36:08,773 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=7bb46d66-87b1-45a5-9cd7-da5be8b106d5 2025-01-07 11:36:08,794 - WARNING - Pod uuid 7bb46d66-87b1-45a5-9cd7-da5be8b106d5 is still seen in agent 10.0.0.52 VM list 2025-01-07 11:36:13,796 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_VmListReq?uuid=7bb46d66-87b1-45a5-9cd7-da5be8b106d5 2025-01-07 11:36:13,803 - DEBUG - Pod 7bb46d66-87b1-45a5-9cd7-da5be8b106d5 is not in agent 10.0.0.52 VM list 2025-01-07 11:36:13,803 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6fd65f2e-cceb-11ef-8788-fa163eaa6089 2025-01-07 11:36:13,809 - DEBUG - VMI 6fd65f2e-cceb-11ef-8788-fa163eaa6089 is removed from agent 10.0.0.52 2025-01-07 11:36:13,809 - INFO - Verified that pod ctest-nginx-pod-30536084 is removed in agent 2025-01-07 11:36:13,810 - INFO - Deleting service : ctest-nginx-svc-17771353 2025-01-07 11:36:13,999 - DEBUG - Requesting: http://10.0.0.52:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-07 11:36:14,005 - DEBUG - No XMPP flaps were noticed during the test