
This commit removes any trailing spaces at the end of the lines that was still present after recent cleanups. Change-Id: I4e6b2e7106a380cc34571ff35b5e727c476996a8
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
# Test: Check active processes after cluster stop
|
|
|
|
echo "$(date) * Step 1: checking actual process status"
|
|
check_resources_process_status
|
|
|
|
echo "$(date) * Step 2: stopping cluster"
|
|
sudo pcs cluster stop --all
|
|
|
|
echo "$(date) * Step 3: checking actual process status"
|
|
check_resources_process_status
|