result rpms from rhr need to be copied to ispec server
There is code for this in CVS. It uses scp to copy the results back and therefore requires a proper ssh key setup. Currently the NETWORK test will break this.
The NETWORK test has been changed to not mess with ssh keys; assuming that the keys are handled properly by ispec / rhr this should work fine.
This has to be done manually in 1.0. It is documented in the hwcert-process doc (Step 9 in Ch.3.7, currently on pg. 19): "Copy the RPM in /redhatready/ to a safe location on the iSpec machine (or another machine that is not being tested). The testing process will delete this RPM as part of the next installation." This should be done automatically for 1.1.
This can be done using the 'upload' script in ispec-1.1-5, like so: [root@testbox root]# ~/hwcert/upload /redhatready/* It's not automatic as of yet. rhr would need to invoke it after completing its tests (but only when there was an iSpec server present). Should we defer this to a later release, or drop it entirely?
Targeting for hwcert-devel, not -current
IIRC this made it into the scripts at a later date; as well iSpec will be deprecated going forward; closing WONTFIX.