Increment Ubuntu release to 16.04

- increments Ubuntu release to mock for Xenial tests. This is a cosmetic
  change that only affects unit tests.

Change-Id: I0e69bd2fb8469fca2bc246f6c042d0bf6268112b
Implements: blueprint newton-xenial
This commit is contained in:
Samuel Cassiba 2016-07-27 11:25:36 -07:00
parent 09a7de3b5e
commit 9f842b1acf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ REDHAT_OPTS = {
}.freeze
UBUNTU_OPTS = {
platform: 'ubuntu',
version: '14.04',
version: '16.04',
log_level: LOG_LEVEL
}.freeze