Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 620 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 620 Bytes

defect-prediction

Ansible Smell detection extends Ansible-Lint tool by adding custom detection rules. Thus, first need to install Ansible-Lint

pip install ansible-lint

To build and run Ansible Smells Tests:

Go to the directory “defect-prediction\ansible” (via cd command) and run

python -m unittest tests/Test*.py

This requires Python 3.X with unittest module.

To build TOSCA smell detection modules:

This module depends on the SODALITE sub-project “semantic-reasoner”. Thus, first built it

Then, go to directory “defect-prediction\tosca” and run

mvn clean install

This requires maven 3.x