Update TaskParser to deal with qualified name in Context 51/52451/12
authorEmma Foley <emma.l.foley@intel.com>
Thu, 22 Feb 2018 19:11:12 +0000 (19:11 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Thu, 1 Mar 2018 15:02:11 +0000 (15:02 +0000)
commit1681ba53783835e500e602a1b7500e0221eb08f9
tree609e676f80093ff71daa49a21816b956852b2845
parentc9b24900ab4782c946f5a423e9c16365abced786
Update TaskParser to deal with qualified name in Context

The context name depends on the defined name in the testcase input
file, the task ID and the flags of the context.

If the context is going to be undeployed at the end of the test, the
task ID is suffixed to the name to avoid interferences with previous
deployments. If the context needs to be deployed at the end of the
test, the name assigned is kept.

This patch makes this process transparent to the developer.
This patch modifies how TaskParser determines the correct context name,
taking into account that the name might change based on context flags.

JIRA: YARDSTICK-886

Change-Id: I44da30dac562c1a4166e084645ae91c17798651d
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
yardstick/benchmark/core/task.py
yardstick/common/exceptions.py
yardstick/tests/unit/benchmark/core/test_task.py