2024-11-11 01:40:58,595 - DEBUG - [10.0.0.35]: Running cmd : hostname 2024-11-11 01:40:58,868 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-786-1 2024-11-11 01:40:58,869 - DEBUG - [10.0.0.35]: Running cmd : hostname -f 2024-11-11 01:40:58,902 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-786-1 2024-11-11 01:40:58,903 - DEBUG - [10.0.0.35]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-11-11 01:40:59,098 - DEBUG - Output : NAMES contrail_test_ovrGCUFyB contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 redis_redis_1 webui_web_1 webui_job_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_nodemgr_1 config_api_api_1 config_api_svcmonitor_1 config_api_schema_1 config_api_dnsmasq_1 2024-11-11 01:40:59,099 - DEBUG - [10.0.0.35]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-11 01:40:59,148 - DEBUG - Output : 10.0.0.35/24 172.17.0.1/16 2024-11-11 01:40:59,209 - DEBUG - [10.0.0.35]: Running cmd : getent hosts 10.0.0.35 | head -n 1 | awk '{print $2}' 2024-11-11 01:40:59,264 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-786-1 2024-11-11 01:40:59,373 - DEBUG - [10.0.0.33]: Running cmd : hostname 2024-11-11 01:40:59,599 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-786-1 2024-11-11 01:40:59,599 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2024-11-11 01:40:59,634 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-786-1 2024-11-11 01:40:59,635 - DEBUG - [10.0.0.33]: 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-11 01:40:59,679 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-11 01:40:59,679 - DEBUG - [10.0.0.33]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-11 01:40:59,756 - DEBUG - Output : 10.0.0.33/24 2024-11-11 01:40:59,756 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2024-11-11 01:40:59,790 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-786-1 2024-11-11 01:40:59,866 - INFO - Using existing project ['default-domain', 'k8s-default'](a0d6dc5a-28b3-4d15-a864-bb5dcbe5399e) 2024-11-11 01:40:59,977 - INFO - Using existing project ['default-domain', 'k8s-default'](a0d6dc5a-28b3-4d15-a864-bb5dcbe5399e) 2024-11-11 01:41:00,118 - INFO - ================================================================================ 2024-11-11 01:41:00,118 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-11 01:41:00,119 - 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-11 01:41:00,354 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-11 01:41:00,363 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.0.0.35': '0'}} with 2024-11-11 01:41:00,363 - INFO - Initial checks done. Running the testcase now 2024-11-11 01:41:00,363 - INFO - 2024-11-11 01:41:00,367 - INFO - Namespace default already exists 2024-11-11 01:41:00,367 - DEBUG - [10.0.0.35]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-11 01:41:00,499 - DEBUG - Output : cluster_project={} 2024-11-11 01:41:00,556 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-11 01:41:00,557 - DEBUG - Project uuid in Contrail is a0d6dc5a-28b3-4d15-a864-bb5dcbe5399e 2024-11-11 01:41:00,557 - DEBUG - [10.0.0.35]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-11 01:41:00,684 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-11 01:41:00,684 - DEBUG - Requesting: http://10.0.0.35:8108/Snh_NamespaceDatabaseList?namespace_uuid=3ca16e18-5f10-4ffb-a683-7a7f59cb6b2e 2024-11-11 01:41:00,689 - INFO - Namespace default with uuid 3ca16e18-5f10-4ffb-a683-7a7f59cb6b2e found in kube manager 2024-11-11 01:41:00,689 - INFO - Namespace default verification passed 2024-11-11 01:41:00,692 - DEBUG - Service ctest-nginx-svc-49064229 not present 2024-11-11 01:41:00,692 - INFO - Creating service ctest-nginx-svc-49064229 2024-11-11 01:41:00,740 - INFO - Created Service ctest-nginx-svc-49064229 2024-11-11 01:41:00,746 - DEBUG - Pod ctest-nginx-pod-44368903 not present 2024-11-11 01:41:00,746 - INFO - Creating Pod ctest-nginx-pod-44368903 2024-11-11 01:41:00,799 - DEBUG - Pod : ctest-nginx-pod-44368903 UUID is eb741e0d-91aa-4e54-a3e0-da425acc0685 2024-11-11 01:41:00,803 - DEBUG - Pod ctest-nginx-pod-66635059 not present 2024-11-11 01:41:00,803 - INFO - Creating Pod ctest-nginx-pod-66635059 2024-11-11 01:41:00,829 - DEBUG - Pod : ctest-nginx-pod-66635059 UUID is 01fdf623-5769-45f3-9339-8c2357c00e37 2024-11-11 01:41:01,050 - INFO - Created VN __public__, UUID :8ca9360e-fb6f-4ef8-8e97-5e664c058679 2024-11-11 01:41:01,277 - DEBUG - Requesting: http://10.0.0.35:8082/domains 2024-11-11 01:41:01,297 - DEBUG - Requesting: http://10.0.0.35:8082/domain/4625a7b8-e5cc-4c4b-a441-ea353a5f62a8 2024-11-11 01:41:01,316 - DEBUG - Requesting: http://10.0.0.35:8082/project/a0d6dc5a-28b3-4d15-a864-bb5dcbe5399e 2024-11-11 01:41:01,383 - DEBUG - Requesting: http://10.0.0.35:8082/virtual-network/8ca9360e-fb6f-4ef8-8e97-5e664c058679 2024-11-11 01:41:01,402 - DEBUG - Requesting: http://10.0.0.35:8082/virtual-network/8ca9360e-fb6f-4ef8-8e97-5e664c058679 2024-11-11 01:41:01,414 - DEBUG - Requesting: http://10.0.0.35:8082/routing-instance/0221af2b-8073-40fb-965d-2390af2ab878 2024-11-11 01:41:01,427 - DEBUG - Requesting: http://10.0.0.35:8082/routing-instance/0221af2b-8073-40fb-965d-2390af2ab878 2024-11-11 01:41:01,437 - DEBUG - Requesting: http://10.0.0.35:8082/route-target/55a1b4a4-8ddd-4b62-aab5-1abfffdd8e5f 2024-11-11 01:41:01,483 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-11 01:41:01,483 - DEBUG - Requesting: http://10.0.0.35:8082/virtual-network/8ca9360e-fb6f-4ef8-8e97-5e664c058679 2024-11-11 01:41:01,513 - DEBUG - Requesting: http://10.0.0.35:8082/routing-instance/0221af2b-8073-40fb-965d-2390af2ab878 2024-11-11 01:41:01,550 - INFO - Verified VN network id 13 for VN 8ca9360e-fb6f-4ef8-8e97-5e664c058679 2024-11-11 01:41:01,550 - INFO - Verifications in API Server for VN __public__ passed 2024-11-11 01:41:01,550 - DEBUG - Requesting: http://10.0.0.35:8082/virtual-network/8ca9360e-fb6f-4ef8-8e97-5e664c058679 2024-11-11 01:41:01,563 - DEBUG - Requesting: http://10.0.0.35:8082/routing-instance/0221af2b-8073-40fb-965d-2390af2ab878 2024-11-11 01:41:01,584 - DEBUG - Requesting: http://10.0.0.35:8082/routing-instance/0221af2b-8073-40fb-965d-2390af2ab878 2024-11-11 01:41:01,600 - DEBUG - Requesting: http://10.0.0.35:8082/route-target/55a1b4a4-8ddd-4b62-aab5-1abfffdd8e5f 2024-11-11 01:41:01,628 - DEBUG - Requesting: http://10.0.0.35:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-11 01:41:01,639 - DEBUG - Control-node 10.0.0.35 : 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': '10135691874349829880', 'uuid-lslong': '10274784868324181625'}, 'enable': 'true', 'created': '2024-11-11T01:41:00', 'last-modified': '2024-11-11T01:41:01', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.419684'} 2024-11-11 01:41:01,639 - DEBUG - Requesting: http://10.0.0.35:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:41:01,649 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-11 01:41:01,649 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-11 01:41:01,650 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-11 01:41:01,650 - DEBUG - Requesting: http://10.0.0.35:8082/domains 2024-11-11 01:41:01,668 - DEBUG - Requesting: http://10.0.0.35:8082/domain/4625a7b8-e5cc-4c4b-a441-ea353a5f62a8 2024-11-11 01:41:01,685 - DEBUG - Requesting: http://10.0.0.35:8082/project/a0d6dc5a-28b3-4d15-a864-bb5dcbe5399e 2024-11-11 01:41:01,769 - DEBUG - Requesting: http://10.0.0.35:8082/virtual-network/8ca9360e-fb6f-4ef8-8e97-5e664c058679 2024-11-11 01:41:01,783 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-11 01:41:01,783 - DEBUG - Verifying the vn in opserver 2024-11-11 01:41:01,783 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.35 2024-11-11 01:41:01,783 - DEBUG - Requesting: http://10.0.0.35:8081/analytics/uves/virtual-networks 2024-11-11 01:41:01,789 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.35:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-11 01:41:01,789 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-11 01:41:01,789 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:41:01,802 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:41:01,813 - DEBUG - Do not have enough data to verify VN in agent 2024-11-11 01:41:01,813 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:41:01,822 - DEBUG - VRF ids for VN __public__: {} 2024-11-11 01:41:01,942 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-11 01:41:02,147 - DEBUG - Requesting: http://10.0.0.35:8082/domains 2024-11-11 01:41:02,154 - DEBUG - Requesting: http://10.0.0.35:8082/domain/4625a7b8-e5cc-4c4b-a441-ea353a5f62a8 2024-11-11 01:41:02,167 - DEBUG - Requesting: http://10.0.0.35:8082/project/a0d6dc5a-28b3-4d15-a864-bb5dcbe5399e 2024-11-11 01:41:02,281 - DEBUG - Requesting: http://10.0.0.35:8082/virtual-network/8ca9360e-fb6f-4ef8-8e97-5e664c058679 2024-11-11 01:41:02,303 - DEBUG - Requesting: http://10.0.0.35:8082/floating-ip-pool/ac2ae8c8-fce1-4ad9-8905-df63c6b93def 2024-11-11 01:41:02,314 - DEBUG - Requesting: http://10.0.0.35:8082/domains 2024-11-11 01:41:02,318 - DEBUG - Requesting: http://10.0.0.35:8082/domain/4625a7b8-e5cc-4c4b-a441-ea353a5f62a8 2024-11-11 01:41:02,328 - DEBUG - Requesting: http://10.0.0.35:8082/project/a0d6dc5a-28b3-4d15-a864-bb5dcbe5399e 2024-11-11 01:41:02,403 - DEBUG - Requesting: http://10.0.0.35:8082/virtual-network/8ca9360e-fb6f-4ef8-8e97-5e664c058679 2024-11-11 01:41:02,423 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-11 01:41:02,423 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-11 01:41:02,435 - DEBUG - Requesting: http://10.0.0.35:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-11 01:41:02,443 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-11 01:41:02,444 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-11 01:41:02,447 - DEBUG - Ingress ctest-nginx-ingress-33011033 not present 2024-11-11 01:41:02,447 - INFO - Creating Ingress ctest-nginx-ingress-33011033 2024-11-11 01:41:02,453 - INFO - Created Ingress ctest-nginx-ingress-33011033 2024-11-11 01:41:02,457 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-33011033 2024-11-11 01:41:05,462 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-33011033 2024-11-11 01:41:08,467 - DEBUG - For Ingress ctest-nginx-ingress-33011033, Cluster IP: 10.47.255.249, External IPs ['23.164.185.60'] 2024-11-11 01:41:08,467 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-33011033 2024-11-11 01:41:08,467 - DEBUG - Requesting: http://10.0.0.35:8108/Snh_LoadbalancerDatabaseList?x=beaf087d-007f-4c47-89f0-308dde74efc1 2024-11-11 01:41:08,473 - INFO - Ingress ctest-nginx-ingress-33011033 with uuid beaf087d-007f-4c47-89f0-308dde74efc1 found in kube manager 2024-11-11 01:41:08,473 - INFO - Ingress ctest-nginx-ingress-33011033 verification passed 2024-11-11 01:41:08,476 - DEBUG - Pod ctest-busybox-pod-95188671 not present 2024-11-11 01:41:08,476 - INFO - Creating Pod ctest-busybox-pod-95188671 2024-11-11 01:41:08,504 - DEBUG - Pod : ctest-busybox-pod-95188671 UUID is 4e49c9dd-8411-4ce3-8ab2-98716bf9581a 2024-11-11 01:41:08,524 - DEBUG - Pod ctest-nginx-pod-44368903 not in running state.Currently in Pending 2024-11-11 01:41:13,532 - DEBUG - Pod ctest-nginx-pod-44368903 not in running state.Currently in Pending 2024-11-11 01:41:18,539 - INFO - Pod ctest-nginx-pod-44368903 is in running state.Got IP 10.47.255.251 2024-11-11 01:41:18,562 - DEBUG - Pod ctest-nginx-pod-44368903 has vmi 027e5516-9fce-11ef-9df2-fa163ec51a4c 2024-11-11 01:41:18,562 - INFO - Verified pod ctest-nginx-pod-44368903 in contrail-api 2024-11-11 01:41:18,562 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:41:18,576 - DEBUG - VMI 027e5516-9fce-11ef-9df2-fa163ec51a4c is active in agent 10.0.0.33 2024-11-11 01:41:18,576 - INFO - Verified Pod ctest-nginx-pod-44368903 in agent 10.0.0.33 2024-11-11 01:41:18,576 - DEBUG - Requesting: http://10.0.0.35:8108/Snh_VirtualMachineDatabaseList?x=eb741e0d-91aa-4e54-a3e0-da425acc0685 2024-11-11 01:41:18,581 - INFO - Pod ctest-nginx-pod-44368903 with uuid eb741e0d-91aa-4e54-a3e0-da425acc0685 found in kube manager 2024-11-11 01:41:18,581 - INFO - Pod ctest-nginx-pod-44368903 verification passed 2024-11-11 01:41:18,665 - DEBUG - [Pod ctest-nginx-pod-44368903] Cmd: echo ctest-nginx-pod-44368903 > /usr/share/nginx/html/index.html, Output: 2024-11-11 01:41:18,671 - INFO - Pod ctest-nginx-pod-66635059 is in running state.Got IP 10.47.255.250 2024-11-11 01:41:18,694 - DEBUG - Pod ctest-nginx-pod-66635059 has vmi 02f3a154-9fce-11ef-9df2-fa163ec51a4c 2024-11-11 01:41:18,694 - INFO - Verified pod ctest-nginx-pod-66635059 in contrail-api 2024-11-11 01:41:18,694 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:41:18,707 - DEBUG - VMI 02f3a154-9fce-11ef-9df2-fa163ec51a4c is active in agent 10.0.0.33 2024-11-11 01:41:18,708 - INFO - Verified Pod ctest-nginx-pod-66635059 in agent 10.0.0.33 2024-11-11 01:41:18,708 - DEBUG - Requesting: http://10.0.0.35:8108/Snh_VirtualMachineDatabaseList?x=01fdf623-5769-45f3-9339-8c2357c00e37 2024-11-11 01:41:18,713 - INFO - Pod ctest-nginx-pod-66635059 with uuid 01fdf623-5769-45f3-9339-8c2357c00e37 found in kube manager 2024-11-11 01:41:18,713 - INFO - Pod ctest-nginx-pod-66635059 verification passed 2024-11-11 01:41:18,779 - DEBUG - [Pod ctest-nginx-pod-66635059] Cmd: echo ctest-nginx-pod-66635059 > /usr/share/nginx/html/index.html, Output: 2024-11-11 01:41:18,785 - INFO - Pod ctest-busybox-pod-95188671 is in running state.Got IP 10.47.255.248 2024-11-11 01:41:18,855 - DEBUG - Pod ctest-busybox-pod-95188671 has vmi 062e9162-9fce-11ef-9df2-fa163ec51a4c 2024-11-11 01:41:18,855 - INFO - Verified pod ctest-busybox-pod-95188671 in contrail-api 2024-11-11 01:41:18,855 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:41:18,867 - DEBUG - VMI 062e9162-9fce-11ef-9df2-fa163ec51a4c is active in agent 10.0.0.33 2024-11-11 01:41:18,867 - INFO - Verified Pod ctest-busybox-pod-95188671 in agent 10.0.0.33 2024-11-11 01:41:18,867 - DEBUG - Requesting: http://10.0.0.35:8108/Snh_VirtualMachineDatabaseList?x=4e49c9dd-8411-4ce3-8ab2-98716bf9581a 2024-11-11 01:41:18,871 - INFO - Pod ctest-busybox-pod-95188671 with uuid 4e49c9dd-8411-4ce3-8ab2-98716bf9581a found in kube manager 2024-11-11 01:41:18,872 - INFO - Pod ctest-busybox-pod-95188671 verification passed 2024-11-11 01:41:18,947 - DEBUG - [Pod ctest-busybox-pod-95188671] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-44368903 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-11 01:41:18,948 - DEBUG - [Pod Pod ctest-busybox-pod-95188671] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-11 01:41:18,948 - DEBUG - [Pod Pod ctest-busybox-pod-95188671] Cmd output: ctest-nginx-pod-44368903 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-11 01:41:19,030 - DEBUG - [Pod ctest-busybox-pod-95188671] 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-66635059 2024-11-11 01:41:19,030 - DEBUG - [Pod Pod ctest-busybox-pod-95188671] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-11 01:41:19,030 - DEBUG - [Pod Pod ctest-busybox-pod-95188671] 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-66635059 2024-11-11 01:41:19,030 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-44368903': 1, 'ctest-nginx-pod-66635059': 1} 2024-11-11 01:41:19,030 - WARNING - Nothing to delete parallely 2024-11-11 01:41:19,030 - INFO - Deleting pod default:ctest-busybox-pod-95188671 2024-11-11 01:41:19,054 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e49c9dd-8411-4ce3-8ab2-98716bf9581a 2024-11-11 01:41:19,062 - WARNING - Pod uuid 4e49c9dd-8411-4ce3-8ab2-98716bf9581a is still seen in agent 10.0.0.33 VM list 2024-11-11 01:41:24,063 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e49c9dd-8411-4ce3-8ab2-98716bf9581a 2024-11-11 01:41:24,072 - WARNING - Pod uuid 4e49c9dd-8411-4ce3-8ab2-98716bf9581a is still seen in agent 10.0.0.33 VM list 2024-11-11 01:41:29,073 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e49c9dd-8411-4ce3-8ab2-98716bf9581a 2024-11-11 01:41:29,080 - WARNING - Pod uuid 4e49c9dd-8411-4ce3-8ab2-98716bf9581a is still seen in agent 10.0.0.33 VM list 2024-11-11 01:41:34,081 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e49c9dd-8411-4ce3-8ab2-98716bf9581a 2024-11-11 01:41:34,089 - WARNING - Pod uuid 4e49c9dd-8411-4ce3-8ab2-98716bf9581a is still seen in agent 10.0.0.33 VM list 2024-11-11 01:41:39,090 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e49c9dd-8411-4ce3-8ab2-98716bf9581a 2024-11-11 01:41:39,097 - WARNING - Pod uuid 4e49c9dd-8411-4ce3-8ab2-98716bf9581a is still seen in agent 10.0.0.33 VM list 2024-11-11 01:41:44,097 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e49c9dd-8411-4ce3-8ab2-98716bf9581a 2024-11-11 01:41:44,105 - WARNING - Pod uuid 4e49c9dd-8411-4ce3-8ab2-98716bf9581a is still seen in agent 10.0.0.33 VM list 2024-11-11 01:41:49,106 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e49c9dd-8411-4ce3-8ab2-98716bf9581a 2024-11-11 01:41:49,115 - WARNING - Pod uuid 4e49c9dd-8411-4ce3-8ab2-98716bf9581a is still seen in agent 10.0.0.33 VM list 2024-11-11 01:41:54,116 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=4e49c9dd-8411-4ce3-8ab2-98716bf9581a 2024-11-11 01:41:54,124 - DEBUG - Pod 4e49c9dd-8411-4ce3-8ab2-98716bf9581a is not in agent 10.0.0.33 VM list 2024-11-11 01:41:54,124 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:062e9162-9fce-11ef-9df2-fa163ec51a4c 2024-11-11 01:41:54,131 - DEBUG - VMI 062e9162-9fce-11ef-9df2-fa163ec51a4c is removed from agent 10.0.0.33 2024-11-11 01:41:54,131 - INFO - Verified that pod ctest-busybox-pod-95188671 is removed in agent 2024-11-11 01:41:54,131 - INFO - Deleting Ingress : ctest-nginx-ingress-33011033 2024-11-11 01:41:54,141 - DEBUG - Requesting: http://10.0.0.35:8108/Snh_LoadbalancerDatabaseList?x=beaf087d-007f-4c47-89f0-308dde74efc1 2024-11-11 01:41:54,145 - ERROR - Ingress ctest-nginx-ingress-33011033 with uuid beaf087d-007f-4c47-89f0-308dde74efc1 still found in kube manager 2024-11-11 01:41:55,147 - DEBUG - Requesting: http://10.0.0.35:8108/Snh_LoadbalancerDatabaseList?x=beaf087d-007f-4c47-89f0-308dde74efc1 2024-11-11 01:41:55,151 - INFO - Ingress ctest-nginx-ingress-33011033 with uuid beaf087d-007f-4c47-89f0-308dde74efc1 deleted successfully from kube manager 2024-11-11 01:41:55,151 - INFO - Verifications on Ingress %s cleanup passed 2024-11-11 01:41:55,151 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-11 01:41:55,272 - DEBUG - Requesting: http://10.0.0.35:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-11 01:41:55,278 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-11 01:41:55,278 - INFO - Deleting VN __public__ 2024-11-11 01:41:55,549 - DEBUG - Requesting: http://10.0.0.35:8082/routing-instance/0221af2b-8073-40fb-965d-2390af2ab878 2024-11-11 01:41:55,565 - DEBUG - Response Code: 404 2024-11-11 01:41:55,565 - DEBUG - Requesting: http://10.0.0.35:8082/domains 2024-11-11 01:41:55,573 - DEBUG - Requesting: http://10.0.0.35:8082/domain/4625a7b8-e5cc-4c4b-a441-ea353a5f62a8 2024-11-11 01:41:55,589 - DEBUG - Requesting: http://10.0.0.35:8082/project/a0d6dc5a-28b3-4d15-a864-bb5dcbe5399e 2024-11-11 01:41:55,680 - INFO - Validated that VN __public__ is not found in API Server 2024-11-11 01:41:55,682 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-11 01:41:55,697 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:41:55,725 - DEBUG - VN __public__ is not present in Agent 10.0.0.33 2024-11-11 01:41:55,725 - INFO - Validated that VN __public__ is not in any agent 2024-11-11 01:41:55,725 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:41:55,736 - DEBUG - Requesting: http://10.0.0.35:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-11 01:41:55,746 - DEBUG - Requesting: http://10.0.0.35:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-11 01:41:55,754 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-11 01:41:55,754 - INFO - Deleting pod default:ctest-nginx-pod-66635059 2024-11-11 01:41:55,767 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=01fdf623-5769-45f3-9339-8c2357c00e37 2024-11-11 01:41:55,781 - WARNING - Pod uuid 01fdf623-5769-45f3-9339-8c2357c00e37 is still seen in agent 10.0.0.33 VM list 2024-11-11 01:42:00,796 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=01fdf623-5769-45f3-9339-8c2357c00e37 2024-11-11 01:42:00,804 - DEBUG - Pod 01fdf623-5769-45f3-9339-8c2357c00e37 is not in agent 10.0.0.33 VM list 2024-11-11 01:42:00,804 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:02f3a154-9fce-11ef-9df2-fa163ec51a4c 2024-11-11 01:42:00,811 - DEBUG - VMI 02f3a154-9fce-11ef-9df2-fa163ec51a4c is removed from agent 10.0.0.33 2024-11-11 01:42:00,811 - INFO - Verified that pod ctest-nginx-pod-66635059 is removed in agent 2024-11-11 01:42:00,811 - INFO - Deleting pod default:ctest-nginx-pod-44368903 2024-11-11 01:42:00,828 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=eb741e0d-91aa-4e54-a3e0-da425acc0685 2024-11-11 01:42:00,839 - WARNING - Pod uuid eb741e0d-91aa-4e54-a3e0-da425acc0685 is still seen in agent 10.0.0.33 VM list 2024-11-11 01:42:05,840 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=eb741e0d-91aa-4e54-a3e0-da425acc0685 2024-11-11 01:42:05,847 - DEBUG - Pod eb741e0d-91aa-4e54-a3e0-da425acc0685 is not in agent 10.0.0.33 VM list 2024-11-11 01:42:05,847 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:027e5516-9fce-11ef-9df2-fa163ec51a4c 2024-11-11 01:42:05,853 - DEBUG - VMI 027e5516-9fce-11ef-9df2-fa163ec51a4c is removed from agent 10.0.0.33 2024-11-11 01:42:05,853 - INFO - Verified that pod ctest-nginx-pod-44368903 is removed in agent 2024-11-11 01:42:05,853 - INFO - Deleting service : ctest-nginx-svc-49064229 2024-11-11 01:42:06,139 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-11 01:42:06,146 - DEBUG - No XMPP flaps were noticed during the test
2024-11-11 01:42:06,146 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:06]
2024-11-11 01:42:06,147 - INFO - -------------------------------------------------------------------------------- 2024-11-11 01:42:12,582 - DEBUG - [10.0.0.35]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-11 01:42:12,731 - DEBUG - Output : cluster_project={} 2024-11-11 01:42:12,816 - DEBUG - [10.0.0.35]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-11 01:42:13,006 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-11 01:42:13,012 - DEBUG - [10.0.0.35]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-11 01:42:13,188 - DEBUG - Output : cluster_project={} 2024-11-11 01:42:23,322 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:42:23,407 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:42:23,461 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:42:28,551 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:42:28,599 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:42:28,688 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:42:28,771 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:42:28,818 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-11 01:42:29,062 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-11 01:42:32,495 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_ApplicationPolicySetReq? 2024-11-11 01:42:32,501 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2024-11-11 01:42:32,540 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2024-11-11 01:42:34,571 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2024-11-11 01:45:35,368 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-11 01:45:35,423 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f692f121-a382-4d1d-a8e7-fc8a88aa2cfa 2024-11-11 01:45:35,438 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a0875165-11e3-4b06-b2ba-a142f65fe0a3 2024-11-11 01:45:35,458 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39001cd7-552c-468e-a421-eea0a169c235 2024-11-11 01:45:35,465 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f4116884-5640-4ad1-9e41-2133169241a6 2024-11-11 01:45:35,478 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=465dbb70-2944-4551-81ae-db954027d35d 2024-11-11 01:45:35,487 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=be610d10-b716-426a-bf39-8fd567f12f81 2024-11-11 01:45:35,494 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=10f4f847-8107-49bc-acfb-0361e72046c3 2024-11-11 01:45:35,503 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c0f0801b-48b0-453d-b034-65b28af60c18 2024-11-11 01:45:40,445 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f692f121-a382-4d1d-a8e7-fc8a88aa2cfa 2024-11-11 01:45:40,453 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2d43ca2e-9fce-11ef-9df2-fa163ec51a4c 2024-11-11 01:45:40,507 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a0875165-11e3-4b06-b2ba-a142f65fe0a3 2024-11-11 01:45:40,564 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39001cd7-552c-468e-a421-eea0a169c235 2024-11-11 01:45:40,575 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=be610d10-b716-426a-bf39-8fd567f12f81 2024-11-11 01:45:40,576 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=10f4f847-8107-49bc-acfb-0361e72046c3 2024-11-11 01:45:40,578 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=465dbb70-2944-4551-81ae-db954027d35d 2024-11-11 01:45:40,579 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c0f0801b-48b0-453d-b034-65b28af60c18 2024-11-11 01:45:40,582 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f4116884-5640-4ad1-9e41-2133169241a6 2024-11-11 01:45:40,606 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2ef2f21e-9fce-11ef-9df2-fa163ec51a4c 2024-11-11 01:45:40,608 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2e777f6c-9fce-11ef-9df2-fa163ec51a4c 2024-11-11 01:45:40,610 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2dc871ca-9fce-11ef-9df2-fa163ec51a4c 2024-11-11 01:45:45,515 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a0875165-11e3-4b06-b2ba-a142f65fe0a3 2024-11-11 01:45:45,572 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39001cd7-552c-468e-a421-eea0a169c235 2024-11-11 01:45:45,606 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f4116884-5640-4ad1-9e41-2133169241a6 2024-11-11 01:45:45,608 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=be610d10-b716-426a-bf39-8fd567f12f81 2024-11-11 01:45:50,522 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a0875165-11e3-4b06-b2ba-a142f65fe0a3 2024-11-11 01:45:50,581 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39001cd7-552c-468e-a421-eea0a169c235 2024-11-11 01:45:50,626 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=be610d10-b716-426a-bf39-8fd567f12f81 2024-11-11 01:45:50,627 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f4116884-5640-4ad1-9e41-2133169241a6 2024-11-11 01:45:55,540 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a0875165-11e3-4b06-b2ba-a142f65fe0a3 2024-11-11 01:45:55,589 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39001cd7-552c-468e-a421-eea0a169c235 2024-11-11 01:45:55,637 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f4116884-5640-4ad1-9e41-2133169241a6 2024-11-11 01:45:55,639 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=be610d10-b716-426a-bf39-8fd567f12f81 2024-11-11 01:46:00,549 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a0875165-11e3-4b06-b2ba-a142f65fe0a3 2024-11-11 01:46:00,597 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39001cd7-552c-468e-a421-eea0a169c235 2024-11-11 01:46:00,648 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f4116884-5640-4ad1-9e41-2133169241a6 2024-11-11 01:46:00,650 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=be610d10-b716-426a-bf39-8fd567f12f81 2024-11-11 01:46:05,557 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a0875165-11e3-4b06-b2ba-a142f65fe0a3 2024-11-11 01:46:05,609 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39001cd7-552c-468e-a421-eea0a169c235 2024-11-11 01:46:05,663 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f4116884-5640-4ad1-9e41-2133169241a6 2024-11-11 01:46:05,666 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=be610d10-b716-426a-bf39-8fd567f12f81 2024-11-11 01:46:10,582 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a0875165-11e3-4b06-b2ba-a142f65fe0a3 2024-11-11 01:46:10,593 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2f87e43c-9fce-11ef-9df2-fa163ec51a4c 2024-11-11 01:46:10,617 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39001cd7-552c-468e-a421-eea0a169c235 2024-11-11 01:46:10,629 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:30ab057e-9fce-11ef-9df2-fa163ec51a4c 2024-11-11 01:46:10,681 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f4116884-5640-4ad1-9e41-2133169241a6 2024-11-11 01:46:10,684 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=be610d10-b716-426a-bf39-8fd567f12f81 2024-11-11 01:46:10,706 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:312724ce-9fce-11ef-9df2-fa163ec51a4c 2024-11-11 01:46:10,711 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:302b8f42-9fce-11ef-9df2-fa163ec51a4c