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