Skip to content

Commit

Permalink
autoxflate: add missing fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsura authored and BareosBot committed Nov 10, 2023
1 parent 736d9d3 commit c935a5b
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions systemtests/tests/autoxflate/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,35 @@ create_systemtest(${SYSTEMTEST_PREFIX} ${BASENAME})
set_tests_properties(
system:autoxflate:create-backup
PROPERTIES FIXTURES_SETUP "system:autoxflate:create-backup-fixture"
FIXTURES_REQUIRED "system:autoxflate-fixture"
)

set_tests_properties(
system:autoxflate:replication-local
PROPERTIES FIXTURES_SETUP "system:autoxflate:replication-local-fixture"
FIXTURES_REQUIRED "system:autoxflate:create-backup-fixture"
FIXTURES_REQUIRED
"system:autoxflate:create-backup-fixture;system:autoxflate-fixture"
)

set_tests_properties(
system:autoxflate:copy-to-offsite
PROPERTIES FIXTURES_SETUP "system:autoxflate:copy-to-offsite-fixture"
FIXTURES_REQUIRED "system:autoxflate:replication-local-fixture"
PROPERTIES
FIXTURES_SETUP "system:autoxflate:copy-to-offsite-fixture"
FIXTURES_REQUIRED
"system:autoxflate:replication-local-fixture;system:autoxflate-fixture"
)

set_tests_properties(
system:autoxflate:replication-offsite
PROPERTIES FIXTURES_SETUP "system:autoxflate:replication-offsite-fixture"
FIXTURES_REQUIRED "system:autoxflate:copy-to-offsite-fixture"
PROPERTIES
FIXTURES_SETUP "system:autoxflate:replication-offsite-fixture"
FIXTURES_REQUIRED
"system:autoxflate:copy-to-offsite-fixture;system:autoxflate-fixture"
)

set_tests_properties(
system:autoxflate:copy-to-local
PROPERTIES FIXTURES_REQUIRED "system:autoxflate:replication-offsite-fixture"
PROPERTIES
FIXTURES_REQUIRED
"system:autoxflate:replication-offsite-fixture;system:autoxflate-fixture"
)

0 comments on commit c935a5b

Please sign in to comment.