From: Dan Radez Date: Wed, 10 Aug 2016 13:53:51 +0000 (-0400) Subject: adding mock-detached to util commands X-Git-Tag: colorado.1.0~90^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=97207a12fcc28b13c49674c098a7aba7532e9b87;p=apex.git adding mock-detached to util commands Change-Id: Ic2dedd5ded9dec3a549a2a2a30d46b748957ea3b Signed-off-by: Dan Radez --- diff --git a/ci/util.sh b/ci/util.sh index f48dcd74..6681ff56 100755 --- a/ci/util.sh +++ b/ci/util.sh @@ -5,7 +5,7 @@ CONFIG=${CONFIG:-'/var/opt/opnfv'} RESOURCES=${RESOURCES:-"$CONFIG/images"} LIB=${LIB:-"$CONFIG/lib"} -VALID_CMDS="undercloud overcloud opendaylight debug-stack -h --help" +VALID_CMDS="undercloud overcloud opendaylight debug-stack mock-detached -h --help" source $LIB/utility-functions.sh