From b8960f62f89f57c544857051ca4d8541c0327caf Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Tue, 12 Nov 2019 11:33:16 +0100 Subject: [PATCH] Enable debug mode for services in scenario000 and scenario001 We have it enabled in 002 and 003 but not in these two. Change-Id: I22061b08c19b527f3deb9ce04d1d55bd0d0e843c --- tests/scenario000.sh | 1 + tests/scenario001.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/scenario000.sh b/tests/scenario000.sh index 28ad65523..b19f71afc 100755 --- a/tests/scenario000.sh +++ b/tests/scenario000.sh @@ -6,5 +6,6 @@ fi $SUDO packstack ${ADDITIONAL_ARGS} \ --allinone \ --debug \ + --os-debug-mode=y \ --service-workers=2 \ --default-password="packstack" || export FAILURE=true diff --git a/tests/scenario001.sh b/tests/scenario001.sh index 4f6342006..e306f424b 100755 --- a/tests/scenario001.sh +++ b/tests/scenario001.sh @@ -27,6 +27,7 @@ $SUDO packstack ${ADDITIONAL_ARGS} \ ${NODE_FLAGS} \ --cinder-volume-name="aVolume" \ --debug \ + --os-debug-mode=y \ --service-workers=2 \ --default-password="packstack" \ --os-aodh-install=n \