diff --git a/scripts/wk/cfg/osticket.py b/scripts/wk/cfg/osticket.py index 1592a41b..b5ec7655 100644 --- a/scripts/wk/cfg/osticket.py +++ b/scripts/wk/cfg/osticket.py @@ -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', }, }