unicon.bases package¶
Submodules¶
unicon.bases.settings module¶
- Module:
unicon.bases.settings
- Authors:
ATS TEAM (ats-dev@cisco.com, CSG( STEP) - India)
- Description:
Defines the base class for the Settings. Mostly all the data type validations should be performed here.
-
class
unicon.bases.settings.BaseSettings¶ Bases:
objectBase Settings for Unicon
-
CONNECTION_TIMEOUT¶ check if number is a positive integer
-
ENABLE_PASSWORD¶ check for string type
-
EXPECT_TIMEOUT¶ check if number is a positive integer
-
INVOKE_SHELL_TIMEOUT¶ check if number is a positive integer
-
LINE_PASSWORD¶ check for string type
-
LOG_USER¶
-
MAGIC_PROMPT¶ check for string type or None
-
PROMPT_RECOVERY_INTERVAL¶ check if number is a positive integer
-
PROMPT_RECOVERY_RETRIES¶ check if number is a positive integer
-
RELOAD_TIMEOUT¶ check if number is a positive integer
-
SIZE¶ check if number is a positive integer
-
TACACS_PASSWORD¶ check for string type
-
TACACS_USERNAME¶ check for string type
-
Module contents¶
Sub package for Unicon Base Classes