blob: 4fbc434f58a5f6e2f1e2ed3211831c6023d4e2b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# The fl2000dc environment is provisioned with the --plaintext-secrets option
# running the ecnrypted secrets tests on it and expecting them to fail.
# verifies that:
# * --plaintext-secrets option correctly provisions a domain
# * the dsdb operational module correctly handles unencrypted secrets
# * secrets are not stored as encrypted text when this option is specified
^samba.tests.encrypted_secrets.samba.tests.encrypted_secrets.EncryptedSecretsTests.test_encrypted_secrets\(fl2000dc:local\)
^samba.tests.encrypted_secrets.samba.tests.encrypted_secrets.EncryptedSecretsTests.test_required_features\(fl2000dc:local\)
# Tests that will pass as the remaining patches in the set are added
^samba.tests.encrypted_secrets.samba.tests.encrypted_secrets.EncryptedSecretsTests.test_encrypted_secrets
^samba.tests.encrypted_secrets.samba.tests.encrypted_secrets.EncryptedSecretsTests.test_required_features
|