Skip to content

Commit 8581b6b

Browse files
Kamal Sai DevarapalliKamal Sai Devarapalli
authored andcommitted
Update scripts: fix endpoint URLs and service names
- Update load_test_all_services.py endpoints - Update dry_run_tests.py endpoints and service name (booking → taskprocessing)
1 parent 95b72c3 commit 8581b6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/dry_run_tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"url": "http://localhost:5001",
1515
"port": 5001,
1616
"health_endpoint": "/health",
17-
"test_endpoint": "/api/v1/airliner/registerUser"
17+
"test_endpoint": "/api/v1/eventstreammonitor/users/register"
1818
},
19-
"booking": {
19+
"taskprocessing": {
2020
"url": "http://localhost:5002",
2121
"port": 5002,
2222
"health_endpoint": "/health",
23-
"test_endpoint": "/api/v1/airliner/bookings"
23+
"test_endpoint": "/api/v1/eventstreammonitor/tasks"
2424
},
2525
"notification": {
2626
"url": "http://localhost:5003",

scripts/load_test_all_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"usermanagement": {
1818
"url": "http://localhost:5001",
1919
"endpoints": {
20-
"list": "/api/v1/airliner/getUser/1000", # GET endpoint
20+
"list": "/api/v1/eventstreammonitor/users/1000", # GET endpoint
2121
"health": "/health"
2222
},
2323
"headers": {

0 commit comments

Comments
 (0)