Skip to content

Commit

Permalink
Improve user guide for gnmi client (#1740)
Browse files Browse the repository at this point in the history
Update test method to keep gnmi certificates for further testing.
Explain GNMI client environment requirement.
  • Loading branch information
ganglyu authored Jul 10, 2024
1 parent f4d83ca commit abd98f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/dash/dash-sonic-kvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ssh -i ~/.ssh/id_rsa_docker_sonic_mgmt [email protected]
cd /data/sonic-mgmt/tests

# Run testcases
./run_tests.sh -u -n vms-kvm-dpu -d vlab-01 -m individual -e --skip_sanity -e --disable_loganalyzer -c dash/test_dash_vnet.py -f vtestbed.yaml -i ../ansible/veos_vtb -e "--skip_dataplane_checking"
./run_tests.sh -u -n vms-kvm-dpu -d vlab-01 -m individual -e --skip_sanity -e --disable_loganalyzer -c dash/test_dash_vnet.py -f vtestbed.yaml -i ../ansible/veos_vtb -e --skip_dataplane_checking -e --skip_cert_cleanup
```

## 5.1.2 Connect to the DPU
Expand Down Expand Up @@ -162,6 +162,8 @@ total 40

Please install gnmi_cli_py from https://github.com/lguohan/gnxi/tree/master/gnmi_cli_py.

We install gnmi_cli_py in the PTF container by default. However, if you attempt to install it in a different environment, you might encounter dependency conflicts. Additionally, please use pip2 and Python 2, as this client requires a Python 2 environment.

Restart GNMI server with server certificates:

```
Expand Down

0 comments on commit abd98f0

Please sign in to comment.