~andreserl/maas/qa-lab-tests-bionic

« back to all changes in this revision

Viewing changes to config.py

  • Committer: MAAS Lander
  • Author(s): Brendan Donegan
  • Date: 2017-03-15 07:54:33 UTC
  • mfrom: (483.1.18 add_new_ci_machines)
  • Revision ID: maas_lander-20170315075433-qjw2lmaiayomtoi0
[r=allenap][bug=][author=brendan-donegan] Add the new Gen9 systems to the CI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
    '1c:1b:0d:0d:52:7c': '10.245.143.114',
111
111
}
112
112
 
 
113
GEN9_USER = 'Administrator'
 
114
GEN9_PASS = 'insecure'
 
115
GEN9_SYSTEMS = {
 
116
    "94:18:82:7a:72:44": "10.245.143.116",
 
117
    "94:18:82:7a:72:64": "10.245.143.117",
 
118
    "94:18:82:7a:82:c8": "10.245.143.118",
 
119
    "94:18:82:7a:72:80": "10.245.143.119",
 
120
}
 
121
 
113
122
TEST_WINDOWS = bool(os.environ.get('TEST_WINDOWS', False))
114
123
WINDOWS_IMAGE = "/home/ubuntu/windows-win2012hvr2-amd64-root-dd"
115
124