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:
Tobias Brunner 2015-11-05 15:05:44 +01:00
parent 1091b3a636
commit bde9fb6fa1

View File

@ -3,13 +3,10 @@
charon {
plugins {
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
integrity_test = yes
crypto_test {
on_add = yes
}
}