- Modify testcases/config-postgresql.ini or testcases/config-mysql.ini to config Ontop
- Stop MySQL or PostgreSQL on your local machine (if any)
- Run the tests
$ cd r2rml-test-cases-support
$ python3 -m pip install -r requirements.txt
$ python3 test.py ../config-postgresql.ini
$ python3 test.py ../config-mysql.ini