Merge "Mark minimal sanity test cases"
This commit is contained in:
commit
e295f9ba58
@ -14,6 +14,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
|
|
||||||
|
import pytest
|
||||||
import testtools
|
import testtools
|
||||||
|
|
||||||
import tobiko
|
import tobiko
|
||||||
@ -23,6 +24,7 @@ from tobiko.shell import sh
|
|||||||
from tobiko.openstack import topology
|
from tobiko.openstack import topology
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.minimal
|
||||||
class OpenstackNodesTest(testtools.TestCase):
|
class OpenstackNodesTest(testtools.TestCase):
|
||||||
|
|
||||||
topology = tobiko.required_fixture(
|
topology = tobiko.required_fixture(
|
||||||
|
@ -14,11 +14,13 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
|
|
||||||
|
import pytest
|
||||||
import testtools
|
import testtools
|
||||||
|
|
||||||
from tobiko.openstack import tests
|
from tobiko.openstack import tests
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.minimal
|
||||||
class NeutronAgentTest(testtools.TestCase):
|
class NeutronAgentTest(testtools.TestCase):
|
||||||
|
|
||||||
def test_agents_are_alive(self):
|
def test_agents_are_alive(self):
|
||||||
|
@ -14,11 +14,13 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
|
|
||||||
|
import pytest
|
||||||
import testtools
|
import testtools
|
||||||
|
|
||||||
from tobiko.openstack import nova
|
from tobiko.openstack import nova
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.minimal
|
||||||
class ServiceTest(testtools.TestCase):
|
class ServiceTest(testtools.TestCase):
|
||||||
|
|
||||||
def test_all_services_are_up(self):
|
def test_all_services_are_up(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user