From: ranpollak Date: Thu, 3 May 2018 19:02:50 +0000 (+0300) Subject: insert the host into the locustfile.py X-Git-Tag: sniroemulator-1.0.0~102^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2b4e5507839b915ad7ff3ba7a076a49909e74c09;p=integration.git insert the host into the locustfile.py Issue-ID: INT-300 Change-Id: Ieed7b055c1e19ab60d19f154b74d96999bad2f5f Signed-off-by: ranpollak --- 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