Lines Matching refs:platform
669 Figure out the platform name and atomic group name for the given host
672 @returns (platform name, atomic group name) for the given host.
674 platforms = [label.name for label in host.label_list if label.platform]
676 platform = None
678 platform = platforms[0]
680 raise ValueError('Host %s has more than one platform: %s' %
691 return platform, atomic_group_name