1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-08 05:57:23 +03:00
one/.travis
Tino Vazquez 2bee65e32a
M #-: Reactive GO tests
Get rid of unneeded Makefile

(cherry picked from commit c3378a7cff2e11b9528ecd985cec652bd607cf99)
2019-07-23 18:15:57 +02:00
..
2019-07-23 18:15:57 +02:00

Travis smoke tests

The .travis/tests directory contains scripts for each smoke test.

The smoke_test.sh script is called which iterates on each script, and it exits and logs on any failure. To add more tests, simply create a new file on .travis/tests.

Each test should:

  • have a number as prefix to define the order. Renaming is allowed, the rule is to execute the less costly tests (in time) first
  • return 0 on success, other number on error