diff options
author | ranpollak <ran.pollak@amdocs.com> | 2018-05-03 22:02:50 +0300 |
---|---|---|
committer | ranpollak <ran.pollak@amdocs.com> | 2018-05-03 22:02:50 +0300 |
commit | 2b4e5507839b915ad7ff3ba7a076a49909e74c09 (patch) | |
tree | 7ebe7c3ef55e2fafc4b8ad0d12c7d234460e50aa /S3Ptools/locustfile.py | |
parent | 4f8447a10386657ff83118908de686777f5ff061 (diff) |
insert the host into the locustfile.py
Issue-ID: INT-300
Change-Id: Ieed7b055c1e19ab60d19f154b74d96999bad2f5f
Signed-off-by: ranpollak <ran.pollak@amdocs.com>
Diffstat (limited to 'S3Ptools/locustfile.py')
-rw-r--r-- | S3Ptools/locustfile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/S3Ptools/locustfile.py b/S3Ptools/locustfile.py index 31d9a4f4f..5fe5b3786 100644 --- a/S3Ptools/locustfile.py +++ b/S3Ptools/locustfile.py @@ -23,5 +23,6 @@ class UserBehavior(TaskSet): class WebsiteUser(HttpLocust): task_set = UserBehavior + host = "http://10.0.5.1:8080" min_wait = 5000 max_wait = 9000 |