You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verification Server based on Proxygen developed by Petr Bauch, Michal Dobes jr. and Tomas Kratochvila from Honeywell. OSLC Adaptor LYO client developed by Ondrej Vasicek from Honeywell.
authors: Petr Bauch, Michal Dobes jr. and Tomas Kratochvila
project: AUFOVER
description: OSLC Verification Server based on Proxygen by Honeywell. Need to run on linux due to dependencies with formal verification tools installed and server ports opened.
Optionaly install also CPACheck, cmbc, Infer or formal verification tools SW verification.
Set all paths to all tools in the configuration.
OSLC Automation Adapter
author: Ondrej Vasicek
project: AUFOVER
description: OSLC Verification Server based on LYO client developed by Ondrej Vasicek from Honeywell. Need to run on linux server with formal verification tools installed and server ports opened.
How to build and run
First run or clean run:
$ cd adapter
$ mvn clean install jetty:run-exploded
Normal run:
$ cd adapter
$ mvn jetty:run-exploded
How to configure
Use the adapter/adapter.properties file.
Directory structure
adapter - source of the adapter, oslc4j project
adapter-model - model of the adapter, Lyo Designer modeling project
Verification Server based on Proxygen developed by Petr Bauch, Michal Dobes jr. and Tomas Kratochvila from Honeywell. OSLC Adaptor LYO client developed by Ondrej Vasicek from Honeywell.