Expanded test-station names

This commit is contained in:
2Shirt 2020-01-17 16:34:44 -07:00
parent 5fbd33e845
commit 53b0d9275b
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -16,21 +16,30 @@ TEST_STATIONS = {
# Domain will be stripped from the FQDN so the initial '.' is included
'Domain': '.1201.com',
'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',
'anaconda': 'Anaconda',
'ash': 'Ash',
'bender': 'Bender',
'combine': 'Combine',
'control': 'Control',
'cortana': 'Cortana',
'daftpunk': 'DaftPunk',
'data': 'Data',
'deepmind': 'DeepMind',
'diamondback': 'Diamondback',
'glados': 'GLaDOS',
'hal': 'HAL',
'locutus': 'Locutus',
'lore': 'Lore',
'macos-dev': 'macOS-Dev',
'neuromancer': 'Neuromancer',
'sex-robot': 'Sex-Robot',
'shodan': 'Shodan',
'six': 'Six',
'skynet': 'Skynet',
'smith': 'Smith',
'sovereign': 'Sovereign',
'supremo': 'Supremo',
'unicron': 'Unicron',
},
}