Mark minimal sanity test cases

Change-Id: Ifa5525e82ee35b420983eba19c0a3378f16b598e
This commit is contained in:
Federico Ressi 2022-02-16 10:10:43 +01:00
parent 571ac70cad
commit 5f2509ac35
3 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@
# under the License.
from __future__ import absolute_import
import pytest
import testtools
import tobiko
@ -23,6 +24,7 @@ from tobiko.shell import sh
from tobiko.openstack import topology
@pytest.mark.minimal
class OpenstackNodesTest(testtools.TestCase):
topology = tobiko.required_fixture(

View File

@ -14,11 +14,13 @@
# under the License.
from __future__ import absolute_import
import pytest
import testtools
from tobiko.openstack import tests
@pytest.mark.minimal
class NeutronAgentTest(testtools.TestCase):
def test_agents_are_alive(self):

View File

@ -14,11 +14,13 @@
# under the License.
from __future__ import absolute_import
import pytest
import testtools
from tobiko.openstack import nova
@pytest.mark.minimal
class ServiceTest(testtools.TestCase):
def test_all_services_are_up(self):