commit | 2b4e5507839b915ad7ff3ba7a076a49909e74c09 | [log] [tgz] |
---|---|---|
author | ranpollak <ran.pollak@amdocs.com> | Thu May 03 22:02:50 2018 +0300 |
committer | ranpollak <ran.pollak@amdocs.com> | Thu May 03 22:02:50 2018 +0300 |
tree | 7ebe7c3ef55e2fafc4b8ad0d12c7d234460e50aa | |
parent | 4f8447a10386657ff83118908de686777f5ff061 [diff] [blame] |
insert the host into the locustfile.py Issue-ID: INT-300 Change-Id: Ieed7b055c1e19ab60d19f154b74d96999bad2f5f Signed-off-by: ranpollak <ran.pollak@amdocs.com>
diff --git a/S3Ptools/locustfile.py b/S3Ptools/locustfile.py index 31d9a4f..5fe5b37 100644 --- a/S3Ptools/locustfile.py +++ b/S3Ptools/locustfile.py
@@ -23,5 +23,6 @@ class WebsiteUser(HttpLocust): task_set = UserBehavior + host = "http://10.0.5.1:8080" min_wait = 5000 max_wait = 9000