-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve user guide for gnmi client (#1740)
Update test method to keep gnmi certificates for further testing. Explain GNMI client environment requirement.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | ||
|
||
``` | ||
|