From c7ef2496bb64f4eb73d4d554782fd0ae77d1dbcb Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Mon, 22 Oct 2018 14:27:42 +0200 Subject: [PATCH] Fix README instructions * uploading results anonymously is no longer supported, so the patch removes related instructions from README * tempest results are no longer stored under .tempest/.testrepository, however, they are stored under .tempest/.stestr as Tempest has switched to stestr a while ago. Change-Id: I22f5bd36d5d275ca4e283afbc3af5cce949026f4 --- README.rst | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 1b6ea6f..c606d1c 100644 --- a/README.rst +++ b/README.rst @@ -120,16 +120,15 @@ Usage If you previously ran a test with refstack-client without the ``--upload`` option, you can later upload your results to a RefStack API server - anonymously or with your digital signature. By default, results uploaded - with signature are private and you can decide to share or delete the results - later. Uploading results with signature is the recommended option. + with your digital signature. By default, the results are private and you can + decide to share or delete the results later. - Following is the command to upload your result anonymously:: + Following is the command to upload your result:: - refstack-client upload + refstack-client upload -i The results file is a JSON file generated by refstack-client when a test has - completed. This is saved in .tempest/.testrepository. When you use the + completed. This is saved in .tempest/.stestr. When you use the ``upload`` command, you can also override the RefStack API server uploaded to with the ``--url`` option. @@ -137,11 +136,11 @@ Usage using an existing subunit file. This requires that you pass in the Keystone endpoint URL for the cloud that was tested to generate the subunit data:: - refstack-client upload-subunit --keystone-endpoint http://some.url:5000/v3 + refstack-client upload-subunit \ + --keystone-endpoint http://some.url:5000/v3 \ + -i - Result can also be uploaded with signature by adding - ``-i `` option. Intructions for uploading data with - signature can be found at + Intructions for uploading data with signature can be found at https://github.com/openstack/refstack/blob/master/doc/source/uploading_private_results.rst 7. Create a JSON web token to use for authentication to your privately