Skip to content

Commit

Permalink
adapt integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiSubira committed Mar 5, 2024
1 parent 34ed97e commit 2082878
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions acceptance/router_benchmark/conf/topology.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
],
"isd_as": "1-ff00:0:1",
"mtu": 1400,
"endhost_port_range": "1024-65535",
"border_routers": {
"br1a": {
"internal_addr": "10.123.10.1:30042",
Expand Down
6 changes: 5 additions & 1 deletion dist/conffiles/dispatcher.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[dispatcher]
id = "dispatcher"
socket_file_mode = "0777"

[log.console]
level = "info"

# If infra SVCs need to run with old br
# [dispatcher.service_addresses]
# "1-ff00:0:110,CS" = "172.20.0.20:30252"
# "1-ff00:0:110,DS" = "172.20.0.20:30252"

# Optionally expose metrics and other local inspection endpoints.
# [metrics]
# prometheus = "[127.0.0.1]:30441"
1 change: 0 additions & 1 deletion dist/conffiles/sciond.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[general]
id = "sd"
config_dir = "/etc/scion"
reconnect_to_dispatcher = true

[path_db]
connection = "/var/lib/scion/sd.path.db"
Expand Down
1 change: 0 additions & 1 deletion dist/systemd/scion-dispatcher.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ StartLimitInterval=1s
Type=simple
User=scion
Group=scion
ExecStartPre=/bin/rm -rf /run/shm/dispatcher/
ExecStart=/usr/bin/scion-dispatcher --config /etc/scion/dispatcher.toml
LimitNOFILE=4096
Restart=on-failure
Expand Down
1 change: 1 addition & 0 deletions dist/test/deb_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ INNER_EOF
{
"isd_as": "1-ff00:0:a",
"mtu": 1472,
"endhost_port_range": "1024-65535",
"border_routers": {
"br-1": {
"internal_addr": "127.0.0.1:30001"
Expand Down

0 comments on commit 2082878

Please sign in to comment.