Add 'nodes' attribute to the scenario definition 49/4049/4
authorwym_libra <yimin.wang@huawei.com>
Tue, 8 Dec 2015 07:47:26 +0000 (15:47 +0800)
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>
Fri, 11 Dec 2015 11:29:23 +0000 (11:29 +0000)
commit2708ea7280b51bffb71093384dc49664c5440034
treed194e4442dc721296010515d99d995edcd2f0592
parent25e75985c846cb39c54148f4b233315f6bcff4a4
Add 'nodes' attribute to the scenario definition

Defining the 'nodes' attribute which can include more node
not only 'host' and 'target'

Design etherpad link:
    https://etherpad.opnfv.org/p/yardstick_framework

JIRA:-

Change-Id: Ida18ebcda1c73c88d208aa11a10696d1063134ef
Signed-off-by: wym_libra <yimin.wang@huawei.com>
tests/unit/cmd/__init__.py [new file with mode: 0644]
tests/unit/cmd/commands/__init__.py [new file with mode: 0644]
tests/unit/cmd/commands/test_task.py [new file with mode: 0644]
yardstick/cmd/commands/task.py