From f849403a921ba8fc442981e3e94d2db1ea77685b Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Tue, 23 May 2023 18:13:44 +0200 Subject: [PATCH] Fix log collection Setting the CONTAINER_ENGINE env var was missed in one spot in [0]. [0] I395d2bdb0dfb4b325b6ad197c8893c8a0f768324 Change-Id: I29868d59cbef2bd5707ab20d2c30a2d8f6d6060e --- tests/post.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/post.yml b/tests/post.yml index c86dcfd949..206958701e 100644 --- a/tests/post.yml +++ b/tests/post.yml @@ -18,6 +18,7 @@ - name: Run diagnostics script environment: + CONTAINER_ENGINE: "{{ container_engine }}" KOLLA_INTERNAL_VIP_ADDRESS: "{{ kolla_internal_vip_address }}" script: get_logs.sh register: get_logs_result