File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,6 +180,16 @@ known_transitional:
180180 - from : github.com/TeoSlayer/pilotprotocol/pkg/daemon
181181 to : github.com/TeoSlayer/pilotprotocol/plugins/policy
182182 owner : T2.3
183+ # plugins/handshake bootstrap tests wrap *daemon.Daemon and
184+ # *registry/client.Client for port-444 integration coverage. These are
185+ # test-only imports; the production handshake plugin never touches L7/L8.
186+ # TODO: extract into tests/regtestutil once test infra supports it.
187+ - from : github.com/TeoSlayer/pilotprotocol/plugins/handshake
188+ to : github.com/TeoSlayer/pilotprotocol/pkg/daemon
189+ owner : T8.1-tests
190+ - from : github.com/TeoSlayer/pilotprotocol/plugins/handshake
191+ to : github.com/TeoSlayer/pilotprotocol/pkg/registry/client
192+ owner : T8.1-tests
183193# P3 enforcement (tools/check-globals): cross-layer mutable globals.
184194# Each entry below is a known shared global whose ownership has not yet
185195# been moved to the layer that should own it. The checker reports them
You can’t perform that action at this time.
0 commit comments