Skip to content

Commit cb54625

Browse files
Mika Lackmaniler
authored andcommitted
Added extra check for checking that server is indeed in started state, before stopping. One test failed stating that the server was in maintenance state, before stop was called
1 parent c4507b1 commit cb54625

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_integration/test_integration_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ def test_infra_ops():
110110

111111

112112
test_server = CLUSTER['web1']
113+
114+
test_server.populate()
115+
test_server._wait_for_state_change(['started'])
113116
test_server.stop()
114117
test_server._wait_for_state_change(['stopped'])
115118

0 commit comments

Comments
 (0)