Files
fission-src/test/tests/test_pass.sh
T
smruthi2187andGitHub 8984e4916e Enabling multi-tenancy for fission objects. (#655)
This feature allows creation of fission objects in different namespaces, in addition to retaining the existing behavior of creating fission objects in default namespace if user doesnt provide one. 
It also removes cluster admin roles for fission-fetcher and fission-builder Service Accounts and grants them only those privileges that they need.
2018-05-23 13:22:46 -07:00

12 lines
241 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
# This doesn't test fission, just the test framework. It ensures we
# have the right environment, that's all.
log "Test test, please ignore."
log $FISSION_NATS_STREAMING_URL
log $FISSION_ROUTER
which fission