Skip to content

Commit

Permalink
trace level
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Dec 18, 2023
1 parent bc378a1 commit 1e9c78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-basic-batch-operators-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ while IFS=, read -r packageName catalog; do
sleep 30

# run tnf-container
./run-tnf-container.sh -k "$KUBECONFIG" -t "$reportDir" -o "$reportDir" -c "$DOCKER_CONFIG" -l all || true
TNF_LOG_LEVEL=trace ./run-tnf-container.sh -k "$KUBECONFIG" -t "$reportDir" -o "$reportDir" -c "$DOCKER_CONFIG" -l all || true

# Unlabel the operator
oc get csv -n "$ns" -o custom-columns=':.metadata.name,:.metadata.namespace,:.kind' | sed '/^ *$/d' | awk '{print " oc label " $3 " -n " $2 " " $1 " test-network-function.com/operator- "}' | bash || true
Expand Down

0 comments on commit 1e9c78e

Please sign in to comment.