[sahara] sahara-tests 0.6.0
We are glad to announce the release of: sahara-tests 0.6.0: Sahara tests The source is available from: https://git.openstack.org/cgit/openstack/sahara-tests Download the package from: https://tarballs.openstack.org/sahara-tests/ For more details, please see below. 0.6.0 ^^^^^ Prelude ******* Queens test templates are now available, while Newton test templates have been removed. New Features ************ * A folder with scenario templates for Queens was added. It is a subset of the templates in the main directory. * The available templates now supports Spark 2.2 and Vanilla 2.8.2. * The public network field can be omitted from the configuration file of the scenario, enabling the testing when only the project network is used. Deprecation Notes ***************** * The Newton-specific job templates have been removed. This means that starting from this release Newton is not supported (it has been EOL for a while). Changes in sahara-tests 0.5.0..0.6.0 ------------------------------------ 415421f Refresh templates (also for Queens) a202728 Fix fixtures version in requirement 412e5c0 Add native Zuul v3 jobs d6f77fb Fix the image name version conflict 82a5d28 Enable testing without a public network 31125a9 Fix: plugin installed does not mean service available c5c8479 Add .stestr to gitignore 9f8881e Fix APIException if cinder is not installed d1f9845 CLI tests: proper support for Identity v3 b7d7044 Fix python3 decoding issue when job execution 3705702 Add availability zone parameters for volume required template 0cbdf47 Remove setting of version/release from releasenotes c8a3e3e Gate scripts: generic user for both zuul v2 and v3 298e244 Fix the example clouds.yaml file path 65eef2b Remove a useless call in tempest tests and add .stest.conf Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .stestr.conf | 3 + .zuul.yaml | 138 +++++++++++++++++++++ .../test-templates-queens-901f1af3cf80f98d.yaml | 13 ++ ...ng-with-no-public-network-5b7df696fbbd4386.yaml | 5 + releasenotes/source/conf.py | 10 +- requirements.txt | 2 +- roles/run-sahara-scenario/defaults/main.yaml | 5 + roles/run-sahara-scenario/tasks/main.yaml | 14 +++ roles/setup-sahara-scenario-env/defaults/main.yaml | 22 ++++ roles/setup-sahara-scenario-env/tasks/main.yaml | 45 +++++++ .../templates/sahara_scenario_conf.ini.j2 | 9 ++ sahara_tempest_plugin/config.py | 2 +- .../scenario/defaults/ambari-2.3.yaml.mako | 6 +- .../scenario/defaults/ambari-2.4.yaml.mako | 6 +- .../scenario/defaults/credentials.yaml.mako | 8 +- .../scenario/defaults/newton/ambari-2.4.yaml.mako | 67 ---------- .../scenario/defaults/newton/cdh-5.7.0.yaml.mako | 90 -------------- .../defaults/newton/mapr-5.1.0.mrv2.yaml.mako | 56 --------- .../defaults/newton/mapr-5.2.0.mrv2.yaml.mako | 56 --------- .../scenario/defaults/newton/spark-1.6.0.yaml.mako | 37 ------ .../scenario/defaults/newton/storm-1.0.1.yaml.mako | 37 ------ .../defaults/newton/vanilla-2.7.1.yaml.mako | 81 ------------ .../scenario/defaults/ocata/ambari-2.4.yaml.mako | 4 +- .../scenario/defaults/ocata/cdh-5.7.0.yaml.mako | 6 +- .../scenario/defaults/ocata/cdh-5.9.0.yaml.mako | 6 +- .../defaults/ocata/vanilla-2.7.1.yaml.mako | 6 +- .../scenario/defaults/pike/ambari-2.4.yaml.mako | 4 +- .../scenario/defaults/pike/cdh-5.11.0.yaml.mako | 6 +- .../scenario/defaults/pike/cdh-5.7.0.yaml.mako | 6 +- .../scenario/defaults/pike/cdh-5.9.0.yaml.mako | 6 +- .../scenario/defaults/pike/vanilla-2.7.1.yaml.mako | 6 +- .../scenario/defaults/queens/ambari-2.4.yaml.mako | 69 +++++++++++ .../scenario/defaults/queens/cdh-5.11.0.yaml.mako | 94 ++++++++++++++ .../scenario/defaults/queens/cdh-5.7.0.yaml.mako | 94 ++++++++++++++ .../scenario/defaults/queens/cdh-5.9.0.yaml.mako | 94 ++++++++++++++ .../defaults/queens/mapr-5.2.0.mrv2.yaml.mako | 56 +++++++++ .../scenario/defaults/queens/spark-2.1.0.yaml.mako | 37 ++++++ .../scenario/defaults/queens/spark-2.2.yaml.mako | 37 ++++++ .../scenario/defaults/queens/storm-1.1.0.yaml.mako | 37 ++++++ .../defaults/queens/vanilla-2.7.1.yaml.mako | 85 +++++++++++++ .../defaults/queens/vanilla-2.8.2.yaml.mako | 84 +++++++++++++ .../scenario/defaults/spark-2.1.0.yaml.mako | 2 +- .../scenario/defaults/vanilla-2.7.1.yaml.mako | 6 +- .../scenario/defaults/vanilla-2.8.2.yaml.mako | 84 +++++++++++++ .../unit/scenario/templatevars_complete.ini | 2 +- tools/gate/scenario/commons | 2 +- tools/gate/scenario/post_test_hook.sh | 6 +- 64 files changed, 1228 insertions(+), 489 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7c1eb60..0bb22e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ Mako>=0.4.0 # MIT -fixtures<2.0,>=1.3.1 # Apache-2.0/BSD +fixtures>=3.0.0 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org