Merge pull request #276 from gnuoy/remove-node1

Remove node1
This commit is contained in:
Frode Nordahl
2020-05-16 10:33:35 +02:00
committed by GitHub
@@ -26,5 +26,8 @@ class PacemakerRemoteTest(unittest.TestCase):
def test_check_nodes_online(self):
"""Test that all nodes are online."""
zaza.openstack.configure.hacluster.remove_node(
'api',
'node1')
self.assertTrue(
zaza.openstack.configure.hacluster.check_all_nodes_online('api'))