testing: Migrate ikev2-stroke-bye scenarios to vici
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user