From 169b2fb188e04514cafe1b01a1d7beb00a31c515 Mon Sep 17 00:00:00 2001 From: macikgozwa <74217992+macikgozwa@users.noreply.github.com> Date: Thu, 17 Dec 2020 22:12:04 -0800 Subject: [PATCH] [docker-ptf]: Updating Python-based GNMI client (#6216) Upgrading the reference for the Python GNMI tool repository. The commit for the new payload Co-authored-by: Murat Acikgoz --- dockers/docker-ptf/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockers/docker-ptf/Dockerfile.j2 b/dockers/docker-ptf/Dockerfile.j2 index b4a7834f60..faa927d9db 100644 --- a/dockers/docker-ptf/Dockerfile.j2 +++ b/dockers/docker-ptf/Dockerfile.j2 @@ -142,7 +142,7 @@ RUN mkdir -p /var/log/supervisor # Install Python-based GNMI client RUN git clone https://github.com/lguohan/gnxi.git \ && cd gnxi \ - && git checkout d01b36e \ + && git checkout 53901ab \ && cd gnmi_cli_py \ && pip install -r requirements.txt