Skip to content

Commit

Permalink
restore: change test names
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsura authored and arogge committed Mar 2, 2023
1 parent 12ae769 commit 71fa6b8
Show file tree
Hide file tree
Showing 37 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion systemtests/tests/CMakeLists.txt
Expand Up @@ -74,7 +74,7 @@ add_subdirectory(python-pam)
add_subdirectory(quota-softquota)
add_subdirectory(reload)
add_subdirectory(restapi)
add_subdirectory(restore-test)
add_subdirectory(restore)
add_subdirectory(scheduler)
add_subdirectory(sparse-file)
add_subdirectory(spool)
Expand Down
Expand Up @@ -21,60 +21,60 @@ get_filename_component(BASENAME ${CMAKE_CURRENT_BINARY_DIR} NAME)
create_systemtest(${SYSTEMTEST_PREFIX} ${BASENAME})

set_tests_properties(
system:restore-test:create-backup
PROPERTIES FIXTURES_SETUP "system:restore-test:backup-job-fixture"
system:restore:create-backup
PROPERTIES FIXTURES_SETUP "system:restore:backup-job-fixture"
)
set_tests_properties(
system:restore-test:archive-restore-file
system:restore:archive-restore-file
PROPERTIES
FIXTURES_REQUIRED
"system:restore-test:backup-job-fixture;system:restore-test-fixture"
"system:restore:backup-job-fixture;system:restore-fixture"
)
set_tests_properties(
system:restore-test:archive-restore-dir
system:restore:archive-restore-dir
PROPERTIES
FIXTURES_REQUIRED
"system:restore-test:backup-job-fixture;system:restore-test-fixture"
"system:restore:backup-job-fixture;system:restore-fixture"
)
set_tests_properties(
system:restore-test:archive-full-restore
system:restore:archive-full-restore
PROPERTIES
FIXTURES_REQUIRED
"system:restore-test:backup-job-fixture;system:restore-test-fixture"
"system:restore:backup-job-fixture;system:restore-fixture"
)
set_tests_properties(
system:restore-test:restore-file
system:restore:restore-file
PROPERTIES
FIXTURES_REQUIRED
"system:restore-test:backup-job-fixture;system:restore-test-fixture"
"system:restore:backup-job-fixture;system:restore-fixture"
)
set_tests_properties(
system:restore-test:restore-dir
system:restore:restore-dir
PROPERTIES
FIXTURES_REQUIRED
"system:restore-test:backup-job-fixture;system:restore-test-fixture"
"system:restore:backup-job-fixture;system:restore-fixture"
)
set_tests_properties(
system:restore-test:full-restore
system:restore:full-restore
PROPERTIES
FIXTURES_REQUIRED
"system:restore-test:backup-job-fixture;system:restore-test-fixture"
"system:restore:backup-job-fixture;system:restore-fixture"
)
set_tests_properties(
system:restore-test:check-hints
system:restore:check-hints
PROPERTIES
FIXTURES_REQUIRED
"system:restore-test:backup-job-fixture;system:restore-test-fixture"
"system:restore:backup-job-fixture;system:restore-fixture"
)
set_tests_properties(
system:restore-test:restore-old-archive
system:restore:restore-old-archive
PROPERTIES
FIXTURES_REQUIRED
"system:restore-test:backup-job-fixture;system:restore-test-fixture"
"system:restore:backup-job-fixture;system:restore-fixture"
)
set_tests_properties(
system:restore-test:error-full-restore
system:restore:error-full-restore
PROPERTIES
FIXTURES_REQUIRED
"system:restore-test:backup-job-fixture;system:restore-test-fixture"
"system:restore:backup-job-fixture;system:restore-fixture"
)
File renamed without changes.
File renamed without changes.

0 comments on commit 71fa6b8

Please sign in to comment.