From 646a7b9cc7ca29115bb79fee2f8819183c39641f Mon Sep 17 00:00:00 2001 From: cdiep Date: Thu, 8 Oct 2015 10:01:29 -0700 Subject: [PATCH] Update default Tempest version to SHA 551e1a97(Sept 11, 2015). Although refstack-client does install a default Tempest check out version (the current version is SHA [1]), refstack-client has also offered options for user to install other versions of Tempest if needed. However, the "test_index_no_params" test in Tempest was recently renamed to "test_list_no_params" in patch [2] which was merged on Sept 16, 2015. As such, test results collected with any version of Tempest that's later than [3] will never be able to obtain a pass status for the "test_index_no_params" test case which is included in the Board approved 2015.07 guideline. For tests run against 2015.07, it is important that users use a version of Tempest that doesn't include the name change. In order to allow for users to get a verison of Tempest that includes recent Tempest fixes, refStack-client will be updated its default Tempest version to [4] which is the most recent version that doesn't include the name change. More information about the test name change discussion can be found in [5]. [1] ffe09dd61170bfccf7d60ef9c8eba2883ab6c148 (July 16, 2015) [2] https://review.openstack.org/#/c/223796/ [3] eb9941ba06d87b3fb458ce472cae4c594ad8c0cf [4] 551e1a9701e7e2b3edf6d49a2eaa62b7ab2435ad (September 11, 22015) [5] https://review.openstack.org/#/c/229177/ Change-Id: I34e73a20e8129ac7e8bcd2a6b47c1b3591b37838 --- README.rst | 2 +- setup_env | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ae41c16..cda85af 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ We've created an "easy button" for Ubuntu, Centos, RHEL and openSuSe. For example: execute ./setup_env -t tags/3 to install Tempest tag-3. c. By default, Tempest will be installed from commit - ffe09dd61170bfccf7d60ef9c8eba2883ab6c148 (16 July 2015). + 551e1a9701e7e2b3edf6d49a2eaa62b7ab2435ad (11 September 2015). **Usage** diff --git a/setup_env b/setup_env index 86f3345..9bb9007 100755 --- a/setup_env +++ b/setup_env @@ -1,6 +1,6 @@ #!/bin/bash -x -CHECKOUT_POINT=ffe09dd61170bfccf7d60ef9c8eba2883ab6c148 +CHECKOUT_POINT=551e1a9701e7e2b3edf6d49a2eaa62b7ab2435ad # Prints help function usage { @@ -26,7 +26,7 @@ function check_tag { return 1 } -#By default tempest uses from commit ffe09dd61170bfccf7d60ef9c8eba2883ab6c148 +#By default tempest uses from commit 551e1a9701e7e2b3edf6d49a2eaa62b7ab2435ad while getopts c:t:h FLAG; do case ${FLAG} in