diff options
| author | Matthew Treinish <treinish@linux.vnet.ibm.com> | 2012-12-20 11:56:04 -0500 |
|---|---|---|
| committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | 2012-12-20 15:45:45 -0500 |
| commit | ce9867b3facc90defcc17ce3399d410fbaba95d3 (patch) | |
| tree | 851d878ad82b30f74fb343cfd872b7045ade1943 /doc | |
| parent | 2655ac9f3cce45d3d3b5f7d38dd8c617ed1de070 (diff) | |
Add html reports to report action in coverage extension.
This makes a few minor cleanups and 2 additions to the
coverage extension. First, it adds a new optional field to the
report action: 'html'. This will generate an html report instead
of either the text or xml reports that the extension can
generate.
The second change is that it adds a return for the stop action.
Now upon successful completion of the stop action the directory
where the coverage data files will be returned.
Change-Id: If1aa25fc7237e9bb5100d2a4a8e560f0a68eba61
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api_samples/os-coverage/coverage-stop-post-resp.json | 3 | ||||
| -rw-r--r-- | doc/api_samples/os-coverage/coverage-stop-post-resp.xml | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/api_samples/os-coverage/coverage-stop-post-resp.json b/doc/api_samples/os-coverage/coverage-stop-post-resp.json new file mode 100644 index 000000000..d3caf3a5a --- /dev/null +++ b/doc/api_samples/os-coverage/coverage-stop-post-resp.json @@ -0,0 +1,3 @@ +{ + "path": "/tmp/tmpua9HvB/nova-coverage_rs2CaS" +}
\ No newline at end of file diff --git a/doc/api_samples/os-coverage/coverage-stop-post-resp.xml b/doc/api_samples/os-coverage/coverage-stop-post-resp.xml new file mode 100644 index 000000000..f0c921847 --- /dev/null +++ b/doc/api_samples/os-coverage/coverage-stop-post-resp.xml @@ -0,0 +1,2 @@ +<?xml version='1.0' encoding='UTF-8'?> +<path>/tmp/tmpCLve38/nova-coverage_GJ4BZ_</path>
\ No newline at end of file |
