Expanded test-station names
This commit is contained in:
parent
5fbd33e845
commit
53b0d9275b
1 changed files with 24 additions and 15 deletions
|
|
@ -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',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue