-
Notifications
You must be signed in to change notification settings - Fork 5
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
New test #6
New test #6
Conversation
test.sh is a naive script that:
This has been tested on a RHEL hypervisor in beaker (N=1), but could work on There is no error checking. Yet. |
All this automation is awesome! We were talking today about splitting this into three -- i..e. have three CI "targets" -- one for the super-quick switchroot IoT target, one for the cloud image and one for the "full fat" desktop image. Could that be on your target? I think from a docs point of view, "pick one of three" is better than "choose your own adventure". |
Ok, this should actually work now... |
I'm so glad you like it. It is (obviously) just a first go, and I am happy to make any and all changes to make this as useful as possible. Please just give me some more information, and I will incorporate whatever you (all) need. |
ok, that was the last little thing: permissions on private key changed to 600. |
Would it be possible to symlink them in the repo so we don't forget to make changes in two places? Or would that break other things? |
The test just scp's them onto the VM and then rsyncs, the way you have it. |
I put in symlinks, as suggested. scp -r seems to copy everything. |
Creates SB VM with nvram, tpm installs and signs new kernel creates nmbl entry using dracut Signed-off-by: Marta Lewandowska <[email protected]>
Alright... scp -r doesn't work in this case, so one needs to tar xhf (h is key here to dump the symlinks as directories in the archive) and then scp the tar file. |
No description provided.