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

« back to all changes in this revision

Viewing changes to config.py

  • Committer: Andres Rodriguez
  • Date: 2018-03-07 16:48:44 UTC
  • Revision ID: andreserl@ubuntu.com-20180307164844-xatwdh6uh2l6ijei
Update

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
 
164
164
TEST_WINDOWS = bool(os.environ.get('TEST_WINDOWS', False))
165
165
WINDOWS_IMAGE = "/home/ubuntu/windows-win2012hvr2-amd64-root-dd"
166
 
TEST_RHEL = bool(os.environ.get('TEST_RHEL', False))
 
166
TEST_RHEL = True
167
167
RHEL_IMAGE = "/home/ubuntu/rhel7-amd64-root-tgz"
168
168
 
169
169
TEST_PERFORMANCE = bool(os.environ.get('TEST_PERFORMANCE', False))