Age | Commit message (Collapse) | Author | Files | Lines |
|
- cleanups and updates
- updates docs for centos build using devtoolset7 compiler
Change-Id: I4c5635b1512dcd08e98291bde1f14c51f9067b63
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
|
|
All tests are in "tests" directory.
To run tests use:
make test
For verbose output use:
export V=2;make test ARGS="-V"
Test log file is generated in:
Testing/Temporary/LastTest.log
To run checkstyle for the current commit use:
./scripts/checkstyle.sh
To run full check on all files use:
./scripts/checkstyle.sh --full
Change-Id: Ic83b3dbd44d2a264d27935f4e65cf9e737cfc0a0
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
|
|
Enables to install all plugins no matter what will be added in future.
When the plugin preserves the naming schema (jvpp-[name]-[version].jar)
it will be automatically detected by the script and Jars will be installed
in local maven repository
Change-Id: I07e7585d182653de53c716e36b8bcf5e475cdcd4
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
|
|
- this enables to build ikev2 plugin
Change-Id: Ifffea577b29db053ac8ecef2359ecc62d85611b2
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
|
|
Change-Id: I1873e36579dcfc6c03cda8226c83c50245f09423
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
|
|
- rpm package name update according to naming conventions
- vpp instalation verification
- update versioning script
Change-Id: I962895ce636aec949930ea452d1e924024c4b780
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
|