2024-11-10 00:24:33,257 - DEBUG - [10.0.0.24]: Running cmd : hostname 2024-11-10 00:24:33,576 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-774-1 2024-11-10 00:24:33,576 - DEBUG - [10.0.0.24]: Running cmd : hostname -f 2024-11-10 00:24:33,625 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-774-1 2024-11-10 00:24:33,625 - DEBUG - [10.0.0.24]: 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 00:24:33,749 - DEBUG - Output : NAMES contrail_test_NhrY9Z5ax contrail-kubernetes-master_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_dnsmasq_1 config_api_schema_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_api_1 2024-11-10 00:24:33,749 - DEBUG - [10.0.0.24]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-10 00:24:33,783 - DEBUG - Output : 10.0.0.24/24 172.17.0.1/16 2024-11-10 00:24:33,784 - DEBUG - [10.0.0.24]: Running cmd : getent hosts 10.0.0.24 | head -n 1 | awk '{print $2}' 2024-11-10 00:24:33,838 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-774-1 2024-11-10 00:24:33,942 - DEBUG - [10.0.0.42]: Running cmd : hostname 2024-11-10 00:24:34,157 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-774-1 2024-11-10 00:24:34,157 - DEBUG - [10.0.0.42]: Running cmd : hostname -f 2024-11-10 00:24:34,180 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-774-1 2024-11-10 00:24:34,181 - DEBUG - [10.0.0.42]: 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 00:24:34,225 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-10 00:24:34,225 - DEBUG - [10.0.0.42]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-10 00:24:34,300 - DEBUG - Output : 10.0.0.42/24 2024-11-10 00:24:34,301 - DEBUG - [10.0.0.42]: Running cmd : getent hosts 10.0.0.42 | head -n 1 | awk '{print $2}' 2024-11-10 00:24:34,339 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-774-1 2024-11-10 00:24:34,421 - INFO - Using existing project ['default-domain', 'k8s-default'](5f6a5984-1778-4ccf-8ba2-d4efe0e7191f) 2024-11-10 00:24:34,549 - INFO - Using existing project ['default-domain', 'k8s-default'](5f6a5984-1778-4ccf-8ba2-d4efe0e7191f) 2024-11-10 00:24:34,742 - INFO - ================================================================================ 2024-11-10 00:24:34,742 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-10 00:24:34,743 - 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 00:24:35,000 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 00:24:35,009 - DEBUG - Nothing to compare xmpp stats {'10.0.0.42': {'10.0.0.24': '0'}} with 2024-11-10 00:24:35,009 - INFO - Initial checks done. Running the testcase now 2024-11-10 00:24:35,009 - INFO - 2024-11-10 00:24:35,015 - INFO - Namespace default already exists 2024-11-10 00:24:35,015 - DEBUG - [10.0.0.24]: 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 00:24:35,173 - DEBUG - Output : cluster_project={} 2024-11-10 00:24:35,236 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-10 00:24:35,236 - DEBUG - Project uuid in Contrail is 5f6a5984-1778-4ccf-8ba2-d4efe0e7191f 2024-11-10 00:24:35,237 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-10 00:24:35,400 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-10 00:24:35,400 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_NamespaceDatabaseList?namespace_uuid=5973bf51-39f7-4bae-9fa1-5efb2edb1336 2024-11-10 00:24:35,407 - INFO - Namespace default with uuid 5973bf51-39f7-4bae-9fa1-5efb2edb1336 found in kube manager 2024-11-10 00:24:35,407 - INFO - Namespace default verification passed 2024-11-10 00:24:35,410 - DEBUG - Service ctest-nginx-svc-38115179 not present 2024-11-10 00:24:35,410 - INFO - Creating service ctest-nginx-svc-38115179 2024-11-10 00:24:35,441 - INFO - Created Service ctest-nginx-svc-38115179 2024-11-10 00:24:35,453 - DEBUG - Pod ctest-nginx-pod-18143031 not present 2024-11-10 00:24:35,453 - INFO - Creating Pod ctest-nginx-pod-18143031 2024-11-10 00:24:35,515 - DEBUG - Pod : ctest-nginx-pod-18143031 UUID is 87978509-8fa2-4c04-8fcf-f515df149c9e 2024-11-10 00:24:35,518 - DEBUG - Pod ctest-nginx-pod-25799399 not present 2024-11-10 00:24:35,518 - INFO - Creating Pod ctest-nginx-pod-25799399 2024-11-10 00:24:35,561 - DEBUG - Pod : ctest-nginx-pod-25799399 UUID is 4123356c-4a42-453d-a56a-c2c8b4801390 2024-11-10 00:24:35,847 - INFO - Created VN __public__, UUID :4f0917fe-17d3-4526-ae7e-5cc45da1a374 2024-11-10 00:24:36,049 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-10 00:24:36,056 - DEBUG - Requesting: http://10.0.0.24:8082/domain/47fa4cf8-c8a8-4903-a9d6-0de151cd6b71 2024-11-10 00:24:36,143 - DEBUG - Requesting: http://10.0.0.24:8082/project/5f6a5984-1778-4ccf-8ba2-d4efe0e7191f 2024-11-10 00:24:36,243 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4f0917fe-17d3-4526-ae7e-5cc45da1a374 2024-11-10 00:24:36,271 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4f0917fe-17d3-4526-ae7e-5cc45da1a374 2024-11-10 00:24:36,298 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/49f98624-6bbb-497e-93d6-14163ac51967 2024-11-10 00:24:36,309 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/49f98624-6bbb-497e-93d6-14163ac51967 2024-11-10 00:24:36,317 - DEBUG - Requesting: http://10.0.0.24:8082/route-target/bc927508-1e8a-4262-bcef-30eb307ac920 2024-11-10 00:24:36,342 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-10 00:24:36,342 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4f0917fe-17d3-4526-ae7e-5cc45da1a374 2024-11-10 00:24:36,364 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/49f98624-6bbb-497e-93d6-14163ac51967 2024-11-10 00:24:36,397 - INFO - Verified VN network id 13 for VN 4f0917fe-17d3-4526-ae7e-5cc45da1a374 2024-11-10 00:24:36,397 - INFO - Verifications in API Server for VN __public__ passed 2024-11-10 00:24:36,397 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4f0917fe-17d3-4526-ae7e-5cc45da1a374 2024-11-10 00:24:36,418 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/49f98624-6bbb-497e-93d6-14163ac51967 2024-11-10 00:24:36,483 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/49f98624-6bbb-497e-93d6-14163ac51967 2024-11-10 00:24:36,498 - DEBUG - Requesting: http://10.0.0.24:8082/route-target/bc927508-1e8a-4262-bcef-30eb307ac920 2024-11-10 00:24:36,509 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-10 00:24:36,525 - DEBUG - Control-node 10.0.0.24 : 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': '5695109583875556646', 'uuid-lslong': '12573589208119223156'}, 'enable': 'true', 'created': '2024-11-10T00:24:35', 'last-modified': '2024-11-10T00:24:35', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.537999'} 2024-11-10 00:24:36,526 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 00:24:36,541 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-10 00:24:36,541 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-10 00:24:36,541 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-10 00:24:36,542 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-10 00:24:36,553 - DEBUG - Requesting: http://10.0.0.24:8082/domain/47fa4cf8-c8a8-4903-a9d6-0de151cd6b71 2024-11-10 00:24:36,570 - DEBUG - Requesting: http://10.0.0.24:8082/project/5f6a5984-1778-4ccf-8ba2-d4efe0e7191f 2024-11-10 00:24:36,748 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4f0917fe-17d3-4526-ae7e-5cc45da1a374 2024-11-10 00:24:36,809 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-10 00:24:36,810 - DEBUG - Verifying the vn in opserver 2024-11-10 00:24:36,810 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.24 2024-11-10 00:24:36,810 - DEBUG - Requesting: http://10.0.0.24:8081/analytics/uves/virtual-networks 2024-11-10 00:24:36,816 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.24:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-10 00:24:36,816 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-10 00:24:36,817 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 00:24:36,825 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 00:24:36,834 - DEBUG - Do not have enough data to verify VN in agent 2024-11-10 00:24:36,834 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 00:24:36,842 - DEBUG - VRF ids for VN __public__: {} 2024-11-10 00:24:37,054 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-10 00:24:37,254 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-10 00:24:37,267 - DEBUG - Requesting: http://10.0.0.24:8082/domain/47fa4cf8-c8a8-4903-a9d6-0de151cd6b71 2024-11-10 00:24:37,297 - DEBUG - Requesting: http://10.0.0.24:8082/project/5f6a5984-1778-4ccf-8ba2-d4efe0e7191f 2024-11-10 00:24:37,407 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4f0917fe-17d3-4526-ae7e-5cc45da1a374 2024-11-10 00:24:37,428 - DEBUG - Requesting: http://10.0.0.24:8082/floating-ip-pool/cadc1e6e-d49d-4526-95a8-3a2d521a5a04 2024-11-10 00:24:37,447 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-10 00:24:37,458 - DEBUG - Requesting: http://10.0.0.24:8082/domain/47fa4cf8-c8a8-4903-a9d6-0de151cd6b71 2024-11-10 00:24:37,478 - DEBUG - Requesting: http://10.0.0.24:8082/project/5f6a5984-1778-4ccf-8ba2-d4efe0e7191f 2024-11-10 00:24:37,565 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/4f0917fe-17d3-4526-ae7e-5cc45da1a374 2024-11-10 00:24:37,594 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-10 00:24:37,594 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-10 00:24:37,606 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-10 00:24:37,614 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-10 00:24:37,614 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-10 00:24:37,619 - DEBUG - Ingress ctest-nginx-ingress-97284813 not present 2024-11-10 00:24:37,619 - INFO - Creating Ingress ctest-nginx-ingress-97284813 2024-11-10 00:24:37,627 - INFO - Created Ingress ctest-nginx-ingress-97284813 2024-11-10 00:24:37,630 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-97284813 2024-11-10 00:24:40,636 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-97284813 2024-11-10 00:24:43,641 - DEBUG - For Ingress ctest-nginx-ingress-97284813, Cluster IP: 10.47.255.249, External IPs ['79.231.254.188'] 2024-11-10 00:24:43,641 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-97284813 2024-11-10 00:24:43,642 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=f40f49fa-c05a-4a5f-89a7-ae0ac576ccde 2024-11-10 00:24:43,648 - INFO - Ingress ctest-nginx-ingress-97284813 with uuid f40f49fa-c05a-4a5f-89a7-ae0ac576ccde found in kube manager 2024-11-10 00:24:43,648 - INFO - Ingress ctest-nginx-ingress-97284813 verification passed 2024-11-10 00:24:43,651 - DEBUG - Pod ctest-busybox-pod-45426076 not present 2024-11-10 00:24:43,651 - INFO - Creating Pod ctest-busybox-pod-45426076 2024-11-10 00:24:43,666 - DEBUG - Node for Pod ctest-busybox-pod-45426076 not yet populated 2024-11-10 00:24:46,674 - DEBUG - Pod : ctest-busybox-pod-45426076 UUID is cdba6242-f706-4d31-8721-33d320e05361 2024-11-10 00:24:46,679 - DEBUG - Pod ctest-nginx-pod-18143031 not in running state.Currently in Pending 2024-11-10 00:24:51,687 - INFO - Pod ctest-nginx-pod-18143031 is in running state.Got IP 10.47.255.251 2024-11-10 00:24:51,707 - DEBUG - Pod ctest-nginx-pod-18143031 has vmi 2b785b62-9efa-11ef-82ca-fa163eaf1a2c 2024-11-10 00:24:51,707 - INFO - Verified pod ctest-nginx-pod-18143031 in contrail-api 2024-11-10 00:24:51,707 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 00:24:51,722 - DEBUG - VMI 2b785b62-9efa-11ef-82ca-fa163eaf1a2c is active in agent 10.0.0.42 2024-11-10 00:24:51,722 - INFO - Verified Pod ctest-nginx-pod-18143031 in agent 10.0.0.42 2024-11-10 00:24:51,722 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=87978509-8fa2-4c04-8fcf-f515df149c9e 2024-11-10 00:24:51,728 - INFO - Pod ctest-nginx-pod-18143031 with uuid 87978509-8fa2-4c04-8fcf-f515df149c9e found in kube manager 2024-11-10 00:24:51,728 - INFO - Pod ctest-nginx-pod-18143031 verification passed 2024-11-10 00:24:51,815 - DEBUG - [Pod ctest-nginx-pod-18143031] Cmd: echo ctest-nginx-pod-18143031 > /usr/share/nginx/html/index.html, Output: 2024-11-10 00:24:51,824 - INFO - Pod ctest-nginx-pod-25799399 is in running state.Got IP 10.47.255.250 2024-11-10 00:24:51,865 - DEBUG - Pod ctest-nginx-pod-25799399 has vmi 2bf3c95a-9efa-11ef-82ca-fa163eaf1a2c 2024-11-10 00:24:51,865 - INFO - Verified pod ctest-nginx-pod-25799399 in contrail-api 2024-11-10 00:24:51,865 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 00:24:51,878 - DEBUG - VMI 2bf3c95a-9efa-11ef-82ca-fa163eaf1a2c is active in agent 10.0.0.42 2024-11-10 00:24:51,878 - INFO - Verified Pod ctest-nginx-pod-25799399 in agent 10.0.0.42 2024-11-10 00:24:51,879 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=4123356c-4a42-453d-a56a-c2c8b4801390 2024-11-10 00:24:51,887 - INFO - Pod ctest-nginx-pod-25799399 with uuid 4123356c-4a42-453d-a56a-c2c8b4801390 found in kube manager 2024-11-10 00:24:51,887 - INFO - Pod ctest-nginx-pod-25799399 verification passed 2024-11-10 00:24:51,967 - DEBUG - [Pod ctest-nginx-pod-25799399] Cmd: echo ctest-nginx-pod-25799399 > /usr/share/nginx/html/index.html, Output: 2024-11-10 00:24:51,973 - DEBUG - Pod ctest-busybox-pod-45426076 not in running state.Currently in Pending 2024-11-10 00:24:56,981 - DEBUG - Pod ctest-busybox-pod-45426076 not in running state.Currently in Pending 2024-11-10 00:25:01,988 - INFO - Pod ctest-busybox-pod-45426076 is in running state.Got IP 10.47.255.248 2024-11-10 00:25:02,053 - DEBUG - Pod ctest-busybox-pod-45426076 has vmi 2f028e6a-9efa-11ef-82ca-fa163eaf1a2c 2024-11-10 00:25:02,053 - INFO - Verified pod ctest-busybox-pod-45426076 in contrail-api 2024-11-10 00:25:02,053 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 00:25:02,066 - DEBUG - VMI 2f028e6a-9efa-11ef-82ca-fa163eaf1a2c is active in agent 10.0.0.42 2024-11-10 00:25:02,067 - INFO - Verified Pod ctest-busybox-pod-45426076 in agent 10.0.0.42 2024-11-10 00:25:02,067 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=cdba6242-f706-4d31-8721-33d320e05361 2024-11-10 00:25:02,071 - INFO - Pod ctest-busybox-pod-45426076 with uuid cdba6242-f706-4d31-8721-33d320e05361 found in kube manager 2024-11-10 00:25:02,072 - INFO - Pod ctest-busybox-pod-45426076 verification passed 2024-11-10 00:25:02,143 - DEBUG - [Pod ctest-busybox-pod-45426076] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-18143031 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 00:25:02,143 - DEBUG - [Pod Pod ctest-busybox-pod-45426076] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 00:25:02,143 - DEBUG - [Pod Pod ctest-busybox-pod-45426076] Cmd output: ctest-nginx-pod-18143031 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 00:25:02,212 - DEBUG - [Pod ctest-busybox-pod-45426076] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-25799399 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 00:25:02,212 - DEBUG - [Pod Pod ctest-busybox-pod-45426076] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 00:25:02,212 - DEBUG - [Pod Pod ctest-busybox-pod-45426076] Cmd output: ctest-nginx-pod-25799399 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 00:25:02,212 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-18143031': 1, 'ctest-nginx-pod-25799399': 1} 2024-11-10 00:25:02,213 - WARNING - Nothing to delete parallely 2024-11-10 00:25:02,213 - INFO - Deleting pod default:ctest-busybox-pod-45426076 2024-11-10 00:25:02,229 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=cdba6242-f706-4d31-8721-33d320e05361 2024-11-10 00:25:02,237 - WARNING - Pod uuid cdba6242-f706-4d31-8721-33d320e05361 is still seen in agent 10.0.0.42 VM list 2024-11-10 00:25:07,238 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=cdba6242-f706-4d31-8721-33d320e05361 2024-11-10 00:25:07,246 - WARNING - Pod uuid cdba6242-f706-4d31-8721-33d320e05361 is still seen in agent 10.0.0.42 VM list 2024-11-10 00:25:12,247 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=cdba6242-f706-4d31-8721-33d320e05361 2024-11-10 00:25:12,255 - WARNING - Pod uuid cdba6242-f706-4d31-8721-33d320e05361 is still seen in agent 10.0.0.42 VM list 2024-11-10 00:25:17,257 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=cdba6242-f706-4d31-8721-33d320e05361 2024-11-10 00:25:17,265 - WARNING - Pod uuid cdba6242-f706-4d31-8721-33d320e05361 is still seen in agent 10.0.0.42 VM list 2024-11-10 00:25:22,265 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=cdba6242-f706-4d31-8721-33d320e05361 2024-11-10 00:25:22,274 - WARNING - Pod uuid cdba6242-f706-4d31-8721-33d320e05361 is still seen in agent 10.0.0.42 VM list 2024-11-10 00:25:27,275 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=cdba6242-f706-4d31-8721-33d320e05361 2024-11-10 00:25:27,283 - WARNING - Pod uuid cdba6242-f706-4d31-8721-33d320e05361 is still seen in agent 10.0.0.42 VM list 2024-11-10 00:25:32,284 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=cdba6242-f706-4d31-8721-33d320e05361 2024-11-10 00:25:32,293 - WARNING - Pod uuid cdba6242-f706-4d31-8721-33d320e05361 is still seen in agent 10.0.0.42 VM list 2024-11-10 00:25:37,294 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=cdba6242-f706-4d31-8721-33d320e05361 2024-11-10 00:25:37,303 - DEBUG - Pod cdba6242-f706-4d31-8721-33d320e05361 is not in agent 10.0.0.42 VM list 2024-11-10 00:25:37,303 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2f028e6a-9efa-11ef-82ca-fa163eaf1a2c 2024-11-10 00:25:37,310 - DEBUG - VMI 2f028e6a-9efa-11ef-82ca-fa163eaf1a2c is removed from agent 10.0.0.42 2024-11-10 00:25:37,310 - INFO - Verified that pod ctest-busybox-pod-45426076 is removed in agent 2024-11-10 00:25:37,310 - INFO - Deleting Ingress : ctest-nginx-ingress-97284813 2024-11-10 00:25:37,317 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=f40f49fa-c05a-4a5f-89a7-ae0ac576ccde 2024-11-10 00:25:37,327 - ERROR - Ingress ctest-nginx-ingress-97284813 with uuid f40f49fa-c05a-4a5f-89a7-ae0ac576ccde still found in kube manager 2024-11-10 00:25:38,328 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=f40f49fa-c05a-4a5f-89a7-ae0ac576ccde 2024-11-10 00:25:38,334 - INFO - Ingress ctest-nginx-ingress-97284813 with uuid f40f49fa-c05a-4a5f-89a7-ae0ac576ccde deleted successfully from kube manager 2024-11-10 00:25:38,334 - INFO - Verifications on Ingress %s cleanup passed 2024-11-10 00:25:38,334 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-10 00:25:38,458 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-10 00:25:38,464 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-10 00:25:38,464 - INFO - Deleting VN __public__ 2024-11-10 00:25:38,725 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/49f98624-6bbb-497e-93d6-14163ac51967 2024-11-10 00:25:38,737 - DEBUG - Response Code: 404 2024-11-10 00:25:38,737 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-10 00:25:38,752 - DEBUG - Requesting: http://10.0.0.24:8082/domain/47fa4cf8-c8a8-4903-a9d6-0de151cd6b71 2024-11-10 00:25:38,762 - DEBUG - Requesting: http://10.0.0.24:8082/project/5f6a5984-1778-4ccf-8ba2-d4efe0e7191f 2024-11-10 00:25:38,817 - INFO - Validated that VN __public__ is not found in API Server 2024-11-10 00:25:38,817 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-10 00:25:38,829 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 00:25:38,839 - DEBUG - VN __public__ is not present in Agent 10.0.0.42 2024-11-10 00:25:38,839 - INFO - Validated that VN __public__ is not in any agent 2024-11-10 00:25:38,839 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 00:25:38,859 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 00:25:38,865 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-10 00:25:38,873 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-10 00:25:38,873 - INFO - Deleting pod default:ctest-nginx-pod-25799399 2024-11-10 00:25:38,891 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=4123356c-4a42-453d-a56a-c2c8b4801390 2024-11-10 00:25:38,904 - WARNING - Pod uuid 4123356c-4a42-453d-a56a-c2c8b4801390 is still seen in agent 10.0.0.42 VM list 2024-11-10 00:25:43,906 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=4123356c-4a42-453d-a56a-c2c8b4801390 2024-11-10 00:25:43,914 - DEBUG - Pod 4123356c-4a42-453d-a56a-c2c8b4801390 is not in agent 10.0.0.42 VM list 2024-11-10 00:25:43,914 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2bf3c95a-9efa-11ef-82ca-fa163eaf1a2c 2024-11-10 00:25:43,921 - DEBUG - VMI 2bf3c95a-9efa-11ef-82ca-fa163eaf1a2c is removed from agent 10.0.0.42 2024-11-10 00:25:43,921 - INFO - Verified that pod ctest-nginx-pod-25799399 is removed in agent 2024-11-10 00:25:43,921 - INFO - Deleting pod default:ctest-nginx-pod-18143031 2024-11-10 00:25:43,941 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=87978509-8fa2-4c04-8fcf-f515df149c9e 2024-11-10 00:25:43,952 - WARNING - Pod uuid 87978509-8fa2-4c04-8fcf-f515df149c9e is still seen in agent 10.0.0.42 VM list 2024-11-10 00:25:48,953 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_VmListReq?uuid=87978509-8fa2-4c04-8fcf-f515df149c9e 2024-11-10 00:25:48,962 - DEBUG - Pod 87978509-8fa2-4c04-8fcf-f515df149c9e is not in agent 10.0.0.42 VM list 2024-11-10 00:25:48,962 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2b785b62-9efa-11ef-82ca-fa163eaf1a2c 2024-11-10 00:25:48,968 - DEBUG - VMI 2b785b62-9efa-11ef-82ca-fa163eaf1a2c is removed from agent 10.0.0.42 2024-11-10 00:25:48,969 - INFO - Verified that pod ctest-nginx-pod-18143031 is removed in agent 2024-11-10 00:25:48,969 - INFO - Deleting service : ctest-nginx-svc-38115179 2024-11-10 00:25:49,214 - DEBUG - Requesting: http://10.0.0.42:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 00:25:49,222 - DEBUG - No XMPP flaps were noticed during the test