Łukasz Oleś cab4eb4599 Improve fuel-devops sctipt:
- store solar.log as a artifact, after build it will available in logs/ dir
- if build fail create snapshot from env.

Change-Id: I4848e419bcc0d87287db68343ebc6d4b55a34101
Related-bug: #1533609
2016-02-05 14:52:12 +01: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
2016-02-05 14:52:12 +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