testing: Migrate ikev2-stroke-bye scenarios to vici

This commit is contained in:
Andreas Steffen
2021-06-22 10:23:06 +02:00
parent 706c58b291
commit eba2622587
931 changed files with 5934 additions and 5925 deletions
@@ -0,0 +1,39 @@
connections {
trap-any {
remote_addrs = %any
local {
auth = psk
}
remote {
auth = psk
}
children {
trap-any {
mode = transport
start_action = trap
}
}
}
# to access the host via SSH in the test environment
pass {
remote_addrs = 127.0.0.1
children {
pass-ssh {
local_ts = 0.0.0.0/0[tcp/22]
remote_ts = 0.0.0.0/0[tcp]
mode = pass
start_action = trap
}
}
}
}
secrets {
ike {
secret = 0sv+NkxY9LLZvwj4qCC2o/gGrWDF2d21jL
}
}