Skip to content

Commit

Permalink
debug tests
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Mougard <gabriel.mougard@canonical.com>
  • Loading branch information
gabrielmougard committed Jul 22, 2024
1 parent 18f6ac6 commit 4933fc6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
matrix:
go: ["1.22.x"]
suite:
- "add"
- "instances"
- "basic"
- "recover"
#- "add"
#- "instances"
#- "basic"
#- "recover"
- "interactive"
- "mismatch"
- "preseed"
#- "mismatch"
#- "preseed"

steps:
- name: Performance tuning
Expand Down
1 change: 1 addition & 0 deletions test/includes/microcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ ${IPV6_SUBNET}
${DNS_ADDRESSES}
$(true) # workaround for set -e
"

if [ -n "${OVN_UNDERLAY_NETWORK}" ]; then
setup="${setup}
${OVN_UNDERLAY_NETWORK}
Expand Down
2 changes: 1 addition & 1 deletion test/suites/basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ test_interactive() {
export IPV4_SUBNET="10.1.123.1/24"
export IPV4_START="10.1.123.100"
export IPV4_END="10.1.123.254"
export OVN_UNDERLAY_NETWORK="no"
microcloud_interactive | lxc exec micro01 -- sh -c "microcloud init > out"

lxc exec micro01 -- tail -1 out | grep "MicroCloud is ready" -q
for m in micro01 micro02 micro03 ; do
validate_system_lxd "${m}" 3 disk1 3 1 "${OVN_FILTER}" "${IPV4_SUBNET}" "${IPV4_START}"-"${IPV4_END}" "${IPV6_SUBNET}"
Expand Down

0 comments on commit 4933fc6

Please sign in to comment.