Files
fission-src/test/tests/test_pass.sh
T
prithvirameshandsmruthi2187 b9a559af2f Service type ClusterIP - Controller port forward through CLI (#431)
setting serviceType to ClusterIP as default for fission controller and corresponding changes in fission cli to be able to port-forward the controller pod.
2018-02-27 08:22:57 -08:00

11 lines
209 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_ROUTER
which fission