-
Notifications
You must be signed in to change notification settings - Fork 12
test: Add new sanity check test #1138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e059409
to
e250a65
Compare
What do you think @wkz i think this is the best aproach, to add the version in output/images since this will allow us to maybe not have a squashfs image? Or am i overthinking. And when running tests, we does not use the squash image as default, we use qcow2 so we need read it out before we start the testsystem anyway. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this! 🙏
Will be so nice to not have this failure mode go undetected again. 💪
You need first to clone gns3-registry from https://github.com/GNS3/gns3-registry Follow this steps: 1. ./utils/bump-gns3.py 25.08.0 ../../gns3/gns3-registry/appliances/infix.gns3a 2. TEST in gns3, just add the new version, start it. 3. run python3 check.py inside gns3-registry, verify infix is ok. 4. Create a pull request to gns3-registry This fix #1107
1e322a7
to
422a753
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⭐
test/env
Outdated
@@ -154,7 +153,7 @@ containerize=yes | |||
files= | |||
basedir="$ixdir" | |||
|
|||
while getopts "b:cCDf:hiKp:q:rt:" opt; do | |||
while getopts "b:cCDf:hiKp:q:rt:v:" opt; do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while getopts "b:cCDf:hiKp:q:rt:v:" opt; do | |
while getopts "b:cCDf:hiKp:q:rt:" opt; do |
Not used anymore. Maybe you could also get rid of the whitespace change above.
One to verify it is the correct version on the duts and one that check that it is the correct bootorder.
422a753
to
dce9a9c
Compare
Tests if the correct boot partition and version is used.
Also add a script to add new releases to existing gns3 marketplace appliance, this fix #1107
Description
Checklist
Tick relevant boxes, this PR is-a or has-a: