RETIRED, Murano package validator tool.
Go to file
Cao Xuan Hoang db648ad781 Using assertIsNone() instead of assertEqual(None, ...)
Following OpenStack Style Guidelines[1]:
[H203] Unit test assertions tend to give better messages for more
specific assertions. As a result, assertIsNone(...) is preferred
over assertEqual(None, ...) and assertIs(None, ...)

[1] http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises

Change-Id: Ie8136f1be4a57272e64b0b360ee608aa270901f7
2016-11-15 16:52:19 +07:00
doc/source Added docs autogeneration for error list 2016-09-13 16:37:16 +03:00
muranopkgcheck Using assertIsNone() instead of assertEqual(None, ...) 2016-11-15 16:52:19 +07:00
releasenotes Imported Translations from Zanata 2016-10-23 06:51:44 +00:00
tools Add tools/tox_install.sh script 2016-09-29 13:57:50 +03:00
.coveragerc Added tools/cover.sh 2016-09-01 16:01:38 +03:00
.gitignore Added docs autogeneration for error list 2016-09-13 16:37:16 +03:00
.gitreview Added .gitreview 2016-08-19 08:18:14 +00:00
.testr.conf Commit project structure 2016-08-22 16:46:38 +03:00
CONTRIBUTING.rst Commit project structure 2016-08-22 16:46:38 +03:00
HACKING.rst Commit project structure 2016-08-22 16:46:38 +03:00
LICENSE Commit project structure 2016-08-22 16:46:38 +03:00
MANIFEST.in Commit project structure 2016-08-22 16:46:38 +03:00
README.rst Readme has now some running examples 2016-10-04 10:15:46 +02:00
babel.cfg Add i18n support 2016-09-07 18:13:18 +03:00
requirements.txt Updated from global requirements 2016-11-09 04:17:47 +00:00
setup.cfg update homepage with developer documentation page 2016-09-30 18:27:25 +03:00
setup.py Updated from global requirements 2016-09-29 13:29:11 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:33:52 +00:00
tox.ini Add tools/tox_install.sh script 2016-09-29 13:57:50 +03:00

README.rst

murano-pkg-check

Murano package validator tool

After checking out tool from repository easiest method to run tool is to run

This command will display help for murano-pkg-validator

If you installed it from PYPI you can use: .. code-block:: shell murano-pkg-check -h

To run validator in directory apache-app just run: .. code-block:: shell murano-pkg-check apache-app

It will print all errors there are on package.

Will search for all packages under directory murano-apps. It will print all errors and warnings for all packages found.