add package context with module model 17/617/2
authorHans Feldt <hans.feldt@ericsson.com>
Thu, 21 May 2015 05:49:14 +0000 (07:49 +0200)
committerHans Feldt <hans.feldt@ericsson.com>
Fri, 22 May 2015 12:00:42 +0000 (12:00 +0000)
commitb873c6c28127202cdb3957e1982f30f4f85d3fe5
tree45d1c874453055f95a41f7bd2c6b4ddb273a6a4d
parente7342fe222a8e33be845c34dd4d84023ea32287e
add package context with module model

The "model" module contains classes that helps the main logic of yardstick
to maintain a logical model/representation of the context as described in
the yaml file.

The main class Context has methods to deploy and undeploy the context
into/from some target cloud.

Change-Id: Ia04d9132ab8ef5de5dab686929e4b7ac05d7af30
JIRA: -
Signed-off-by: Hans Feldt <hans.feldt@ericsson.com>
yardstick/benchmark/context/__init__.py [new file with mode: 0644]
yardstick/benchmark/context/model.py [new file with mode: 0644]