insert the host into the locustfile.py 61/45961/1
authorranpollak <ran.pollak@amdocs.com>
Thu, 3 May 2018 19:02:50 +0000 (22:02 +0300)
committerranpollak <ran.pollak@amdocs.com>
Thu, 3 May 2018 19:02:50 +0000 (22:02 +0300)
Issue-ID: INT-300

Change-Id: Ieed7b055c1e19ab60d19f154b74d96999bad2f5f
Signed-off-by: ranpollak <ran.pollak@amdocs.com>
S3Ptools/locustfile.py

index 31d9a4f..5fe5b37 100644 (file)
@@ -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