Skip to content

Commit

Permalink
test: Fix grouping of mon_cephdf_commands by moving to MON_TESTS
Browse files Browse the repository at this point in the history
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 2fb0530)

Conflicts:
	qa/workunits/cephtool/test.sh (trivial)
  • Loading branch information
dzafman committed Jun 1, 2016
1 parent 3184998 commit 43d1b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/workunits/cephtool/test.sh
Expand Up @@ -1578,13 +1578,13 @@ MON_TESTS+=" mon_osd_misc"
MON_TESTS+=" mon_heap_profiler"
MON_TESTS+=" mon_tell"
MON_TESTS+=" mon_crushmap_validation"
MON_TESTS+=" mon_cephdf_commands"

OSD_TESTS+=" osd_bench"
OSD_TESTS+=" tiering_agent"

MDS_TESTS+=" mds_tell"
MDS_TESTS+=" mon_mds"
MDS_TESTS+=" mon_cephdf_commands"

TESTS+=$MON_TESTS
TESTS+=$OSD_TESTS
Expand Down

0 comments on commit 43d1b92

Please sign in to comment.