aboutsummaryrefslogtreecommitdiffstats
path: root/dbc-client/misc/dbc-client
diff options
context:
space:
mode:
Diffstat (limited to 'dbc-client/misc/dbc-client')
-rw-r--r--dbc-client/misc/dbc-client6
1 files changed, 3 insertions, 3 deletions
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" ]