From 1cfeff9a1bd9494c34ee305b0c690804645d1bf5 Mon Sep 17 00:00:00 2001 From: Catherine Diep Date: Mon, 22 Aug 2016 11:53:23 -0700 Subject: [PATCH] Update README file. Remove the example that require admin credential in the README file. Update to use Keystone V3 API instead of V2 in the example because V2 is no longer required in the must pass list. Change-Id: I052c2d245b51c68aec1d996bde3f0bc68442ce79 --- README.rst | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/README.rst b/README.rst index ef200b9..d06bb09 100644 --- a/README.rst +++ b/README.rst @@ -44,12 +44,7 @@ We've created an "easy button" for Ubuntu, Centos, RHEL and openSuSe. 4. Validate your setup by running a short test:: - ./refstack-client test -c -v -- --regex tempest.api.identity.admin.v2.test_roles - - or :: - - ./refstack-client test -c -v -- --regex tempest.api.identity.v2.test_token - + ./refstack-client test -c -v -- --regex tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token 5. Run tests. @@ -93,8 +88,12 @@ We've created an "easy button" for Ubuntu, Centos, RHEL and openSuSe. 6. Upload your results. If you previously ran a test with refstack-client without the ``--upload`` - option, you can upload your results to a RefStack API server by using the - following command:: + 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. + + Following is the command to upload your result anonymously:: ./refstack-client upload @@ -109,13 +108,10 @@ We've created an "easy button" for Ubuntu, Centos, RHEL and openSuSe. ./refstack-client upload-subunit --keystone-endpoint http://some.url:5000/v3 - **Note:** - - a. Adding ``-i `` option will upload test results with - a digital signature. For signing, refstack-client uses private RSA keys. - The OpenSSH format of RSA keys is supported, so you can just use your SSH - key '~/.ssh/id-rsa' or generate a new one with ``ssh-keygen -b 4096``. - For now, signed test results can be considered private. + Result can also be uploaded with signature by adding + ``-i `` option. Intructions for uploading data with + signature can be found at + https://github.com/openstack/refstack/blob/master/doc/source/uploading_private_results.rst 7. List uploaded test set.