Fix chronyd test
Change-Id: I79513e47b57472b1a8cb63ac21203ad196dc74a3
This commit is contained in:
parent
8415331e70
commit
76a6aab403
@ -20,11 +20,12 @@ This module contains all the tests for the Chronyd operator.
|
|||||||
from openstack_operator.tests.unit import base
|
from openstack_operator.tests.unit import base
|
||||||
|
|
||||||
|
|
||||||
class ChronydAPIDeploymentTestCase(base.DaemonSetTestCase):
|
class ChronydAPIDaemonsetTestCase(base.DaemonSetTestCase):
|
||||||
"""Basic tests for the DaemonSet."""
|
"""Basic tests for the DaemonSet."""
|
||||||
|
|
||||||
RELEASE_TYPE = 'chronyd'
|
RELEASE_TYPE = 'chronyd'
|
||||||
TEMPLATE_FILE = 'chronyd/daemonset.yml.j2'
|
TEMPLATE_FILE = 'chronyd/daemonset.yml.j2'
|
||||||
|
PORT_EXPOSED = False
|
||||||
|
|
||||||
|
|
||||||
class ChronydAPIConfigMapTestCase(base.ConfigMapTestCase):
|
class ChronydAPIConfigMapTestCase(base.ConfigMapTestCase):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user