Skip to content

Commit

Permalink
Merge pull request #225 from dosaboy/hide-sensitive-data
Browse files Browse the repository at this point in the history
Add --debug flag
  • Loading branch information
dosaboy authored Sep 5, 2024
2 parents eb3376e + d3760ac commit 8040f59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openstack/tools/charmed_openstack_functest_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ EOF
while (($# > 0))
do
case "$1" in
--debug)
set -x
;;
--func-test-target)
FUNC_TEST_TARGET=$2
shift
Expand Down Expand Up @@ -73,8 +76,6 @@ do
shift
done

set -x

source ~/novarc
export {,TEST_}CIDR_EXT=`openstack subnet show subnet_${OS_USERNAME}-psd-extra -c cidr -f value`
FIP_MAX=$(ipcalc $CIDR_EXT| awk '$1=="HostMax:" {print $2}')
Expand Down

0 comments on commit 8040f59

Please sign in to comment.