summaryrefslogtreecommitdiff
path: root/images_build/client/dign_client/bin/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'images_build/client/dign_client/bin/client.py')
-rw-r--r--images_build/client/dign_client/bin/client.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/images_build/client/dign_client/bin/client.py b/images_build/client/dign_client/bin/client.py
index 6fcfd4d..11c1cd8 100644
--- a/images_build/client/dign_client/bin/client.py
+++ b/images_build/client/dign_client/bin/client.py
@@ -1579,7 +1579,7 @@ class DiagnoseCasesRunner:
"name": "Shaping_NoRateLimit_HTTP",
"protocol_type": "http",
"test_function": ShapingCaseRunner.no_rate_limit_protocol_http,
- "request_content": "http://testing-no-rate-limit.badssl.selftest.gdnt-cloud.website/resources/64M",
+ "request_content": "http://testing-shaping-no-rate-limit.badssl.selftest.gdnt-cloud.website/resources/64M",
"conn_timeout": 12,
"max_recv_speed": None
},
@@ -1587,7 +1587,7 @@ class DiagnoseCasesRunner:
"name": "Shaping_NoRateLimit_HTTPS",
"protocol_type": "https",
"test_function": ShapingCaseRunner.no_rate_limit_protocol_https,
- "request_content": "https://testing-no-rate-limit.badssl.selftest.gdnt-cloud.website/resources/64M",
+ "request_content": "https://testing-shaping-no-rate-limit.badssl.selftest.gdnt-cloud.website/resources/64M",
"conn_timeout": 12,
"max_recv_speed": None
},
@@ -1595,7 +1595,7 @@ class DiagnoseCasesRunner:
"name": "Shaping_RateLimit0bps_HTTP",
"protocol_type": "http",
"test_function": ShapingCaseRunner.rate_limit_0bps_protocol_http,
- "request_content": "http://testing-rate-limit-0bps.badssl.selftest.gdnt-cloud.website/resources/64M",
+ "request_content": "http://testing-shaping-rate-limit-0bps.badssl.selftest.gdnt-cloud.website/resources/64M",
"conn_timeout": 12,
"max_recv_speed": 6553600
},
@@ -1603,7 +1603,7 @@ class DiagnoseCasesRunner:
"name": "Shaping_RateLimit0bps_HTTPS",
"protocol_type": "https",
"test_function": ShapingCaseRunner.rate_limit_0bps_protocol_https,
- "request_content": "https://testing-rate-limit-0bps.badssl.selftest.gdnt-cloud.website/resources/64M",
+ "request_content": "https://testing-shaping-rate-limit-0bps.badssl.selftest.gdnt-cloud.website/resources/64M",
"conn_timeout": 12,
"max_recv_speed": 6553600
},
@@ -1611,7 +1611,7 @@ class DiagnoseCasesRunner:
"name": "Shaping_RateLimit1000gbps_HTTP",
"protocol_type": "http",
"test_function": ShapingCaseRunner.rate_limit_1000gbps_protocol_http,
- "request_content": "http://testing-rate-limit-1000gbps.badssl.selftest.gdnt-cloud.website/resources/64M",
+ "request_content": "http://testing-shaping-rate-limit-1000gbps.badssl.selftest.gdnt-cloud.website/resources/64M",
"conn_timeout": 12,
"max_recv_speed": 6553600
},
@@ -1619,7 +1619,7 @@ class DiagnoseCasesRunner:
"name": "Shaping_RateLimit1000gbps_HTTPS",
"protocol_type": "https",
"test_function": ShapingCaseRunner.rate_limit_1000gbps_protocol_https,
- "request_content": "https://testing-rate-limit-1000gbps.badssl.selftest.gdnt-cloud.website/resources/64M",
+ "request_content": "https://testing-shaping-rate-limit-1000gbps.badssl.selftest.gdnt-cloud.website/resources/64M",
"conn_timeout": 12,
"max_recv_speed": 6553600
}