Commit 9f5a96e
Download and enable grpcurl in ptf docker. (#24587)
Added grpcurl binary to PTF Docker containers to enable gRPC testing capabilities for SONiC test framework. This supports upcoming gNOI (gRPC Network Operations Interface) testing infrastructure that requires a lightweight gRPC client tool.
Background:
SONiC is moving towards gRPC-based management interfaces (gNMI, gNOI, gNSI)
Current test framework lacks unified gRPC testing capabilities
grpcurl provides a simple, dependency-free solution for gRPC operations
Eliminates need for protocol buffer compilation in test environments
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Ying Xie <[email protected]>1 parent 7c759ca commit 9f5a96e
1 file changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
101 | 117 | | |
102 | 118 | | |
103 | 119 | | |
| |||
0 commit comments