Łukasz Oleś 88eebfdc85 Running examples using fuel-devops
- create libvirt env using fuel-devops
- add script to test examples

Change-Id: I37c4d6d25d7f2527419bb18649704af45c3f9ae3
2016-01-08 11:21:55 +01:00
..
2016-01-08 11:21:55 +01:00
2016-01-08 11:21:55 +01:00
2016-01-08 11:21:55 +01:00

Examples testing

To automaticly 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