Tox: Add checker for CSIT model version 88/32488/55
authorVratko Polak <vrpolak@cisco.com>
Mon, 29 Nov 2021 15:17:15 +0000 (16:17 +0100)
committerTibor Frank <tifrank@cisco.com>
Wed, 15 Dec 2021 16:11:17 +0000 (16:11 +0000)
commitcca05a55f3434d8a031b98f4a496adb8df20c122
tree3aba52b9aa4ec929091dd86875461f895b1331fe
parentaa094dc1a834bf89ebd6549a292fedf2446fb682
Tox: Add checker for CSIT model version

+ Implementation stub so checker can check already.
+ Also add documentation stub for the implemented model.
+ Checker checks also for bumps in documentation version.
- Not comparing implementation and documentation version yet.

Change-Id: I4d19c00315a1c171de325c4494c28f5210635f32
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
docs/model/current/top.rst [new file with mode: 0644]
resources/libraries/bash/entry/check/model_version.sh [new file with mode: 0644]
resources/libraries/python/Constants.py
resources/libraries/python/model/__init__.py [new file with mode: 0644]
tox.ini