Fix bug 760 95/7695/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 15:44:47 +0000 (11:44 -0400)
commit32a1519183709fbcdd4fe02fe901f34a42f6cf6b
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]