murano/murano/tests/unit/packages
Tony Breeds 0e439d9a8d Make test allowed_pattern type same as the hot example and fix the gate
This reverts commit 51818f07d1 and forward
ports the testing change from stable pike:

In murano allowed_pattern set as:
allowed_pattern: [A-Za-z0-9]
But in hot example is set as:
allowed_pattern: '[a-zA-Z0-9]*'

So change the test template allowed_pattern.

Change-Id: I89ac4ef9de5eb0a5176c9df2ce1f289ca0d2cc65
(cherry picked from commit a682d5ee92)
2018-03-13 05:47:46 +00:00
..
hot_package Make test allowed_pattern type same as the hot example and fix the gate 2018-03-13 05:47:46 +00:00
mpl_package Replace yaml.load() with yaml.safe_load() 2017-03-10 15:45:01 +08:00
test_packages Adds a test for logo validation 2016-03-28 19:05:03 +03:00
versions Use assertIn, assertNotIn and assertIsNotNone 2016-08-01 11:00:55 +02:00
__init__.py Move and rename functional tests 2014-07-29 22:29:27 +04:00
test_exceptions.py Increase unit test coverage for exceptions in Packages API. 2016-09-29 17:03:08 -04:00
test_load_utils.py Replace assertRaisesRegexp with assertRaisesRegex 2017-05-19 17:06:18 +05:30
test_package_base.py Replace assertRaisesRegexp with assertRaisesRegex 2017-05-19 17:06:18 +05:30