Fix bug 760 96/7696/1 v6.0.1
authorAdam Israel <adam.israel@canonical.com>
Mon, 24 Jun 2019 15:44:47 +0000 (11:44 -0400)
committerAdam Israel <adam.israel@canonical.com>
Mon, 24 Jun 2019 18:28:41 +0000 (14:28 -0400)
commitc4616c89b82b0a942f45cbbfe79fece87589fdef
treee335fdb67edb712a076e9420a19bd03832575bd3
parentbc0daf83db3d783039db7c8c8496a4eb0ceddfe0
Fix bug 760

This commit fixes bug 670 by introducing a new PrimitiveDoesNotExist
exception that will be raised if ExecutePrimitive is called but the
primitive does not exist in the charm.

This also bumps the required version of websocket to match libjuju,
along with other minor tweaks to the test framework

Change-Id: I028c3c9c19fbfa87c8feb788446a290d66112043
Signed-off-by: Adam Israel <adam.israel@canonical.com>
Makefile
n2vc/vnf.py
setup.py
tests/base.py
tests/integration/test_non_existent_primitive.py [new file with mode: 0644]