tests: Mark Dogtag acceptance tests

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
David Kupka 2016-11-15 14:18:59 +01:00 committed by Martin Babinsky
parent 687ebd18a1
commit 3e53bbcc34
2 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,4 @@ addopts = --doctest-modules
markers =
tier0: basic unit tests and critical functionality
tier1: functional API tests
cs_acceptance: Acceptance test suite for Dogtag Certificate Server

View File

@ -195,6 +195,7 @@ class TestInstallWithCA_DNS2(InstallTestBase2):
super(TestInstallWithCA_DNS2, self).test_replica2_ipa_kra_install()
@pytest.mark.cs_acceptance
class TestInstallWithCA_KRA_DNS1(InstallTestBase1):
@classmethod