-
Notifications
You must be signed in to change notification settings - Fork 65
System tests misc improvements #290
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
System tests misc improvements #290
Conversation
71506c8 to
305c796
Compare
3ea1371 to
a7e9f59
Compare
…s functions Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Since various snap edge channels are used, it makes sense to test them more often than on PRs against MicroCloud itself. Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
This reverts commit a827156. As pointed out by Max, `rm -rf /foo/*/*` is just emptying all the subdirectories so it is not equivalent to `rm -rf /foo/*`. Reported-by: Max Asnaashari <max.asnaashari@canonical.com> Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
This was pointless because `reset_systems` is always called at the begining of each test. Reported-by: Max Asnaashari <max.asnaashari@canonical.com> Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
We initially intend to test against LXD latest/edge so don't warn about it. Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
…vmode Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
…ph,ovn} snaps Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
latest/edge uses core24 and other latest/* are not a valid channels. Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
…anups Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
With output comparison, `set -x` output is easier to understand as we know both sides of the comparison. Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
canonical#286 Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
a7e9f59 to
5c536bd
Compare
|
@masnax I know we agreed one splitting the interactive one even more but since I got a full green run, is that OK if we merge it as-is? |
masnax
left a comment
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.
Yay! All green :)
I'll have another PR coming up in a sec that will reorder the runners and log lxc info --resources plus a few other workarounds for issues I faced locally.
No description provided.