Skip to content

Commit

Permalink
Adding system test
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Nov 19, 2019
1 parent 351d738 commit f91ca8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libbeat/tests/system/test_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ def get_beat_state(self):
url = "http://localhost:5066/state"
return requests.get(url).json()

<<<<<<< HEAD
=======

>>>>>>> Adding system test
def random_string(self, size):
char_pool = string.ascii_letters + string.digits
return ''.join(random.choice(char_pool) for i in range(size))

0 comments on commit f91ca8a

Please sign in to comment.