Skip to content

Commit abad31f

Browse files
committed
test/suites/basic: Set actual profile's pool name in test validation
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
1 parent b2ff585 commit abad31f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/suites/basic.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,9 @@ test_add_services() {
10991099
unset SETUP_OVN
11001100
export REPLACE_PROFILE="no"
11011101
microcloud_interactive "service add" micro01
1102-
services_validator
1102+
# The initial cluster got setup with only local storage.
1103+
# Due to REPLACE_PROFILE="no" the default profile's device doesn't get replaced.
1104+
services_validator local
11031105

11041106
reset_systems 3 3 3
11051107
set_cluster_subnet 3 "${ceph_cluster_subnet_iface}" "${ceph_cluster_subnet_prefix}"

0 commit comments

Comments
 (0)