diff options
author | Dan Radez <dradez@redhat.com> | 2016-08-10 09:53:51 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-08-10 09:53:51 -0400 |
commit | 97207a12fcc28b13c49674c098a7aba7532e9b87 (patch) | |
tree | 299542533bfaa13b6d5f75c63cc36d6847de6907 /ci | |
parent | 76ad2898211ec9788cd3f0a386a7c34e97dff2fb (diff) |
adding mock-detached to util commands
Change-Id: Ic2dedd5ded9dec3a549a2a2a30d46b748957ea3b
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/util.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |