Skip to content

Instantly share code, notes, and snippets.

@cgoncalves
Created March 8, 2019 23:41
Show Gist options
  • Save cgoncalves/db1807bfd452de0a09262062c1888b02 to your computer and use it in GitHub Desktop.
Save cgoncalves/db1807bfd452de0a09262062c1888b02 to your computer and use it in GitHub Desktop.
def test_listener_lots(self):
port = 1
for i in range(1, 200):
port = port + 1
listener = self.create_listener(
constants.PROTOCOL_HTTP, port, self.lb_id).get('listener')
self.set_lb_status(self.lb_id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment