Changes exit status for heat_network unit test
If the test fails, it should exit the script not the cluster. Just reporting this error and gracefully exiting the script should be sufficient. My reasons for this are: * The tests are not completely reliable to say if the cluster is broken for sure. * The tests are not meant to fix the issues with the cluster, it could be a packaging issue or bug in the product. Our aim is not to catch them. * If there is a problem with heat, the other servies are still running fine. And the cluster is still usable. Change-Id: I246bd3144189eba69a64ad545e6fe123e310595e
This commit is contained in:
parent
2fe7df2835
commit
e05cafe19b
@ -68,7 +68,9 @@ until node_ssh controller-mgmt "$AUTH; heat stack-list" 2>/dev/null | grep "CREA
|
||||
echo
|
||||
node_ssh controller-mgmt "$AUTH; heat stack-list"
|
||||
echo "Heat stack creation failed. Exiting."
|
||||
exit 1
|
||||
echo "[Warning]: Please debug heat services on the
|
||||
controller and network node. Heat may not work."
|
||||
exit 0
|
||||
else
|
||||
sleep 1
|
||||
echo -n "."
|
||||
|
Loading…
x
Reference in New Issue
Block a user