magnum/magnum/tests
Eli Qiao e4a8242b96 API: restrict length of bay's name to 242
Restrict the length of bay's name to avoid passing a invalid long name
to heat stack.

Reason of 242 is:
stack_name = '%s-%s' % (bay.name, short_id.generate_id())
255 - len(short_id.generate_id()) - 1 = 242

Closes-bug: #1606785
Change-Id: If22a9018ece718f014c40e8059b945ae1a411f5b
2016-08-02 09:12:29 +08:00
..
contrib Start using fedora atomic images that live in our mirrors 2016-05-09 09:30:15 +02:00
functional Add functional test for image/flavor validation 2016-07-29 08:36:34 +05:30
unit API: restrict length of bay's name to 242 2016-08-02 09:12:29 +08:00
__init__.py Remove redundant FunctionalTest class 2015-07-15 03:39:11 +08:00
base.py Use fixtures.TempDir in unit tests 2016-05-27 15:03:34 +02:00
conf_fixture.py Copy logs on test failure 2016-02-29 10:25:10 -06:00
fake_notifier.py Emit notifications when bay operations get executed 2016-05-19 15:29:56 +08:00
fake_policy.py Remove service object 2016-06-02 10:46:13 +01:00
fakes.py Support the OpenStack-API-Version header 2016-07-14 09:23:06 +05:30
policy_fixture.py Remove redundant code about fake_policy 2015-08-07 01:29:26 +00:00
utils.py Remove redundant code from magnum.test.utils 2015-07-20 21:53:12 +08:00