You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove port from client pod names and use pod name for service
selectors
Client pod names no longer include the port suffix, allowing pods
to be reused across test types in pre_provision mode. Server pod
names retain the port suffix so the persistent server feature can
still be used with multiple connection types. Service selectors
now match on tft-pod-name instead of tft-port and tft-network.
Created ensure_services() from initialize() so pre-provisioned
server pods create services, which are still unique to the test
type since they operate on port-protocol binding.
Signed-off-by: Venkat Kunaparaju <vkunaparaju@nvidia.com>
0 commit comments