tripleo-ha-utils/tools/ha-test-suite/test/test_processes-after-cluster-stop
Raoul Scarazzini 689492d922 Remove trailing spaces everywhere
This commit removes any trailing spaces at the end of the lines that was
still present after recent cleanups.

Change-Id: I4e6b2e7106a380cc34571ff35b5e727c476996a8
2017-08-04 10:10:16 -04:00

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