Skip to content

Commit

Permalink
tests: Set upgrade channel to 24.03/beta
Browse files Browse the repository at this point in the history
This branch of MicroOVN is based on OVN 24.09. That means that
it can no longer directly upgrade from current default MicroOVN
snap channel (22.03).

These changes set the base channel for upgrade tests to 24.03/beta

Note: Since the MicroOVN 24.03 does not have a 'stable' channel yet,
we need to use 'beta'

Signed-off-by: Martin Kalcok <[email protected]>
  • Loading branch information
mkalcok committed Oct 2, 2024
1 parent 358c37a commit 4c7329d
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/ovsdb_schema_upgrade.bats

This file was deleted.

1 change: 1 addition & 0 deletions tests/ovsdb_schema_upgrade_24.03.bats
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_helper/common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function get_upgrade_test_version() {
exit 1
fi

upgrade_from_version="${upgrade_from_version}/stable"
upgrade_from_version="${upgrade_from_version}/beta"
fi
echo "$upgrade_from_version"
}
Expand Down
1 change: 0 additions & 1 deletion tests/test_helper/setup_teardown/ovsdb_schema_upgrade.bash

This file was deleted.

1 change: 0 additions & 1 deletion tests/upgrade.bats

This file was deleted.

1 change: 1 addition & 0 deletions tests/upgrade_24.03.bats

0 comments on commit 4c7329d

Please sign in to comment.