Fixed known test-station names

This commit is contained in:
2Shirt 2020-01-17 16:14:20 -07:00
parent adce6db578
commit fa96f6ea13
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -15,22 +15,23 @@ STAFF = {
TEST_STATIONS = {
# Domain will be stripped from the FQDN so the initial '.' is included
'Domain': '.1201.com',
# The rest are used to get the test-station name with proper capitalization
'bender': 'Bender',
'combine': 'Combine',
'control': 'Control',
'cortana': 'Cortana',
'data': 'Data',
'deepmind': 'DeepMind',
'glados': 'GLaDOS',
'locutus': 'Locutus',
'lore': 'Lore',
'sex-robot': 'Sex-Robot',
'shodan': 'Shodan',
'six': 'Six',
'skynet': 'Skynet',
'supremo': 'Supremo',
'unicron': 'Unicron',
'Known Names': {
'bender': 'Bender',
'combine': 'Combine',
'control': 'Control',
'cortana': 'Cortana',
'data': 'Data',
'deepmind': 'DeepMind',
'glados': 'GLaDOS',
'locutus': 'Locutus',
'lore': 'Lore',
'sex-robot': 'Sex-Robot',
'shodan': 'Shodan',
'six': 'Six',
'skynet': 'Skynet',
'supremo': 'Supremo',
'unicron': 'Unicron',
},
}
if __name__ == '__main__':