Add _create_new_stack method 79/52779/10
authorEmma Foley <emma.l.foley@intel.com>
Wed, 21 Feb 2018 12:36:15 +0000 (12:36 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Thu, 1 Mar 2018 15:02:27 +0000 (15:02 +0000)
commit4a21b4a434d5a60cb57dce576365dc6a9a6825b5
treec60965c749f62347c2f86631049b3bed6b3aee0e
parent1681ba53783835e500e602a1b7500e0221eb08f9
Add _create_new_stack method

The logic for creating a new stack in contexts/heat.py:HeatContext
can added to a method to make the code eassier to read and test.

This is in preparation for an update to deploy() that would allow
an existing stack to be reused, or a new stack created.
By having the create_new_stack logic in a new method, deploy()
becomes easier to read and test.

JIRA: YARDSTICK-886
Change-Id: I7af01e2209a3460658f8db0249b7c620743cced0
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
yardstick/benchmark/contexts/heat.py
yardstick/common/exceptions.py
yardstick/tests/unit/benchmark/contexts/test_heat.py