diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-05-03 20:08:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-03 20:08:12 +0000 |
commit | c41cad9bcb624f8ea42f63e917d6155e7db18129 (patch) | |
tree | 218324bb55513389e4dd7c54fb8198c8b6515722 | |
parent | 6b8e4ffdf8934889b657970aa5884fe0218366b4 (diff) | |
parent | 2b4e5507839b915ad7ff3ba7a076a49909e74c09 (diff) |
Merge "insert the host into the 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 |