1.1.4.1.1. test_automation.utils.auto_platform_base
1.1.4.1.1.1. Attributes
1.1.4.1.1.2. Classes
Base helpers and common attributes for automated platform tests. |
1.1.4.1.1.3. Module Contents
- class test_automation.utils.auto_platform_base.AutoTestPlatformBase(telnet_mgr, platform_config, cli_platform)[source]
Base helpers and common attributes for automated platform tests.
- Variables:
mgr – Telnet/session manager used to resolve console ports.
platform – Platform name (lowercased) from config.
cli_platform – Platform name provided via CLI (lowercased).
target – Target kind from config.
config_data – Raw platform configuration dictionary.
rse_port – Port handle for the RSE console.
scp_port – Port handle for the SCP console.
default_console – Port handle for the default/primary console.
secure_world_ap_console – Port handle for the Secure World AP console.
si_cluster0 – Port handle for Safety Island cluster 0.
si_cluster1 – Port handle for Safety Island cluster 1.
si_cluster2 – Port handle for Safety Island cluster 2.
- Parameters:
platform_config (dict)
cli_platform (str)