test/integration/client: add TestExecPluginRotationViaInformer

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
Andrew Keesler
2021-05-04 09:58:23 -04:00
parent 9126048c9c
commit a14cd8e3de
2 changed files with 216 additions and 50 deletions

View File

@@ -18,4 +18,9 @@ set -o errexit
set -o nounset
set -o pipefail
if [[ -n "${EXEC_PLUGIN_OUTPUT_FILE-""}" ]]; then
cat "$EXEC_PLUGIN_OUTPUT_FILE"
exit
fi
echo "$EXEC_PLUGIN_OUTPUT"