X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fbuscontroller.git;a=blobdiff_plain;f=dbc-client%2Fmisc%2Fdbc-client;h=461a069a9c363ffc13622c74822ce0a03168ff1a;hp=d1de3e16f2e294b050d8b57848c637553bc72c2e;hb=71d3d0925874247de5e657821638b1c08360f571;hpb=20221353bdb213a1f143a132d819d4e0810e3794 diff --git a/dbc-client/misc/dbc-client b/dbc-client/misc/dbc-client index d1de3e1..461a069 100644 --- a/dbc-client/misc/dbc-client +++ b/dbc-client/misc/dbc-client @@ -44,9 +44,6 @@ AUTH_METHOD=${AUTH_METHOD:-basicAuth} BA_IDENTITY=${BA_IDENTITY:-dmaap-bc@dmaap-bc.onap.org} BA_PWD=${BA_PWD:-'demo123456!'} - - - config() { echo "ENTER config" set -x @@ -113,6 +110,7 @@ init() { done set +x } + dopost() { set -x RETRY_TIME=60 @@ -136,6 +134,7 @@ dopost() { set +x } + doprov() { set -x @@ -155,6 +154,7 @@ doprov() { done set +x } + delay() { echo "DELAY=$DELAY" if [ ! -z "$DELAY" ]