2025-03-20 02:12:18,233 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-03-20 02:12:18,679 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1039-1 2025-03-20 02:12:18,679 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-03-20 02:12:18,734 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1039-1 2025-03-20 02:12:18,735 - DEBUG - [10.0.0.50]: 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}' 2025-03-20 02:12:18,907 - DEBUG - Output : NAMES contrail_test_XWRgrsERb contrail-kubernetes-master_kubemanager_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 redis_redis_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_cassandra_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_api_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_schema_1 config_api_dnsmasq_1 2025-03-20 02:12:18,908 - DEBUG - [10.0.0.50]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-20 02:12:18,964 - DEBUG - Output : 10.0.0.50/24 172.17.0.1/16 2025-03-20 02:12:18,964 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-03-20 02:12:19,025 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1039-1 2025-03-20 02:12:19,150 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-03-20 02:12:19,416 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1039-1 2025-03-20 02:12:19,416 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-03-20 02:12:19,452 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1039-1 2025-03-20 02:12:19,452 - DEBUG - [10.0.0.22]: 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}' 2025-03-20 02:12:19,530 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-03-20 02:12:19,531 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-20 02:12:19,566 - DEBUG - Output : 10.0.0.22/24 2025-03-20 02:12:19,566 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-03-20 02:12:19,601 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1039-1 2025-03-20 02:12:19,753 - INFO - Using existing project ['default-domain', 'k8s-default'](de1e17d1-b99e-46b9-a928-04c7729fd3f5) 2025-03-20 02:12:19,899 - INFO - Using existing project ['default-domain', 'k8s-default'](de1e17d1-b99e-46b9-a928-04c7729fd3f5) 2025-03-20 02:12:20,124 - INFO - ================================================================================ 2025-03-20 02:12:20,124 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-03-20 02:12:20,125 - 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 2025-03-20 02:12:20,350 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-20 02:12:20,359 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.50': '0'}} with 2025-03-20 02:12:20,359 - INFO - Initial checks done. Running the testcase now 2025-03-20 02:12:20,359 - INFO - 2025-03-20 02:12:20,364 - INFO - Namespace default already exists 2025-03-20 02:12:20,364 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-20 02:12:20,525 - DEBUG - Output : cluster_project={} 2025-03-20 02:12:20,587 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-03-20 02:12:20,587 - DEBUG - Project uuid in Contrail is de1e17d1-b99e-46b9-a928-04c7729fd3f5 2025-03-20 02:12:20,587 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-20 02:12:20,726 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-20 02:12:20,726 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=31b67cc5-1087-4074-abd5-064f86d506cd 2025-03-20 02:12:20,733 - INFO - Namespace default with uuid 31b67cc5-1087-4074-abd5-064f86d506cd found in kube manager 2025-03-20 02:12:20,733 - INFO - Namespace default verification passed 2025-03-20 02:12:20,737 - DEBUG - Service ctest-nginx-svc-41545825 not present 2025-03-20 02:12:20,738 - INFO - Creating service ctest-nginx-svc-41545825 2025-03-20 02:12:20,758 - INFO - Created Service ctest-nginx-svc-41545825 2025-03-20 02:12:20,769 - DEBUG - Pod ctest-nginx-pod-20179162 not present 2025-03-20 02:12:20,770 - INFO - Creating Pod ctest-nginx-pod-20179162 2025-03-20 02:12:20,881 - DEBUG - Node for Pod ctest-nginx-pod-20179162 not yet populated 2025-03-20 02:12:23,888 - DEBUG - Node for Pod ctest-nginx-pod-20179162 not yet populated 2025-03-20 02:12:26,895 - DEBUG - Node for Pod ctest-nginx-pod-20179162 not yet populated 2025-03-20 02:12:29,916 - DEBUG - Pod : ctest-nginx-pod-20179162 UUID is ca46c139-9538-4e0d-b24c-b9a19a2984a9 2025-03-20 02:12:29,920 - DEBUG - Pod ctest-nginx-pod-11212885 not present 2025-03-20 02:12:29,920 - INFO - Creating Pod ctest-nginx-pod-11212885 2025-03-20 02:12:29,954 - DEBUG - Pod : ctest-nginx-pod-11212885 UUID is 2babf411-ed34-42ee-92ab-7726d0b1d13c 2025-03-20 02:12:30,361 - INFO - Created VN __public__, UUID :7c16ae41-24e5-47b9-9c05-9f05444e316d 2025-03-20 02:12:30,681 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-03-20 02:12:30,703 - DEBUG - Requesting: http://10.0.0.50:8082/domain/7b2d25fa-3b36-4524-9697-8b3d36c9fce0 2025-03-20 02:12:30,725 - DEBUG - Requesting: http://10.0.0.50:8082/project/de1e17d1-b99e-46b9-a928-04c7729fd3f5 2025-03-20 02:12:30,823 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c16ae41-24e5-47b9-9c05-9f05444e316d 2025-03-20 02:12:30,843 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c16ae41-24e5-47b9-9c05-9f05444e316d 2025-03-20 02:12:30,858 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ff2d3f5f-a32c-4db9-b49e-3a22cf37155a 2025-03-20 02:12:30,869 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ff2d3f5f-a32c-4db9-b49e-3a22cf37155a 2025-03-20 02:12:30,889 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/a2f95e70-c8a5-4f36-8873-effcef3667b4 2025-03-20 02:12:30,905 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-20 02:12:30,905 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c16ae41-24e5-47b9-9c05-9f05444e316d 2025-03-20 02:12:30,948 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ff2d3f5f-a32c-4db9-b49e-3a22cf37155a 2025-03-20 02:12:31,019 - INFO - Verified VN network id 13 for VN 7c16ae41-24e5-47b9-9c05-9f05444e316d 2025-03-20 02:12:31,019 - INFO - Verifications in API Server for VN __public__ passed 2025-03-20 02:12:31,020 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c16ae41-24e5-47b9-9c05-9f05444e316d 2025-03-20 02:12:31,044 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ff2d3f5f-a32c-4db9-b49e-3a22cf37155a 2025-03-20 02:12:31,060 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ff2d3f5f-a32c-4db9-b49e-3a22cf37155a 2025-03-20 02:12:31,094 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/a2f95e70-c8a5-4f36-8873-effcef3667b4 2025-03-20 02:12:31,115 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-20 02:12:31,123 - DEBUG - Control-node 10.0.0.50 : 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': '8941525705005811641', 'uuid-lslong': '11242566889769939309'}, 'enable': 'true', 'created': '2025-03-20T02:12:30', 'last-modified': '2025-03-20T02:12:30', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.543484'} 2025-03-20 02:12:31,123 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-20 02:12:31,146 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-20 02:12:31,146 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-03-20 02:12:31,151 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-03-20 02:12:31,151 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-03-20 02:12:31,164 - DEBUG - Requesting: http://10.0.0.50:8082/domain/7b2d25fa-3b36-4524-9697-8b3d36c9fce0 2025-03-20 02:12:31,206 - DEBUG - Requesting: http://10.0.0.50:8082/project/de1e17d1-b99e-46b9-a928-04c7729fd3f5 2025-03-20 02:12:31,312 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c16ae41-24e5-47b9-9c05-9f05444e316d 2025-03-20 02:12:31,326 - DEBUG - =>VN __public__ has no policy to be verified 2025-03-20 02:12:31,327 - DEBUG - Verifying the vn in opserver 2025-03-20 02:12:31,327 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-03-20 02:12:31,327 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-03-20 02:12:31,335 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-03-20 02:12:31,336 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-03-20 02:12:31,336 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-20 02:12:31,344 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-20 02:12:31,353 - DEBUG - Do not have enough data to verify VN in agent 2025-03-20 02:12:31,353 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-20 02:12:31,365 - DEBUG - VRF ids for VN __public__: {} 2025-03-20 02:12:31,611 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-03-20 02:12:31,844 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-03-20 02:12:31,855 - DEBUG - Requesting: http://10.0.0.50:8082/domain/7b2d25fa-3b36-4524-9697-8b3d36c9fce0 2025-03-20 02:12:31,869 - DEBUG - Requesting: http://10.0.0.50:8082/project/de1e17d1-b99e-46b9-a928-04c7729fd3f5 2025-03-20 02:12:32,003 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c16ae41-24e5-47b9-9c05-9f05444e316d 2025-03-20 02:12:32,028 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/9d847ef6-03f4-4321-8096-107dc272d677 2025-03-20 02:12:32,040 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-03-20 02:12:32,055 - DEBUG - Requesting: http://10.0.0.50:8082/domain/7b2d25fa-3b36-4524-9697-8b3d36c9fce0 2025-03-20 02:12:32,095 - DEBUG - Requesting: http://10.0.0.50:8082/project/de1e17d1-b99e-46b9-a928-04c7729fd3f5 2025-03-20 02:12:32,183 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/7c16ae41-24e5-47b9-9c05-9f05444e316d 2025-03-20 02:12:32,215 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-03-20 02:12:32,215 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-03-20 02:12:32,227 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-20 02:12:32,235 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-03-20 02:12:32,235 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-03-20 02:12:32,239 - DEBUG - Ingress ctest-nginx-ingress-98017228 not present 2025-03-20 02:12:32,239 - INFO - Creating Ingress ctest-nginx-ingress-98017228 2025-03-20 02:12:32,250 - INFO - Created Ingress ctest-nginx-ingress-98017228 2025-03-20 02:12:32,254 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-98017228 2025-03-20 02:12:35,261 - DEBUG - For Ingress ctest-nginx-ingress-98017228, Cluster IP: 10.47.255.249, External IPs ['171.20.222.124'] 2025-03-20 02:12:35,261 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-98017228 2025-03-20 02:12:35,261 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=0fc19d03-4cd5-454b-bca2-921fb7395b36 2025-03-20 02:12:35,267 - INFO - Ingress ctest-nginx-ingress-98017228 with uuid 0fc19d03-4cd5-454b-bca2-921fb7395b36 found in kube manager 2025-03-20 02:12:35,267 - INFO - Ingress ctest-nginx-ingress-98017228 verification passed 2025-03-20 02:12:35,271 - DEBUG - Pod ctest-busybox-pod-46108270 not present 2025-03-20 02:12:35,272 - INFO - Creating Pod ctest-busybox-pod-46108270 2025-03-20 02:12:35,341 - DEBUG - Pod : ctest-busybox-pod-46108270 UUID is 4aee3e00-e234-4d34-9a50-4d0aa39559e0 2025-03-20 02:12:35,369 - DEBUG - Pod ctest-nginx-pod-20179162 not in running state.Currently in Pending 2025-03-20 02:12:40,380 - DEBUG - Pod ctest-nginx-pod-20179162 not in running state.Currently in Pending 2025-03-20 02:12:45,389 - INFO - Pod ctest-nginx-pod-20179162 is in running state.Got IP 10.47.255.251 2025-03-20 02:12:45,404 - DEBUG - Pod ctest-nginx-pod-20179162 has vmi c68c24e8-0530-11f0-8ed9-fa163e22f11c 2025-03-20 02:12:45,405 - INFO - Verified pod ctest-nginx-pod-20179162 in contrail-api 2025-03-20 02:12:45,405 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-20 02:12:45,421 - DEBUG - VMI c68c24e8-0530-11f0-8ed9-fa163e22f11c is active in agent 10.0.0.22 2025-03-20 02:12:45,421 - INFO - Verified Pod ctest-nginx-pod-20179162 in agent 10.0.0.22 2025-03-20 02:12:45,421 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=ca46c139-9538-4e0d-b24c-b9a19a2984a9 2025-03-20 02:12:45,427 - INFO - Pod ctest-nginx-pod-20179162 with uuid ca46c139-9538-4e0d-b24c-b9a19a2984a9 found in kube manager 2025-03-20 02:12:45,427 - INFO - Pod ctest-nginx-pod-20179162 verification passed 2025-03-20 02:12:45,494 - DEBUG - [Pod ctest-nginx-pod-20179162] Cmd: echo ctest-nginx-pod-20179162 > /usr/share/nginx/html/index.html, Output: 2025-03-20 02:12:45,500 - INFO - Pod ctest-nginx-pod-11212885 is in running state.Got IP 10.47.255.250 2025-03-20 02:12:45,563 - DEBUG - Pod ctest-nginx-pod-11212885 has vmi c77539e4-0530-11f0-8ed9-fa163e22f11c 2025-03-20 02:12:45,563 - INFO - Verified pod ctest-nginx-pod-11212885 in contrail-api 2025-03-20 02:12:45,563 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-20 02:12:45,576 - DEBUG - VMI c77539e4-0530-11f0-8ed9-fa163e22f11c is active in agent 10.0.0.22 2025-03-20 02:12:45,577 - INFO - Verified Pod ctest-nginx-pod-11212885 in agent 10.0.0.22 2025-03-20 02:12:45,577 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=2babf411-ed34-42ee-92ab-7726d0b1d13c 2025-03-20 02:12:45,582 - INFO - Pod ctest-nginx-pod-11212885 with uuid 2babf411-ed34-42ee-92ab-7726d0b1d13c found in kube manager 2025-03-20 02:12:45,582 - INFO - Pod ctest-nginx-pod-11212885 verification passed 2025-03-20 02:12:45,648 - DEBUG - [Pod ctest-nginx-pod-11212885] Cmd: echo ctest-nginx-pod-11212885 > /usr/share/nginx/html/index.html, Output: 2025-03-20 02:12:45,653 - DEBUG - Pod ctest-busybox-pod-46108270 not in running state.Currently in Pending 2025-03-20 02:12:50,663 - INFO - Pod ctest-busybox-pod-46108270 is in running state.Got IP 10.47.255.248 2025-03-20 02:12:50,692 - DEBUG - Pod ctest-busybox-pod-46108270 has vmi cb2f5ec0-0530-11f0-8ed9-fa163e22f11c 2025-03-20 02:12:50,692 - INFO - Verified pod ctest-busybox-pod-46108270 in contrail-api 2025-03-20 02:12:50,692 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-20 02:12:50,705 - DEBUG - VMI cb2f5ec0-0530-11f0-8ed9-fa163e22f11c is active in agent 10.0.0.22 2025-03-20 02:12:50,706 - INFO - Verified Pod ctest-busybox-pod-46108270 in agent 10.0.0.22 2025-03-20 02:12:50,706 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=4aee3e00-e234-4d34-9a50-4d0aa39559e0 2025-03-20 02:12:50,711 - INFO - Pod ctest-busybox-pod-46108270 with uuid 4aee3e00-e234-4d34-9a50-4d0aa39559e0 found in kube manager 2025-03-20 02:12:50,711 - INFO - Pod ctest-busybox-pod-46108270 verification passed 2025-03-20 02:12:50,789 - DEBUG - [Pod ctest-busybox-pod-46108270] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-11212885 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-20 02:12:50,789 - DEBUG - [Pod Pod ctest-busybox-pod-46108270] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-20 02:12:50,789 - DEBUG - [Pod Pod ctest-busybox-pod-46108270] Cmd output: ctest-nginx-pod-11212885 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-20 02:12:50,861 - DEBUG - [Pod ctest-busybox-pod-46108270] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-20179162 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-20 02:12:50,861 - DEBUG - [Pod Pod ctest-busybox-pod-46108270] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-20 02:12:50,861 - DEBUG - [Pod Pod ctest-busybox-pod-46108270] Cmd output: ctest-nginx-pod-20179162 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-03-20 02:12:50,861 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-20179162': 1, 'ctest-nginx-pod-11212885': 1} 2025-03-20 02:12:50,862 - WARNING - Nothing to delete parallely 2025-03-20 02:12:50,862 - INFO - Deleting pod default:ctest-busybox-pod-46108270 2025-03-20 02:12:50,875 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4aee3e00-e234-4d34-9a50-4d0aa39559e0 2025-03-20 02:12:50,882 - WARNING - Pod uuid 4aee3e00-e234-4d34-9a50-4d0aa39559e0 is still seen in agent 10.0.0.22 VM list 2025-03-20 02:12:55,883 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4aee3e00-e234-4d34-9a50-4d0aa39559e0 2025-03-20 02:12:55,892 - WARNING - Pod uuid 4aee3e00-e234-4d34-9a50-4d0aa39559e0 is still seen in agent 10.0.0.22 VM list 2025-03-20 02:13:00,893 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4aee3e00-e234-4d34-9a50-4d0aa39559e0 2025-03-20 02:13:00,901 - WARNING - Pod uuid 4aee3e00-e234-4d34-9a50-4d0aa39559e0 is still seen in agent 10.0.0.22 VM list 2025-03-20 02:13:05,902 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4aee3e00-e234-4d34-9a50-4d0aa39559e0 2025-03-20 02:13:05,913 - WARNING - Pod uuid 4aee3e00-e234-4d34-9a50-4d0aa39559e0 is still seen in agent 10.0.0.22 VM list 2025-03-20 02:13:10,914 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4aee3e00-e234-4d34-9a50-4d0aa39559e0 2025-03-20 02:13:10,925 - WARNING - Pod uuid 4aee3e00-e234-4d34-9a50-4d0aa39559e0 is still seen in agent 10.0.0.22 VM list 2025-03-20 02:13:15,926 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4aee3e00-e234-4d34-9a50-4d0aa39559e0 2025-03-20 02:13:15,935 - WARNING - Pod uuid 4aee3e00-e234-4d34-9a50-4d0aa39559e0 is still seen in agent 10.0.0.22 VM list 2025-03-20 02:13:20,935 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4aee3e00-e234-4d34-9a50-4d0aa39559e0 2025-03-20 02:13:20,945 - WARNING - Pod uuid 4aee3e00-e234-4d34-9a50-4d0aa39559e0 is still seen in agent 10.0.0.22 VM list 2025-03-20 02:13:25,946 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4aee3e00-e234-4d34-9a50-4d0aa39559e0 2025-03-20 02:13:25,953 - DEBUG - Pod 4aee3e00-e234-4d34-9a50-4d0aa39559e0 is not in agent 10.0.0.22 VM list 2025-03-20 02:13:25,953 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cb2f5ec0-0530-11f0-8ed9-fa163e22f11c 2025-03-20 02:13:25,962 - DEBUG - VMI cb2f5ec0-0530-11f0-8ed9-fa163e22f11c is removed from agent 10.0.0.22 2025-03-20 02:13:25,962 - INFO - Verified that pod ctest-busybox-pod-46108270 is removed in agent 2025-03-20 02:13:25,962 - INFO - Deleting Ingress : ctest-nginx-ingress-98017228 2025-03-20 02:13:25,970 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=0fc19d03-4cd5-454b-bca2-921fb7395b36 2025-03-20 02:13:25,978 - ERROR - Ingress ctest-nginx-ingress-98017228 with uuid 0fc19d03-4cd5-454b-bca2-921fb7395b36 still found in kube manager 2025-03-20 02:13:26,979 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=0fc19d03-4cd5-454b-bca2-921fb7395b36 2025-03-20 02:13:26,985 - ERROR - Ingress ctest-nginx-ingress-98017228 with uuid 0fc19d03-4cd5-454b-bca2-921fb7395b36 still found in kube manager 2025-03-20 02:13:27,985 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=0fc19d03-4cd5-454b-bca2-921fb7395b36 2025-03-20 02:13:27,990 - INFO - Ingress ctest-nginx-ingress-98017228 with uuid 0fc19d03-4cd5-454b-bca2-921fb7395b36 deleted successfully from kube manager 2025-03-20 02:13:27,990 - INFO - Verifications on Ingress %s cleanup passed 2025-03-20 02:13:27,991 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-03-20 02:13:28,103 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-20 02:13:28,113 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-03-20 02:13:28,113 - INFO - Deleting VN __public__ 2025-03-20 02:13:28,265 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ff2d3f5f-a32c-4db9-b49e-3a22cf37155a 2025-03-20 02:13:28,275 - DEBUG - Response Code: 404 2025-03-20 02:13:28,275 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-03-20 02:13:28,285 - DEBUG - Requesting: http://10.0.0.50:8082/domain/7b2d25fa-3b36-4524-9697-8b3d36c9fce0 2025-03-20 02:13:28,303 - DEBUG - Requesting: http://10.0.0.50:8082/project/de1e17d1-b99e-46b9-a928-04c7729fd3f5 2025-03-20 02:13:28,384 - INFO - Validated that VN __public__ is not found in API Server 2025-03-20 02:13:28,385 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-03-20 02:13:28,395 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-20 02:13:28,403 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-03-20 02:13:28,403 - INFO - Validated that VN __public__ is not in any agent 2025-03-20 02:13:28,404 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-20 02:13:28,412 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-20 02:13:28,420 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-20 02:13:28,426 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-03-20 02:13:28,426 - INFO - Deleting pod default:ctest-nginx-pod-11212885 2025-03-20 02:13:28,440 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2babf411-ed34-42ee-92ab-7726d0b1d13c 2025-03-20 02:13:28,452 - WARNING - Pod uuid 2babf411-ed34-42ee-92ab-7726d0b1d13c is still seen in agent 10.0.0.22 VM list 2025-03-20 02:13:33,453 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2babf411-ed34-42ee-92ab-7726d0b1d13c 2025-03-20 02:13:33,461 - DEBUG - Pod 2babf411-ed34-42ee-92ab-7726d0b1d13c is not in agent 10.0.0.22 VM list 2025-03-20 02:13:33,461 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c77539e4-0530-11f0-8ed9-fa163e22f11c 2025-03-20 02:13:33,468 - DEBUG - VMI c77539e4-0530-11f0-8ed9-fa163e22f11c is removed from agent 10.0.0.22 2025-03-20 02:13:33,468 - INFO - Verified that pod ctest-nginx-pod-11212885 is removed in agent 2025-03-20 02:13:33,468 - INFO - Deleting pod default:ctest-nginx-pod-20179162 2025-03-20 02:13:33,492 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ca46c139-9538-4e0d-b24c-b9a19a2984a9 2025-03-20 02:13:33,533 - WARNING - Pod uuid ca46c139-9538-4e0d-b24c-b9a19a2984a9 is still seen in agent 10.0.0.22 VM list 2025-03-20 02:13:38,534 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ca46c139-9538-4e0d-b24c-b9a19a2984a9 2025-03-20 02:13:38,543 - DEBUG - Pod ca46c139-9538-4e0d-b24c-b9a19a2984a9 is not in agent 10.0.0.22 VM list 2025-03-20 02:13:38,543 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c68c24e8-0530-11f0-8ed9-fa163e22f11c 2025-03-20 02:13:38,550 - DEBUG - VMI c68c24e8-0530-11f0-8ed9-fa163e22f11c is removed from agent 10.0.0.22 2025-03-20 02:13:38,550 - INFO - Verified that pod ctest-nginx-pod-20179162 is removed in agent 2025-03-20 02:13:38,550 - INFO - Deleting service : ctest-nginx-svc-41545825 2025-03-20 02:13:38,734 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-20 02:13:38,742 - DEBUG - No XMPP flaps were noticed during the test 2025-03-20 02:13:38,742 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:18] 2025-03-20 02:13:38,742 - INFO - -------------------------------------------------------------------------------- 2025-03-20 02:13:45,328 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-20 02:13:45,460 - DEBUG - Output : cluster_project={} 2025-03-20 02:13:45,581 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-20 02:13:45,766 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-20 02:13:45,773 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-20 02:13:45,923 - DEBUG - Output : cluster_project={} 2025-03-20 02:14:01,090 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-20 02:14:01,143 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-20 02:14:01,230 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-20 02:14:01,319 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-20 02:14:06,390 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-20 02:14:06,476 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-20 02:14:06,608 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-20 02:14:06,695 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-20 02:14:06,954 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-20 02:14:09,659 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2025-03-20 02:14:09,668 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-03-20 02:14:09,711 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-03-20 02:14:11,747 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-03-20 02:17:12,426 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-20 02:17:12,478 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b1254a28-7afa-4a0e-b018-acd9a4887605 2025-03-20 02:17:12,509 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d7246dbf-3456-4eb4-bc26-476d7976bc75 2025-03-20 02:17:12,520 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e3ea73b3-8e9e-4ec3-ae2e-cfc1e596e1c2 2025-03-20 02:17:12,525 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ff51f947-7fcf-44b0-b0a6-3dffd0d73bcf 2025-03-20 02:17:12,537 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d185057c-285b-4207-b9a2-76f1d85fc4ef 2025-03-20 02:17:12,542 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=57348ae1-2e51-45bb-83de-488c34622ce1 2025-03-20 02:17:12,546 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d3791ec7-4af1-4d62-9618-44db3cdb6814 2025-03-20 02:17:12,551 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=910f355a-2384-4b97-a40e-7f4598ab033e 2025-03-20 02:17:17,591 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d185057c-285b-4207-b9a2-76f1d85fc4ef 2025-03-20 02:17:17,592 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d7246dbf-3456-4eb4-bc26-476d7976bc75 2025-03-20 02:17:17,594 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ff51f947-7fcf-44b0-b0a6-3dffd0d73bcf 2025-03-20 02:17:17,596 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e3ea73b3-8e9e-4ec3-ae2e-cfc1e596e1c2 2025-03-20 02:17:17,597 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b1254a28-7afa-4a0e-b018-acd9a4887605 2025-03-20 02:17:17,598 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=57348ae1-2e51-45bb-83de-488c34622ce1 2025-03-20 02:17:17,609 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=910f355a-2384-4b97-a40e-7f4598ab033e 2025-03-20 02:17:17,611 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d3791ec7-4af1-4d62-9618-44db3cdb6814 2025-03-20 02:17:17,635 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f54261ee-0530-11f0-8ed9-fa163e22f11c 2025-03-20 02:17:17,643 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f67f2722-0530-11f0-8ed9-fa163e22f11c 2025-03-20 02:17:17,645 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f5fbc4b8-0530-11f0-8ed9-fa163e22f11c 2025-03-20 02:17:17,647 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f4b5cd38-0530-11f0-8ed9-fa163e22f11c 2025-03-20 02:17:22,643 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d3791ec7-4af1-4d62-9618-44db3cdb6814 2025-03-20 02:17:22,644 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=910f355a-2384-4b97-a40e-7f4598ab033e 2025-03-20 02:17:22,650 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d7246dbf-3456-4eb4-bc26-476d7976bc75 2025-03-20 02:17:22,651 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=57348ae1-2e51-45bb-83de-488c34622ce1 2025-03-20 02:17:27,658 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=910f355a-2384-4b97-a40e-7f4598ab033e 2025-03-20 02:17:27,664 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d3791ec7-4af1-4d62-9618-44db3cdb6814 2025-03-20 02:17:27,666 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=57348ae1-2e51-45bb-83de-488c34622ce1 2025-03-20 02:17:27,670 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d7246dbf-3456-4eb4-bc26-476d7976bc75 2025-03-20 02:17:32,678 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=910f355a-2384-4b97-a40e-7f4598ab033e 2025-03-20 02:17:32,688 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d3791ec7-4af1-4d62-9618-44db3cdb6814 2025-03-20 02:17:32,690 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=57348ae1-2e51-45bb-83de-488c34622ce1 2025-03-20 02:17:32,692 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d7246dbf-3456-4eb4-bc26-476d7976bc75 2025-03-20 02:17:37,686 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=910f355a-2384-4b97-a40e-7f4598ab033e 2025-03-20 02:17:37,704 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d3791ec7-4af1-4d62-9618-44db3cdb6814 2025-03-20 02:17:37,706 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d7246dbf-3456-4eb4-bc26-476d7976bc75 2025-03-20 02:17:37,707 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=57348ae1-2e51-45bb-83de-488c34622ce1 2025-03-20 02:17:42,696 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=910f355a-2384-4b97-a40e-7f4598ab033e 2025-03-20 02:17:42,720 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d3791ec7-4af1-4d62-9618-44db3cdb6814 2025-03-20 02:17:42,722 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=57348ae1-2e51-45bb-83de-488c34622ce1 2025-03-20 02:17:42,724 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d7246dbf-3456-4eb4-bc26-476d7976bc75 2025-03-20 02:17:47,729 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=910f355a-2384-4b97-a40e-7f4598ab033e 2025-03-20 02:17:47,736 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f836b1f2-0530-11f0-8ed9-fa163e22f11c 2025-03-20 02:17:47,738 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d3791ec7-4af1-4d62-9618-44db3cdb6814 2025-03-20 02:17:47,740 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d7246dbf-3456-4eb4-bc26-476d7976bc75 2025-03-20 02:17:47,741 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=57348ae1-2e51-45bb-83de-488c34622ce1 2025-03-20 02:17:47,760 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f7b4a8a6-0530-11f0-8ed9-fa163e22f11c 2025-03-20 02:17:47,762 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f8bada9a-0530-11f0-8ed9-fa163e22f11c 2025-03-20 02:17:47,765 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f720bab0-0530-11f0-8ed9-fa163e22f11c