Fixed known test-station names
This commit is contained in:
parent
adce6db578
commit
fa96f6ea13
1 changed files with 17 additions and 16 deletions
|
|
@ -15,7 +15,7 @@ STAFF = {
|
|||
TEST_STATIONS = {
|
||||
# Domain will be stripped from the FQDN so the initial '.' is included
|
||||
'Domain': '.1201.com',
|
||||
# The rest are used to get the test-station name with proper capitalization
|
||||
'Known Names': {
|
||||
'bender': 'Bender',
|
||||
'combine': 'Combine',
|
||||
'control': 'Control',
|
||||
|
|
@ -31,6 +31,7 @@ TEST_STATIONS = {
|
|||
'skynet': 'Skynet',
|
||||
'supremo': 'Supremo',
|
||||
'unicron': 'Unicron',
|
||||
},
|
||||
}
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Reference in a new issue