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 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',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue