2024-11-15 01:33:01,686 - DEBUG - [10.0.0.41]: Running cmd : hostname 2024-11-15 01:33:01,925 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-801-1 2024-11-15 01:33:01,926 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2024-11-15 01:33:01,960 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-801-1 2024-11-15 01:33:01,960 - DEBUG - [10.0.0.41]: 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-15 01:33:02,045 - DEBUG - Output : NAMES contrail_test_dGLC3aScI contrail-kubernetes-master_kubemanager_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_dnsmasq_1 config_api_nodemgr_1 config_api_api_1 config_api_schema_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 redis_redis_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 2024-11-15 01:33:02,045 - DEBUG - [10.0.0.41]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-15 01:33:02,123 - DEBUG - Output : 10.0.0.41/24 172.17.0.1/16 2024-11-15 01:33:02,123 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2024-11-15 01:33:02,169 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-801-1 2024-11-15 01:33:02,274 - DEBUG - [10.0.0.38]: Running cmd : hostname 2024-11-15 01:33:02,515 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-801-1 2024-11-15 01:33:02,515 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2024-11-15 01:33:02,539 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-801-1 2024-11-15 01:33:02,539 - DEBUG - [10.0.0.38]: 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-15 01:33:02,630 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-15 01:33:02,630 - DEBUG - [10.0.0.38]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-15 01:33:02,665 - DEBUG - Output : 10.0.0.38/24 2024-11-15 01:33:02,665 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2024-11-15 01:33:02,699 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-801-1 2024-11-15 01:33:02,808 - INFO - Using existing project ['default-domain', 'k8s-default'](903e29b2-75a6-4c75-913c-9631d2be9a4f) 2024-11-15 01:33:02,932 - INFO - Using existing project ['default-domain', 'k8s-default'](903e29b2-75a6-4c75-913c-9631d2be9a4f) 2024-11-15 01:33:03,080 - INFO - ================================================================================ 2024-11-15 01:33:03,081 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-15 01:33:03,081 - 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-15 01:33:03,359 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-15 01:33:03,368 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.0.0.41': '0'}} with 2024-11-15 01:33:03,368 - INFO - Initial checks done. Running the testcase now 2024-11-15 01:33:03,368 - INFO - 2024-11-15 01:33:03,374 - INFO - Namespace default already exists 2024-11-15 01:33:03,374 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-15 01:33:03,524 - DEBUG - Output : cluster_project={} 2024-11-15 01:33:03,577 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-15 01:33:03,578 - DEBUG - Project uuid in Contrail is 903e29b2-75a6-4c75-913c-9631d2be9a4f 2024-11-15 01:33:03,578 - DEBUG - [10.0.0.41]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-15 01:33:03,715 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-15 01:33:03,715 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_NamespaceDatabaseList?namespace_uuid=c9487bb9-a905-4761-a622-da64cc4e0a9c 2024-11-15 01:33:03,720 - INFO - Namespace default with uuid c9487bb9-a905-4761-a622-da64cc4e0a9c found in kube manager 2024-11-15 01:33:03,721 - INFO - Namespace default verification passed 2024-11-15 01:33:03,724 - DEBUG - Service ctest-nginx-svc-45872081 not present 2024-11-15 01:33:03,724 - INFO - Creating service ctest-nginx-svc-45872081 2024-11-15 01:33:03,745 - INFO - Created Service ctest-nginx-svc-45872081 2024-11-15 01:33:03,755 - DEBUG - Pod ctest-nginx-pod-65060369 not present 2024-11-15 01:33:03,756 - INFO - Creating Pod ctest-nginx-pod-65060369 2024-11-15 01:33:03,837 - DEBUG - Pod : ctest-nginx-pod-65060369 UUID is e83ea769-89a8-4110-8610-ead3cf0d9b54 2024-11-15 01:33:03,842 - DEBUG - Pod ctest-nginx-pod-58117239 not present 2024-11-15 01:33:03,842 - INFO - Creating Pod ctest-nginx-pod-58117239 2024-11-15 01:33:03,880 - DEBUG - Pod : ctest-nginx-pod-58117239 UUID is ea306cf3-b393-4e53-979c-bfc81376ed9e 2024-11-15 01:33:04,047 - INFO - Created VN __public__, UUID :243a258e-1c34-4730-be09-41e55d042a26 2024-11-15 01:33:04,321 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-11-15 01:33:04,328 - DEBUG - Requesting: http://10.0.0.41:8082/domain/df5b1b8c-5ae3-4f6a-9304-127fc4a02698 2024-11-15 01:33:04,344 - DEBUG - Requesting: http://10.0.0.41:8082/project/903e29b2-75a6-4c75-913c-9631d2be9a4f 2024-11-15 01:33:04,403 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/243a258e-1c34-4730-be09-41e55d042a26 2024-11-15 01:33:04,418 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/243a258e-1c34-4730-be09-41e55d042a26 2024-11-15 01:33:04,472 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/3d7324de-648d-410a-b01b-5303cdcec106 2024-11-15 01:33:04,501 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/3d7324de-648d-410a-b01b-5303cdcec106 2024-11-15 01:33:04,515 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/1d6ffa3b-fbc7-4461-9b2a-ba166e515d39 2024-11-15 01:33:04,529 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-15 01:33:04,529 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/243a258e-1c34-4730-be09-41e55d042a26 2024-11-15 01:33:04,561 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/3d7324de-648d-410a-b01b-5303cdcec106 2024-11-15 01:33:04,594 - INFO - Verified VN network id 13 for VN 243a258e-1c34-4730-be09-41e55d042a26 2024-11-15 01:33:04,595 - INFO - Verifications in API Server for VN __public__ passed 2024-11-15 01:33:04,595 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/243a258e-1c34-4730-be09-41e55d042a26 2024-11-15 01:33:04,626 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/3d7324de-648d-410a-b01b-5303cdcec106 2024-11-15 01:33:04,649 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/3d7324de-648d-410a-b01b-5303cdcec106 2024-11-15 01:33:04,659 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/1d6ffa3b-fbc7-4461-9b2a-ba166e515d39 2024-11-15 01:33:04,675 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-15 01:33:04,688 - DEBUG - Control-node 10.0.0.41 : 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': '2610440226303395632', 'uuid-lslong': '13693548595360573990'}, 'enable': 'true', 'created': '2024-11-15T01:33:04', 'last-modified': '2024-11-15T01:33:04', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.492966'} 2024-11-15 01:33:04,688 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-15 01:33:04,706 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-15 01:33:04,706 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-15 01:33:04,707 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-15 01:33:04,707 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-11-15 01:33:04,738 - DEBUG - Requesting: http://10.0.0.41:8082/domain/df5b1b8c-5ae3-4f6a-9304-127fc4a02698 2024-11-15 01:33:04,752 - DEBUG - Requesting: http://10.0.0.41:8082/project/903e29b2-75a6-4c75-913c-9631d2be9a4f 2024-11-15 01:33:04,875 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/243a258e-1c34-4730-be09-41e55d042a26 2024-11-15 01:33:04,890 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-15 01:33:04,891 - DEBUG - Verifying the vn in opserver 2024-11-15 01:33:04,891 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.41 2024-11-15 01:33:04,891 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks 2024-11-15 01:33:04,897 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.41:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-15 01:33:04,897 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-15 01:33:04,916 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-15 01:33:04,930 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-15 01:33:04,950 - DEBUG - Do not have enough data to verify VN in agent 2024-11-15 01:33:04,951 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-15 01:33:04,964 - DEBUG - VRF ids for VN __public__: {} 2024-11-15 01:33:05,160 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-15 01:33:05,435 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-11-15 01:33:05,445 - DEBUG - Requesting: http://10.0.0.41:8082/domain/df5b1b8c-5ae3-4f6a-9304-127fc4a02698 2024-11-15 01:33:05,454 - DEBUG - Requesting: http://10.0.0.41:8082/project/903e29b2-75a6-4c75-913c-9631d2be9a4f 2024-11-15 01:33:05,512 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/243a258e-1c34-4730-be09-41e55d042a26 2024-11-15 01:33:05,539 - DEBUG - Requesting: http://10.0.0.41:8082/floating-ip-pool/5aaa2db7-ab72-45cb-be7b-5c1c6655dd7f 2024-11-15 01:33:05,548 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-11-15 01:33:05,554 - DEBUG - Requesting: http://10.0.0.41:8082/domain/df5b1b8c-5ae3-4f6a-9304-127fc4a02698 2024-11-15 01:33:05,563 - DEBUG - Requesting: http://10.0.0.41:8082/project/903e29b2-75a6-4c75-913c-9631d2be9a4f 2024-11-15 01:33:05,641 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/243a258e-1c34-4730-be09-41e55d042a26 2024-11-15 01:33:05,704 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-15 01:33:05,704 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-15 01:33:05,715 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-15 01:33:05,721 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-15 01:33:05,721 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-15 01:33:05,725 - DEBUG - Ingress ctest-nginx-ingress-12902246 not present 2024-11-15 01:33:05,725 - INFO - Creating Ingress ctest-nginx-ingress-12902246 2024-11-15 01:33:05,736 - INFO - Created Ingress ctest-nginx-ingress-12902246 2024-11-15 01:33:05,740 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-12902246 2024-11-15 01:33:08,746 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-12902246 2024-11-15 01:33:11,751 - DEBUG - For Ingress ctest-nginx-ingress-12902246, Cluster IP: 10.47.255.249, External IPs ['81.118.152.188'] 2024-11-15 01:33:11,751 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-12902246 2024-11-15 01:33:11,752 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=30adce01-ceb1-4dd7-9cb5-f52107d89d4b 2024-11-15 01:33:11,759 - INFO - Ingress ctest-nginx-ingress-12902246 with uuid 30adce01-ceb1-4dd7-9cb5-f52107d89d4b found in kube manager 2024-11-15 01:33:11,761 - INFO - Ingress ctest-nginx-ingress-12902246 verification passed 2024-11-15 01:33:11,765 - DEBUG - Pod ctest-busybox-pod-06496922 not present 2024-11-15 01:33:11,765 - INFO - Creating Pod ctest-busybox-pod-06496922 2024-11-15 01:33:11,801 - DEBUG - Pod : ctest-busybox-pod-06496922 UUID is c1b4d90b-bc7b-42fd-a177-87428c1332f8 2024-11-15 01:33:11,809 - DEBUG - Pod ctest-nginx-pod-65060369 not in running state.Currently in Pending 2024-11-15 01:33:16,818 - INFO - Pod ctest-nginx-pod-65060369 is in running state.Got IP 10.47.255.251 2024-11-15 01:33:16,841 - DEBUG - Pod ctest-nginx-pod-65060369 has vmi 902731b4-a2f1-11ef-b7d7-fa163e6b7494 2024-11-15 01:33:16,842 - INFO - Verified pod ctest-nginx-pod-65060369 in contrail-api 2024-11-15 01:33:16,842 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-15 01:33:16,858 - DEBUG - VMI 902731b4-a2f1-11ef-b7d7-fa163e6b7494 is active in agent 10.0.0.38 2024-11-15 01:33:16,858 - INFO - Verified Pod ctest-nginx-pod-65060369 in agent 10.0.0.38 2024-11-15 01:33:16,859 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=e83ea769-89a8-4110-8610-ead3cf0d9b54 2024-11-15 01:33:16,865 - INFO - Pod ctest-nginx-pod-65060369 with uuid e83ea769-89a8-4110-8610-ead3cf0d9b54 found in kube manager 2024-11-15 01:33:16,865 - INFO - Pod ctest-nginx-pod-65060369 verification passed 2024-11-15 01:33:16,955 - DEBUG - [Pod ctest-nginx-pod-65060369] Cmd: echo ctest-nginx-pod-65060369 > /usr/share/nginx/html/index.html, Output: 2024-11-15 01:33:16,961 - DEBUG - Pod ctest-nginx-pod-58117239 not in running state.Currently in Pending 2024-11-15 01:33:21,991 - INFO - Pod ctest-nginx-pod-58117239 is in running state.Got IP 10.47.255.250 2024-11-15 01:33:22,069 - DEBUG - Pod ctest-nginx-pod-58117239 has vmi 90ab1ae2-a2f1-11ef-b7d7-fa163e6b7494 2024-11-15 01:33:22,080 - INFO - Verified pod ctest-nginx-pod-58117239 in contrail-api 2024-11-15 01:33:22,080 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-15 01:33:22,095 - DEBUG - VMI 90ab1ae2-a2f1-11ef-b7d7-fa163e6b7494 is active in agent 10.0.0.38 2024-11-15 01:33:22,096 - INFO - Verified Pod ctest-nginx-pod-58117239 in agent 10.0.0.38 2024-11-15 01:33:22,096 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=ea306cf3-b393-4e53-979c-bfc81376ed9e 2024-11-15 01:33:22,104 - INFO - Pod ctest-nginx-pod-58117239 with uuid ea306cf3-b393-4e53-979c-bfc81376ed9e found in kube manager 2024-11-15 01:33:22,104 - INFO - Pod ctest-nginx-pod-58117239 verification passed 2024-11-15 01:33:22,190 - DEBUG - [Pod ctest-nginx-pod-58117239] Cmd: echo ctest-nginx-pod-58117239 > /usr/share/nginx/html/index.html, Output: 2024-11-15 01:33:22,195 - INFO - Pod ctest-busybox-pod-06496922 is in running state.Got IP 10.47.255.248 2024-11-15 01:33:22,223 - DEBUG - Pod ctest-busybox-pod-06496922 has vmi 93af51c2-a2f1-11ef-b7d7-fa163e6b7494 2024-11-15 01:33:22,223 - INFO - Verified pod ctest-busybox-pod-06496922 in contrail-api 2024-11-15 01:33:22,223 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-15 01:33:22,235 - DEBUG - VMI 93af51c2-a2f1-11ef-b7d7-fa163e6b7494 is active in agent 10.0.0.38 2024-11-15 01:33:22,235 - INFO - Verified Pod ctest-busybox-pod-06496922 in agent 10.0.0.38 2024-11-15 01:33:22,235 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_VirtualMachineDatabaseList?x=c1b4d90b-bc7b-42fd-a177-87428c1332f8 2024-11-15 01:33:22,241 - INFO - Pod ctest-busybox-pod-06496922 with uuid c1b4d90b-bc7b-42fd-a177-87428c1332f8 found in kube manager 2024-11-15 01:33:22,241 - INFO - Pod ctest-busybox-pod-06496922 verification passed 2024-11-15 01:33:22,314 - DEBUG - [Pod ctest-busybox-pod-06496922] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-58117239 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-15 01:33:22,314 - DEBUG - [Pod Pod ctest-busybox-pod-06496922] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-15 01:33:22,314 - DEBUG - [Pod Pod ctest-busybox-pod-06496922] Cmd output: ctest-nginx-pod-58117239 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-15 01:33:22,376 - DEBUG - [Pod ctest-busybox-pod-06496922] 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-58117239 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-15 01:33:22,376 - DEBUG - [Pod Pod ctest-busybox-pod-06496922] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-15 01:33:22,376 - DEBUG - [Pod Pod ctest-busybox-pod-06496922] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-58117239 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-11-15 01:33:22,440 - DEBUG - [Pod ctest-busybox-pod-06496922] 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-58117239 2024-11-15 01:33:22,440 - DEBUG - [Pod Pod ctest-busybox-pod-06496922] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-15 01:33:22,440 - DEBUG - [Pod Pod ctest-busybox-pod-06496922] 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-58117239 2024-11-15 01:33:22,507 - DEBUG - [Pod ctest-busybox-pod-06496922] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-65060369 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-15 01:33:22,508 - DEBUG - [Pod Pod ctest-busybox-pod-06496922] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-15 01:33:22,508 - DEBUG - [Pod Pod ctest-busybox-pod-06496922] Cmd output: ctest-nginx-pod-65060369 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-15 01:33:22,508 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-65060369': 1, 'ctest-nginx-pod-58117239': 3} 2024-11-15 01:33:22,509 - WARNING - Nothing to delete parallely 2024-11-15 01:33:22,509 - INFO - Deleting pod default:ctest-busybox-pod-06496922 2024-11-15 01:33:22,526 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c1b4d90b-bc7b-42fd-a177-87428c1332f8 2024-11-15 01:33:22,534 - WARNING - Pod uuid c1b4d90b-bc7b-42fd-a177-87428c1332f8 is still seen in agent 10.0.0.38 VM list 2024-11-15 01:33:27,534 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c1b4d90b-bc7b-42fd-a177-87428c1332f8 2024-11-15 01:33:27,542 - WARNING - Pod uuid c1b4d90b-bc7b-42fd-a177-87428c1332f8 is still seen in agent 10.0.0.38 VM list 2024-11-15 01:33:32,543 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c1b4d90b-bc7b-42fd-a177-87428c1332f8 2024-11-15 01:33:32,550 - WARNING - Pod uuid c1b4d90b-bc7b-42fd-a177-87428c1332f8 is still seen in agent 10.0.0.38 VM list 2024-11-15 01:33:37,551 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c1b4d90b-bc7b-42fd-a177-87428c1332f8 2024-11-15 01:33:37,558 - WARNING - Pod uuid c1b4d90b-bc7b-42fd-a177-87428c1332f8 is still seen in agent 10.0.0.38 VM list 2024-11-15 01:33:42,559 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c1b4d90b-bc7b-42fd-a177-87428c1332f8 2024-11-15 01:33:42,567 - WARNING - Pod uuid c1b4d90b-bc7b-42fd-a177-87428c1332f8 is still seen in agent 10.0.0.38 VM list 2024-11-15 01:33:47,568 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c1b4d90b-bc7b-42fd-a177-87428c1332f8 2024-11-15 01:33:47,577 - WARNING - Pod uuid c1b4d90b-bc7b-42fd-a177-87428c1332f8 is still seen in agent 10.0.0.38 VM list 2024-11-15 01:33:52,578 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c1b4d90b-bc7b-42fd-a177-87428c1332f8 2024-11-15 01:33:52,586 - WARNING - Pod uuid c1b4d90b-bc7b-42fd-a177-87428c1332f8 is still seen in agent 10.0.0.38 VM list 2024-11-15 01:33:57,587 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c1b4d90b-bc7b-42fd-a177-87428c1332f8 2024-11-15 01:33:57,596 - DEBUG - Pod c1b4d90b-bc7b-42fd-a177-87428c1332f8 is not in agent 10.0.0.38 VM list 2024-11-15 01:33:57,596 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:93af51c2-a2f1-11ef-b7d7-fa163e6b7494 2024-11-15 01:33:57,602 - DEBUG - VMI 93af51c2-a2f1-11ef-b7d7-fa163e6b7494 is removed from agent 10.0.0.38 2024-11-15 01:33:57,602 - INFO - Verified that pod ctest-busybox-pod-06496922 is removed in agent 2024-11-15 01:33:57,602 - INFO - Deleting Ingress : ctest-nginx-ingress-12902246 2024-11-15 01:33:57,608 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=30adce01-ceb1-4dd7-9cb5-f52107d89d4b 2024-11-15 01:33:57,615 - ERROR - Ingress ctest-nginx-ingress-12902246 with uuid 30adce01-ceb1-4dd7-9cb5-f52107d89d4b still found in kube manager 2024-11-15 01:33:58,616 - DEBUG - Requesting: http://10.0.0.41:8108/Snh_LoadbalancerDatabaseList?x=30adce01-ceb1-4dd7-9cb5-f52107d89d4b 2024-11-15 01:33:58,621 - INFO - Ingress ctest-nginx-ingress-12902246 with uuid 30adce01-ceb1-4dd7-9cb5-f52107d89d4b deleted successfully from kube manager 2024-11-15 01:33:58,621 - INFO - Verifications on Ingress %s cleanup passed 2024-11-15 01:33:58,621 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-15 01:33:58,753 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-15 01:33:58,768 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-15 01:33:58,768 - INFO - Deleting VN __public__ 2024-11-15 01:33:58,919 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/3d7324de-648d-410a-b01b-5303cdcec106 2024-11-15 01:33:58,926 - DEBUG - Response Code: 404 2024-11-15 01:33:58,926 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-11-15 01:33:58,938 - DEBUG - Requesting: http://10.0.0.41:8082/domain/df5b1b8c-5ae3-4f6a-9304-127fc4a02698 2024-11-15 01:33:58,948 - DEBUG - Requesting: http://10.0.0.41:8082/project/903e29b2-75a6-4c75-913c-9631d2be9a4f 2024-11-15 01:33:59,004 - INFO - Validated that VN __public__ is not found in API Server 2024-11-15 01:33:59,004 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-15 01:33:59,016 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-15 01:33:59,029 - DEBUG - VN __public__ is not present in Agent 10.0.0.38 2024-11-15 01:33:59,029 - INFO - Validated that VN __public__ is not in any agent 2024-11-15 01:33:59,030 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-15 01:33:59,038 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-15 01:33:59,050 - DEBUG - Requesting: http://10.0.0.41:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-15 01:33:59,056 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-15 01:33:59,056 - INFO - Deleting pod default:ctest-nginx-pod-58117239 2024-11-15 01:33:59,072 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ea306cf3-b393-4e53-979c-bfc81376ed9e 2024-11-15 01:33:59,085 - WARNING - Pod uuid ea306cf3-b393-4e53-979c-bfc81376ed9e is still seen in agent 10.0.0.38 VM list 2024-11-15 01:34:04,086 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ea306cf3-b393-4e53-979c-bfc81376ed9e 2024-11-15 01:34:04,094 - DEBUG - Pod ea306cf3-b393-4e53-979c-bfc81376ed9e is not in agent 10.0.0.38 VM list 2024-11-15 01:34:04,094 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:90ab1ae2-a2f1-11ef-b7d7-fa163e6b7494 2024-11-15 01:34:04,100 - DEBUG - VMI 90ab1ae2-a2f1-11ef-b7d7-fa163e6b7494 is removed from agent 10.0.0.38 2024-11-15 01:34:04,100 - INFO - Verified that pod ctest-nginx-pod-58117239 is removed in agent 2024-11-15 01:34:04,101 - INFO - Deleting pod default:ctest-nginx-pod-65060369 2024-11-15 01:34:04,124 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=e83ea769-89a8-4110-8610-ead3cf0d9b54 2024-11-15 01:34:04,140 - WARNING - Pod uuid e83ea769-89a8-4110-8610-ead3cf0d9b54 is still seen in agent 10.0.0.38 VM list 2024-11-15 01:34:09,141 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=e83ea769-89a8-4110-8610-ead3cf0d9b54 2024-11-15 01:34:09,149 - DEBUG - Pod e83ea769-89a8-4110-8610-ead3cf0d9b54 is not in agent 10.0.0.38 VM list 2024-11-15 01:34:09,149 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:902731b4-a2f1-11ef-b7d7-fa163e6b7494 2024-11-15 01:34:09,155 - DEBUG - VMI 902731b4-a2f1-11ef-b7d7-fa163e6b7494 is removed from agent 10.0.0.38 2024-11-15 01:34:09,155 - INFO - Verified that pod ctest-nginx-pod-65060369 is removed in agent 2024-11-15 01:34:09,156 - INFO - Deleting service : ctest-nginx-svc-45872081 2024-11-15 01:34:09,369 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-15 01:34:09,379 - DEBUG - No XMPP flaps were noticed during the test