2024-09-05 01:49:58,319 - DEBUG - [10.0.0.23]: Running cmd : hostname 2024-09-05 01:49:58,666 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-636-1 2024-09-05 01:49:58,667 - DEBUG - [10.0.0.23]: Running cmd : hostname -f 2024-09-05 01:49:58,713 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-636-1 2024-09-05 01:49:58,713 - DEBUG - [10.0.0.23]: 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-09-05 01:49:58,834 - DEBUG - Output : NAMES contrail_test_uFBYZbBHA contrail-kubernetes-master_kubemanager_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_dnsmasq_1 config_api_svcmonitor_1 config_api_api_1 config_api_nodemgr_1 config_api_schema_1 2024-09-05 01:49:58,834 - DEBUG - [10.0.0.23]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-05 01:49:58,915 - DEBUG - Output : 10.0.0.23/24 172.17.0.1/16 2024-09-05 01:49:58,916 - DEBUG - [10.0.0.23]: Running cmd : getent hosts 10.0.0.23 | head -n 1 | awk '{print $2}' 2024-09-05 01:49:58,960 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-636-1 2024-09-05 01:49:59,062 - DEBUG - [10.0.0.22]: Running cmd : hostname 2024-09-05 01:49:59,302 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-636-1 2024-09-05 01:49:59,303 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2024-09-05 01:49:59,341 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-636-1 2024-09-05 01:49:59,341 - 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}' 2024-09-05 01:49:59,429 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-05 01:49:59,429 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-05 01:49:59,464 - DEBUG - Output : 10.0.0.22/24 2024-09-05 01:49:59,464 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2024-09-05 01:49:59,499 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-636-1 2024-09-05 01:49:59,579 - INFO - Using existing project ['default-domain', 'k8s-default'](e86ffb6f-8265-433e-9ce2-db055e6c2b81) 2024-09-05 01:49:59,688 - INFO - Using existing project ['default-domain', 'k8s-default'](e86ffb6f-8265-433e-9ce2-db055e6c2b81) 2024-09-05 01:49:59,843 - INFO - ================================================================================ 2024-09-05 01:49:59,843 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-05 01:49:59,844 - 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-09-05 01:50:00,124 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-05 01:50:00,135 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.23': '0'}} with 2024-09-05 01:50:00,135 - INFO - Initial checks done. Running the testcase now 2024-09-05 01:50:00,136 - INFO - 2024-09-05 01:50:00,143 - INFO - Namespace default already exists 2024-09-05 01:50:00,145 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-05 01:50:00,297 - DEBUG - Output : cluster_project={} 2024-09-05 01:50:00,361 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-05 01:50:00,361 - DEBUG - Project uuid in Contrail is e86ffb6f-8265-433e-9ce2-db055e6c2b81 2024-09-05 01:50:00,361 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-05 01:50:00,522 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-05 01:50:00,522 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_NamespaceDatabaseList?namespace_uuid=215d2130-c860-45ee-b350-8c96713adfda 2024-09-05 01:50:00,531 - INFO - Namespace default with uuid 215d2130-c860-45ee-b350-8c96713adfda found in kube manager 2024-09-05 01:50:00,531 - INFO - Namespace default verification passed 2024-09-05 01:50:00,536 - DEBUG - Service ctest-nginx-svc-57790542 not present 2024-09-05 01:50:00,536 - INFO - Creating service ctest-nginx-svc-57790542 2024-09-05 01:50:00,580 - INFO - Created Service ctest-nginx-svc-57790542 2024-09-05 01:50:00,594 - DEBUG - Pod ctest-nginx-pod-38346783 not present 2024-09-05 01:50:00,595 - INFO - Creating Pod ctest-nginx-pod-38346783 2024-09-05 01:50:00,655 - DEBUG - Pod : ctest-nginx-pod-38346783 UUID is 9055c0f9-94bc-46d5-b64b-6d6c8a040902 2024-09-05 01:50:00,663 - DEBUG - Pod ctest-nginx-pod-49965735 not present 2024-09-05 01:50:00,671 - INFO - Creating Pod ctest-nginx-pod-49965735 2024-09-05 01:50:00,729 - DEBUG - Pod : ctest-nginx-pod-49965735 UUID is b7522913-7416-460e-819d-9ad52ab72696 2024-09-05 01:50:00,990 - INFO - Created VN __public__, UUID :492b0708-dee9-4740-98ec-9b6351b8d5a9 2024-09-05 01:50:01,231 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-05 01:50:01,240 - DEBUG - Requesting: http://10.0.0.23:8082/domain/edcf8afb-466c-4871-96ed-8e0f2bca33f1 2024-09-05 01:50:01,277 - DEBUG - Requesting: http://10.0.0.23:8082/project/e86ffb6f-8265-433e-9ce2-db055e6c2b81 2024-09-05 01:50:01,343 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/492b0708-dee9-4740-98ec-9b6351b8d5a9 2024-09-05 01:50:01,359 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/492b0708-dee9-4740-98ec-9b6351b8d5a9 2024-09-05 01:50:01,372 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/20545275-39da-4be1-8ffe-bf856fb62a90 2024-09-05 01:50:01,380 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/20545275-39da-4be1-8ffe-bf856fb62a90 2024-09-05 01:50:01,426 - DEBUG - Route Targets: [] 2024-09-05 01:50:01,426 - DEBUG - RT names not yet present for VN __public__ 2024-09-05 01:50:06,427 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-05 01:50:06,438 - DEBUG - Requesting: http://10.0.0.23:8082/domain/edcf8afb-466c-4871-96ed-8e0f2bca33f1 2024-09-05 01:50:06,450 - DEBUG - Requesting: http://10.0.0.23:8082/project/e86ffb6f-8265-433e-9ce2-db055e6c2b81 2024-09-05 01:50:06,498 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/492b0708-dee9-4740-98ec-9b6351b8d5a9 2024-09-05 01:50:06,508 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/492b0708-dee9-4740-98ec-9b6351b8d5a9 2024-09-05 01:50:06,517 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/20545275-39da-4be1-8ffe-bf856fb62a90 2024-09-05 01:50:06,527 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/20545275-39da-4be1-8ffe-bf856fb62a90 2024-09-05 01:50:06,536 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/ca5bc5d4-2a37-4662-bf8a-8725dff204ba 2024-09-05 01:50:06,550 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-05 01:50:06,550 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/492b0708-dee9-4740-98ec-9b6351b8d5a9 2024-09-05 01:50:06,562 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/20545275-39da-4be1-8ffe-bf856fb62a90 2024-09-05 01:50:06,578 - INFO - Verified VN network id 13 for VN 492b0708-dee9-4740-98ec-9b6351b8d5a9 2024-09-05 01:50:06,579 - INFO - Verifications in API Server for VN __public__ passed 2024-09-05 01:50:06,579 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/492b0708-dee9-4740-98ec-9b6351b8d5a9 2024-09-05 01:50:06,590 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/20545275-39da-4be1-8ffe-bf856fb62a90 2024-09-05 01:50:06,600 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/20545275-39da-4be1-8ffe-bf856fb62a90 2024-09-05 01:50:06,613 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/ca5bc5d4-2a37-4662-bf8a-8725dff204ba 2024-09-05 01:50:06,623 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-05 01:50:06,632 - DEBUG - Control-node 10.0.0.23 : 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': '5272315523448260416', 'uuid-lslong': '11019353239143896489'}, 'enable': 'true', 'created': '2024-09-05T01:50:00', 'last-modified': '2024-09-05T01:50:01', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.445092'} 2024-09-05 01:50:06,632 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 01:50:06,642 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-05 01:50:06,642 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-05 01:50:06,643 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-05 01:50:06,643 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-05 01:50:06,651 - DEBUG - Requesting: http://10.0.0.23:8082/domain/edcf8afb-466c-4871-96ed-8e0f2bca33f1 2024-09-05 01:50:06,662 - DEBUG - Requesting: http://10.0.0.23:8082/project/e86ffb6f-8265-433e-9ce2-db055e6c2b81 2024-09-05 01:50:06,711 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/492b0708-dee9-4740-98ec-9b6351b8d5a9 2024-09-05 01:50:06,720 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-05 01:50:06,720 - DEBUG - Verifying the vn in opserver 2024-09-05 01:50:06,720 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.23 2024-09-05 01:50:06,720 - DEBUG - Requesting: http://10.0.0.23:8081/analytics/uves/virtual-networks 2024-09-05 01:50:06,727 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.23:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-05 01:50:06,727 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-05 01:50:06,728 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 01:50:06,737 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 01:50:06,745 - DEBUG - Do not have enough data to verify VN in agent 2024-09-05 01:50:06,745 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 01:50:06,753 - DEBUG - VRF ids for VN __public__: {} 2024-09-05 01:50:06,850 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-05 01:50:07,464 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-05 01:50:07,471 - DEBUG - Requesting: http://10.0.0.23:8082/domain/edcf8afb-466c-4871-96ed-8e0f2bca33f1 2024-09-05 01:50:07,479 - DEBUG - Requesting: http://10.0.0.23:8082/project/e86ffb6f-8265-433e-9ce2-db055e6c2b81 2024-09-05 01:50:07,531 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/492b0708-dee9-4740-98ec-9b6351b8d5a9 2024-09-05 01:50:07,545 - DEBUG - Requesting: http://10.0.0.23:8082/floating-ip-pool/960175e2-7d1e-4db7-b1d3-957d75c5935c 2024-09-05 01:50:07,556 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-05 01:50:07,563 - DEBUG - Requesting: http://10.0.0.23:8082/domain/edcf8afb-466c-4871-96ed-8e0f2bca33f1 2024-09-05 01:50:07,571 - DEBUG - Requesting: http://10.0.0.23:8082/project/e86ffb6f-8265-433e-9ce2-db055e6c2b81 2024-09-05 01:50:07,628 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/492b0708-dee9-4740-98ec-9b6351b8d5a9 2024-09-05 01:50:07,639 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-05 01:50:07,639 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-05 01:50:07,645 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-05 01:50:07,653 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-05 01:50:07,653 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-05 01:50:07,657 - DEBUG - Ingress ctest-nginx-ingress-82662898 not present 2024-09-05 01:50:07,658 - INFO - Creating Ingress ctest-nginx-ingress-82662898 2024-09-05 01:50:07,671 - INFO - Created Ingress ctest-nginx-ingress-82662898 2024-09-05 01:50:07,677 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-82662898 2024-09-05 01:50:10,682 - DEBUG - For Ingress ctest-nginx-ingress-82662898, Cluster IP: 10.47.255.249, External IPs ['112.174.208.124'] 2024-09-05 01:50:10,682 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-82662898 2024-09-05 01:50:10,683 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=12230863-def9-4bbf-a076-862de81c8386 2024-09-05 01:50:10,690 - INFO - Ingress ctest-nginx-ingress-82662898 with uuid 12230863-def9-4bbf-a076-862de81c8386 found in kube manager 2024-09-05 01:50:10,691 - INFO - Ingress ctest-nginx-ingress-82662898 verification passed 2024-09-05 01:50:10,696 - DEBUG - Pod ctest-busybox-pod-11030363 not present 2024-09-05 01:50:10,697 - INFO - Creating Pod ctest-busybox-pod-11030363 2024-09-05 01:50:10,736 - DEBUG - Pod : ctest-busybox-pod-11030363 UUID is c765e9be-3770-4515-b43b-431c24959e7e 2024-09-05 01:50:10,744 - DEBUG - Pod ctest-nginx-pod-38346783 not in running state.Currently in Pending 2024-09-05 01:50:15,757 - DEBUG - Pod ctest-nginx-pod-38346783 not in running state.Currently in Pending 2024-09-05 01:50:20,765 - INFO - Pod ctest-nginx-pod-38346783 is in running state.Got IP 10.47.255.251 2024-09-05 01:50:20,780 - DEBUG - Pod ctest-nginx-pod-38346783 has vmi 2a9cc5f2-6b29-11ef-955d-fa163e1bcd04 2024-09-05 01:50:20,780 - INFO - Verified pod ctest-nginx-pod-38346783 in contrail-api 2024-09-05 01:50:20,780 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 01:50:20,796 - DEBUG - VMI 2a9cc5f2-6b29-11ef-955d-fa163e1bcd04 is active in agent 10.0.0.22 2024-09-05 01:50:20,796 - INFO - Verified Pod ctest-nginx-pod-38346783 in agent 10.0.0.22 2024-09-05 01:50:20,796 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=9055c0f9-94bc-46d5-b64b-6d6c8a040902 2024-09-05 01:50:20,802 - INFO - Pod ctest-nginx-pod-38346783 with uuid 9055c0f9-94bc-46d5-b64b-6d6c8a040902 found in kube manager 2024-09-05 01:50:20,802 - INFO - Pod ctest-nginx-pod-38346783 verification passed 2024-09-05 01:50:20,881 - DEBUG - [Pod ctest-nginx-pod-38346783] Cmd: echo ctest-nginx-pod-38346783 > /usr/share/nginx/html/index.html, Output: 2024-09-05 01:50:20,891 - INFO - Pod ctest-nginx-pod-49965735 is in running state.Got IP 10.47.255.250 2024-09-05 01:50:20,907 - DEBUG - Pod ctest-nginx-pod-49965735 has vmi 2b1b4e72-6b29-11ef-955d-fa163e1bcd04 2024-09-05 01:50:20,907 - INFO - Verified pod ctest-nginx-pod-49965735 in contrail-api 2024-09-05 01:50:20,908 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 01:50:20,922 - DEBUG - VMI 2b1b4e72-6b29-11ef-955d-fa163e1bcd04 is active in agent 10.0.0.22 2024-09-05 01:50:20,923 - INFO - Verified Pod ctest-nginx-pod-49965735 in agent 10.0.0.22 2024-09-05 01:50:20,925 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=b7522913-7416-460e-819d-9ad52ab72696 2024-09-05 01:50:20,932 - INFO - Pod ctest-nginx-pod-49965735 with uuid b7522913-7416-460e-819d-9ad52ab72696 found in kube manager 2024-09-05 01:50:20,932 - INFO - Pod ctest-nginx-pod-49965735 verification passed 2024-09-05 01:50:20,996 - DEBUG - [Pod ctest-nginx-pod-49965735] Cmd: echo ctest-nginx-pod-49965735 > /usr/share/nginx/html/index.html, Output: 2024-09-05 01:50:21,006 - INFO - Pod ctest-busybox-pod-11030363 is in running state.Got IP 10.47.255.248 2024-09-05 01:50:21,064 - DEBUG - Pod ctest-busybox-pod-11030363 has vmi 2fe96178-6b29-11ef-955d-fa163e1bcd04 2024-09-05 01:50:21,065 - INFO - Verified pod ctest-busybox-pod-11030363 in contrail-api 2024-09-05 01:50:21,065 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 01:50:21,079 - DEBUG - VMI 2fe96178-6b29-11ef-955d-fa163e1bcd04 is active in agent 10.0.0.22 2024-09-05 01:50:21,079 - INFO - Verified Pod ctest-busybox-pod-11030363 in agent 10.0.0.22 2024-09-05 01:50:21,079 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=c765e9be-3770-4515-b43b-431c24959e7e 2024-09-05 01:50:21,085 - INFO - Pod ctest-busybox-pod-11030363 with uuid c765e9be-3770-4515-b43b-431c24959e7e found in kube manager 2024-09-05 01:50:21,085 - INFO - Pod ctest-busybox-pod-11030363 verification passed 2024-09-05 01:50:21,163 - DEBUG - [Pod ctest-busybox-pod-11030363] 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-38346783 2024-09-05 01:50:21,164 - DEBUG - [Pod Pod ctest-busybox-pod-11030363] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-05 01:50:21,164 - DEBUG - [Pod Pod ctest-busybox-pod-11030363] 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-38346783 2024-09-05 01:50:21,233 - DEBUG - [Pod ctest-busybox-pod-11030363] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-49965735 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-09-05 01:50:21,234 - DEBUG - [Pod Pod ctest-busybox-pod-11030363] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-05 01:50:21,234 - DEBUG - [Pod Pod ctest-busybox-pod-11030363] Cmd output: ctest-nginx-pod-49965735 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-09-05 01:50:21,234 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-38346783': 1, 'ctest-nginx-pod-49965735': 1} 2024-09-05 01:50:21,234 - WARNING - Nothing to delete parallely 2024-09-05 01:50:21,234 - INFO - Deleting pod default:ctest-busybox-pod-11030363 2024-09-05 01:50:21,253 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c765e9be-3770-4515-b43b-431c24959e7e 2024-09-05 01:50:21,271 - WARNING - Pod uuid c765e9be-3770-4515-b43b-431c24959e7e is still seen in agent 10.0.0.22 VM list 2024-09-05 01:50:26,271 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c765e9be-3770-4515-b43b-431c24959e7e 2024-09-05 01:50:26,280 - WARNING - Pod uuid c765e9be-3770-4515-b43b-431c24959e7e is still seen in agent 10.0.0.22 VM list 2024-09-05 01:50:31,282 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c765e9be-3770-4515-b43b-431c24959e7e 2024-09-05 01:50:31,292 - WARNING - Pod uuid c765e9be-3770-4515-b43b-431c24959e7e is still seen in agent 10.0.0.22 VM list 2024-09-05 01:50:36,293 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c765e9be-3770-4515-b43b-431c24959e7e 2024-09-05 01:50:36,302 - WARNING - Pod uuid c765e9be-3770-4515-b43b-431c24959e7e is still seen in agent 10.0.0.22 VM list 2024-09-05 01:50:41,303 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c765e9be-3770-4515-b43b-431c24959e7e 2024-09-05 01:50:41,320 - WARNING - Pod uuid c765e9be-3770-4515-b43b-431c24959e7e is still seen in agent 10.0.0.22 VM list 2024-09-05 01:50:46,321 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c765e9be-3770-4515-b43b-431c24959e7e 2024-09-05 01:50:46,329 - WARNING - Pod uuid c765e9be-3770-4515-b43b-431c24959e7e is still seen in agent 10.0.0.22 VM list 2024-09-05 01:50:51,330 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c765e9be-3770-4515-b43b-431c24959e7e 2024-09-05 01:50:51,340 - WARNING - Pod uuid c765e9be-3770-4515-b43b-431c24959e7e is still seen in agent 10.0.0.22 VM list 2024-09-05 01:50:56,341 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c765e9be-3770-4515-b43b-431c24959e7e 2024-09-05 01:50:56,351 - DEBUG - Pod c765e9be-3770-4515-b43b-431c24959e7e is not in agent 10.0.0.22 VM list 2024-09-05 01:50:56,352 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2fe96178-6b29-11ef-955d-fa163e1bcd04 2024-09-05 01:50:56,361 - DEBUG - VMI 2fe96178-6b29-11ef-955d-fa163e1bcd04 is removed from agent 10.0.0.22 2024-09-05 01:50:56,362 - INFO - Verified that pod ctest-busybox-pod-11030363 is removed in agent 2024-09-05 01:50:56,362 - INFO - Deleting Ingress : ctest-nginx-ingress-82662898 2024-09-05 01:50:56,373 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=12230863-def9-4bbf-a076-862de81c8386 2024-09-05 01:50:56,380 - ERROR - Ingress ctest-nginx-ingress-82662898 with uuid 12230863-def9-4bbf-a076-862de81c8386 still found in kube manager 2024-09-05 01:50:57,380 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=12230863-def9-4bbf-a076-862de81c8386 2024-09-05 01:50:57,386 - INFO - Ingress ctest-nginx-ingress-82662898 with uuid 12230863-def9-4bbf-a076-862de81c8386 deleted successfully from kube manager 2024-09-05 01:50:57,387 - INFO - Verifications on Ingress %s cleanup passed 2024-09-05 01:50:57,387 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-05 01:50:57,543 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-05 01:50:57,552 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-05 01:50:57,552 - INFO - Deleting VN __public__ 2024-09-05 01:50:57,896 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/20545275-39da-4be1-8ffe-bf856fb62a90 2024-09-05 01:50:57,912 - DEBUG - Response Code: 404 2024-09-05 01:50:57,912 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2024-09-05 01:50:57,920 - DEBUG - Requesting: http://10.0.0.23:8082/domain/edcf8afb-466c-4871-96ed-8e0f2bca33f1 2024-09-05 01:50:57,952 - DEBUG - Requesting: http://10.0.0.23:8082/project/e86ffb6f-8265-433e-9ce2-db055e6c2b81 2024-09-05 01:50:58,005 - INFO - Validated that VN __public__ is not found in API Server 2024-09-05 01:50:58,005 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-05 01:50:58,015 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 01:50:58,025 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2024-09-05 01:50:58,025 - INFO - Validated that VN __public__ is not in any agent 2024-09-05 01:50:58,025 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 01:50:58,035 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 01:50:58,042 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-05 01:50:58,059 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-05 01:50:58,060 - INFO - Deleting pod default:ctest-nginx-pod-49965735 2024-09-05 01:50:58,087 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b7522913-7416-460e-819d-9ad52ab72696 2024-09-05 01:50:58,101 - WARNING - Pod uuid b7522913-7416-460e-819d-9ad52ab72696 is still seen in agent 10.0.0.22 VM list 2024-09-05 01:51:03,102 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b7522913-7416-460e-819d-9ad52ab72696 2024-09-05 01:51:03,114 - DEBUG - Pod b7522913-7416-460e-819d-9ad52ab72696 is not in agent 10.0.0.22 VM list 2024-09-05 01:51:03,114 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2b1b4e72-6b29-11ef-955d-fa163e1bcd04 2024-09-05 01:51:03,123 - DEBUG - VMI 2b1b4e72-6b29-11ef-955d-fa163e1bcd04 is removed from agent 10.0.0.22 2024-09-05 01:51:03,123 - INFO - Verified that pod ctest-nginx-pod-49965735 is removed in agent 2024-09-05 01:51:03,124 - INFO - Deleting pod default:ctest-nginx-pod-38346783 2024-09-05 01:51:03,139 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9055c0f9-94bc-46d5-b64b-6d6c8a040902 2024-09-05 01:51:03,156 - WARNING - Pod uuid 9055c0f9-94bc-46d5-b64b-6d6c8a040902 is still seen in agent 10.0.0.22 VM list 2024-09-05 01:51:08,157 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9055c0f9-94bc-46d5-b64b-6d6c8a040902 2024-09-05 01:51:08,166 - DEBUG - Pod 9055c0f9-94bc-46d5-b64b-6d6c8a040902 is not in agent 10.0.0.22 VM list 2024-09-05 01:51:08,166 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2a9cc5f2-6b29-11ef-955d-fa163e1bcd04 2024-09-05 01:51:08,173 - DEBUG - VMI 2a9cc5f2-6b29-11ef-955d-fa163e1bcd04 is removed from agent 10.0.0.22 2024-09-05 01:51:08,173 - INFO - Verified that pod ctest-nginx-pod-38346783 is removed in agent 2024-09-05 01:51:08,174 - INFO - Deleting service : ctest-nginx-svc-57790542 2024-09-05 01:51:08,452 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-05 01:51:08,461 - DEBUG - No XMPP flaps were noticed during the test
2024-09-05 01:51:08,461 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:09]
2024-09-05 01:51:08,461 - INFO - -------------------------------------------------------------------------------- 2024-09-05 01:51:16,119 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-05 01:51:16,346 - DEBUG - Output : cluster_project={} 2024-09-05 01:51:16,418 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-05 01:51:17,046 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-05 01:51:17,052 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-05 01:51:17,237 - DEBUG - Output : cluster_project={} 2024-09-05 01:51:32,397 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 01:51:32,453 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 01:51:32,497 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 01:51:32,584 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 01:51:37,640 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 01:51:37,731 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 01:51:37,821 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 01:51:37,876 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 01:51:38,154 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-05 01:51:40,859 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2024-09-05 01:51:40,868 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2024-09-05 01:51:40,907 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2024-09-05 01:51:42,970 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2024-09-05 01:54:44,723 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-05 01:54:44,782 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1547b72a-a36a-4ea9-9de9-ffc8c0fb5b30 2024-09-05 01:54:44,810 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=3ec964cc-888f-4af0-9550-94007e356f19 2024-09-05 01:54:44,820 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9a2975d9-f4ee-433c-a59c-591dbad2a5bc 2024-09-05 01:54:44,827 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0f73b26a-868d-4962-8510-20d37a15c435 2024-09-05 01:54:44,832 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5bd4553c-7c41-4ee9-b5b3-dc56202f8218 2024-09-05 01:54:44,838 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9519d528-5e91-4048-a0c3-8501f3e83c87 2024-09-05 01:54:44,848 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ddc11e8e-8193-484d-9110-969c7d30b513 2024-09-05 01:54:44,853 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4e9f5d1f-baa8-4f05-9892-79b784d3f786 2024-09-05 01:54:49,862 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1547b72a-a36a-4ea9-9de9-ffc8c0fb5b30 2024-09-05 01:54:49,871 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:57c21528-6b29-11ef-955d-fa163e1bcd04 2024-09-05 01:54:49,887 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0f73b26a-868d-4962-8510-20d37a15c435 2024-09-05 01:54:49,889 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=3ec964cc-888f-4af0-9550-94007e356f19 2024-09-05 01:54:49,890 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9a2975d9-f4ee-433c-a59c-591dbad2a5bc 2024-09-05 01:54:49,893 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4e9f5d1f-baa8-4f05-9892-79b784d3f786 2024-09-05 01:54:49,895 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ddc11e8e-8193-484d-9110-969c7d30b513 2024-09-05 01:54:49,896 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5bd4553c-7c41-4ee9-b5b3-dc56202f8218 2024-09-05 01:54:49,898 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9519d528-5e91-4048-a0c3-8501f3e83c87 2024-09-05 01:54:49,925 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:590457b6-6b29-11ef-955d-fa163e1bcd04 2024-09-05 01:54:49,928 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5850609e-6b29-11ef-955d-fa163e1bcd04 2024-09-05 01:54:49,936 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:59a11452-6b29-11ef-955d-fa163e1bcd04 2024-09-05 01:54:54,925 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=3ec964cc-888f-4af0-9550-94007e356f19 2024-09-05 01:54:54,928 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0f73b26a-868d-4962-8510-20d37a15c435 2024-09-05 01:54:54,933 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4e9f5d1f-baa8-4f05-9892-79b784d3f786 2024-09-05 01:54:54,936 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5bd4553c-7c41-4ee9-b5b3-dc56202f8218 2024-09-05 01:54:59,940 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0f73b26a-868d-4962-8510-20d37a15c435 2024-09-05 01:54:59,943 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=3ec964cc-888f-4af0-9550-94007e356f19 2024-09-05 01:54:59,948 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4e9f5d1f-baa8-4f05-9892-79b784d3f786 2024-09-05 01:54:59,951 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5bd4553c-7c41-4ee9-b5b3-dc56202f8218 2024-09-05 01:55:04,956 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=3ec964cc-888f-4af0-9550-94007e356f19 2024-09-05 01:55:04,958 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0f73b26a-868d-4962-8510-20d37a15c435 2024-09-05 01:55:04,964 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5bd4553c-7c41-4ee9-b5b3-dc56202f8218 2024-09-05 01:55:04,969 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4e9f5d1f-baa8-4f05-9892-79b784d3f786 2024-09-05 01:55:09,978 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0f73b26a-868d-4962-8510-20d37a15c435 2024-09-05 01:55:09,979 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=3ec964cc-888f-4af0-9550-94007e356f19 2024-09-05 01:55:09,986 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5bd4553c-7c41-4ee9-b5b3-dc56202f8218 2024-09-05 01:55:09,988 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4e9f5d1f-baa8-4f05-9892-79b784d3f786 2024-09-05 01:55:15,003 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0f73b26a-868d-4962-8510-20d37a15c435 2024-09-05 01:55:15,005 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=3ec964cc-888f-4af0-9550-94007e356f19 2024-09-05 01:55:15,008 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4e9f5d1f-baa8-4f05-9892-79b784d3f786 2024-09-05 01:55:15,010 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5bd4553c-7c41-4ee9-b5b3-dc56202f8218 2024-09-05 01:55:20,047 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5bd4553c-7c41-4ee9-b5b3-dc56202f8218 2024-09-05 01:55:20,054 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4e9f5d1f-baa8-4f05-9892-79b784d3f786 2024-09-05 01:55:20,056 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0f73b26a-868d-4962-8510-20d37a15c435 2024-09-05 01:55:20,059 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5b4a2e4c-6b29-11ef-955d-fa163e1bcd04 2024-09-05 01:55:20,060 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=3ec964cc-888f-4af0-9550-94007e356f19 2024-09-05 01:55:20,074 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5a4696d4-6b29-11ef-955d-fa163e1bcd04 2024-09-05 01:55:20,083 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5ac6dc18-6b29-11ef-955d-fa163e1bcd04 2024-09-05 01:55:20,086 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5bce6fae-6b29-11ef-955d-fa163e1bcd04