featurebase/qa/scripts/testSmokeTest.sh
2022-01-04 19:31:18 -06:00

12 lines
No EOL
300 B
Bash
Executable file

#!/bin/bash
# get the bastion host
BASTION=$(cat ./qa/tf/ci/smoketest/outputs.json | jq -r '[.ingest_ips][0]["value"][0]')
echo "using bastion ${BASTION}"
NODE=$(cat ./qa/tf/ci/smoketest/outputs.json | jq -r '[.data_node_ips][0]["value"][0]')
echo "using node ${NODE}"
echo "Smoke test complete"