summaryrefslogtreecommitdiff
path: root/README
blob: f8058b8ccd24a2b8e58004573c5a1cb00932d480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CIAT-Tester | Continuous Integration and Automated Test: Tester
===============================================================

This is for testing system images.  As parameters, it takes
the URL for the system image to be tested, the testing backend
to use, and a list of test command files to run.  For example:

    ./test-runner.sh file:///test.img openstack tests/uname.test

Given this it will fetch the image, in this case `test.img`,
and it will try to test it on openstack.

See the README the the specific backend you want to use, for
backend-specific information.