[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 <muacikgo@microsoft.com>
This commit is contained in:
macikgozwa 2020-12-17 22:12:04 -08:00 committed by GitHub
parent d88a25c59d
commit 169b2fb188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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