Add VPP API CRC checking 74/20074/131
authorVratko Polak <vrpolak@cisco.com>
Tue, 30 Jul 2019 08:40:50 +0000 (10:40 +0200)
committerVratko Polak <vrpolak@cisco.com>
Wed, 31 Jul 2019 08:00:05 +0000 (08:00 +0000)
commit29726f92698452f51033fc3ab52f112b74eae594
tree7436f9dcd944c2f2b9c45fd0fb37d4ff96b6ce7a
parentf966718dfe763e48f2cc89e9ede2408a0f782d1b
Add VPP API CRC checking

+ Include both checking at runtime and standalone static quick check.
+ Runtime checking does not look for missing messages,
  as messages belonging to disabled plugins are not visible.
+ Standalone check script has nice loud output.

Change-Id: I1dfc3846d1bcdad0b09017d4ce8edd5028e17e0c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
resources/libraries/bash/entry/check_crc.sh [new file with mode: 0644]
resources/libraries/python/PapiExecutor.py
resources/libraries/python/VppApiCrc.py [new file with mode: 0644]
resources/tools/integrated/__init__.py [new file with mode: 0644]
resources/tools/integrated/check_crc.py [new file with mode: 0644]