Skip to content

Commit e3a5420

Browse files
committed
update marker/probe bridge ports
1 parent 0ffbb36 commit e3a5420

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

e2e/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ services:
1919
container_name: spp-platform
2020
hostname: spp-platform
2121
ports:
22-
- "5450:5450"
23-
- "5455:5455"
2422
- "11800:11800"
2523
- "11801:11801" #todo: shouldn't be necessary
2624
- "12800:12800"

e2e/spp-probe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spp:
22
platform_host: "spp-platform"
3-
platform_port: 5450
3+
platform_port: 12800
44
quiet_mode: false
55
verify_host: false
66
platform_certificate: |

sourceplusplus/SourcePlusPlus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self, args: dict = None):
5151
"SPP_PLATFORM_HOST", probe_config["spp"].get("platform_host"), "localhost"
5252
)
5353
probe_config["spp"]["platform_port"] = self.get_config_value(
54-
"SPP_PLATFORM_PORT", probe_config["spp"].get("platform_port"), 5450
54+
"SPP_PLATFORM_PORT", probe_config["spp"].get("platform_port"), 12800
5555
)
5656
probe_config["spp"]["verify_host"] = str(self.get_config_value(
5757
"SPP_TLS_VERIFY_HOST", probe_config["spp"].get("verify_host"), True

0 commit comments

Comments
 (0)