murano-tempest-plugin 0.1.0 (rocky)
We joyfully announce the release of: murano-tempest-plugin 0.1.0: Tempest plugin for the murano project. This is the first release of murano-tempest-plugin. This release is part of the rocky release series. The source is available from: http://git.openstack.org/cgit/openstack/murano-tempest-plugin Download the package from: https://tarballs.openstack.org/murano-tempest-plugin/ Please report issues through launchpad: http://bugs.launchpad.net/murano For more details, please see below. Changes in murano-tempest-plugin 750b94c09dc4d946a4c7f34957666fed12336b1f..0.1.0 -------------------------------------------------------------------------------- 6a462b6 Revert "Skip test_deploy_app_with_volume_creation_readonly test to unblock murano gate" 354550a Add a space for the skip message 3788a62 Use tempest.lib.decorators instead of nose 6aa5f13 Move functional test to murano-tempest-plugin 6ee8a45 Update README.rst for murano-tempest-plugin 3b4376e Add release notes link to README d2250f2 change default python 3 env in tox to 3.5 7e29c5c fix tox python3 overrides c8de2b6 Updated from global requirements 6123f2d Updated from global requirements de85aa3 Updated from global requirements 56aadac Updated from global requirements e4b04df Remove obsolete json.loads with _parse_resp 933ec08 Fix for python3 0e1c49f Zuul: Remove project name 535e537 Add 'orchestration' config group for murano tempest d92126c Updated from global requirements 918a261 Updated from global requirements 0a35a3c Revert "Skip test_deploy_app_with_volume_creation_from_backup test to unblock murano gate" bf254b2 Follow Zuul v3 naming conventions 8829dd4 Add apt-get update in application deployment 04d53ed Skip test_deploy_app_with_volume_creation_from_backup test to unblock murano gate ac6962b Add murano tempest job 7ad8e9e Skip test_deploy_app_with_volume_creation_readonly test to unblock murano gate 57c9512 Add requests to requirements 64f763a Fix tempest-dsvm-murano-cfapi NoSuchOptError 1f048b8 Fix pep8 error 858bfb2 Update requirements and add tempest.test_plugins c70cda4 Initial Cookiecutter Commit for murano-tempest-plugin. 767623d Added Tempest API client methods and Tempest tests for sessions and deployments 311f980 Added Tempest tests for publicizing a package 091d36f Added Tempest negative tests for environments 47ae16b Refine skip messages eb19ad1 Handle available volume client versions 7988509 Add idempotent_id decorators to murano_tempest_tests ee7dfac Update testtools.testcase.attr to decorators.attr f02a186 Make cinder volume attachments available f01e90a Init the orchestration client from config (part2) bf03946 Init the orchestration client from config bd3d15d Unskip test_deploy_app_with_volume_creation test d2a12c7 Use default credentials if None has been passed 7f08dbe Skip cinder volume creation test e2c4304 Remove long-ago deprecated show_categories 54d5148 Use tempest.test.BaseTestCase for murano tempest tests 25e0402 Replace six.iteritems() with .items() 92126e6 Allow users to assign a security group to an app 3f235e7 Stop using aliases for creds manager fc2d947 Fix config type of run_service_broker_tests to Boolean b158b75 Add mising timeout to ApplicationCatalogClient 8529356 Make CinderVolume attachment info available 21190f0 Change cred provider to enforce dynamic config c25e161 Renames wait_for_volume_status in tempest tests for consistency. d3d4418 Make use of already registered group adab704 Deleting dates from dictionaries to skip it in assert bf42565 Fix removes date_time items from dictionaries 17f65f9 Reduce the amount of smoke tests from 61 to 40 32977d9 Don't purge random stacks c823cca Move test with cinder backup creation to the IsolatedAdmin suite 3afb8f6 Unblocking the gate 83e4d77 Repair cinder integration tests 235c44e Add environment edit API 57cc16d Allow to PUT an empty object model 849b8ea Make tests compose packages in temporarily directory 31abed0 Revert "Fix config group for SSL in tempest test" f4ea0d1 Fix config group for SSL in tempest test 138dcb0 Refactor 'wait_for_environment_deploy' function 8d6763e Add tempest versioning test suite 0119d30 Add deployment murano tempest test 394ae79 Add cinder volumes attachment tests efa70b7 Add base and packages for tempest murano scenario tests d2c120f Do not override credential provider in tenant isolation tests 5175caf Refactor tempest utils readlines() to read() d2708d5 Enable static action tests with glare backend 0e1647b Add tempest GLARE sanity check tests a138713 Initial implementation of artifacts client in tempest plugin 2d0ed82 Fix cfapi test job 1927f08 fix a spelling mistake: applcation should be application 38c54ee Implement API call and RPC call for static actions 6b3a850 Including a description field for environment and environment templates fca418a Fix application template update 57d20a1 Change to tempest stable API 3477101 Update obsolete way of initialize tempest client manager 56c9fdb Replace obsolete way of get creds in tempest tests 4ff81ee Support GLARE configuration in Murano tempest plugin deb05f5 Fix tempest.conf generation 2541283 Do not force admin credentials in service broker test suite b8907a8 Upgrade bind function to use murano actions 54c6e26 Do not use list lenght checks in Env-Templates test suite 191885b Update tempest plugin after tempest-lib deprecation 4b6634c Ability to have several MuranoPL classes in single YAML file e71e5d0 Support unversioned keystone endpoints 35b4d37 Don't use list lenght check in Repository test suite 04f9551 Fix incorrect result of listing templates ead5977 Remove xfail in service broker negative tests 7c8c859 Fix spelling typos 1d72248 Add environment templates test suite to the tempest plugin c62ffc1 Add categories management test suite to the tempest plugin 5f4da6e Add service management tests suite to the tempest plugin bc1301a Add session management test suite to the tempest plugin 3a62a74 Add environment management test suite to the tempest plugin 4547adc Add application catalog repository tests to the tempest plugin. 25c1f56 Adjust '410 Gone' exception in service broker negative tests 2616976 [cfapi] Add multiple tests for cfapi service 7c7aa22 Replacing application_catalog with application-catalog a41cd76 Add binding test for cfapi aa0a6ea Add negative test for cfapi last_status route. 586d931 Add provision and deprovision test for cfapi c96a58f Update functional tests due to tempest update c7d7bdc Initial commit for service broker tests in tempest plugin Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..21d35d8 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,20 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +pbr!=2.1.0,>=2.0.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 +six>=1.10.0 # MIT +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 +testtools>=2.2.0 # MIT +tempest>=17.1.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 +testresources>=2.0.0 # Apache-2.0/BSD + +python-keystoneclient>=3.8.0 # Apache-2.0 +python-heatclient>=1.10.0 # Apache-2.0 +python-neutronclient>=6.7.0 # Apache-2.0 +python-muranoclient>=0.8.2 # Apache-2.0 +python-congressclient<2000,>=1.9.0 # Apache-2.0 +python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..b8835e3 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,15 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +hacking<0.13,>=0.12.0 # Apache-2.0 + +coverage!=4.4,>=4.0 # Apache-2.0 +python-subunit>=1.0.0 # Apache-2.0/BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +oslotest>=3.2.0 # Apache-2.0 +testrepository>=0.0.18 # Apache-2.0/BSD +testtools>=2.2.0 # MIT +openstackdocstheme>=1.18.1 # Apache-2.0 +# releasenotes +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org