Łukasz Oleś c115d21bfd Set StrictHostKeyChecking=no during jenkins tests
After each test host key changes and ssh fails.

Related-bug: #1533609

Change-Id: I7861744fef51c22f52412efceaa71e58876cd12f
2016-02-02 14:54:24 +01:00
..
2016-02-01 14:32:38 +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