waft.framework_unit_tests.test_system.test_system_secrets.test_system_secrets module

class waft.framework_unit_tests.test_system.test_system_secrets.test_system_secrets.TestSystemSecrets

Bases: object

Unit tests for system secrets integration.

pytestmark = [Mark(name='integration', args=(), kwargs={})]
test_keyring_negative(system: SystemActions)

Test will raise an error for a secret that does not exist on the test system.

test_keyring_positive(system: SystemActions)

Test will confirm that secrets can be managed on the test system.

test_warp_reg_secret(waft_remote_only, warp: WarpActions)

Test will confirm that the cached WARP registration will be returned when the secret is not available.