testing: Update test conditions because signature schemes are now logged
RFC 7427 signature authentication is now used between strongSwan hosts by default, which causes the actual signature schemes to get logged.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
moon:: cat /var/log/daemon.log::parsed IKE_AUTH request.*N(AUTH_FOLLOWS)::YES
|
||||
moon:: cat /var/log/daemon.log::authentication of .*[email protected].* with RSA signature successful::YES
|
||||
carol::cat /var/log/daemon.log::authentication of .*moon.strongswan.org.* with RSA signature successful::YES
|
||||
moon:: cat /var/log/daemon.log::authentication of .*[email protected].* with RSA.* successful::YES
|
||||
carol::cat /var/log/daemon.log::authentication of .*moon.strongswan.org.* with RSA.* successful::YES
|
||||
carol::cat /var/log/daemon.log::server requested EAP_SIM authentication::YES
|
||||
moon:: cat /var/log/daemon.log::received EAP identity .*228060123456001::YES
|
||||
moon:: cat /var/log/daemon.log::authentication of .*[email protected].* with EAP successful::YES
|
||||
@@ -9,8 +9,8 @@ carol::ipsec status 2> /dev/null::home.*ESTABLISHED.*228060123456001@strongswan.
|
||||
carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_req=1::YES
|
||||
moon::tcpdump::IP carol.strongswan.org > moon.strongswan.org: ESP::YES
|
||||
moon::tcpdump::IP moon.strongswan.org > carol.strongswan.org: ESP::YES
|
||||
moon::cat /var/log/daemon.log::authentication of .*[email protected].* with RSA signature successful::YES
|
||||
dave::cat /var/log/daemon.log::authentication of .*moon.strongswan.org.* with RSA signature successful::YES
|
||||
moon::cat /var/log/daemon.log::authentication of .*[email protected].* with RSA.* successful::YES
|
||||
dave::cat /var/log/daemon.log::authentication of .*moon.strongswan.org.* with RSA.* successful::YES
|
||||
dave::cat /var/log/daemon.log::server requested EAP_SIM authentication::YES
|
||||
moon::cat /var/log/daemon.log::received EAP identity .*228060123456002::YES
|
||||
moon::cat /var/log/daemon.log::RADIUS authentication of '228060123456002' failed::YES
|
||||
|
||||
Reference in New Issue
Block a user