Switch to ubuntu xenial

Change-Id: I3dad55df61225e138d1e2f6bbedf066711fb30e4
This commit is contained in:
Georgy Dyuldin 2017-04-17 11:20:19 +03:00
parent d2e3ea9407
commit b256d15a97
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ def contrail_2_servers_different_networks(
hypervisors[1] = hypervisors[0]
if params['ubuntu']:
image = request.getfixturevalue('ubuntu_image')
image = request.getfixturevalue('ubuntu_xenial_image')
keypair = request.getfixturevalue('keypair')
username = stepler_config.UBUNTU_USERNAME
password = None

View File

@ -100,7 +100,7 @@ def test_ipam_virtual_dns(
def test_ipam_ntp_server_setting(
keypair, ubuntu_image, flavor, security_group, public_network,
keypair, ubuntu_xenial_image, flavor, security_group, public_network,
contrail_network, contrail_ipam, contrail_create_subnet,
create_floating_ip, server_steps, port_steps, contrail_api_client):
"""Verify IPAM NTP server IP setting.
@ -127,7 +127,7 @@ def test_ipam_ntp_server_setting(
# Boot server
server = server_steps.create_servers(
image=ubuntu_image,
image=ubuntu_xenial_image,
flavor=flavor,
security_groups=[security_group],
nics=[{