PT Application Inspector CLI control
End-to-end tests run the base pipeline from examples/base-pipeline.sh against external AIE stands (5.4 and 6.0).
Setup:
make e2e-config
# Edit tests/e2e/stands.local.yaml — set url and token for each stand
make test-e2eRun one stand:
go test -tags=e2e -v -run 'AIE_5\.4' ./tests/e2e/...Config path override: AICTL_E2E_CONFIG=/path/to/stands.yaml. Binary override: AICTL_BIN=/path/to/aictl.
Without stands.local.yaml, e2e tests are skipped; go test ./... does not run them (build tag e2e).