Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Mougard <[email protected]>
  • Loading branch information
gabrielmougard committed Sep 2, 2024
1 parent e45aed7 commit 54d9714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions test/suites/add.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ test_add_interactive() {
export SETUP_ZFS="yes"
export ZFS_FILTER="lxd_disk1"
export ZFS_WIPE="yes"
export OVN_UNDERLAY_NETWORK="no"
microcloud_interactive | lxc exec micro01 -- sh -c "microcloud add > out"
lxc exec micro01 -- tail -1 out | grep "MicroCloud is ready" -q

Expand All @@ -211,7 +210,6 @@ test_add_interactive() {
export SETUP_ZFS="no"
export SETUP_CEPH="no"
export SETUP_OVN="no"
export OVN_UNDERLAY_NETWORK="no"

lxc exec micro04 -- snap disable microcloud
microcloud_interactive | lxc exec micro01 -- sh -c "microcloud init > out"
Expand Down
4 changes: 3 additions & 1 deletion test/suites/basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,9 @@ _test_case() {
export LOOKUP_IFACE="enp5s0" # filter string for the lookup interface table.
export LIMIT_SUBNET="yes" # (yes/no) input for limiting lookup of systems to the above subnet.
export CEPH_CLUSTER_NETWORK="${microcloud_internal_net_addr}"
export OVN_UNDERLAY_NETWORK="no"
if [ "${num_ifaces}" -gt 1 ] ; then
export OVN_UNDERLAY_NETWORK="no"
fi

export EXPECT_PEERS="$((num_systems - 1))"

Expand Down

0 comments on commit 54d9714

Please sign in to comment.