ispras / cv

Klever Continuous Verification Framework
Apache License 2.0
1 stars 3 forks source link

Continuous Verification Framework

Apache 2.0 License example workflow example workflow

This framework aims at applying continuous verification to generic software systems. The framework consist of the following tools:

All produced verification results can be visualised with help of Continuous Verification Visualizer.

Requirements

The framework works with Ubuntu 18 and above. All requirements can be installed with command:

sudo apt install git openjdk-11-jdk python3 python3-dev ant lcov cmake libmpc-dev lib32z1 libxslt-dev libpq-dev python3-pip

Additional python modules:

sudo pip3 install requests ujson graphviz ply pytest atomicwrites pathlib2 more-itertools pluggy py attrs setuptools six django clade==3.6 psycopg2 pyyaml pycparser sympy

Installation

The framework is installed with the following command:

make install -j DEPLOY_DIR=<working dir>