2
0

test_channel_create.sh 303 B

123456789101112
  1. #!/bin/bash
  2. # Importing useful functions for cc testing
  3. if [ -f ./func.sh ]; then
  4. source ./func.sh
  5. elif [ -f scripts/func.sh ]; then
  6. source scripts/func.sh
  7. fi
  8. ## Create channel
  9. echo_b "Creating channel ${APP_CHANNEL} with ${APP_CHANNEL_TX}..."
  10. channelCreate "${APP_CHANNEL}" "${APP_CHANNEL_TX}" 1 0