From 85f9d306832964f6d6412392f335e1fa3f3efd8b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 2 Apr 2012 15:36:34 +0200 Subject: Add tests for enable-in and disable-in --- tests/files/system-modules/two | 4 +++- tests/files/system-pkcs11.conf | 3 +++ tests/files/user-modules/three | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 tests/files/system-pkcs11.conf (limited to 'tests/files') diff --git a/tests/files/system-modules/two b/tests/files/system-modules/two index 0bfa3ca..f391757 100644 --- a/tests/files/system-modules/two +++ b/tests/files/system-modules/two @@ -1,3 +1,5 @@ module: mock-two.so -setting: system2 \ No newline at end of file +setting: system2 + +disable-in: test-disable, test-other \ No newline at end of file diff --git a/tests/files/system-pkcs11.conf b/tests/files/system-pkcs11.conf new file mode 100644 index 0000000..20741e7 --- /dev/null +++ b/tests/files/system-pkcs11.conf @@ -0,0 +1,3 @@ + +# Merge in user config +user-config: merge \ No newline at end of file diff --git a/tests/files/user-modules/three b/tests/files/user-modules/three index 70c5e03..00caab5 100644 --- a/tests/files/user-modules/three +++ b/tests/files/user-modules/three @@ -1,3 +1,5 @@ module: mock-three.so -setting: user3 \ No newline at end of file +setting: user3 + +enable-in: test-enable \ No newline at end of file -- cgit v1.1