help_pages.tests.test_commandsΒΆ
Test cases for help_pages commands module.
ClassesΒΆ
Test cases for KeyGenCommandBuilder. |
|
Test cases for CmpSharedSecretCommandBuilder. |
|
Test cases for EstUsernamePasswordCommandBuilder. |
|
Test cases for CmpClientCertificateCommandBuilder. |
|
Test cases for EstClientCertificateCommandBuilder. |
Module ContentsΒΆ
- class help_pages.tests.test_commands.KeyGenCommandBuilderTests(methodName='runTest')[source]ΒΆ
Bases:
django.test.SimpleTestCaseTest cases for KeyGenCommandBuilder.
- test_get_key_gen_command_rsa_custom_filename()[source]ΒΆ
Test RSA key generation command with custom filename.
- Return type:
None
Bases:
django.test.SimpleTestCaseTest cases for CmpSharedSecretCommandBuilder.
Test domain credential profile command.
- Return type:
None
Test dynamic certificate profile command.
- Return type:
None
Test dynamic certificate profile command without SANs.
- Return type:
None
- class help_pages.tests.test_commands.EstUsernamePasswordCommandBuilderTests(methodName='runTest')[source]ΒΆ
Bases:
django.test.SimpleTestCaseTest cases for EstUsernamePasswordCommandBuilder.
- test_get_dynamic_cert_profile_command()[source]ΒΆ
Test dynamic certificate profile command.
- Return type:
None
- class help_pages.tests.test_commands.CmpClientCertificateCommandBuilderTests(methodName='runTest')[source]ΒΆ
Bases:
django.test.SimpleTestCaseTest cases for CmpClientCertificateCommandBuilder.
- class help_pages.tests.test_commands.EstClientCertificateCommandBuilderTests(methodName='runTest')[source]ΒΆ
Bases:
django.test.SimpleTestCaseTest cases for EstClientCertificateCommandBuilder.
- test_get_domain_credential_profile_command()[source]ΒΆ
Test domain credential profile command.
- Return type:
None