Jedrzej Nowak 8d64e2e721 Add more stuff to exclude when syncing tree in tests
Some extra speedup

Change-Id: I9acef95b4b147b39af2d1b60d27e59a11af897d9
2016-02-18 23:24:55 +00:00
..
2016-02-02 14:56:24 +01:00
2016-02-04 09:21:04 +05:30
2016-02-04 19:13:19 +01:00

Examples testing

To automatically test examples install first fuel-devops framework. Installation process is described here https://github.com/openstack/fuel-devops. After installation run migrations scripts:

export DJANGO_SETTINGS_MODULE=devops.settings
django-admin.py syncdb
django-admin.py migrate

To test examples run one of available test scripts. You need to run it from solar main dir, for example:

./utils/jenkins/run_hosts_example.sh