Lines Matching defs:server
44 def server(evt, buf, serv):
191 # Test server thread using the specified SMTP server class
206 # set client_evt, and it's then ok to kill the server
229 # test server times out, causing the test to fail.
253 # Keep a note of what server host and port were assigned
259 # wait until server thread has assigned a port number
267 # wait for the server thread to terminate
789 self.thread = threading.Thread(target=server, args=servargs)
819 # Simulated SMTP channel & server
1030 # Test various SMTP & ESMTP commands/behaviors that require a simulated server
1048 # wait until server thread has assigned a port number
1056 # wait for the server thread to terminate
1076 # features expected from the test server
1327 # class because it needs a "regular" SMTP server to work
1358 # The base SMTP server turns these on automatically, but our test
1359 # server is set up to munge the EHLO response, so we need to provide
1401 # wait until server thread has assigned a port number
1409 # wait for the server thread to terminate
1529 # wait until server thread has assigned a port number
1537 # wait for the server thread to terminate