Skip to content

Commit

Permalink
test: Properly run service-add tests
Browse files Browse the repository at this point in the history
Signed-off-by: Max Asnaashari <[email protected]>
  • Loading branch information
masnax committed Aug 27, 2024
1 parent 1b42e10 commit b5474c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ run_instances_tests() {

run_basic_tests() {
run_test test_reuse_cluster "reuse_cluster"
run_test test_add_services "add_services"
run_test test_auto "auto"
run_test test_remove_cluster_member "remove_cluster_member"
run_test test_non_ha "non_ha"
Expand Down
4 changes: 4 additions & 0 deletions test/suites/basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,7 @@ test_add_services() {
export ZFS_WIPE="yes"
export SETUP_CEPH="yes"
export SETUP_CEPHFS="yes"
export CEPH_ENCRYPT="no"
export CEPH_FILTER="lxd_disk2"
export CEPH_WIPE="yes"
export SETUP_OVN="yes"
Expand Down Expand Up @@ -1378,8 +1379,11 @@ test_add_services() {
lxc exec micro01 -- snap disable microceph
unset SETUP_CEPH
unset REPLACE_PROFILE
unset SKIP_LOOKUP
export MULTI_NODE="yes"
export SKIP_SERVICE="yes"
export SETUP_ZFS="yes"
export SETUP_OVN="yes"
microcloud_interactive | lxc exec micro01 -- sh -c "microcloud init > out"
lxc exec micro01 -- snap enable microceph
export SETUP_CEPH="yes"
Expand Down

0 comments on commit b5474c9

Please sign in to comment.