From bde9fb6fa17e57215c66e362f3a48d85a7d858be Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 5 Nov 2015 15:05:44 +0100 Subject: [PATCH] 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. --- testing/tests/sql/rw-cert/hosts/moon/etc/strongswan.conf | 5 +---- 1 file changed, 1 insertion(+), 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 - } }