summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-08-11 13:08:36 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-11 13:08:36 +0000
commit1900c3825ef9163b721cda7c117c18a42aa84fb9 (patch)
treef5726417e2172fc9ca363dea63fbb770a3031e10 /ci
parentbdf5e90f537ded151d2a324798259bda88251842 (diff)
parent97207a12fcc28b13c49674c098a7aba7532e9b87 (diff)
Merge "adding mock-detached to util commands"
Diffstat (limited to 'ci')
-rwxr-xr-xci/util.sh2
1 files changed, 1 insertions, 1 deletions
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