Skip to content
Ivan Mincik edited this page Sep 29, 2015 · 1 revision

Tests

Run tests with Vagrant

  • set GISLAB_TESTS_ENABLE: yes in system/host_vars/gislab_vagrant
$ vagrant provision --provision-with test

Run tests with Ansible

$ ansible-playbook --inventory=gislab-unit.inventory --private-key=<private-SSH-key-file> system/test.yml
Clone this wiki locally