Fixed known test-station names
This commit is contained in:
parent
adce6db578
commit
fa96f6ea13
1 changed files with 17 additions and 16 deletions
|
|
@ -15,22 +15,23 @@ STAFF = {
|
||||||
TEST_STATIONS = {
|
TEST_STATIONS = {
|
||||||
# Domain will be stripped from the FQDN so the initial '.' is included
|
# Domain will be stripped from the FQDN so the initial '.' is included
|
||||||
'Domain': '.1201.com',
|
'Domain': '.1201.com',
|
||||||
# The rest are used to get the test-station name with proper capitalization
|
'Known Names': {
|
||||||
'bender': 'Bender',
|
'bender': 'Bender',
|
||||||
'combine': 'Combine',
|
'combine': 'Combine',
|
||||||
'control': 'Control',
|
'control': 'Control',
|
||||||
'cortana': 'Cortana',
|
'cortana': 'Cortana',
|
||||||
'data': 'Data',
|
'data': 'Data',
|
||||||
'deepmind': 'DeepMind',
|
'deepmind': 'DeepMind',
|
||||||
'glados': 'GLaDOS',
|
'glados': 'GLaDOS',
|
||||||
'locutus': 'Locutus',
|
'locutus': 'Locutus',
|
||||||
'lore': 'Lore',
|
'lore': 'Lore',
|
||||||
'sex-robot': 'Sex-Robot',
|
'sex-robot': 'Sex-Robot',
|
||||||
'shodan': 'Shodan',
|
'shodan': 'Shodan',
|
||||||
'six': 'Six',
|
'six': 'Six',
|
||||||
'skynet': 'Skynet',
|
'skynet': 'Skynet',
|
||||||
'supremo': 'Supremo',
|
'supremo': 'Supremo',
|
||||||
'unicron': 'Unicron',
|
'unicron': 'Unicron',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue