Skip to content

Commit

Permalink
move checksum workload test to tier2 (#2237)
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Balak <fbalak@redhat.com>
  • Loading branch information
fbalak authored Jun 4, 2020
1 parent 0c98cbe commit e77c995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/manage/monitoring/test_workload_with_distruptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import logging

from ocs_ci.framework import config
from ocs_ci.framework.testlib import tier1, pre_upgrade, post_upgrade
from ocs_ci.framework.testlib import tier2, pre_upgrade, post_upgrade
from ocs_ci.ocs import constants, ocp
from ocs_ci.ocs import fiojob
from ocs_ci.ocs.resources.objectconfigfile import ObjectConfFile
Expand Down Expand Up @@ -46,7 +46,7 @@


@pre_upgrade
@tier1
@tier2
def test_workload_with_checksum(workload_storageutilization_checksum_rbd):
"""
Purpose of this test is to have checksum workload fixture executed.
Expand All @@ -60,7 +60,7 @@ def test_workload_with_checksum(workload_storageutilization_checksum_rbd):


@post_upgrade
@tier1
@tier2
def test_workload_with_checksum_verify(
tmp_path,
project,
Expand Down

0 comments on commit e77c995

Please sign in to comment.