locust-cloud 1.21.7.dev2__py3-none-any.whl → 1.21.8.dev3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- locust_cloud/apisession.py +1 -1
- locust_cloud/cloud.py +1 -1
- locust_cloud/docs/1-first-run.rst +1 -1
- locust_cloud/web_login.py +1 -1
- {locust_cloud-1.21.7.dev2.dist-info → locust_cloud-1.21.8.dev3.dist-info}/METADATA +1 -1
- {locust_cloud-1.21.7.dev2.dist-info → locust_cloud-1.21.8.dev3.dist-info}/RECORD +9 -9
- {locust_cloud-1.21.7.dev2.dist-info → locust_cloud-1.21.8.dev3.dist-info}/WHEEL +0 -0
- {locust_cloud-1.21.7.dev2.dist-info → locust_cloud-1.21.8.dev3.dist-info}/entry_points.txt +0 -0
- {locust_cloud-1.21.7.dev2.dist-info → locust_cloud-1.21.8.dev3.dist-info}/licenses/LICENSE +0 -0
locust_cloud/apisession.py
CHANGED
@@ -8,7 +8,7 @@ from locust_cloud.common import VALID_REGIONS, __version__, get_api_url, read_cl
|
|
8
8
|
|
9
9
|
logger = logging.getLogger(__name__)
|
10
10
|
|
11
|
-
unauthorized_message = "You need to log in again. Please run:\n locust --
|
11
|
+
unauthorized_message = "You need to log in again. Please run:\n locust --login"
|
12
12
|
|
13
13
|
|
14
14
|
class ApiSession(requests.Session):
|
locust_cloud/cloud.py
CHANGED
@@ -122,7 +122,7 @@ def main():
|
|
122
122
|
logger.error(f"Failed to deploy the load generators: {e}")
|
123
123
|
return 1
|
124
124
|
else:
|
125
|
-
logger.error("Your Locust instance is still running, run locust --
|
125
|
+
logger.error("Your Locust instance is still running, run locust --delete")
|
126
126
|
return 1
|
127
127
|
|
128
128
|
if response.status_code != 200:
|
locust_cloud/web_login.py
CHANGED
@@ -62,7 +62,7 @@ If the browser does not open or you wish to use a different device to authorize
|
|
62
62
|
print(f"\nFailed to authorize CLI: {data['reason']}")
|
63
63
|
sys.exit(1)
|
64
64
|
elif data["state"] == "authorized":
|
65
|
-
print("\nAuthorization succeded. Now you can
|
65
|
+
print("\nAuthorization succeded. Now you can start a cloud run using: locust --cloud ...")
|
66
66
|
break
|
67
67
|
else:
|
68
68
|
print("\nGot unexpected response when authorizing CLI")
|
@@ -1,19 +1,19 @@
|
|
1
1
|
locust_cloud/__init__.py,sha256=6z2hE5rUP9WJyYgr-7XC2GhIV-05m8XxjOsnb8ae1WY,56
|
2
2
|
locust_cloud/actions.py,sha256=lMxKZCwfcsbYf9t5ti20QP60gKt8HHwyz8yjYm0H-a8,762
|
3
|
-
locust_cloud/apisession.py,sha256=
|
3
|
+
locust_cloud/apisession.py,sha256=JkXiGEtJCBxOW11P0KGr0AUc_AmfqAlO5SijC0zf85w,4368
|
4
4
|
locust_cloud/args.py,sha256=KqVOQ8IJE4XR31ulsq0sPkS77yWeZc_Gc1Vm_NLJPPw,10668
|
5
|
-
locust_cloud/cloud.py,sha256=
|
5
|
+
locust_cloud/cloud.py,sha256=Djj2NJ0ZahPdY4LR4uhtYfWE6PrlcqGJP-wQfofvNr4,5686
|
6
6
|
locust_cloud/common.py,sha256=GVKkWcbbqd9n8oU-fHZRVZw3jGtuIVGSCLD2ZizeEo0,1160
|
7
7
|
locust_cloud/input_events.py,sha256=MyxccgboHByICuK6VpQCCJhZQqTZAacNmkSpw-gxBEw,3420
|
8
|
-
locust_cloud/web_login.py,sha256=
|
8
|
+
locust_cloud/web_login.py,sha256=2RC2NHczVdlz2bzmcPDDOR5UbL5ymBK2DUeo_5V6gY0,2553
|
9
9
|
locust_cloud/websocket.py,sha256=9Q7nTFuAwVhgW74DlJNcHTZXOQ1drsXi8hX9ciZhWlQ,8998
|
10
10
|
locust_cloud/docs/.gitignore,sha256=ghNPcjYkjQXNS_eVmu2hQFhq6FIUliAD1O2CJhulS2o,10
|
11
|
-
locust_cloud/docs/1-first-run.rst,sha256=
|
11
|
+
locust_cloud/docs/1-first-run.rst,sha256=4CyEoreZfbuon30bRocx7mmKWEso-pVQeWqPiRWr3Dk,1630
|
12
12
|
locust_cloud/docs/2-examples.rst,sha256=p3xKYUskgxY6c219Xm_i8iDq_38qyUxmcOSeM9YJqZQ,9715
|
13
13
|
locust_cloud/docs/locust-cloud.rst,sha256=q0WSBOJI0LR3zxuaE9Lor0_bzv4AOKr3aCz9VC6sIzs,137
|
14
14
|
locust_cloud/docs/images/locust-cloud-screenshot.png,sha256=ag0IxBi-40VexC84MApol1GCgRCL2h-l8NQDTMaeTyE,477350
|
15
|
-
locust_cloud-1.21.
|
16
|
-
locust_cloud-1.21.
|
17
|
-
locust_cloud-1.21.
|
18
|
-
locust_cloud-1.21.
|
19
|
-
locust_cloud-1.21.
|
15
|
+
locust_cloud-1.21.8.dev3.dist-info/METADATA,sha256=EGCpeEJBA4KQxJHzj58rBHlGjrMSLfNPpAnKFa3hIbk,788
|
16
|
+
locust_cloud-1.21.8.dev3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
17
|
+
locust_cloud-1.21.8.dev3.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
|
18
|
+
locust_cloud-1.21.8.dev3.dist-info/licenses/LICENSE,sha256=Ow6fY6ta4KIjdlWalmxGvRP8yLmetvkbkl-SdHMjPIs,1093
|
19
|
+
locust_cloud-1.21.8.dev3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|