Lines Matching refs:platform
21 'platform' (e.g. Link, Stumpy, ...). Note we consider the platform name
22 case insensitive and by convention platform override files should be
33 @attribute platform: string containing the platform name being tested.
36 def __init__(self, platform=None):
42 @param platform: string containing the platform name being tested.
44 self.platform = platform
49 config_name = platform.rsplit('_', 1)[-1].lower()
55 logging.debug("No config overrides found for platform: %s.",
56 platform)