solar/utils/jenkins/README.md
venkatamahesh 08d463d220 Fix misspellings
Change-Id: I7f250d89efb204dc3e232e1e10c0382deb04eec8
2016-02-04 09:21:04 +05:30

17 lines
485 B
Markdown

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:
```bash
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
```