waft.framework_unit_tests.test_configuration.test_config_reader module

waft.framework_unit_tests.test_configuration.test_config_reader.mock_config_file()

Mock instance of a config file to use for testing ConfigReader

waft.framework_unit_tests.test_configuration.test_config_reader.mock_config_file_with_proxy()

Mock instance of a config file to use for testing ConfigReader that includes the definition for a proxy system

waft.framework_unit_tests.test_configuration.test_config_reader.test_get_group_by_name(mock_config_file)

Test getting a specifically named group from mock configuration info

waft.framework_unit_tests.test_configuration.test_config_reader.test_get_group_names(mock_config_file)

Test getting all group names from config file

waft.framework_unit_tests.test_configuration.test_config_reader.test_get_groups(mock_config_file)

Test getting the groups defined in the mock config file

waft.framework_unit_tests.test_configuration.test_config_reader.test_get_proxy_by_name(mock_config_file_with_proxy)

Test getting proxy system info from config file by proxy system name

waft.framework_unit_tests.test_configuration.test_config_reader.test_get_system_by_name(mock_config_file)

Test getting information for a specifically named system from mock configuration info

waft.framework_unit_tests.test_configuration.test_config_reader.test_get_system_names(mock_config_file)

Test getting all system names from config file

waft.framework_unit_tests.test_configuration.test_config_reader.test_get_systems(mock_config_file)

Test getting the systems defined in the mock config file

waft.framework_unit_tests.test_configuration.test_config_reader.test_get_systems_from_group_or_system_name(mock_config_file)

Test getting information for a spcecifically named group or system

waft.framework_unit_tests.test_configuration.test_config_reader.test_missing_proxy(mock_config_file_with_proxy)

Test getting system information for system that has a proxy listed where the information for the proxy system is missing

waft.framework_unit_tests.test_configuration.test_config_reader.test_system_with_proxy(mock_config_file_with_proxy)

Test getting system information for system that has an associated proxy

waft.framework_unit_tests.test_configuration.test_config_reader.test_system_without_proxy(mock_config_file_with_proxy)

Test getting system information for system that does not have an associated proxy