Feature #10
Importing results from Live CD to Enterprise server
| Status: | New | Start: | 01/12/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 3.1 | |||
Description
Running Live CD produces a tarball with all results that can be carried out from system under test using some sort of external storage (i.e. it can be written on a USB flash device, transferred as a file using network, etc).
It would be nice to have an ability to import this tarball with all the results in a server to produce full-featured entries in a database, available using web interface.
This task would involve:- Fixing output format of files written to disk by Live CD (they're generate by
client/communication/localmodule) to be readable later for import. - Making a part of web interface that would allow to upload tarball using web interface and import all its contents.
- Making a relevant part of REST web service that would accept sent tarball for importing in database.