Fix tests after nova changes
Signed-off-by: Julien Danjou <julien@danjou.info> Change-Id: I8cf023cbc727839075eda7e853694ab16d3f94af
This commit is contained in:
@@ -18,13 +18,6 @@
|
||||
"""Tests for ceilometer.compute.nova_notifier
|
||||
"""
|
||||
|
||||
try:
|
||||
import nova.conductor
|
||||
import nose.plugins.skip
|
||||
raise nose.SkipTest('do not run folsom tests under grizzly')
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
# FIXME(dhellmann): Temporarily disable these tests so we can get a
|
||||
# fix to go through Jenkins.
|
||||
import nose.plugins.skip
|
||||
@@ -38,13 +31,13 @@ from stevedore import extension
|
||||
from stevedore.tests import manager as test_manager
|
||||
from ceilometer.compute import manager
|
||||
|
||||
from nova.tests import fake_network
|
||||
# XXX Folsom compat
|
||||
from nova import flags
|
||||
nova_CONF = flags.FLAGS
|
||||
from nova import db
|
||||
from nova import context
|
||||
from nova import service # For nova_CONF.compute_manager
|
||||
from nova.tests import fake_network
|
||||
from nova.compute import vm_states
|
||||
# Needed for flags option, but Essex does not have it
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user