2024-11-10 15:43:23,629 - DEBUG - [10.0.0.34]: Running cmd : hostname 2024-11-10 15:43:23,879 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-777-1 2024-11-10 15:43:23,944 - DEBUG - [10.0.0.34]: Running cmd : hostname -f 2024-11-10 15:43:24,049 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-777-1 2024-11-10 15:43:24,049 - DEBUG - [10.0.0.34]: 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 15:43:24,157 - DEBUG - Output : NAMES contrail_test_kU2sjTFqa contrail-kubernetes-master_kubemanager_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_api_1 config_api_svcmonitor_1 config_api_schema_1 config_api_dnsmasq_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 redis_redis_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_collector_1 analytics_api_1 analytics_nodemgr_1 2024-11-10 15:43:24,240 - DEBUG - [10.0.0.34]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-10 15:43:24,305 - DEBUG - Output : 10.0.0.34/24 172.17.0.1/16 2024-11-10 15:43:24,306 - DEBUG - [10.0.0.34]: Running cmd : getent hosts 10.0.0.34 | head -n 1 | awk '{print $2}' 2024-11-10 15:43:24,349 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-777-1 2024-11-10 15:43:24,441 - DEBUG - [10.0.0.37]: Running cmd : hostname 2024-11-10 15:43:24,696 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-777-1 2024-11-10 15:43:24,696 - DEBUG - [10.0.0.37]: Running cmd : hostname -f 2024-11-10 15:43:24,755 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-777-1 2024-11-10 15:43:24,755 - DEBUG - [10.0.0.37]: 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 15:43:24,800 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-10 15:43:24,800 - DEBUG - [10.0.0.37]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-10 15:43:24,834 - DEBUG - Output : 10.0.0.37/24 2024-11-10 15:43:24,834 - DEBUG - [10.0.0.37]: Running cmd : getent hosts 10.0.0.37 | head -n 1 | awk '{print $2}' 2024-11-10 15:43:24,869 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-777-1 2024-11-10 15:43:24,946 - INFO - Using existing project ['default-domain', 'k8s-default'](34869310-5f6a-4a06-9cea-e3e97b9594e8) 2024-11-10 15:43:25,057 - INFO - Using existing project ['default-domain', 'k8s-default'](34869310-5f6a-4a06-9cea-e3e97b9594e8) 2024-11-10 15:43:25,220 - INFO - ================================================================================ 2024-11-10 15:43:25,220 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-10 15:43:25,221 - 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 15:43:25,428 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 15:43:25,436 - DEBUG - Nothing to compare xmpp stats {'10.0.0.37': {'10.0.0.34': '0'}} with 2024-11-10 15:43:25,436 - INFO - Initial checks done. Running the testcase now 2024-11-10 15:43:25,437 - INFO - 2024-11-10 15:43:25,441 - INFO - Namespace default already exists 2024-11-10 15:43:25,441 - DEBUG - [10.0.0.34]: 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 15:43:25,588 - DEBUG - Output : cluster_project={} 2024-11-10 15:43:25,642 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-10 15:43:25,642 - DEBUG - Project uuid in Contrail is 34869310-5f6a-4a06-9cea-e3e97b9594e8 2024-11-10 15:43:25,642 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-10 15:43:25,769 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-10 15:43:25,769 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_NamespaceDatabaseList?namespace_uuid=2e76922d-36cf-48cc-90e0-d72fec19e900 2024-11-10 15:43:25,775 - INFO - Namespace default with uuid 2e76922d-36cf-48cc-90e0-d72fec19e900 found in kube manager 2024-11-10 15:43:25,775 - INFO - Namespace default verification passed 2024-11-10 15:43:25,778 - DEBUG - Service ctest-nginx-svc-85576772 not present 2024-11-10 15:43:25,779 - INFO - Creating service ctest-nginx-svc-85576772 2024-11-10 15:43:25,805 - INFO - Created Service ctest-nginx-svc-85576772 2024-11-10 15:43:25,812 - DEBUG - Pod ctest-nginx-pod-56421373 not present 2024-11-10 15:43:25,813 - INFO - Creating Pod ctest-nginx-pod-56421373 2024-11-10 15:43:25,878 - DEBUG - Pod : ctest-nginx-pod-56421373 UUID is 8c4c81c3-35a8-4d3e-bf69-9a2a69a71079 2024-11-10 15:43:25,893 - DEBUG - Pod ctest-nginx-pod-10155940 not present 2024-11-10 15:43:25,893 - INFO - Creating Pod ctest-nginx-pod-10155940 2024-11-10 15:43:25,919 - DEBUG - Pod : ctest-nginx-pod-10155940 UUID is d87a8682-fdfb-4af1-b498-f43c41dbcb83 2024-11-10 15:43:26,158 - INFO - Created VN __public__, UUID :a722875c-0644-4489-81d4-a5eddedb6ec2 2024-11-10 15:43:26,502 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-11-10 15:43:26,512 - DEBUG - Requesting: http://10.0.0.34:8082/domain/43b88ef3-b4ee-44ef-bf5e-bc8bf632fee3 2024-11-10 15:43:26,541 - DEBUG - Requesting: http://10.0.0.34:8082/project/34869310-5f6a-4a06-9cea-e3e97b9594e8 2024-11-10 15:43:26,696 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/a722875c-0644-4489-81d4-a5eddedb6ec2 2024-11-10 15:43:26,745 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/a722875c-0644-4489-81d4-a5eddedb6ec2 2024-11-10 15:43:26,762 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/24cd2c39-eea9-47f7-8cd9-b3d34295a1ba 2024-11-10 15:43:26,773 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/24cd2c39-eea9-47f7-8cd9-b3d34295a1ba 2024-11-10 15:43:26,795 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/d13b7a1c-401a-45d2-a2d1-ec9f844b53c9 2024-11-10 15:43:26,822 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-10 15:43:26,823 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/a722875c-0644-4489-81d4-a5eddedb6ec2 2024-11-10 15:43:26,844 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/24cd2c39-eea9-47f7-8cd9-b3d34295a1ba 2024-11-10 15:43:26,895 - INFO - Verified VN network id 13 for VN a722875c-0644-4489-81d4-a5eddedb6ec2 2024-11-10 15:43:26,895 - INFO - Verifications in API Server for VN __public__ passed 2024-11-10 15:43:26,895 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/a722875c-0644-4489-81d4-a5eddedb6ec2 2024-11-10 15:43:26,911 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/24cd2c39-eea9-47f7-8cd9-b3d34295a1ba 2024-11-10 15:43:26,942 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/24cd2c39-eea9-47f7-8cd9-b3d34295a1ba 2024-11-10 15:43:26,951 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/d13b7a1c-401a-45d2-a2d1-ec9f844b53c9 2024-11-10 15:43:26,962 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-10 15:43:26,976 - DEBUG - Control-node 10.0.0.34 : 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': '12043337182854005897', 'uuid-lslong': '9355284767020117698'}, 'enable': 'true', 'created': '2024-11-10T15:43:26', 'last-modified': '2024-11-10T15:43:26', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.600875'} 2024-11-10 15:43:26,976 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 15:43:26,985 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-10 15:43:26,986 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-10 15:43:26,987 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-10 15:43:26,987 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-11-10 15:43:27,027 - DEBUG - Requesting: http://10.0.0.34:8082/domain/43b88ef3-b4ee-44ef-bf5e-bc8bf632fee3 2024-11-10 15:43:27,040 - DEBUG - Requesting: http://10.0.0.34:8082/project/34869310-5f6a-4a06-9cea-e3e97b9594e8 2024-11-10 15:43:27,095 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/a722875c-0644-4489-81d4-a5eddedb6ec2 2024-11-10 15:43:27,112 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-10 15:43:27,112 - DEBUG - Verifying the vn in opserver 2024-11-10 15:43:27,112 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.34 2024-11-10 15:43:27,112 - DEBUG - Requesting: http://10.0.0.34:8081/analytics/uves/virtual-networks 2024-11-10 15:43:27,120 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.34:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-10 15:43:27,120 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-10 15:43:27,120 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 15:43:27,128 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 15:43:27,137 - DEBUG - Do not have enough data to verify VN in agent 2024-11-10 15:43:27,137 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 15:43:27,147 - DEBUG - VRF ids for VN __public__: {} 2024-11-10 15:43:27,290 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-10 15:43:27,448 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-11-10 15:43:27,458 - DEBUG - Requesting: http://10.0.0.34:8082/domain/43b88ef3-b4ee-44ef-bf5e-bc8bf632fee3 2024-11-10 15:43:27,469 - DEBUG - Requesting: http://10.0.0.34:8082/project/34869310-5f6a-4a06-9cea-e3e97b9594e8 2024-11-10 15:43:27,572 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/a722875c-0644-4489-81d4-a5eddedb6ec2 2024-11-10 15:43:27,593 - DEBUG - Requesting: http://10.0.0.34:8082/floating-ip-pool/b61284d1-e436-49eb-956a-406139ad4601 2024-11-10 15:43:27,602 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-11-10 15:43:27,607 - DEBUG - Requesting: http://10.0.0.34:8082/domain/43b88ef3-b4ee-44ef-bf5e-bc8bf632fee3 2024-11-10 15:43:27,617 - DEBUG - Requesting: http://10.0.0.34:8082/project/34869310-5f6a-4a06-9cea-e3e97b9594e8 2024-11-10 15:43:27,720 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/a722875c-0644-4489-81d4-a5eddedb6ec2 2024-11-10 15:43:27,738 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-10 15:43:27,738 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-10 15:43:27,752 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-10 15:43:27,759 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-10 15:43:27,759 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-10 15:43:27,762 - DEBUG - Ingress ctest-nginx-ingress-57692624 not present 2024-11-10 15:43:27,763 - INFO - Creating Ingress ctest-nginx-ingress-57692624 2024-11-10 15:43:27,773 - INFO - Created Ingress ctest-nginx-ingress-57692624 2024-11-10 15:43:27,777 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-57692624 2024-11-10 15:43:30,782 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-57692624 2024-11-10 15:43:33,787 - DEBUG - For Ingress ctest-nginx-ingress-57692624, Cluster IP: 10.47.255.249, External IPs ['13.146.116.124'] 2024-11-10 15:43:33,787 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-57692624 2024-11-10 15:43:33,787 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=2ae1cfac-df92-4079-9706-78519648bfa7 2024-11-10 15:43:33,792 - INFO - Ingress ctest-nginx-ingress-57692624 with uuid 2ae1cfac-df92-4079-9706-78519648bfa7 found in kube manager 2024-11-10 15:43:33,793 - INFO - Ingress ctest-nginx-ingress-57692624 verification passed 2024-11-10 15:43:33,795 - DEBUG - Pod ctest-busybox-pod-54243601 not present 2024-11-10 15:43:33,796 - INFO - Creating Pod ctest-busybox-pod-54243601 2024-11-10 15:43:33,819 - DEBUG - Pod : ctest-busybox-pod-54243601 UUID is 67dbf001-726a-4a00-9129-267b15fbe3b0 2024-11-10 15:43:33,824 - DEBUG - Pod ctest-nginx-pod-56421373 not in running state.Currently in Pending 2024-11-10 15:43:38,831 - INFO - Pod ctest-nginx-pod-56421373 is in running state.Got IP 10.47.255.251 2024-11-10 15:43:38,854 - DEBUG - Pod ctest-nginx-pod-56421373 has vmi 8774602a-9f7a-11ef-a95e-fa163ec7b60d 2024-11-10 15:43:38,854 - INFO - Verified pod ctest-nginx-pod-56421373 in contrail-api 2024-11-10 15:43:38,854 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 15:43:38,869 - DEBUG - VMI 8774602a-9f7a-11ef-a95e-fa163ec7b60d is active in agent 10.0.0.37 2024-11-10 15:43:38,869 - INFO - Verified Pod ctest-nginx-pod-56421373 in agent 10.0.0.37 2024-11-10 15:43:38,869 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=8c4c81c3-35a8-4d3e-bf69-9a2a69a71079 2024-11-10 15:43:38,883 - INFO - Pod ctest-nginx-pod-56421373 with uuid 8c4c81c3-35a8-4d3e-bf69-9a2a69a71079 found in kube manager 2024-11-10 15:43:38,883 - INFO - Pod ctest-nginx-pod-56421373 verification passed 2024-11-10 15:43:38,968 - DEBUG - [Pod ctest-nginx-pod-56421373] Cmd: echo ctest-nginx-pod-56421373 > /usr/share/nginx/html/index.html, Output: 2024-11-10 15:43:38,979 - INFO - Pod ctest-nginx-pod-10155940 is in running state.Got IP 10.47.255.250 2024-11-10 15:43:39,042 - DEBUG - Pod ctest-nginx-pod-10155940 has vmi 87f3a7a4-9f7a-11ef-a95e-fa163ec7b60d 2024-11-10 15:43:39,042 - INFO - Verified pod ctest-nginx-pod-10155940 in contrail-api 2024-11-10 15:43:39,043 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 15:43:39,054 - DEBUG - VMI 87f3a7a4-9f7a-11ef-a95e-fa163ec7b60d is active in agent 10.0.0.37 2024-11-10 15:43:39,054 - INFO - Verified Pod ctest-nginx-pod-10155940 in agent 10.0.0.37 2024-11-10 15:43:39,055 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=d87a8682-fdfb-4af1-b498-f43c41dbcb83 2024-11-10 15:43:39,060 - INFO - Pod ctest-nginx-pod-10155940 with uuid d87a8682-fdfb-4af1-b498-f43c41dbcb83 found in kube manager 2024-11-10 15:43:39,060 - INFO - Pod ctest-nginx-pod-10155940 verification passed 2024-11-10 15:43:39,143 - DEBUG - [Pod ctest-nginx-pod-10155940] Cmd: echo ctest-nginx-pod-10155940 > /usr/share/nginx/html/index.html, Output: 2024-11-10 15:43:39,149 - DEBUG - Pod ctest-busybox-pod-54243601 not in running state.Currently in Pending 2024-11-10 15:43:44,155 - DEBUG - Pod ctest-busybox-pod-54243601 not in running state.Currently in Pending 2024-11-10 15:43:49,170 - INFO - Pod ctest-busybox-pod-54243601 is in running state.Got IP 10.47.255.248 2024-11-10 15:43:49,192 - DEBUG - Pod ctest-busybox-pod-54243601 has vmi 8b19a352-9f7a-11ef-a95e-fa163ec7b60d 2024-11-10 15:43:49,192 - INFO - Verified pod ctest-busybox-pod-54243601 in contrail-api 2024-11-10 15:43:49,192 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 15:43:49,203 - DEBUG - VMI 8b19a352-9f7a-11ef-a95e-fa163ec7b60d is active in agent 10.0.0.37 2024-11-10 15:43:49,204 - INFO - Verified Pod ctest-busybox-pod-54243601 in agent 10.0.0.37 2024-11-10 15:43:49,204 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=67dbf001-726a-4a00-9129-267b15fbe3b0 2024-11-10 15:43:49,208 - INFO - Pod ctest-busybox-pod-54243601 with uuid 67dbf001-726a-4a00-9129-267b15fbe3b0 found in kube manager 2024-11-10 15:43:49,209 - INFO - Pod ctest-busybox-pod-54243601 verification passed 2024-11-10 15:43:49,275 - DEBUG - [Pod ctest-busybox-pod-54243601] 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-10155940 2024-11-10 15:43:49,275 - DEBUG - [Pod Pod ctest-busybox-pod-54243601] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 15:43:49,275 - DEBUG - [Pod Pod ctest-busybox-pod-54243601] 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-10155940 2024-11-10 15:43:49,341 - DEBUG - [Pod ctest-busybox-pod-54243601] 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-56421373 2024-11-10 15:43:49,341 - DEBUG - [Pod Pod ctest-busybox-pod-54243601] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 15:43:49,341 - DEBUG - [Pod Pod ctest-busybox-pod-54243601] 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-56421373 2024-11-10 15:43:49,341 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-56421373': 1, 'ctest-nginx-pod-10155940': 1} 2024-11-10 15:43:49,342 - WARNING - Nothing to delete parallely 2024-11-10 15:43:49,342 - INFO - Deleting pod default:ctest-busybox-pod-54243601 2024-11-10 15:43:49,351 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=67dbf001-726a-4a00-9129-267b15fbe3b0 2024-11-10 15:43:49,359 - WARNING - Pod uuid 67dbf001-726a-4a00-9129-267b15fbe3b0 is still seen in agent 10.0.0.37 VM list 2024-11-10 15:43:54,359 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=67dbf001-726a-4a00-9129-267b15fbe3b0 2024-11-10 15:43:54,367 - WARNING - Pod uuid 67dbf001-726a-4a00-9129-267b15fbe3b0 is still seen in agent 10.0.0.37 VM list 2024-11-10 15:43:59,367 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=67dbf001-726a-4a00-9129-267b15fbe3b0 2024-11-10 15:43:59,378 - WARNING - Pod uuid 67dbf001-726a-4a00-9129-267b15fbe3b0 is still seen in agent 10.0.0.37 VM list 2024-11-10 15:44:04,379 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=67dbf001-726a-4a00-9129-267b15fbe3b0 2024-11-10 15:44:04,389 - WARNING - Pod uuid 67dbf001-726a-4a00-9129-267b15fbe3b0 is still seen in agent 10.0.0.37 VM list 2024-11-10 15:44:09,390 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=67dbf001-726a-4a00-9129-267b15fbe3b0 2024-11-10 15:44:09,398 - WARNING - Pod uuid 67dbf001-726a-4a00-9129-267b15fbe3b0 is still seen in agent 10.0.0.37 VM list 2024-11-10 15:44:14,399 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=67dbf001-726a-4a00-9129-267b15fbe3b0 2024-11-10 15:44:14,409 - WARNING - Pod uuid 67dbf001-726a-4a00-9129-267b15fbe3b0 is still seen in agent 10.0.0.37 VM list 2024-11-10 15:44:19,410 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=67dbf001-726a-4a00-9129-267b15fbe3b0 2024-11-10 15:44:19,417 - WARNING - Pod uuid 67dbf001-726a-4a00-9129-267b15fbe3b0 is still seen in agent 10.0.0.37 VM list 2024-11-10 15:44:24,417 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=67dbf001-726a-4a00-9129-267b15fbe3b0 2024-11-10 15:44:24,424 - DEBUG - Pod 67dbf001-726a-4a00-9129-267b15fbe3b0 is not in agent 10.0.0.37 VM list 2024-11-10 15:44:24,424 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8b19a352-9f7a-11ef-a95e-fa163ec7b60d 2024-11-10 15:44:24,432 - DEBUG - VMI 8b19a352-9f7a-11ef-a95e-fa163ec7b60d is removed from agent 10.0.0.37 2024-11-10 15:44:24,432 - INFO - Verified that pod ctest-busybox-pod-54243601 is removed in agent 2024-11-10 15:44:24,432 - INFO - Deleting Ingress : ctest-nginx-ingress-57692624 2024-11-10 15:44:24,441 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=2ae1cfac-df92-4079-9706-78519648bfa7 2024-11-10 15:44:24,452 - ERROR - Ingress ctest-nginx-ingress-57692624 with uuid 2ae1cfac-df92-4079-9706-78519648bfa7 still found in kube manager 2024-11-10 15:44:25,455 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=2ae1cfac-df92-4079-9706-78519648bfa7 2024-11-10 15:44:25,460 - ERROR - Ingress ctest-nginx-ingress-57692624 with uuid 2ae1cfac-df92-4079-9706-78519648bfa7 still found in kube manager 2024-11-10 15:44:26,461 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=2ae1cfac-df92-4079-9706-78519648bfa7 2024-11-10 15:44:26,468 - INFO - Ingress ctest-nginx-ingress-57692624 with uuid 2ae1cfac-df92-4079-9706-78519648bfa7 deleted successfully from kube manager 2024-11-10 15:44:26,469 - INFO - Verifications on Ingress %s cleanup passed 2024-11-10 15:44:26,470 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-10 15:44:26,600 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-10 15:44:26,608 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-10 15:44:26,608 - INFO - Deleting VN __public__ 2024-11-10 15:44:26,734 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/24cd2c39-eea9-47f7-8cd9-b3d34295a1ba 2024-11-10 15:44:26,741 - DEBUG - Response Code: 404 2024-11-10 15:44:26,741 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-11-10 15:44:26,749 - DEBUG - Requesting: http://10.0.0.34:8082/domain/43b88ef3-b4ee-44ef-bf5e-bc8bf632fee3 2024-11-10 15:44:26,769 - DEBUG - Requesting: http://10.0.0.34:8082/project/34869310-5f6a-4a06-9cea-e3e97b9594e8 2024-11-10 15:44:26,838 - INFO - Validated that VN __public__ is not found in API Server 2024-11-10 15:44:26,839 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-10 15:44:26,847 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 15:44:26,855 - DEBUG - VN __public__ is not present in Agent 10.0.0.37 2024-11-10 15:44:26,855 - INFO - Validated that VN __public__ is not in any agent 2024-11-10 15:44:26,856 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 15:44:26,864 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 15:44:26,872 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-10 15:44:26,878 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-10 15:44:26,879 - INFO - Deleting pod default:ctest-nginx-pod-10155940 2024-11-10 15:44:26,892 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d87a8682-fdfb-4af1-b498-f43c41dbcb83 2024-11-10 15:44:26,911 - WARNING - Pod uuid d87a8682-fdfb-4af1-b498-f43c41dbcb83 is still seen in agent 10.0.0.37 VM list 2024-11-10 15:44:31,913 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d87a8682-fdfb-4af1-b498-f43c41dbcb83 2024-11-10 15:44:31,920 - DEBUG - Pod d87a8682-fdfb-4af1-b498-f43c41dbcb83 is not in agent 10.0.0.37 VM list 2024-11-10 15:44:31,920 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:87f3a7a4-9f7a-11ef-a95e-fa163ec7b60d 2024-11-10 15:44:31,926 - DEBUG - VMI 87f3a7a4-9f7a-11ef-a95e-fa163ec7b60d is removed from agent 10.0.0.37 2024-11-10 15:44:31,926 - INFO - Verified that pod ctest-nginx-pod-10155940 is removed in agent 2024-11-10 15:44:31,926 - INFO - Deleting pod default:ctest-nginx-pod-56421373 2024-11-10 15:44:31,938 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=8c4c81c3-35a8-4d3e-bf69-9a2a69a71079 2024-11-10 15:44:31,947 - WARNING - Pod uuid 8c4c81c3-35a8-4d3e-bf69-9a2a69a71079 is still seen in agent 10.0.0.37 VM list 2024-11-10 15:44:36,947 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=8c4c81c3-35a8-4d3e-bf69-9a2a69a71079 2024-11-10 15:44:36,954 - DEBUG - Pod 8c4c81c3-35a8-4d3e-bf69-9a2a69a71079 is not in agent 10.0.0.37 VM list 2024-11-10 15:44:36,955 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8774602a-9f7a-11ef-a95e-fa163ec7b60d 2024-11-10 15:44:36,962 - DEBUG - VMI 8774602a-9f7a-11ef-a95e-fa163ec7b60d is removed from agent 10.0.0.37 2024-11-10 15:44:36,962 - INFO - Verified that pod ctest-nginx-pod-56421373 is removed in agent 2024-11-10 15:44:36,962 - INFO - Deleting service : ctest-nginx-svc-85576772 2024-11-10 15:44:37,206 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 15:44:37,213 - DEBUG - No XMPP flaps were noticed during the test 2024-11-10 15:44:37,213 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2024-11-10 15:44:37,213 - INFO - -------------------------------------------------------------------------------- 2024-11-10 15:44:43,654 - DEBUG - [10.0.0.34]: 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 15:44:43,783 - DEBUG - Output : cluster_project={} 2024-11-10 15:44:43,845 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-10 15:44:44,018 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-10 15:44:44,025 - DEBUG - [10.0.0.34]: 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 15:44:44,174 - DEBUG - Output : cluster_project={} 2024-11-10 15:44:54,347 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 15:44:59,409 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 15:44:59,507 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 15:44:59,586 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 15:44:59,691 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 15:44:59,755 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 15:45:04,855 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 15:45:04,910 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 15:45:05,180 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 15:45:07,877 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_ApplicationPolicySetReq? 2024-11-10 15:45:07,885 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AclReq? 2024-11-10 15:45:07,922 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AclReq? 2024-11-10 15:45:09,954 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AclReq? 2024-11-10 15:48:10,789 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 15:48:10,817 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=6e4f3f5b-774e-4b62-804e-8bf9f24c57ce 2024-11-10 15:48:10,914 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=db2a5ada-651f-4886-b7a7-3311db902b58 2024-11-10 15:48:10,943 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f6e565af-8073-418b-818a-3442e6a2678b 2024-11-10 15:48:10,950 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b46ec333-e236-4f15-8bba-914bba3d2e94 2024-11-10 15:48:10,955 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f05b70be-87a2-49e5-b35d-58ee13d836c0 2024-11-10 15:48:10,960 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=4ec9955a-17b9-4aa0-a8b1-942c58205caa 2024-11-10 15:48:10,974 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=719788e1-b088-4da8-b3a9-d7f896551633 2024-11-10 15:48:10,987 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=438482b0-ee79-45a9-bfe7-f3481a23d153 2024-11-10 15:48:15,962 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=6e4f3f5b-774e-4b62-804e-8bf9f24c57ce 2024-11-10 15:48:15,990 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b5a8cf94-9f7a-11ef-a95e-fa163ec7b60d 2024-11-10 15:48:16,038 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f05b70be-87a2-49e5-b35d-58ee13d836c0 2024-11-10 15:48:16,041 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=db2a5ada-651f-4886-b7a7-3311db902b58 2024-11-10 15:48:16,042 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=4ec9955a-17b9-4aa0-a8b1-942c58205caa 2024-11-10 15:48:16,043 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=719788e1-b088-4da8-b3a9-d7f896551633 2024-11-10 15:48:16,044 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f6e565af-8073-418b-818a-3442e6a2678b 2024-11-10 15:48:16,052 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=438482b0-ee79-45a9-bfe7-f3481a23d153 2024-11-10 15:48:16,053 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b46ec333-e236-4f15-8bba-914bba3d2e94 2024-11-10 15:48:16,066 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b6ecb488-9f7a-11ef-a95e-fa163ec7b60d 2024-11-10 15:48:16,099 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b63216fa-9f7a-11ef-a95e-fa163ec7b60d 2024-11-10 15:48:16,110 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b7701e4a-9f7a-11ef-a95e-fa163ec7b60d 2024-11-10 15:48:21,079 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=db2a5ada-651f-4886-b7a7-3311db902b58 2024-11-10 15:48:21,097 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b46ec333-e236-4f15-8bba-914bba3d2e94 2024-11-10 15:48:21,100 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=719788e1-b088-4da8-b3a9-d7f896551633 2024-11-10 15:48:21,131 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=438482b0-ee79-45a9-bfe7-f3481a23d153 2024-11-10 15:48:26,091 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=db2a5ada-651f-4886-b7a7-3311db902b58 2024-11-10 15:48:26,110 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=719788e1-b088-4da8-b3a9-d7f896551633 2024-11-10 15:48:26,113 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b46ec333-e236-4f15-8bba-914bba3d2e94 2024-11-10 15:48:26,141 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=438482b0-ee79-45a9-bfe7-f3481a23d153 2024-11-10 15:48:31,100 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=db2a5ada-651f-4886-b7a7-3311db902b58 2024-11-10 15:48:31,127 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b46ec333-e236-4f15-8bba-914bba3d2e94 2024-11-10 15:48:31,136 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=719788e1-b088-4da8-b3a9-d7f896551633 2024-11-10 15:48:31,158 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=438482b0-ee79-45a9-bfe7-f3481a23d153 2024-11-10 15:48:36,112 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=db2a5ada-651f-4886-b7a7-3311db902b58 2024-11-10 15:48:36,136 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b46ec333-e236-4f15-8bba-914bba3d2e94 2024-11-10 15:48:36,144 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=719788e1-b088-4da8-b3a9-d7f896551633 2024-11-10 15:48:36,166 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=438482b0-ee79-45a9-bfe7-f3481a23d153 2024-11-10 15:48:41,120 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=db2a5ada-651f-4886-b7a7-3311db902b58 2024-11-10 15:48:41,148 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b46ec333-e236-4f15-8bba-914bba3d2e94 2024-11-10 15:48:41,153 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=719788e1-b088-4da8-b3a9-d7f896551633 2024-11-10 15:48:41,174 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=438482b0-ee79-45a9-bfe7-f3481a23d153 2024-11-10 15:48:46,128 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=db2a5ada-651f-4886-b7a7-3311db902b58 2024-11-10 15:48:46,137 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b936b5d6-9f7a-11ef-a95e-fa163ec7b60d 2024-11-10 15:48:46,198 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b46ec333-e236-4f15-8bba-914bba3d2e94 2024-11-10 15:48:46,200 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=719788e1-b088-4da8-b3a9-d7f896551633 2024-11-10 15:48:46,202 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=438482b0-ee79-45a9-bfe7-f3481a23d153 2024-11-10 15:48:46,213 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b8addcfc-9f7a-11ef-a95e-fa163ec7b60d 2024-11-10 15:48:46,216 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b824d722-9f7a-11ef-a95e-fa163ec7b60d 2024-11-10 15:48:46,218 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b9b8e20e-9f7a-11ef-a95e-fa163ec7b60d