diff options
Diffstat (limited to 'tests/test_data')
-rw-r--r-- | tests/test_data/etc/sos/extras.d/sos_testing.conf | 4 | ||||
-rw-r--r-- | tests/test_data/etc/sudo-ldap.conf | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/test_data/etc/sos/extras.d/sos_testing.conf b/tests/test_data/etc/sos/extras.d/sos_testing.conf new file mode 100644 index 00000000..40651f4d --- /dev/null +++ b/tests/test_data/etc/sos/extras.d/sos_testing.conf @@ -0,0 +1,4 @@ +# this is a fake sos_extras config file +# +echo sos test +:/etc/fstab diff --git a/tests/test_data/etc/sudo-ldap.conf b/tests/test_data/etc/sudo-ldap.conf new file mode 100644 index 00000000..76300658 --- /dev/null +++ b/tests/test_data/etc/sudo-ldap.conf @@ -0,0 +1,6 @@ +# This is a fake sudo-ldap.conf +# +# Nothing important is here +uri ldaps://ldap.example.com +binddn cn=sudo,dc=example,dc=com +bindpw sostestpassword |