Improve N2VC performance/functionality 60/5960/2
authorAdam Israel <adam.israel@canonical.com>
Tue, 10 Apr 2018 19:04:57 +0000 (13:04 -0600)
committerAdam Israel <adam.israel@canonical.com>
Wed, 11 Apr 2018 06:06:45 +0000 (00:06 -0600)
commit88a49630895a6045586e6f547c0b6ad118110f25
treef271ba046d2a8ff8ee95e86bc00f09a1bc5dabf2
parentc3e6c2ec9a1fddfc8e9bd31509b366e633b6d99e
Improve N2VC performance/functionality

- Refactor test to support multi-vdu charms.
- Add support for deploying multi-vdu charms.
- Execute the initial-config-primitives

This is the first commit to add support for executing the
initial-config-primitive(s). There are some decisions that still need to
be made: how do we report primitive execution back to the
caller/callback in a meaningful way.

Signed-off-by: Adam Israel <adam.israel@canonical.com>
Change-Id: Icc0ce41d256930b337c9097af9edcae2694207e8
n2vc/vnf.py
tests/test_python.py