help_pages.tests.test_commandsΒΆ

Test cases for help_pages commands module.

ClassesΒΆ

KeyGenCommandBuilderTests

Test cases for KeyGenCommandBuilder.

CmpSharedSecretCommandBuilderTests

Test cases for CmpSharedSecretCommandBuilder.

EstUsernamePasswordCommandBuilderTests

Test cases for EstUsernamePasswordCommandBuilder.

CmpClientCertificateCommandBuilderTests

Test cases for CmpClientCertificateCommandBuilder.

EstClientCertificateCommandBuilderTests

Test cases for EstClientCertificateCommandBuilder.

Module ContentsΒΆ

class help_pages.tests.test_commands.KeyGenCommandBuilderTests(methodName='runTest')[source]ΒΆ

Bases: django.test.SimpleTestCase

Test cases for KeyGenCommandBuilder.

test_get_key_gen_command_rsa()[source]ΒΆ

Test RSA key generation command.

Return type:

None

test_get_key_gen_command_rsa_custom_filename()[source]ΒΆ

Test RSA key generation command with custom filename.

Return type:

None

test_get_key_gen_command_ecc()[source]ΒΆ

Test ECC key generation command.

Return type:

None

test_get_key_gen_command_ecc_custom_filename()[source]ΒΆ

Test ECC key generation command with custom filename.

Return type:

None

test_get_key_gen_command_ecc_secp384()[source]ΒΆ

Test ECC key generation command with secp384r1.

Return type:

None

class help_pages.tests.test_commands.CmpSharedSecretCommandBuilderTests(methodName='runTest')[source]ΒΆ

Bases: django.test.SimpleTestCase

Test cases for CmpSharedSecretCommandBuilder.

test_get_domain_credential_profile_command()[source]ΒΆ

Test domain credential profile command.

Return type:

None

test_get_dynamic_cert_profile_command()[source]ΒΆ

Test dynamic certificate profile command.

Return type:

None

test_get_dynamic_cert_profile_command_without_sans()[source]ΒΆ

Test dynamic certificate profile command without SANs.

Return type:

None

class help_pages.tests.test_commands.EstUsernamePasswordCommandBuilderTests(methodName='runTest')[source]ΒΆ

Bases: django.test.SimpleTestCase

Test cases for EstUsernamePasswordCommandBuilder.

test_get_dynamic_cert_profile_command()[source]ΒΆ

Test dynamic certificate profile command.

Return type:

None

test_get_dynamic_cert_profile_command_without_sans()[source]ΒΆ

Test dynamic certificate profile command without SANs.

Return type:

None

test_get_curl_enroll_command()[source]ΒΆ

Test curl enroll command.

Return type:

None

class help_pages.tests.test_commands.CmpClientCertificateCommandBuilderTests(methodName='runTest')[source]ΒΆ

Bases: django.test.SimpleTestCase

Test cases for CmpClientCertificateCommandBuilder.

test_get_idevid_domain_credential_command()[source]ΒΆ

Test idevid domain credential command.

Return type:

None

test_get_dynamic_cert_profile_command()[source]ΒΆ

Test dynamic certificate profile command.

Return type:

None

class help_pages.tests.test_commands.EstClientCertificateCommandBuilderTests(methodName='runTest')[source]ΒΆ

Bases: django.test.SimpleTestCase

Test cases for EstClientCertificateCommandBuilder.

test_get_domain_credential_profile_command()[source]ΒΆ

Test domain credential profile command.

Return type:

None

test_get_curl_enroll_application_credential()[source]ΒΆ

Test curl enroll application credential command.

Return type:

None

test_get_idevid_gen_csr_command()[source]ΒΆ

Test idevid gen CSR command.

Return type:

None

test_get_idevid_ca_certs_command()[source]ΒΆ

Test idevid ca certs command.

Return type:

None