2024-10-23 20:40:02,923 - DEBUG - [10.0.0.37]: Running cmd : hostname 2024-10-23 20:40:03,161 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-736-1 2024-10-23 20:40:03,161 - DEBUG - [10.0.0.37]: Running cmd : hostname -f 2024-10-23 20:40:03,196 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-736-1 2024-10-23 20:40:03,196 - 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-10-23 20:40:03,311 - DEBUG - Output : NAMES contrail_test_DgOM22Lqv contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 redis_redis_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_api_1 config_api_nodemgr_1 config_api_dnsmasq_1 config_api_svcmonitor_1 config_api_schema_1 2024-10-23 20:40:03,311 - DEBUG - [10.0.0.37]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-10-23 20:40:03,351 - DEBUG - Output : 10.0.0.37/24 172.17.0.1/16 2024-10-23 20:40:03,351 - DEBUG - [10.0.0.37]: Running cmd : getent hosts 10.0.0.37 | head -n 1 | awk '{print $2}' 2024-10-23 20:40:03,384 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-736-1 2024-10-23 20:40:03,492 - DEBUG - [10.0.0.27]: Running cmd : hostname 2024-10-23 20:40:03,707 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-736-1 2024-10-23 20:40:03,708 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2024-10-23 20:40:03,732 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-736-1 2024-10-23 20:40:03,732 - DEBUG - [10.0.0.27]: 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-10-23 20:40:03,777 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-10-23 20:40:03,777 - DEBUG - [10.0.0.27]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-10-23 20:40:03,848 - DEBUG - Output : 10.0.0.27/24 2024-10-23 20:40:03,849 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2024-10-23 20:40:03,884 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-736-1 2024-10-23 20:40:03,999 - INFO - Using existing project ['default-domain', 'k8s-default'](f95ac7e4-c4e2-432e-9bac-aeb347110bc7) 2024-10-23 20:40:04,136 - INFO - Using existing project ['default-domain', 'k8s-default'](f95ac7e4-c4e2-432e-9bac-aeb347110bc7) 2024-10-23 20:40:04,294 - INFO - ================================================================================ 2024-10-23 20:40:04,294 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-10-23 20:40:04,295 - 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-10-23 20:40:04,560 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2024-10-23 20:40:04,568 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.37': '0'}} with 2024-10-23 20:40:04,568 - INFO - Initial checks done. Running the testcase now 2024-10-23 20:40:04,568 - INFO - 2024-10-23 20:40:04,572 - INFO - Namespace default already exists 2024-10-23 20:40:04,572 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-10-23 20:40:04,706 - DEBUG - Output : cluster_project={} 2024-10-23 20:40:04,824 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-10-23 20:40:04,824 - DEBUG - Project uuid in Contrail is f95ac7e4-c4e2-432e-9bac-aeb347110bc7 2024-10-23 20:40:04,825 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-10-23 20:40:05,000 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-10-23 20:40:05,000 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_NamespaceDatabaseList?namespace_uuid=ad28afc5-4faf-4f7f-9662-d6cf46770a40 2024-10-23 20:40:05,012 - INFO - Namespace default with uuid ad28afc5-4faf-4f7f-9662-d6cf46770a40 found in kube manager 2024-10-23 20:40:05,012 - INFO - Namespace default verification passed 2024-10-23 20:40:05,015 - DEBUG - Service ctest-nginx-svc-20804346 not present 2024-10-23 20:40:05,016 - INFO - Creating service ctest-nginx-svc-20804346 2024-10-23 20:40:05,069 - INFO - Created Service ctest-nginx-svc-20804346 2024-10-23 20:40:05,084 - DEBUG - Pod ctest-nginx-pod-05907953 not present 2024-10-23 20:40:05,085 - INFO - Creating Pod ctest-nginx-pod-05907953 2024-10-23 20:40:05,153 - DEBUG - Node for Pod ctest-nginx-pod-05907953 not yet populated 2024-10-23 20:40:08,165 - DEBUG - Pod : ctest-nginx-pod-05907953 UUID is f11f6660-e773-456a-822a-c37558e488b7 2024-10-23 20:40:08,169 - DEBUG - Pod ctest-nginx-pod-36277749 not present 2024-10-23 20:40:08,169 - INFO - Creating Pod ctest-nginx-pod-36277749 2024-10-23 20:40:08,210 - DEBUG - Pod : ctest-nginx-pod-36277749 UUID is 53e822ba-7f1b-4baf-a1c2-c624cd5be8b0 2024-10-23 20:40:08,475 - INFO - Created VN __public__, UUID :b20b20c9-2891-4a19-bbea-d38583e23ee9 2024-10-23 20:40:08,760 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2024-10-23 20:40:08,788 - DEBUG - Requesting: http://10.0.0.37:8082/domain/a65b8f54-7ba3-4922-aec4-32609952a2fb 2024-10-23 20:40:08,824 - DEBUG - Requesting: http://10.0.0.37:8082/project/f95ac7e4-c4e2-432e-9bac-aeb347110bc7 2024-10-23 20:40:08,890 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/b20b20c9-2891-4a19-bbea-d38583e23ee9 2024-10-23 20:40:08,911 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/b20b20c9-2891-4a19-bbea-d38583e23ee9 2024-10-23 20:40:08,932 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9edadf53-cd37-4787-af26-79c551ce0227 2024-10-23 20:40:08,957 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9edadf53-cd37-4787-af26-79c551ce0227 2024-10-23 20:40:08,970 - DEBUG - Requesting: http://10.0.0.37:8082/route-target/6d560b68-d3b8-4f28-85ca-469a448035b2 2024-10-23 20:40:08,980 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-10-23 20:40:08,980 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/b20b20c9-2891-4a19-bbea-d38583e23ee9 2024-10-23 20:40:08,997 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9edadf53-cd37-4787-af26-79c551ce0227 2024-10-23 20:40:09,024 - INFO - Verified VN network id 13 for VN b20b20c9-2891-4a19-bbea-d38583e23ee9 2024-10-23 20:40:09,024 - INFO - Verifications in API Server for VN __public__ passed 2024-10-23 20:40:09,025 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/b20b20c9-2891-4a19-bbea-d38583e23ee9 2024-10-23 20:40:09,047 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9edadf53-cd37-4787-af26-79c551ce0227 2024-10-23 20:40:09,060 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9edadf53-cd37-4787-af26-79c551ce0227 2024-10-23 20:40:09,071 - DEBUG - Requesting: http://10.0.0.37:8082/route-target/6d560b68-d3b8-4f28-85ca-469a448035b2 2024-10-23 20:40:09,081 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-10-23 20:40:09,088 - DEBUG - Control-node 10.0.0.37 : 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': '12829384011836115481', 'uuid-lslong': '13540867800039571177'}, 'enable': 'true', 'created': '2024-10-23T20:40:08', 'last-modified': '2024-10-23T20:40:08', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.415011'} 2024-10-23 20:40:09,088 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-23 20:40:09,096 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-10-23 20:40:09,097 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-10-23 20:40:09,098 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-10-23 20:40:09,098 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2024-10-23 20:40:09,105 - DEBUG - Requesting: http://10.0.0.37:8082/domain/a65b8f54-7ba3-4922-aec4-32609952a2fb 2024-10-23 20:40:09,117 - DEBUG - Requesting: http://10.0.0.37:8082/project/f95ac7e4-c4e2-432e-9bac-aeb347110bc7 2024-10-23 20:40:09,210 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/b20b20c9-2891-4a19-bbea-d38583e23ee9 2024-10-23 20:40:09,226 - DEBUG - =>VN __public__ has no policy to be verified 2024-10-23 20:40:09,226 - DEBUG - Verifying the vn in opserver 2024-10-23 20:40:09,226 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.37 2024-10-23 20:40:09,226 - DEBUG - Requesting: http://10.0.0.37:8081/analytics/uves/virtual-networks 2024-10-23 20:40:09,235 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.37:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-10-23 20:40:09,235 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-10-23 20:40:09,235 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-23 20:40:09,246 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-23 20:40:09,253 - DEBUG - Do not have enough data to verify VN in agent 2024-10-23 20:40:09,253 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-23 20:40:09,261 - DEBUG - VRF ids for VN __public__: {} 2024-10-23 20:40:09,383 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-10-23 20:40:09,507 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2024-10-23 20:40:09,514 - DEBUG - Requesting: http://10.0.0.37:8082/domain/a65b8f54-7ba3-4922-aec4-32609952a2fb 2024-10-23 20:40:09,525 - DEBUG - Requesting: http://10.0.0.37:8082/project/f95ac7e4-c4e2-432e-9bac-aeb347110bc7 2024-10-23 20:40:09,580 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/b20b20c9-2891-4a19-bbea-d38583e23ee9 2024-10-23 20:40:09,602 - DEBUG - Requesting: http://10.0.0.37:8082/floating-ip-pool/53d4094b-05f1-46d5-bd00-8fd4c1beafda 2024-10-23 20:40:09,612 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2024-10-23 20:40:09,619 - DEBUG - Requesting: http://10.0.0.37:8082/domain/a65b8f54-7ba3-4922-aec4-32609952a2fb 2024-10-23 20:40:09,632 - DEBUG - Requesting: http://10.0.0.37:8082/project/f95ac7e4-c4e2-432e-9bac-aeb347110bc7 2024-10-23 20:40:09,689 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/b20b20c9-2891-4a19-bbea-d38583e23ee9 2024-10-23 20:40:09,706 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-10-23 20:40:09,706 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-10-23 20:40:09,720 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-10-23 20:40:09,728 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-10-23 20:40:09,728 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-10-23 20:40:09,731 - DEBUG - Ingress ctest-nginx-ingress-40270530 not present 2024-10-23 20:40:09,731 - INFO - Creating Ingress ctest-nginx-ingress-40270530 2024-10-23 20:40:09,740 - INFO - Created Ingress ctest-nginx-ingress-40270530 2024-10-23 20:40:09,743 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-40270530 2024-10-23 20:40:12,752 - DEBUG - For Ingress ctest-nginx-ingress-40270530, Cluster IP: 10.47.255.249, External IPs ['146.17.209.60'] 2024-10-23 20:40:12,752 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-40270530 2024-10-23 20:40:12,752 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_LoadbalancerDatabaseList?x=ab754d95-be10-4d92-981a-f276a4ff8271 2024-10-23 20:40:12,758 - INFO - Ingress ctest-nginx-ingress-40270530 with uuid ab754d95-be10-4d92-981a-f276a4ff8271 found in kube manager 2024-10-23 20:40:12,758 - INFO - Ingress ctest-nginx-ingress-40270530 verification passed 2024-10-23 20:40:12,760 - DEBUG - Pod ctest-busybox-pod-83961243 not present 2024-10-23 20:40:12,761 - INFO - Creating Pod ctest-busybox-pod-83961243 2024-10-23 20:40:12,796 - DEBUG - Pod : ctest-busybox-pod-83961243 UUID is 31a1714a-6e67-4f3a-b376-8a0d177753b3 2024-10-23 20:40:12,813 - DEBUG - Pod ctest-nginx-pod-05907953 not in running state.Currently in Pending 2024-10-23 20:40:17,821 - DEBUG - Pod ctest-nginx-pod-05907953 not in running state.Currently in Pending 2024-10-23 20:40:22,829 - INFO - Pod ctest-nginx-pod-05907953 is in running state.Got IP 10.47.255.251 2024-10-23 20:40:22,856 - DEBUG - Pod ctest-nginx-pod-05907953 has vmi fd114a0a-917e-11ef-84c0-fa163e26ec51 2024-10-23 20:40:22,856 - INFO - Verified pod ctest-nginx-pod-05907953 in contrail-api 2024-10-23 20:40:22,856 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-23 20:40:22,871 - DEBUG - VMI fd114a0a-917e-11ef-84c0-fa163e26ec51 is active in agent 10.0.0.27 2024-10-23 20:40:22,871 - INFO - Verified Pod ctest-nginx-pod-05907953 in agent 10.0.0.27 2024-10-23 20:40:22,871 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_VirtualMachineDatabaseList?x=f11f6660-e773-456a-822a-c37558e488b7 2024-10-23 20:40:22,876 - INFO - Pod ctest-nginx-pod-05907953 with uuid f11f6660-e773-456a-822a-c37558e488b7 found in kube manager 2024-10-23 20:40:22,876 - INFO - Pod ctest-nginx-pod-05907953 verification passed 2024-10-23 20:40:22,946 - DEBUG - [Pod ctest-nginx-pod-05907953] Cmd: echo ctest-nginx-pod-05907953 > /usr/share/nginx/html/index.html, Output: 2024-10-23 20:40:22,953 - INFO - Pod ctest-nginx-pod-36277749 is in running state.Got IP 10.47.255.250 2024-10-23 20:40:23,015 - DEBUG - Pod ctest-nginx-pod-36277749 has vmi fdf64132-917e-11ef-84c0-fa163e26ec51 2024-10-23 20:40:23,015 - INFO - Verified pod ctest-nginx-pod-36277749 in contrail-api 2024-10-23 20:40:23,015 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-23 20:40:23,031 - DEBUG - VMI fdf64132-917e-11ef-84c0-fa163e26ec51 is active in agent 10.0.0.27 2024-10-23 20:40:23,031 - INFO - Verified Pod ctest-nginx-pod-36277749 in agent 10.0.0.27 2024-10-23 20:40:23,031 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_VirtualMachineDatabaseList?x=53e822ba-7f1b-4baf-a1c2-c624cd5be8b0 2024-10-23 20:40:23,037 - INFO - Pod ctest-nginx-pod-36277749 with uuid 53e822ba-7f1b-4baf-a1c2-c624cd5be8b0 found in kube manager 2024-10-23 20:40:23,037 - INFO - Pod ctest-nginx-pod-36277749 verification passed 2024-10-23 20:40:23,101 - DEBUG - [Pod ctest-nginx-pod-36277749] Cmd: echo ctest-nginx-pod-36277749 > /usr/share/nginx/html/index.html, Output: 2024-10-23 20:40:23,108 - DEBUG - Pod ctest-busybox-pod-83961243 not in running state.Currently in Pending 2024-10-23 20:40:28,397 - INFO - Pod ctest-busybox-pod-83961243 is in running state.Got IP 10.47.255.248 2024-10-23 20:40:28,420 - DEBUG - Pod ctest-busybox-pod-83961243 has vmi 00bde320-917f-11ef-84c0-fa163e26ec51 2024-10-23 20:40:28,420 - INFO - Verified pod ctest-busybox-pod-83961243 in contrail-api 2024-10-23 20:40:28,420 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-23 20:40:28,433 - DEBUG - VMI 00bde320-917f-11ef-84c0-fa163e26ec51 is active in agent 10.0.0.27 2024-10-23 20:40:28,433 - INFO - Verified Pod ctest-busybox-pod-83961243 in agent 10.0.0.27 2024-10-23 20:40:28,433 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_VirtualMachineDatabaseList?x=31a1714a-6e67-4f3a-b376-8a0d177753b3 2024-10-23 20:40:28,438 - INFO - Pod ctest-busybox-pod-83961243 with uuid 31a1714a-6e67-4f3a-b376-8a0d177753b3 found in kube manager 2024-10-23 20:40:28,438 - INFO - Pod ctest-busybox-pod-83961243 verification passed 2024-10-23 20:40:28,512 - DEBUG - [Pod ctest-busybox-pod-83961243] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-36277749 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-10-23 20:40:28,512 - DEBUG - [Pod Pod ctest-busybox-pod-83961243] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-10-23 20:40:28,512 - DEBUG - [Pod Pod ctest-busybox-pod-83961243] Cmd output: ctest-nginx-pod-36277749 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-10-23 20:40:28,585 - DEBUG - [Pod ctest-busybox-pod-83961243] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-05907953 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-10-23 20:40:28,585 - DEBUG - [Pod Pod ctest-busybox-pod-83961243] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-10-23 20:40:28,585 - DEBUG - [Pod Pod ctest-busybox-pod-83961243] Cmd output: ctest-nginx-pod-05907953 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-10-23 20:40:28,585 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-05907953': 1, 'ctest-nginx-pod-36277749': 1} 2024-10-23 20:40:28,585 - WARNING - Nothing to delete parallely 2024-10-23 20:40:28,585 - INFO - Deleting pod default:ctest-busybox-pod-83961243 2024-10-23 20:40:28,597 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=31a1714a-6e67-4f3a-b376-8a0d177753b3 2024-10-23 20:40:28,607 - WARNING - Pod uuid 31a1714a-6e67-4f3a-b376-8a0d177753b3 is still seen in agent 10.0.0.27 VM list 2024-10-23 20:40:33,608 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=31a1714a-6e67-4f3a-b376-8a0d177753b3 2024-10-23 20:40:33,616 - WARNING - Pod uuid 31a1714a-6e67-4f3a-b376-8a0d177753b3 is still seen in agent 10.0.0.27 VM list 2024-10-23 20:40:38,616 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=31a1714a-6e67-4f3a-b376-8a0d177753b3 2024-10-23 20:40:38,624 - WARNING - Pod uuid 31a1714a-6e67-4f3a-b376-8a0d177753b3 is still seen in agent 10.0.0.27 VM list 2024-10-23 20:40:43,625 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=31a1714a-6e67-4f3a-b376-8a0d177753b3 2024-10-23 20:40:43,633 - WARNING - Pod uuid 31a1714a-6e67-4f3a-b376-8a0d177753b3 is still seen in agent 10.0.0.27 VM list 2024-10-23 20:40:48,634 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=31a1714a-6e67-4f3a-b376-8a0d177753b3 2024-10-23 20:40:48,643 - WARNING - Pod uuid 31a1714a-6e67-4f3a-b376-8a0d177753b3 is still seen in agent 10.0.0.27 VM list 2024-10-23 20:40:53,644 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=31a1714a-6e67-4f3a-b376-8a0d177753b3 2024-10-23 20:40:53,656 - WARNING - Pod uuid 31a1714a-6e67-4f3a-b376-8a0d177753b3 is still seen in agent 10.0.0.27 VM list 2024-10-23 20:40:58,657 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=31a1714a-6e67-4f3a-b376-8a0d177753b3 2024-10-23 20:40:58,664 - WARNING - Pod uuid 31a1714a-6e67-4f3a-b376-8a0d177753b3 is still seen in agent 10.0.0.27 VM list 2024-10-23 20:41:03,665 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=31a1714a-6e67-4f3a-b376-8a0d177753b3 2024-10-23 20:41:03,672 - DEBUG - Pod 31a1714a-6e67-4f3a-b376-8a0d177753b3 is not in agent 10.0.0.27 VM list 2024-10-23 20:41:03,672 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:00bde320-917f-11ef-84c0-fa163e26ec51 2024-10-23 20:41:03,679 - DEBUG - VMI 00bde320-917f-11ef-84c0-fa163e26ec51 is removed from agent 10.0.0.27 2024-10-23 20:41:03,679 - INFO - Verified that pod ctest-busybox-pod-83961243 is removed in agent 2024-10-23 20:41:03,679 - INFO - Deleting Ingress : ctest-nginx-ingress-40270530 2024-10-23 20:41:03,686 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_LoadbalancerDatabaseList?x=ab754d95-be10-4d92-981a-f276a4ff8271 2024-10-23 20:41:03,698 - ERROR - Ingress ctest-nginx-ingress-40270530 with uuid ab754d95-be10-4d92-981a-f276a4ff8271 still found in kube manager 2024-10-23 20:41:04,699 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_LoadbalancerDatabaseList?x=ab754d95-be10-4d92-981a-f276a4ff8271 2024-10-23 20:41:04,709 - INFO - Ingress ctest-nginx-ingress-40270530 with uuid ab754d95-be10-4d92-981a-f276a4ff8271 deleted successfully from kube manager 2024-10-23 20:41:04,709 - INFO - Verifications on Ingress %s cleanup passed 2024-10-23 20:41:04,710 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-10-23 20:41:04,838 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-10-23 20:41:04,855 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-10-23 20:41:04,856 - INFO - Deleting VN __public__ 2024-10-23 20:41:05,125 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/9edadf53-cd37-4787-af26-79c551ce0227 2024-10-23 20:41:05,137 - DEBUG - Response Code: 404 2024-10-23 20:41:05,138 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2024-10-23 20:41:05,147 - DEBUG - Requesting: http://10.0.0.37:8082/domain/a65b8f54-7ba3-4922-aec4-32609952a2fb 2024-10-23 20:41:05,162 - DEBUG - Requesting: http://10.0.0.37:8082/project/f95ac7e4-c4e2-432e-9bac-aeb347110bc7 2024-10-23 20:41:05,254 - INFO - Validated that VN __public__ is not found in API Server 2024-10-23 20:41:05,254 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-10-23 20:41:05,262 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-23 20:41:05,272 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2024-10-23 20:41:05,272 - INFO - Validated that VN __public__ is not in any agent 2024-10-23 20:41:05,272 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-23 20:41:05,281 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-10-23 20:41:05,287 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-10-23 20:41:05,294 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-10-23 20:41:05,295 - INFO - Deleting pod default:ctest-nginx-pod-36277749 2024-10-23 20:41:05,309 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=53e822ba-7f1b-4baf-a1c2-c624cd5be8b0 2024-10-23 20:41:05,335 - WARNING - Pod uuid 53e822ba-7f1b-4baf-a1c2-c624cd5be8b0 is still seen in agent 10.0.0.27 VM list 2024-10-23 20:41:10,336 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=53e822ba-7f1b-4baf-a1c2-c624cd5be8b0 2024-10-23 20:41:10,343 - DEBUG - Pod 53e822ba-7f1b-4baf-a1c2-c624cd5be8b0 is not in agent 10.0.0.27 VM list 2024-10-23 20:41:10,343 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fdf64132-917e-11ef-84c0-fa163e26ec51 2024-10-23 20:41:10,350 - DEBUG - VMI fdf64132-917e-11ef-84c0-fa163e26ec51 is removed from agent 10.0.0.27 2024-10-23 20:41:10,350 - INFO - Verified that pod ctest-nginx-pod-36277749 is removed in agent 2024-10-23 20:41:10,351 - INFO - Deleting pod default:ctest-nginx-pod-05907953 2024-10-23 20:41:10,361 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f11f6660-e773-456a-822a-c37558e488b7 2024-10-23 20:41:10,370 - WARNING - Pod uuid f11f6660-e773-456a-822a-c37558e488b7 is still seen in agent 10.0.0.27 VM list 2024-10-23 20:41:15,371 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f11f6660-e773-456a-822a-c37558e488b7 2024-10-23 20:41:15,378 - DEBUG - Pod f11f6660-e773-456a-822a-c37558e488b7 is not in agent 10.0.0.27 VM list 2024-10-23 20:41:15,378 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fd114a0a-917e-11ef-84c0-fa163e26ec51 2024-10-23 20:41:15,384 - DEBUG - VMI fd114a0a-917e-11ef-84c0-fa163e26ec51 is removed from agent 10.0.0.27 2024-10-23 20:41:15,384 - INFO - Verified that pod ctest-nginx-pod-05907953 is removed in agent 2024-10-23 20:41:15,384 - INFO - Deleting service : ctest-nginx-svc-20804346 2024-10-23 20:41:15,599 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2024-10-23 20:41:15,607 - DEBUG - No XMPP flaps were noticed during the test
2024-10-23 20:41:15,607 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:11]
2024-10-23 20:41:15,608 - INFO - -------------------------------------------------------------------------------- 2024-10-23 20:41:28,114 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-10-23 20:41:28,339 - DEBUG - Output : cluster_project={} 2024-10-23 20:41:28,443 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-10-23 20:41:28,710 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-10-23 20:41:28,724 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-10-23 20:41:28,899 - DEBUG - Output : cluster_project={} 2024-10-23 20:41:39,294 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-23 20:41:39,397 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-23 20:41:39,454 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-23 20:41:39,554 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-23 20:41:39,656 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-23 20:41:44,738 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-23 20:41:44,827 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-23 20:41:44,881 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-10-23 20:41:45,163 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2024-10-23 20:41:47,937 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_ApplicationPolicySetReq? 2024-10-23 20:41:47,949 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2024-10-23 20:41:47,989 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2024-10-23 20:41:50,054 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2024-10-23 20:44:50,606 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2024-10-23 20:44:50,642 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=aa689bcc-49b2-4457-b6ac-1d31dff85814 2024-10-23 20:44:50,663 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0f42d2e9-d2b0-4c47-87ba-eccdccda6112 2024-10-23 20:44:50,682 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9be72103-a530-4fc9-aaa0-7a78b63cb727 2024-10-23 20:44:50,686 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=c97a57ef-2115-475d-92ce-b95744ed16cd 2024-10-23 20:44:50,707 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=2a1b918f-bb54-4645-9ffd-dc8f685caf04 2024-10-23 20:44:50,711 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=e18ff50f-14d7-4dec-801f-dd89dfa67942 2024-10-23 20:44:50,716 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=aefbb47e-3c49-4338-85d7-f9ae266f3c52 2024-10-23 20:44:50,720 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a604eea4-808d-4a30-95f1-eb543ef3f880 2024-10-23 20:44:55,698 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=aa689bcc-49b2-4457-b6ac-1d31dff85814 2024-10-23 20:44:55,730 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0f42d2e9-d2b0-4c47-87ba-eccdccda6112 2024-10-23 20:44:55,745 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=2a1b918f-bb54-4645-9ffd-dc8f685caf04 2024-10-23 20:44:55,747 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=c97a57ef-2115-475d-92ce-b95744ed16cd 2024-10-23 20:44:55,749 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a604eea4-808d-4a30-95f1-eb543ef3f880 2024-10-23 20:44:55,750 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=e18ff50f-14d7-4dec-801f-dd89dfa67942 2024-10-23 20:44:55,752 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=aefbb47e-3c49-4338-85d7-f9ae266f3c52 2024-10-23 20:44:55,753 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9be72103-a530-4fc9-aaa0-7a78b63cb727 2024-10-23 20:44:55,772 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2bab41ae-917f-11ef-84c0-fa163e26ec51 2024-10-23 20:44:55,777 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2d13bdfa-917f-11ef-84c0-fa163e26ec51 2024-10-23 20:44:55,779 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2dce3522-917f-11ef-84c0-fa163e26ec51 2024-10-23 20:45:00,706 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=aa689bcc-49b2-4457-b6ac-1d31dff85814 2024-10-23 20:45:00,739 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0f42d2e9-d2b0-4c47-87ba-eccdccda6112 2024-10-23 20:45:00,778 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9be72103-a530-4fc9-aaa0-7a78b63cb727 2024-10-23 20:45:00,782 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=2a1b918f-bb54-4645-9ffd-dc8f685caf04 2024-10-23 20:45:00,784 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=c97a57ef-2115-475d-92ce-b95744ed16cd 2024-10-23 20:45:05,788 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9be72103-a530-4fc9-aaa0-7a78b63cb727 2024-10-23 20:45:05,792 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=2a1b918f-bb54-4645-9ffd-dc8f685caf04 2024-10-23 20:45:06,067 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=c97a57ef-2115-475d-92ce-b95744ed16cd 2024-10-23 20:45:06,085 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0f42d2e9-d2b0-4c47-87ba-eccdccda6112 2024-10-23 20:45:06,087 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=aa689bcc-49b2-4457-b6ac-1d31dff85814 2024-10-23 20:45:10,797 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9be72103-a530-4fc9-aaa0-7a78b63cb727 2024-10-23 20:45:10,800 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=2a1b918f-bb54-4645-9ffd-dc8f685caf04 2024-10-23 20:45:11,076 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=c97a57ef-2115-475d-92ce-b95744ed16cd 2024-10-23 20:45:11,098 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=aa689bcc-49b2-4457-b6ac-1d31dff85814 2024-10-23 20:45:11,100 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0f42d2e9-d2b0-4c47-87ba-eccdccda6112 2024-10-23 20:45:15,810 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9be72103-a530-4fc9-aaa0-7a78b63cb727 2024-10-23 20:45:15,812 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=2a1b918f-bb54-4645-9ffd-dc8f685caf04 2024-10-23 20:45:16,085 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=c97a57ef-2115-475d-92ce-b95744ed16cd 2024-10-23 20:45:16,110 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0f42d2e9-d2b0-4c47-87ba-eccdccda6112 2024-10-23 20:45:16,111 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=aa689bcc-49b2-4457-b6ac-1d31dff85814 2024-10-23 20:45:20,820 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9be72103-a530-4fc9-aaa0-7a78b63cb727 2024-10-23 20:45:21,095 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=c97a57ef-2115-475d-92ce-b95744ed16cd 2024-10-23 20:45:21,119 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0f42d2e9-d2b0-4c47-87ba-eccdccda6112 2024-10-23 20:45:22,147 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=2a1b918f-bb54-4645-9ffd-dc8f685caf04 2024-10-23 20:45:22,149 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=aa689bcc-49b2-4457-b6ac-1d31dff85814 2024-10-23 20:45:22,157 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2e9986f0-917f-11ef-84c0-fa163e26ec51 2024-10-23 20:45:22,161 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2acfbeea-917f-11ef-84c0-fa163e26ec51 2024-10-23 20:45:25,833 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9be72103-a530-4fc9-aaa0-7a78b63cb727 2024-10-23 20:45:25,842 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:30f6fb8a-917f-11ef-84c0-fa163e26ec51 2024-10-23 20:45:26,125 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=c97a57ef-2115-475d-92ce-b95744ed16cd 2024-10-23 20:45:26,131 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=0f42d2e9-d2b0-4c47-87ba-eccdccda6112 2024-10-23 20:45:26,134 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2f30cc86-917f-11ef-84c0-fa163e26ec51 2024-10-23 20:45:26,149 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2fcbbd40-917f-11ef-84c0-fa163e26ec51