{ "info": { "author": "Dale Smith", "author_email": "dale@catalyst-eu.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: OpenStack", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Testing" ], "description": "Stacktask Tempest Plugin\n=====================\nTempest plugin that runs a Stacktask test case.\n\n============\nInstallation\n============\nYou can install the plugin using pip, directly into the python environment tempest uses (either global or a virtualenv):\n\n.. code-block:: bash\n\n $ cd tempest\n $ source .venv/bin/activate\n $ pip install stacktask-tempest-plugin\n\n # Or, for the development testpypi version:\n $ pip install -i https://testpypi.python.org/pypi --upgrade stacktask-tempest-plugin\n\n============\nRunning tests\n============\n1. Install either the development or pypi versions using pip.\n\n2. To validate that Tempest discovered the tests in the plugin, you can run:\n\n .. code-block:: bash\n\n $ testr list-tests | grep stacktask_tempest_plugin\n\n This command will show your complete list of test cases inside the plugin.\n\n\n2. Run the test cases by name, or include in your tempest test lists.\n\n .. code-block:: bash\n\n $ testr run stacktask_tempest_plugin.tests.api.test_users.StacktaskProjectAdminTestUsers.test_get_users\n\n\n============\nDevelopment Installation\n============\nWhen Tempest runs, it will automatically discover the installed plugins. So we just need to install the Python packages that contains the plugin.\n\nClone the repository in your machine and install the package from the src tree:\n\n.. code-block:: bash\n\n $ cd stacktask-tempest-plugin\n $ sudo pip install -e .\n\n============\nPypi package creation\n============\n\nThere are better guides for pypi, but the basic commands may be useful.\nThese steps require a pypi account, configured in ~/.pypirc\n\nRegister the project with pypi:\n\n.. code-block:: bash\n\n $ python setup.py register -r pypitest\n\n\nUpload a new version:\n\n.. code-block:: bash\n\n $ python setup.py sdist upload -r pypitest\n\nIncrement the version number in setup.cfg for any new versions that need to be uploaded.\nRemove the '-r pypitest' for offical deploys.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/catalyst/stacktask-tempest", "keywords": "Plugin\nTempest\nOpenStack\nStacktask", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "stacktask-tempest-plugin", "package_url": "https://pypi.org/project/stacktask-tempest-plugin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/stacktask-tempest-plugin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/catalyst/stacktask-tempest" }, "release_url": "https://pypi.org/project/stacktask-tempest-plugin/0.0.7/", "requires_dist": null, "requires_python": null, "summary": "Tempest plugin for the Stacktask project", "version": "0.0.7" }, "last_serial": 2585172, "releases": { "0.0.3.dev2": [ { "comment_text": "", "digests": { "md5": "0bd4d017399ddc5f0787eae767a32c81", "sha256": "e53d592f2583ead37ed165fe05b8740b865c8ff1aa7fb99da6a63e5bbfecc983" }, "downloads": -1, "filename": "stacktask-tempest-plugin-0.0.3.dev2.tar.gz", "has_sig": false, "md5_digest": "0bd4d017399ddc5f0787eae767a32c81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9979, "upload_time": "2016-03-07T23:39:40", "url": "https://files.pythonhosted.org/packages/f4/a6/d4e68a84138d226047af1c3f0576c438cd3279b749a7fd5e2caef20c6398/stacktask-tempest-plugin-0.0.3.dev2.tar.gz" } ], "0.0.4.dev3": [ { "comment_text": "", "digests": { "md5": "18d00b1a9cb49d05ce8e1baddb2b998a", "sha256": "fb96c3c2540501aff6c12cdf3f9f58552fd274237731638ac9eca851f448f720" }, "downloads": -1, "filename": "stacktask-tempest-plugin-0.0.4.dev3.tar.gz", "has_sig": false, "md5_digest": "18d00b1a9cb49d05ce8e1baddb2b998a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10060, "upload_time": "2016-03-08T11:59:41", "url": "https://files.pythonhosted.org/packages/d4/03/0a7debfd2ac33d5bb57151adbabae3705e8ba1966ae7295ff8170e3f53f1/stacktask-tempest-plugin-0.0.4.dev3.tar.gz" } ], "0.0.5.dev4": [ { "comment_text": "", "digests": { "md5": "d0ca5561e7abb5dfd113cb86f2ade909", "sha256": "b37c6bcf0db4d7304dea67d555f005eeaabaf04a83118327c28d70e03b9cae8c" }, "downloads": -1, "filename": "stacktask-tempest-plugin-0.0.5.dev4.tar.gz", "has_sig": false, "md5_digest": "d0ca5561e7abb5dfd113cb86f2ade909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9843, "upload_time": "2016-03-08T18:23:52", "url": "https://files.pythonhosted.org/packages/f3/cf/8653803b8f028f33b0476d9f82f7d6396f23bfd4b6e0205a30e3a6e439b6/stacktask-tempest-plugin-0.0.5.dev4.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "3727bc757e78b01743425fb63284016c", "sha256": "f61aca3f25c218fdbd1b4bfdd4299980dded0c4f6afd5bf899c30ed328f3503a" }, "downloads": -1, "filename": "stacktask-tempest-plugin-0.0.7.tar.gz", "has_sig": false, "md5_digest": "3727bc757e78b01743425fb63284016c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10685, "upload_time": "2017-01-19T15:08:14", "url": "https://files.pythonhosted.org/packages/05/e2/8ca931c5aa54da843e726db788b60ac46c88228d6733a604b393c5a1c4ed/stacktask-tempest-plugin-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3727bc757e78b01743425fb63284016c", "sha256": "f61aca3f25c218fdbd1b4bfdd4299980dded0c4f6afd5bf899c30ed328f3503a" }, "downloads": -1, "filename": "stacktask-tempest-plugin-0.0.7.tar.gz", "has_sig": false, "md5_digest": "3727bc757e78b01743425fb63284016c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10685, "upload_time": "2017-01-19T15:08:14", "url": "https://files.pythonhosted.org/packages/05/e2/8ca931c5aa54da843e726db788b60ac46c88228d6733a604b393c5a1c4ed/stacktask-tempest-plugin-0.0.7.tar.gz" } ] }