Skip to content

Commit

Permalink
Fixes skupperproject#1222: wait for test server to exit before sendin…
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti authored Sep 20, 2023
1 parent 1c2f6f4 commit 18ec4f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/system_tests_http1_adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,9 @@ def test_02_bad_AMQP_request_message(self):
# ts.wait()
# self.assertEqual(1, ts.rejected);

# wait for the test server to close
wait_http_listeners_down(self.INT_A.listener, l_filter={'name': 'L_testServer'})

# verify router is still sane:
http1_ping(self.http_server_port, self.http_listener_port)

Expand Down

0 comments on commit 18ec4f2

Please sign in to comment.