diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-11-05 15:05:44 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-11-09 15:18:36 +0100 |
commit | bde9fb6fa17e57215c66e362f3a48d85a7d858be (patch) | |
tree | 7c0e30ba2af66603f69db7a9b67781057bfd87d3 | |
parent | 1091b3a636866a3ea5c323623edeb245a4dee737 (diff) | |
download | strongswan-bde9fb6fa17e57215c66e362f3a48d85a7d858be.tar.bz2 strongswan-bde9fb6fa17e57215c66e362f3a48d85a7d858be.tar.xz |
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.
-rw-r--r-- | testing/tests/sql/rw-cert/hosts/moon/etc/strongswan.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/testing/tests/sql/rw-cert/hosts/moon/etc/strongswan.conf b/testing/tests/sql/rw-cert/hosts/moon/etc/strongswan.conf index 7e8023fcc..c02563c74 100644 --- a/testing/tests/sql/rw-cert/hosts/moon/etc/strongswan.conf +++ b/testing/tests/sql/rw-cert/hosts/moon/etc/strongswan.conf @@ -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 - } } |