From 2b4e5507839b915ad7ff3ba7a076a49909e74c09 Mon Sep 17 00:00:00 2001 From: ranpollak Date: Thu, 3 May 2018 22:02:50 +0300 Subject: insert the host into the locustfile.py Issue-ID: INT-300 Change-Id: Ieed7b055c1e19ab60d19f154b74d96999bad2f5f Signed-off-by: ranpollak --- S3Ptools/locustfile.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg