Temporarily revert to vid 3.2.0
[integration.git] / 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