Skip to content

Commit

Permalink
systemtests: rename bareos and bconsole
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 30, 2023
1 parent c3ad2e0 commit 1c217fc
Show file tree
Hide file tree
Showing 70 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions systemtests/tests/CMakeLists.txt
Expand Up @@ -20,9 +20,9 @@ message("Adding systemtests from ${CMAKE_CURRENT_SOURCE_DIR}")
add_subdirectory(acl)
add_subdirectory(always-incremental-consolidate)
add_subdirectory(autochanger)
add_subdirectory(bareos)
add_subdirectory(bareos-basic)
add_subdirectory(bareos-acl)
add_subdirectory(bconsole)
add_subdirectory(bconsole-basic)
add_subdirectory(bconsole-pam)
add_subdirectory(block-size)
add_subdirectory(bscan-bextract-bls-bcopy)
Expand Down
Expand Up @@ -21,11 +21,11 @@ get_filename_component(BASENAME ${CMAKE_CURRENT_BINARY_DIR} NAME)
create_systemtest(${SYSTEMTEST_PREFIX} ${BASENAME})

set_tests_properties(
system:bareos:simple-backup-and-restore
PROPERTIES FIXTURES_SETUP "system:bareos:backup-job-fixture"
system:bareos-basic:simple-backup-and-restore
PROPERTIES FIXTURES_SETUP "system:bareos-basic:backup-job-fixture"
)
set_tests_properties(
system:bareos:status-subscriptions
system:bareos-basic:status-subscriptions
PROPERTIES FIXTURES_REQUIRED
"system:bareos:backup-job-fixture;system:bareos-fixture"
"system:bareos-basic:backup-job-fixture;system:bareos-basic-fixture"
)
File renamed without changes.
File renamed without changes.

0 comments on commit 1c217fc

Please sign in to comment.