mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-06 00:00:10 -05:00
testing: Don't run redundant crypto tests in sql/rw-cert scenario
They run in all other rw-cert scenarios but in the SQL version there is no change in the loaded crypto plugins.
This commit is contained in:
parent
1091b3a636
commit
bde9fb6fa1
@ -3,13 +3,10 @@
|
|||||||
charon {
|
charon {
|
||||||
plugins {
|
plugins {
|
||||||
sql {
|
sql {
|
||||||
database = sqlite:///etc/ipsec.d/ipsec.db
|
database = sqlite:///etc/ipsec.d/ipsec.db
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
load = test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 curl revocation hmac stroke kernel-netlink socket-default updown sqlite sql
|
load = test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 curl revocation hmac stroke kernel-netlink socket-default updown sqlite sql
|
||||||
|
|
||||||
integrity_test = yes
|
integrity_test = yes
|
||||||
crypto_test {
|
|
||||||
on_add = yes
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user