Ticket #845 (closed todo: invalid)
separate tool for uploading to smolder
Reported by: | coke | Owned by: | dukeleto |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | testing | Version: | trunk |
Severity: | low | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: | all |
Description
Instead of bundling the functionality of uploading a copy of the archived TAP to smolder inside t/harness, that should instead call out to another command line utility in tools/
This will allow developers to easily upload test results later if the smolder connection is unavailable at the time, or to easily upload test results from a network-connected computer after transferring the test run data from a non-networked (or firewalled) computer.
This means that the tags generated as part of send_archive_to_smolder probably need to be pre-generated to an a file that can be copied along with the TAP results (since the machine sending the results would not necessarily generate the same tags.)