-
Notifications
You must be signed in to change notification settings - Fork 280
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
Implement Salt multimachine test for QAM #6185
Conversation
13034a3
to
863dd86
Compare
3efc888
to
ec60d87
Compare
Thank you, @dzedro, I think I fixed everything you mentioned 😄 |
Awesome. This comes handy as QA SLE is having a requirement to test some "tools" like salt etc. Thanks for this PR. |
products/sle/main.pm
Outdated
@@ -1042,6 +1042,16 @@ else { | |||
loadtest "network/openvpn_client"; | |||
} | |||
} | |||
elsif (get_var("QAM_SALT")) { | |||
loadtest "boot/boot_to_desktop"; |
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.
Please add loadtest 'qa_automation/patch_and_reboot' if is_updates_tests;
. Also check if is possible use boot_hdd_image;
.
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.
awesome approach - thank you
I'd also suggest to go with boot_hdd_image
if possible
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.
I implemented that. However I had to set the network before the patch_and_reboot
test but it's IMO not big difference. See my openqa.
just note: |
Good morning,
I wrote Salt stack multimachine test with one master and two minions.
The commands and states are called from master and verified on the other node.