Update to support using external heat template 15/63615/9
authortreyad <treyad@viosoft.com>
Tue, 16 Oct 2018 17:50:12 +0000 (10:50 -0700)
committertreyad <treyad@viosoft.com>
Thu, 4 Apr 2019 11:04:21 +0000 (04:04 -0700)
commit489a6064839920121866f8fb3d3a86ab86e5e663
tree5f622b6c1992a17feca6e6e04c71d431d260bbc9
parent8db9e58a32ef06737faf98757a123cc8e5e02c28
Update to support using external heat template

Modify the _get_server() function when using external heat template.
The server attrs should be read from stack.outputs.

JIRA: YARDSTICK-1453

Change-Id: I00eda7476e77fc0a5c15ef8db7d057fa1cf267e6
Signed-off-by: treyad <treyad@viosoft.com>
yardstick/benchmark/contexts/heat.py
yardstick/benchmark/core/task.py
yardstick/tests/unit/benchmark/contexts/test_heat.py
yardstick/tests/unit/benchmark/core/test_task.py