disable v-k test re: bug 1454754

This commit is contained in:
Ryan Beisner 2015-05-13 15:36:08 +00:00
parent 1c7901c630
commit 36245da863
2 changed files with 5 additions and 0 deletions

0
tests/019-basic-vivid-kilo Executable file → Normal file
View File

View File

@ -37,6 +37,7 @@ Resultant relations of neutron-api service:
import amulet import amulet
import os import os
import time
import yaml import yaml
from charmhelpers.contrib.openstack.amulet.deployment import ( from charmhelpers.contrib.openstack.amulet.deployment import (
@ -145,11 +146,15 @@ class NeutronAPIBasicDeployment(OpenStackAmuletDeployment):
self._get_openstack_release())) self._get_openstack_release()))
u.log.debug('openstack release str: {}'.format( u.log.debug('openstack release str: {}'.format(
self._get_openstack_release_string())) self._get_openstack_release_string()))
# Let things settle a bit before moving forward
time.sleep(30)
def test_100_services(self): def test_100_services(self):
"""Verify the expected services are running on the corresponding """Verify the expected services are running on the corresponding
service units.""" service units."""
u.log.debug('Checking status of system services...') u.log.debug('Checking status of system services...')
# Fails vivid-kilo, bug 1454754
neutron_api_services = ['status neutron-server'] neutron_api_services = ['status neutron-server']
neutron_services = ['status neutron-dhcp-agent', neutron_services = ['status neutron-dhcp-agent',
'status neutron-lbaas-agent', 'status neutron-lbaas-agent',