4 Commits

Author SHA1 Message Date
Pavlo Shchelokovskyy
0d29640228 Add minimal_instance_type config option
for integration tests. Use a flavor similar to m1.micro for that.
It is enough to start both minimal and functional tests images with no
serious payload and should decrease the amount of RAM consumed by VMs
in corresponding tests four-fold.

Change-Id: I378b5a3cde020176ac45ebf8d05bd13278861a4e
Related-Bug: #1435285
2015-03-23 14:02:46 +00:00
Steve Baker
c21bca268a Use oslo.log for heat_integrationtests
Later the integration jobs can be tuned to have their own
logging settings.

This change also raises _log_console_output to info, so it is displayed
by default.

Change-Id: Ifcaa6faf76c655e0c8cfd7d76775b80de70062c4
2015-03-17 17:36:56 +13:00
Sergey Kraynev
17993724ed Move assign_keypair method in base class
Change-Id: I69b8db037991f88b38b293560532bf51c0a04378
2015-02-13 06:27:14 -05:00
Steven Hardy
f3f9d68fc1 Make StackResource less strict on initial validation
When doing the initial validate(), skip validating values by setting
the stack strict_validate to False, otherwise we incorrectly fail
validation when values are passed in via properties/parameters which
refer to resources in the parent stack.

Co-Authored-by: Angus Salkeld <asalkeld@mirantis.com>
Change-Id: Ib75c2de6c32373de72901b9f7c5e3828bd9ee7d9
Closes-Bug: #1407100
Closes-Bug: #1407877
Closes-Bug: #1405446
2015-01-12 16:35:25 +00:00