Add unittest to exercise python compatibility 45/5745/1
authorAdam Israel <adam.israel@canonical.com>
Thu, 30 Nov 2017 20:49:03 +0000 (15:49 -0500)
committerAdam Israel <adam.israel@canonical.com>
Thu, 30 Nov 2017 20:49:03 +0000 (15:49 -0500)
commit658dd3c4a146ee3581e666066d9eea30177d49fd
tree54f6021f1bc115434f2000e0b5baebf4ac2d2dae
parent19a20de67ca9bd705abed066a8c530a8a4fdf461
Add unittest to exercise python compatibility

It was recently discovered that the IM module is not Python3 compatible
due to issues with the pyangbind library. This patch adds a specific
test that will exercise basic parsing of a VNFD, which passes under
Python2 but fails under Python3. This will be useful for verifying
Python3 support when it lands in pyangbind.

Signed-off-by: Adam Israel <adam.israel@canonical.com>
tests/test_python.py [new file with mode: 0644]
tox.ini