| commit | 658dd3c4a146ee3581e666066d9eea30177d49fd | [log] [tgz] |
|---|---|---|
| author | Adam Israel <adam.israel@canonical.com> | Thu Nov 30 15:49:03 2017 -0500 |
| committer | Adam Israel <adam.israel@canonical.com> | Thu Nov 30 15:49:03 2017 -0500 |
| tree | 54f6021f1bc115434f2000e0b5baebf4ac2d2dae | |
| parent | 19a20de67ca9bd705abed066a8c530a8a4fdf461 [diff] |
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>