Skip to content

Commit

Permalink
Test - not to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok committed Aug 2, 2022
1 parent bf20b7c commit d4e6d79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e-tests.sh
Expand Up @@ -27,6 +27,9 @@ if [ "${EVENTING_KAFKA_BROKER_CHANNEL_AUTH_SCENARIO:-""}" != "" ]; then
success
fi

# Test to see what happens
export BROKER_CLASS="KafkaNamespaced"

if [[ -z "${BROKER_CLASS}" ]]; then
fail_test "Broker class is not defined. Specify it with 'BROKER_CLASS' env var."
else
Expand Down
4 changes: 4 additions & 0 deletions test/reconciler-tests.sh
Expand Up @@ -27,6 +27,10 @@ if [ "${EVENTING_KAFKA_BROKER_CHANNEL_AUTH_SCENARIO:-""}" != "" ]; then
success
fi

# Test to see what happens
export BROKER_CLASS="KafkaNamespaced"


if [[ -z "${BROKER_CLASS}" ]]; then
fail_test "Broker class is not defined. Specify it with 'BROKER_CLASS' env var."
else
Expand Down

0 comments on commit d4e6d79

Please sign in to comment.